@charset "UTF-8";
.u-clearfix:after {
  content: '';
  display: block;
  clear: both; }

.sprite {
  height: auto;
  overflow: hidden; }

.sprite > img {
  display: block; }

/*! normalize.css v3.0.2 | 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -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, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

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

html, body {
  min-height: 100%;
  background-color: #f4f8fa; }

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 97;
  display: none;
  opacity: 0;
  transition: opacity 0.2s; }

body.search-visible:before {
  display: block; }

body.search-animate:before {
  opacity: 1; }

body, body.mce-content-body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  color: #747c83; }

body {
  overflow-x: hidden; }

body.mce-content-body {
  padding: 10px;
  overflow-x: auto; }

p {
  padding: 0;
  margin: 0 0 30px 0; }

ul, ol {
  margin-bottom: 30px;
  padding-left: 20px; }

p, li {
  line-height: 2em; }

li {
  margin-bottom: 10px; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0 0 20px 0;
  color: #000B19;
  font-weight: 200;
  font-family: 'Lato', Arial, sans-serif; }

h2 {
  font-size: 30px;
  margin-top: 40px; }
  h2:first-child {
    margin-top: 0; }

h3 {
  font-size: 22px;
  font-weight: normal;
  margin-top: 40px; }

h5 {
  margin-bottom: 20px;
  line-height: 25px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #a5bdcb; }

img.full {
  display: block;
  max-width: 100%;
  margin-bottom: 30px; }

div.video {
  padding: 0 0 56.25% 0;
  height: 0;
  width: 100%;
  position: relative;
  background-color: #f1f3f8;
  overflow: hidden;
  margin-bottom: 30px; }

div.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

div.video img {
  display: block;
  width: 100%; }

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

legend {
  position: absolute;
  left: -9999px; }

table {
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e4e8f1;
  font-size: 13px;
  width: 100%; }

caption {
  display: none; }

thead {
  border-bottom: 2px solid #00b2e7; }

tr {
  border-bottom: 1px solid #e4e8f1; }
  tr:nth-child(even) {
    background: #f6f6f6; }

td,
th {
  padding: 12px;
  vertical-align: top; }

th {
  background-color: #00b2e7;
  color: white;
  font-weight: bold; }

td {
  color: #000B19; }

div.tablewrap {
  width: 100%;
  margin-bottom: 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  div.tablewrap table {
    margin: 0;
    width: 100%; }
  .mfp-content div.tablewrap td {
    text-align: center; }

blockquote {
  margin: 50px auto 50px auto;
  padding: 0;
  text-align: center;
  font-size: 32px;
  font-weight: 200;
  color: #ff5b54;
  max-width: 600px;
  font-family: 'Lato', Arial, sans-serif; }
  blockquote cite {
    display: block;
    font-family: 'Lato', Arial, sans-serif;
    color: #959595;
    text-transform: uppercase;
    font-size: 12px;
    font-style: normal;
    margin-top: 20px; }

/* arrow drawn component */
.arrow-drawn p:before {
  content: '';
  position: absolute;
  left: 30px;
  bottom: 45px;
  width: 64px;
  height: 41px;
  background-image: url(../../images/sprite/spritesheet-retina.png);
  background-position: 0px -934px;
  width: 64px;
  height: 41px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .arrow-drawn p:before {
      background-image: url(../../images/sprite/spritesheet-retina@2x.png);
      background-size: 1060px 2893px; } }

.arrow-drawn h3 {
  font-style: italic;
  color: #34495e;
  font-size: 22px;
  font-weight: normal; }
  .arrow-drawn h3:before {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 36px;
    width: 64px;
    height: 41px;
    background-image: url(../../images/sprite/spritesheet-retina.png);
    background-position: 0px -934px;
    width: 64px;
    height: 41px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .arrow-drawn h3:before {
        background-image: url(../../images/sprite/spritesheet-retina@2x.png);
        background-size: 1060px 2893px; } }

.clear:after {
  content: '';
  display: block;
  clear: both; }

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

@media (max-width: 960px) {
  body {
    font-size: 14px; }
  h2 {
    font-size: 24px; }
  blockquote {
    font-size: 22px; } }

@media (min-width: 800px) {
  img.full {
    max-width: none;
    position: relative;
    left: -20px;
    right: -20px; }
  div.video {
    width: 740px;
    height: 417px;
    left: -20px;
    right: -20px; } }

[class^="icon-"]:before, [class*=" icon-"]:before, ._icon, a.info:before, ul.faq-list > li > h4 a:after, div.custom-select:after, section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav ol.chapters > li span.caret:after {
  font-family: "nibc";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none !important;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em; }

.icon-down-open:before {
  content: '\e0a4'; }

/* '' */
.icon-up-open:before {
  content: '\e0cb'; }

/* '' */
.icon-right-open:before {
  content: '\e0cc'; }

/* '' */
.icon-left-open:before {
  content: '\e0cd'; }

/* '' */
.icon-info:before {
  content: '\e705'; }

/* '' */
.icon-nibc:before {
  content: '\e800'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e801'; }

/* '' */
.icon-best-buy:before {
  content: '\e802'; }

/* '' */
.icon-euro:before {
  content: '\e803'; }

/* '' */
.icon-fact-and-figures:before {
  content: '\e804'; }

/* '' */
.icon-recht:before {
  content: '\e805'; }

/* '' */
.icon-lineair:before {
  content: '\e806'; }

/* '' */
.icon-telefone:before {
  content: '\e807'; }

/* '' */
.icon-term-deposit:before {
  content: '\e808'; }

/* '' */
.icon-variable-savings:before {
  content: '\e809'; }

/* '' */
.icon-e-mail:before {
  content: '\e80a'; }

/* '' */
.icon-password-reset:before {
  content: '\e80b'; }

/* '' */
.icon-youth-savings:before {
  content: '\e80c'; }

/* '' */
.icon-transactions:before {
  content: '\e80d'; }

/* '' */
.icon-change-settings:before {
  content: '\e80e'; }

/* '' */
.icon-interest:before {
  content: '\e80f'; }

/* '' */
.icon-check-id:before {
  content: '\e810'; }

/* '' */
.icon-account-is-active:before {
  content: '\e811'; }

/* '' */
.icon-specification:before {
  content: '\e812'; }

/* '' */
.icon-open-an-account:before {
  content: '\e813'; }

/* '' */
.icon-credit-card:before {
  content: '\e814'; }

/* '' */
.icon-lock:before {
  content: '\e815'; }

/* '' */
.icon-security:before {
  content: '\e816'; }

/* '' */
.icon-savings:before {
  content: '\e817'; }

/* '' */
.icon-terms-conditions:before {
  content: '\e818'; }

/* '' */
.icon-demo-video:before {
  content: '\e819'; }

/* '' */
.icon-family:before {
  content: '\e81a'; }

/* '' */
.icon-couple:before {
  content: '\e81b'; }

/* '' */
.icon-calculate:before {
  content: '\e81c'; }

/* '' */
.icon-opening-hours:before {
  content: '\e81d'; }

/* '' */
.icon-support:before {
  content: '\e81e'; }

/* '' */
.icon-automated-chat:before {
  content: '\e81f'; }

/* '' */
.icon-faq:before {
  content: '\e820'; }

/* '' */
.icon-tip:before {
  content: '\e821'; }

/* '' */
.icon-kromming:before {
  content: '\e822'; }

/* '' */
.icon-calendar-1:before {
  content: '\e823'; }

/* '' */
.icon-home:before {
  content: '\e824'; }

/* '' */
.icon-glasses:before {
  content: '\e825'; }

/* '' */
.icon-chat:before {
  content: '\e826'; }

/* '' */
.icon-arrow:before {
  content: '\e827'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-menu:before {
  content: '\f0c9'; }

/* '' */
.icon-googleplus:before {
  content: '\f0d5'; }

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.icon-search:before {
  content: '🔍'; }

/* '\1f50d' */
.icon-acceptatie:before {
  content: '\e828'; }

/* '' */
.icon-beheer:before {
  content: '\e829'; }

/* '' */
.icon-product:before {
  content: '\e82a'; }

/* '' */
.icon-proces:before {
  content: '\e82b'; }

/* '' */
* {
  -webkit-tap-highlight-color: transparent; }

div.inner {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 0; }
  div.inner:after {
    content: '';
    display: block;
    clear: both; }

a.button, div#cookiewarning button, form.default button, form.default input[type=submit], input.button, span.button a {
  display: inline-block;
  background-color: #ff5b54;
  padding: 17px 35px 13px 20px;
  margin: 0 15px 15px 0;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1em;
  border: 0;
  white-space: nowrap;
  -webkit-transition: 250ms all;
  transition: 250ms all; }
  a.button.large, div#cookiewarning button.large, form.default button.large, form.default input.large[type=submit], input.button.large, span.button a.large {
    font-size: 18px; }
  a.button:hover, div#cookiewarning button:hover, form.default button:hover, form.default input:hover[type=submit], input.button:hover, span.button a:hover {
    background-color: #F20047; }
  a.button.button--white, div#cookiewarning button.button--white, form.default button.button--white, form.default input.button--white[type=submit], input.button.button--white, span.button a.button--white {
    border-bottom: 2px solid #fff;
    color: #00b2e7;
    padding-right: 40px;
    background-color: #fff;
    background-image: url("../images/arrow-submit_blue@2x.png");
    background-repeat: no-repeat;
    background-size: 9px auto;
    background-position: 90% center;
    background-position: calc(100% - 20px) center; }
    a.button.button--white:after, div#cookiewarning button.button--white:after, form.default button.button--white:after, form.default input.button--white[type=submit]:after, input.button.button--white:after, span.button a.button--white:after {
      display: none; }
    a.button.button--white:hover, div#cookiewarning button.button--white:hover, form.default button.button--white:hover, form.default input.button--white:hover[type=submit], input.button.button--white:hover, span.button a.button--white:hover {
      background-color: #cef4ff;
      border-color: #4ed6ff; }
  a.button.button--blue, div#cookiewarning button.button--blue, form.default button.button--blue, form.default input.button--blue[type=submit], input.button.button--blue, span.button a.button--blue {
    border-bottom: 2px solid #00b2e7;
    color: #fff;
    padding-right: 40px;
    background-color: #00b2e7;
    background-image: url("../images/arrow-submit@2x.png");
    background-repeat: no-repeat;
    background-position: 90% center;
    background-position: calc(100% - 20px) center;
    background-size: 9px auto; }
    a.button.button--blue:after, div#cookiewarning button.button--blue:after, form.default button.button--blue:after, form.default input.button--blue[type=submit]:after, input.button.button--blue:after, span.button a.button--blue:after {
      display: none; }
    a.button.button--blue:hover, div#cookiewarning button.button--blue:hover, form.default button.button--blue:hover, form.default input.button--blue:hover[type=submit], input.button.button--blue:hover, span.button a.button--blue:hover {
      background-color: #1bcbff;
      border-color: #008bb4; }

span.button a {
  margin-bottom: 0; }

section.visual div.inner div.content ul.checks li {
  display: block !important; }

ul.checks {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none; }
  ul.checks li {
    color: #000B19 !important;
    font-size: 18px;
    line-height: 40px;
    line-height: 30px;
    width: auto;
    margin-bottom: 10px !important;
    display: inline-block !important; }
    ul.checks li span.material-icons {
      color: #2FCC71;
      margin-right: 10px; }
  ul.checks.full li {
    display: block;
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    margin-bottom: 10px; }

a.info {
  position: relative;
  font-size: 15px;
  color: #88909E;
  font-style: italic;
  text-decoration: none;
  padding-left: 30px;
  display: inline-block; }
  a.info:before {
    content: '\e705';
    font-size: 1.3em;
    position: absolute;
    left: 0;
    top: 1px; }
  a.info:hover {
    text-decoration: underline;
    color: #FF5B54; }
  a.info.nowrap {
    white-space: nowrap; }

a.sublink {
  font-size: 14px;
  font-style: italic;
  margin-top: 10px; }
  a.sublink:before {
    content: '';
    display: block; }

a.borderbutton {
  display: inline-block;
  border: 2px solid #d3e9f5;
  border-radius: 5px;
  font-family: 'Lato', Arial, sans-serif;
  color: #5fbeef;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  padding: 17px 25px 13px 25px;
  line-height: 1em;
  -webkit-transition: 250ms all;
  transition: 250ms all;
  margin: 10px 15px 15px 0; }
  a.borderbutton.pdf {
    padding-left: 60px;
    background-image: url(../../images/sprite/spritesheet-retina.png);
    background-position: 0px -1033px;
    width: 60px;
    height: 48px;
    display: inline-block;
    width: auto !important;
    height: auto !important; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      a.borderbutton.pdf {
        background-image: url(../../images/sprite/spritesheet-retina@2x.png);
        background-size: 1060px 2893px; } }
  a.borderbutton:hover {
    border-color: #5fbeef; }

.pdfborderbutton {
  display: inline-block;
  border: 2px solid #d3e9f5;
  border-radius: 5px;
  font-family: 'Lato', Arial, sans-serif;
  color: #5fbeef;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  padding: 17px 25px 13px 25px;
  line-height: 1em;
  -webkit-transition: 250ms all;
  transition: 250ms all;
  margin: 10px 15px 0 0;
  padding-left: 60px;
  background-image: url(../../images/sprite/spritesheet-retina.png);
  background-position: 0px -1033px;
  width: 60px;
  height: 48px;
  display: inline-block;
  width: auto !important;
  height: auto !important; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .pdfborderbutton {
      background-image: url(../../images/sprite/spritesheet-retina@2x.png);
      background-size: 1060px 2893px; } }
  .pdfborderbutton a {
    text-decoration: none; }
  .pdfborderbutton:hover {
    border-color: #5fbeef; }

div#cookiewarning {
  background-color: #f4f8fa;
  border-top: 1px solid #e1f0f8;
  padding: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 104;
  text-align: center;
  font-size: 13px;
  color: #000B19;
  display: none;
  padding-bottom: 45px; }
  div#cookiewarning a {
    color: #ff5b54;
    text-decoration: underline; }
  div#cookiewarning button {
    border: none;
    padding: 6px 10px;
    text-transform: none;
    font-size: 13px;
    margin: 0 0 0 10px; }
    div#cookiewarning button:after {
      display: none; }

div.arrow-note {
  font-size: 20px;
  color: #747c83;
  font-weight: 200;
  text-align: center;
  font-style: italic; }
  div.arrow-note:before {
    content: '';
    display: inline-block;
    width: 64px;
    height: 41px;
    background-image: url(../../images/sprite/spritesheet-retina.png);
    background-position: 0px -934px;
    width: 64px;
    height: 41px;
    margin-right: 20px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      div.arrow-note:before {
        background-image: url(../../images/sprite/spritesheet-retina@2x.png);
        background-size: 1060px 2893px; } }

form.search {
  margin: 0;
  padding: 0 40px 0 0;
  border: none;
  height: 40px;
  position: relative; }
  form.search label {
    position: absolute;
    left: -9999px; }
  form.search input[type=text] {
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    height: 40px;
    border: 1px solid #fbd3d2;
    border-right: none;
    border-radius: 5px 0 0 5px;
    font-size: 14px; }
  form.search input[type=submit] {
    margin: 0;
    padding: 0;
    border: none;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ff5b54 url("../images/arrow-submit@2x.png") no-repeat center center;
    background-size: 9px 14px;
    text-indent: -9999px;
    color: #fff;
    border-radius: 0 5px 5px 0; }

@media (max-width: 960px) {
  div.arrow-note {
    font-size: 14px; } }

@media (max-width: 720px) {
  a.button, div#cookiewarning button, form.default button, form.default input[type=submit] {
    padding-left: 20px;
    padding-right: 20px; }
    a.button:after, div#cookiewarning button:after, form.default button:after, form.default input[type=submit]:after {
      margin-left: 10px; }
  div#cookiewarning button {
    padding: 6px 10px; }
  div#cookiewarning span {
    display: block;
    margin-bottom: 5px; } }

/* small utils */
.font-italic {
  font-style: italic; }

.offset-left-large {
  margin-left: 90px !important; }

.offset-bottom {
  margin-bottom: 30px !important; }

@media (min-width: 767px) {
  .offset-left-xlarge {
    margin-left: 260px !important; } }

header {
  background-color: #00B2E7;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 540px;
  position: relative;
  overflow: hidden; }
  header.small-header {
    height: 400px; }
    header.small-header > div.inner {
      padding-top: 100px; }
  header.faq-header > div.inner {
    padding-top: 80px; }
  header:after {
    content: '';
    background-color: #444e56;
    opacity: 0.35;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  header.no-overlay:after {
    display: none; }
  header > div.inner {
    z-index: 2;
    padding-top: 210px; }
  header div.content {
    text-align: center;
    color: #000B19;
    max-width: 720px;
    margin: 0 auto; }
    header div.content h1 {
      color: white;
      text-transform: uppercase;
      font-family: 'Lato', Arial, sans-serif;
      font-weight: bold;
      font-size: 44px;
      line-height: 1.2em; }
    header div.content p {
      font-weight: 200;
      font-size: 28px;
      font-style: italic;
      line-height: 1.5em;
      color: white; }
    header div.content a.button i:before, header div.content div#cookiewarning button i:before, div#cookiewarning header div.content button i:before, header div.content form.default button i:before, form.default header div.content button i:before, header div.content form.default input[type=submit] i:before, form.default header div.content input[type=submit] i:before {
      margin-right: 5px;
      margin-left: 0; }
  header.text-white div.content {
    color: #fff; }
    header.text-white div.content h1 {
      color: #fff; }
  header.home {
    height: 640px; }
    header.home div.content {
      text-align: left;
      margin: 0; }
      header.home div.content h1 {
        font-size: 54px; }
      header.home div.content p {
        font-size: 28px;
        padding-right: 30%; }
  header.home-short {
    height: 700px; }
    header.home-short > div.inner {
      padding-top: 230px; }
    header.home-short div.content {
      margin-bottom: 50px; }
    header.home-short a.entrance {
      display: block;
      float: left;
      width: 50%;
      padding: 0 100px;
      text-align: center;
      color: #fff;
      font-size: 17px;
      font-style: italic;
      font-weight: 200;
      height: 160px;
      -webkit-transition: 250ms all;
      transition: 250ms all; }
      header.home-short a.entrance h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: bold;
        font-style: normal;
        margin: 10px 0 10px 0; }
      header.home-short a.entrance p {
        -webkit-transition: 250ms all;
        transition: 250ms all;
        opacity: 0;
        line-height: 1.5em;
        margin: 0; }
      header.home-short a.entrance i {
        -webkit-transition: 250ms all;
        transition: 250ms all;
        font-size: 70px; }
      header.home-short a.entrance.savings {
        border-right: 2px solid rgba(255, 255, 255, 0.1); }
      header.home-short a.entrance > div {
        -webkit-transition: 250ms all;
        transition: 250ms all; }
      header.home-short a.entrance:hover {
        text-decoration: none; }
        header.home-short a.entrance:hover > div {
          -webkit-transform: translate(0, -80px);
          -ms-transform: translate(0, -80px);
          transform: translate(0, -80px); }
        header.home-short a.entrance:hover i {
          opacity: 0; }
        header.home-short a.entrance:hover p {
          opacity: 1; }
  header.content {
    height: 390px; }
    header.content span#scroll-ani {
      display: none; }
  header.alternative {
    background: #00b2e7;
    height: 250px; }
    header.alternative .inner {
      padding-top: 135px; }
    header.alternative div.content h1 {
      color: white; }
    header.alternative span#scroll-ani {
      display: none; }
  header div.tabs {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 20px; }
    header div.tabs ul {
      display: inline-block;
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 0;
      border-radius: 5px;
      overflow: hidden;
      -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2); }
      header div.tabs ul li {
        display: inline-block;
        margin: 0;
        min-width: 250px;
        background-color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Lato', Arial, sans-serif;
        font-weight: bold;
        line-height: 1em; }
        header div.tabs ul li.active {
          background-color: #ff5b54; }
          header div.tabs ul li.active a {
            color: #fff; }
            header div.tabs ul li.active a:hover {
              text-decoration: none; }
        header div.tabs ul li a {
          display: block;
          padding: 22px 0;
          color: #ff5b54; }
  header form.search {
    margin: 60px auto 0 auto;
    max-width: 450px;
    padding-right: 60px;
    height: 60px; }
    header form.search input[type=text] {
      height: 60px;
      font-size: 16px;
      padding-left: 20px; }
    header form.search input[type=submit] {
      height: 60px;
      width: 60px; }
  header.video {
    background-color: #00aeef;
    height: 640px; }
    header.video .header-video {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 1;
      opacity: 0;
      transition: opacity 0.4s;
      transition-delay: 0.4s; }
      header.video .header-video.video-loaded {
        opacity: 1; }

span#scroll-ani {
  position: absolute;
  z-index: 2;
  width: 62px;
  height: 23px;
  bottom: 40px;
  left: 50%;
  margin-left: -31px;
  background-image: url(../../images/sprite/spritesheet-retina.png);
  background-position: 0px -199px;
  width: 62px;
  height: 23px;
  opacity: 0.5; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    span#scroll-ani {
      background-image: url(../../images/sprite/spritesheet-retina@2x.png);
      background-size: 1060px 2893px; } }
  span#scroll-ani.active {
    cursor: pointer; }
    span#scroll-ani.active:hover {
      opacity: 1; }

@media (max-width: 960px) {
  header {
    height: auto !important; }
    header > div.inner {
      padding-top: 40px;
      padding-bottom: 40px; }
    header div.content h1 {
      font-size: 24px !important; }
    header div.content p {
      font-size: 20px !important;
      padding: 0 !important; }
    header.content > div.inner {
      padding-bottom: 20px; }
    header.home-short > div.inner {
      padding-top: 80px;
      padding-bottom: 80px; }
    header.home-short a.entrance {
      padding: 0 20px; }
  span#scroll-ani {
    margin-bottom: -20px; }
  .hr-tabs-alternative {
    display: block;
    margin: auto;
    max-width: 1100px;
    opacity: 0.5;
    margin: 25px 20px 30px 20px; } }

@media (max-width: 540px) {
  header.home-short {
    height: auto; }
    header.home-short a.entrance {
      float: none;
      width: 100%;
      border: none !important;
      padding: 0;
      margin-bottom: 50px;
      height: auto; }
      header.home-short a.entrance p {
        opacity: 1; } }

@media (max-width: 560px) {
  div.tabs ul {
    width: 250px; }
  .tabs-alternative ul {
    width: 250px; }
    .tabs-alternative ul li:first-child {
      border: 3px solid #d6e9f2;
      border-bottom: none; }
      .tabs-alternative ul li:first-child.active {
        border: none; }
    .tabs-alternative ul li:nth-child(2) {
      border: 3px solid #d6e9f2;
      border-top: none; }
      .tabs-alternative ul li:nth-child(2).active {
        border: none; } }

@media (max-width: 720px) {
  .tabs-alternative {
    margin-top: 40px; } }

.header-alt {
  height: auto;
  background-position: top center; }
  .header-alt .inner {
    padding: 80px 0; }
    .header-alt .inner .content h1 {
      margin: 0;
      padding: 0 10px;
      float: left;
      text-align: left; }

section.breadcrumb {
  background: #00b2e7;
  padding: 20px 0; }
  section.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  section.breadcrumb li {
    float: left;
    margin: 0 0 0 10px;
    padding-left: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 1em;
    background-image: url(../../images/sprite/spritesheet-retina.png);
    background-position: 0px 0px;
    width: 5px;
    height: 13px;
    width: auto;
    height: 15px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      section.breadcrumb li {
        background-image: url(../../images/sprite/spritesheet-retina@2x.png);
        background-size: 1060px 2893px; } }
    section.breadcrumb li:first-child {
      background: none;
      padding-left: 0;
      margin-left: 0; }
    section.breadcrumb li a {
      color: #91d0f3;
      text-decoration: none; }
      section.breadcrumb li a:hover {
        color: #fff; }

@media (max-width: 720px) {
  section.breadcrumb {
    display: none; } }

.alternative section.breadcrumb {
  background: white; }
  .alternative section.breadcrumb li {
    color: darkgrey;
    background: url("../images/arrow-breadcrumb@2x_grey.jpg") no-repeat 0 3px;
    background-size: 5px 7px; }
    .alternative section.breadcrumb li span {
      color: grey; }
    .alternative section.breadcrumb li a {
      color: darkgrey; }
      .alternative section.breadcrumb li a:hover {
        color: grey; }
      .alternative section.breadcrumb li a span {
        color: darkgrey; }
  .alternative section.breadcrumb li:first-child {
    background: none; }

@font-face {
  font-family: "nibc";
  src: url("https://static.nibcdirect.nl/nibcdirectnl/fonts/nibc.woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: "icons";
  src: url("https://static.nibcdirect.nl/nibcdirectnl/fonts/icons/icons.woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: "Lato";
  src: url("https://static.nibcdirect.nl/nibcdirectnl/fonts/lato/lato-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: "Lato";
  src: url("https://static.nibcdirect.nl/nibcdirectnl/fonts/lato/lato-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: "Lato";
  src: url("https://static.nibcdirect.nl/nibcdirectnl/fonts/lato/lato-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: "Lato";
  src: url("https://static.nibcdirect.nl/nibcdirectnl/fonts/lato/lato-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: "Open Sans";
  src: url("https://static.nibcdirect.nl/fonts/opensans/opensans-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: "Open Sans";
  src: url("https://static.nibcdirect.nl/fonts/opensans/opensans-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: "Open Sans";
  src: url("https://static.nibcdirect.nl/fonts/opensans/opensans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: "Material Icons";
  src: url("https://static.nibcdirect.nl/nibcdirectnl/fonts/materialicons/materialicons-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block; }

section.content {
  padding: 30px 0; }
  section.content div.inner {
    max-width: 740px; }
    section.content div.inner p {
      margin-bottom: 15px; }
    section.content div.inner h2 {
      color: #FF5B54;
      font-size: 24px;
      margin-bottom: 10px; }
    section.content div.inner h3 {
      margin-bottom: 20px;
      color: #FF5B54;
      font-style: italic;
      font-weight: 600; }
    section.content div.inner img {
      margin-bottom: 30px; }
    section.content div.inner a:not(.a-button) {
      color: #FF5B54; }
      section.content div.inner a:not(.a-button):hover {
        text-decoration: underline; }
    section.content div.inner .content__image-container {
      display: block;
      height: 428px;
      margin-bottom: 30px; }
      section.content div.inner .content__image-container img {
        position: relative;
        display: block;
        width: 100%;
        height: 100%; }
    section.content div.inner section.faq div.inner {
      padding: 0; }
      section.content div.inner section.faq div.inner h3 {
        color: #88909E;
        font-weight: normal; }
    section.content div.inner hr {
      height: 3px;
      background-color: #E2E6EB; }

.content__title {
  padding: 50px; }
  .content__title div.inner {
    max-width: 740px; }
  .content__title h1 {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 0; }
  .content__title h2 {
    margin-top: 20px;
    margin-bottom: 0;
    color: #88909E;
    font-size: 2.2rem;
    font-weight: normal; }

.content__title-remove-padding-bottom {
  padding-bottom: 0; }

.content__actions {
  height: 80px;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 20px;
  border-radius: 10px;
  background-color: #F5F8FA; }
  .content__actions a:not(.a-button) {
    color: #000B19 !important;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #CDD0D3;
    border-radius: 25px;
    display: inline-block; }
    .content__actions a:not(.a-button):hover {
      color: #FF5B54 !important;
      border: 1px solid #FF5B54; }
  .content__actions a.a-button {
    float: right; }

@media (max-width: 720px) {
  .content__title {
    padding: 40px 0 20px 0; }
  section.content div.inner .content__image-container {
    height: 190px; } }

section.visual {
  padding: 60px 0;
  border-bottom: 1px solid #e9f4fa;
  overflow: hidden; }
  section.visual.white h2 {
    color: #FFFFFF; }
  section.visual.white p {
    color: #FFFFFF; }
  section.visual.white ul li {
    color: #FFFFFF; }
  section.visual h2 {
    margin-top: 0;
    font-size: 40px; }
  section.visual p {
    margin-bottom: 20px;
    color: #000B19; }
    section.visual p a {
      color: #FF5B54; }
      section.visual p a:hover {
        text-decoration: underline; }
  section.visual div.content {
    width: 40%;
    transition: opacity 0.2s linear 0.2s;
    -webkit-transition: opacity 0.2s linear 0.2s; }
    section.visual div.content a:hover:not(.a-button) {
      color: #FF5B54; }
  section.visual div.visual {
    width: 55%; }
  section.visual.left div.content {
    float: left;
    margin-left: 5%; }
  section.visual.left div.visual {
    float: left;
    width: 55%; }
    section.visual.left div.visual img {
      float: right; }
  section.visual.right div.content {
    float: right;
    margin-right: 5%; }
  section.visual.right div.visual {
    float: right;
    width: 55%; }
    section.visual.right div.visual img {
      float: left; }
  section.visual + footer {
    border-top: none; }
  section.visual.hide .content {
    opacity: 0;
    transition: none;
    -webkit-transition: none; }
  section.visual .is-hyperlink {
    display: inline-block; }

section.visual-bg {
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 529px;
  position: relative;
  max-width: 100%;
  overflow: hidden; }
  section.visual-bg .home-next {
    background: #fff;
    color: #48BAFB; }
  section.visual-bg h2 {
    margin-top: 0;
    font-size: 40px; }
  section.visual-bg p {
    margin-bottom: 20px; }
  section.visual-bg img.visual {
    position: absolute;
    left: 50%;
    top: 0;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  section.visual-bg.white div.content p {
    color: #FFFFFF; }
  section.visual-bg.white ul.checks li {
    color: #FFFFFF !important; }
  section.visual-bg div.content {
    width: 40%;
    transition: opacity 0.2s linear 0.2s;
    -webkit-transition: opacity 0.2s linear 0.2s; }
    section.visual-bg div.content p {
      color: #000B19; }
      section.visual-bg div.content p a {
        color: #FF5B54; }
        section.visual-bg div.content p a:hover {
          text-decoration: underline; }
      section.visual-bg div.content p .a-button--primary a {
        color: #FFFFFF; }
        section.visual-bg div.content p .a-button--primary a:hover {
          color: #FFFFFF; }
    section.visual-bg div.content a:hover:not(.a-button) {
      color: #FF5B54; }
  section.visual-bg.left div.content {
    float: right; }
  @media (min-width: 960px) {
    section.visual-bg.white h2, section.visual-bg.white p, section.visual-bg.white a, section.visual-bg.white i, section.visual-bg.white li {
      color: #fff; }
    section.visual-bg.white a.info {
      color: #fff; }
    section.visual-bg.white a.borderbutton {
      border: 2px solid #fff; }
      section.visual-bg.white a.borderbutton:hover {
        border: 2px solid #d3e9f5; }
    section.visual-bg.white a.borderbutton.pdf {
      background-image: url(../../images/sprite/spritesheet-retina.png);
      background-position: 0px -980px;
      width: 60px;
      height: 48px;
      display: inline-block;
      width: auto !important;
      height: auto !important; } }
  @media (min-width: 960px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 960px) and (min-resolution: 192dpi) {
    section.visual-bg.white a.borderbutton.pdf {
      background-image: url(../../images/sprite/spritesheet-retina@2x.png);
      background-size: 1060px 2893px; } }
  @media (min-width: 960px) {
    section.visual-bg.white .a-button-transparent:hover {
      border-color: #FFFFFF; } }
  section.visual-bg.hide .content {
    opacity: 0;
    transition: none;
    -webkit-transition: none; }
  section.visual-bg.campaign img {
    height: 100%; }
  section.visual-bg.campaign .content {
    float: left; }
  section.visual-bg.campaign .campaign-form {
    float: right;
    width: 40%; }
    section.visual-bg.campaign .campaign-form .cbo-newsletter {
      max-width: 100% !important; }
  section.visual-bg.mobile-only {
    display: none; }
  section.visual-bg .is-hyperlink {
    display: inline-block; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.25dppx) {
    section.visual-bg img.visual {
      height: 100%;
      width: auto;
      transform: inherit; }
    section.visual-bg.left img.visual {
      left: -20%; }
    section.visual-bg.right img.visual {
      right: -20%;
      left: inherit; } }

.download-btn-margin {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 20px; }
  @media (max-width: 720px) {
    .download-btn-margin {
      display: block; } }

@media (max-width: 1150px) {
  section.visual div.visual img {
    max-width: 100%; } }

@media (max-width: 960px) {
  section.visual {
    padding: 30px 0; }
    section.visual div.content {
      float: none !important;
      width: auto;
      margin: 0 !important; }
    section.visual div.visual {
      float: none !important;
      display: block;
      width: auto !important;
      margin: 0 0 30px 0;
      text-align: center; }
      section.visual div.visual img {
        float: none !important;
        max-width: 100%; }
    section.visual h2 {
      font-size: 28px; }
  section.visual-bg {
    min-height: 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #e9f4fa; }
    section.visual-bg img.visual {
      position: static;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      width: 100%;
      display: block;
      margin-bottom: 30px; }
    section.visual-bg div.content {
      width: auto;
      float: none !important; }
    section.visual-bg h2 {
      font-size: 28px; }
    section.visual-bg.no-text {
      padding-bottom: 0; }
      section.visual-bg.no-text img.visual {
        margin-bottom: 0; }
      section.visual-bg.no-text .inner {
        display: none; }
    section.visual-bg.campaign .campaign-form {
      float: none !important;
      width: 100%;
      border-top: 1px solid #e9f4fa;
      margin-top: 30px;
      padding-top: 30px; }
    section.visual-bg.white div.content p {
      color: #000B19; }
    section.visual-bg.white ul.checks li {
      color: #000B19 !important; } }

@media (max-width: 720px) {
  section.visual-bg.mobile-only {
    display: block; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.container:after {
  clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.row:after {
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666666666666%; }

.col-xs-10 {
  width: 83.33333333333334%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666666666666%; }

.col-xs-7 {
  width: 58.333333333333336%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666666666667%; }

.col-xs-4 {
  width: 33.33333333333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.666666666666664%; }

.col-xs-1 {
  width: 8.333333333333332%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666666666666%; }

.col-xs-pull-10 {
  right: 83.33333333333334%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666666666666%; }

.col-xs-pull-7 {
  right: 58.333333333333336%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666666666667%; }

.col-xs-pull-4 {
  right: 33.33333333333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.666666666666664%; }

.col-xs-pull-1 {
  right: 8.333333333333332%; }

.col-xs-pull-0 {
  right: 0%; }

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

.col-xs-push-11 {
  left: 91.66666666666666%; }

.col-xs-push-10 {
  left: 83.33333333333334%; }

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

.col-xs-push-8 {
  left: 66.66666666666666%; }

.col-xs-push-7 {
  left: 58.333333333333336%; }

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

.col-xs-push-5 {
  left: 41.66666666666667%; }

.col-xs-push-4 {
  left: 33.33333333333333%; }

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

.col-xs-push-2 {
  left: 16.666666666666664%; }

.col-xs-push-1 {
  left: 8.333333333333332%; }

.col-xs-push-0 {
  left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .container {
    width: 750px; }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666666666666%; }
  .col-sm-10 {
    width: 83.33333333333334%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666666666666%; }
  .col-sm-7 {
    width: 58.333333333333336%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666666666667%; }
  .col-sm-4 {
    width: 33.33333333333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.666666666666664%; }
  .col-sm-1 {
    width: 8.333333333333332%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666666666666%; }
  .col-sm-pull-10 {
    right: 83.33333333333334%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666666666666%; }
  .col-sm-pull-7 {
    right: 58.333333333333336%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666666666667%; }
  .col-sm-pull-4 {
    right: 33.33333333333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.666666666666664%; }
  .col-sm-pull-1 {
    right: 8.333333333333332%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666666666666%; }
  .col-sm-push-10 {
    left: 83.33333333333334%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666666666666%; }
  .col-sm-push-7 {
    left: 58.333333333333336%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666666666667%; }
  .col-sm-push-4 {
    left: 33.33333333333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.666666666666664%; }
  .col-sm-push-1 {
    left: 8.333333333333332%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%; }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%; }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .container {
    width: 970px; }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666666666666%; }
  .col-md-10 {
    width: 83.33333333333334%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666666666666%; }
  .col-md-7 {
    width: 58.333333333333336%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666666666667%; }
  .col-md-4 {
    width: 33.33333333333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.666666666666664%; }
  .col-md-1 {
    width: 8.333333333333332%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666666666666%; }
  .col-md-pull-10 {
    right: 83.33333333333334%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666666666666%; }
  .col-md-pull-7 {
    right: 58.333333333333336%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666666666667%; }
  .col-md-pull-4 {
    right: 33.33333333333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.666666666666664%; }
  .col-md-pull-1 {
    right: 8.333333333333332%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666666666666%; }
  .col-md-push-10 {
    left: 83.33333333333334%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666666666666%; }
  .col-md-push-7 {
    left: 58.333333333333336%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666666666667%; }
  .col-md-push-4 {
    left: 33.33333333333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.666666666666664%; }
  .col-md-push-1 {
    left: 8.333333333333332%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%; }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%; }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%; }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666666666666%; }
  .col-lg-10 {
    width: 83.33333333333334%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666666666666%; }
  .col-lg-7 {
    width: 58.333333333333336%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666666666667%; }
  .col-lg-4 {
    width: 33.33333333333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.666666666666664%; }
  .col-lg-1 {
    width: 8.333333333333332%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666666666666%; }
  .col-lg-pull-10 {
    right: 83.33333333333334%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666666666666%; }
  .col-lg-pull-7 {
    right: 58.333333333333336%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666666666667%; }
  .col-lg-pull-4 {
    right: 33.33333333333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.666666666666664%; }
  .col-lg-pull-1 {
    right: 8.333333333333332%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666666666666%; }
  .col-lg-push-10 {
    left: 83.33333333333334%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666666666666%; }
  .col-lg-push-7 {
    left: 58.333333333333336%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666666666667%; }
  .col-lg-push-4 {
    left: 33.33333333333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.666666666666664%; }
  .col-lg-push-1 {
    left: 8.333333333333332%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%; }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%; }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

section.fact {
  padding: 70px 0 60px 0;
  color: #FFFFFF;
  background: #48BAFB;
  position: relative; }
  section.fact .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
  section.fact .row > [class*='col-md-9'] {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  section.fact .value {
    padding-right: 30px;
    border-right: 2px solid rgba(255, 255, 255, 0.4);
    font-weight: bold;
    font-family: 'Open Sans', Arial, sans-serif;
    text-align: center; }
    section.fact .value strong {
      font-size: 60px;
      display: block; }
    section.fact .value span {
      text-transform: uppercase; }
  section.fact .description {
    padding-left: 55px; }
    section.fact .description h3 {
      margin: 0;
      font-style: italic;
      color: #FFFFFF; }
  section.fact .logo-nibc-beeldmerk {
    height: 90px;
    width: 90px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    margin: 0 auto;
    background-color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 4px 0px rgba(150, 150, 150, 0.4);
    -moz-box-shadow: 3px 3px 4px 0px rgba(150, 150, 150, 0.4);
    box-shadow: 3px 3px 4px 0px rgba(150, 150, 150, 0.4);
    display: inline-block; }
    section.fact .logo-nibc-beeldmerk img {
      width: 1177.77777778%;
      margin-top: -1682.22222222%;
      margin-bottom: -1432.22222222%;
      margin-left: 0%; }
  @media (max-width: 990px) {
    section.fact .inner {
      padding: 0; }
    section.fact .value {
      padding: 0;
      border-right: none;
      margin-bottom: 20px; }
    section.fact .description {
      padding: 0;
      text-align: center; }
    section.fact .logo-nibc-beeldmerk {
      height: 70px;
      width: 70px;
      top: -35px; } }
  @media (max-width: 680px) {
    section.fact .logo-nibc-beeldmerk {
      height: 50px;
      width: 50px;
      top: -25px; } }

section.facts {
  background: #f4f8fa;
  border-bottom: 1px solid #a5bdcb;
  padding: 45px 0; }
  section.facts div.inner {
    text-align: center;
    white-space: nowrap; }
  section.facts div.fact {
    display: inline-block;
    border-left: 1px solid #a5bdcb;
    width: 33.333%;
    text-transform: uppercase;
    color: #a5bdcb;
    font-family: 'Lato', Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 13px; }
    section.facts div.fact:first-child {
      border-left: none; }
    section.facts div.fact strong {
      display: block;
      font-size: 60px;
      font-weight: 200;
      color: #000B19;
      font-family: 'Open Sans', Arial, sans-serif;
      line-height: 1em;
      margin-bottom: 10px; }
      section.facts div.fact strong img {
        margin-bottom: -5px; }

@media (max-width: 720px) {
  section.facts {
    padding: 10px 0; }
    section.facts div.fact {
      display: none;
      width: 100%;
      border-left: none;
      border-bottom: 1px solid #a5bdcb;
      padding: 25px 0; }
      section.facts div.fact:last-child {
        border-bottom: none; }
    section.facts div.fact.mobile {
      display: block; } }

section.steps {
  background-color: #f6fbfc;
  padding: 60px 0;
  text-align: center; }
  section.steps img.visual {
    max-width: 100%; }
  section.steps h2 {
    font-size: 40px;
    margin-top: 0; }
  section.steps div.step-items {
    overflow: hidden; }
    section.steps div.step-items ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    section.steps div.step-items li {
      float: left;
      width: 33.333%;
      padding: 0 20px 0 20px;
      position: relative; }
    section.steps div.step-items h3 {
      font-size: 22px;
      font-style: italic;
      font-weight: normal;
      color: #34495e;
      margin-top: 0; }
    section.steps div.step-items div.stepnr {
      height: 60px;
      position: relative;
      margin-bottom: 20px; }
      section.steps div.step-items div.stepnr span {
        display: block;
        width: 60px;
        height: 60px;
        background-color: #f6fbfc;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        font-style: italic;
        font-family: 'Lato', Arial, sans-serif;
        color: #E11E27;
        padding-top: 15px; }
        section.steps div.step-items div.stepnr span:after {
          content: '';
          position: absolute;
          left: 5px;
          right: 5px;
          bottom: 5px;
          top: 5px;
          border: 2px solid #E11E27;
          border-radius: 50%; }
      section.steps div.step-items div.stepnr:before {
        content: '';
        height: 0;
        width: 100%;
        position: absolute;
        top: 30px;
        left: 0;
        border-top: 1px dashed #bdc3c7;
        z-index: 1; }

@media (max-width: 720px) {
  section.steps {
    padding: 30px 0;
    text-align: left; }
    section.steps div.step-items {
      overflow: visible; }
      section.steps div.step-items li {
        float: none;
        width: auto;
        padding: 0 0 0 30px; }
      section.steps div.step-items h3 {
        font-size: 18px;
        margin-bottom: 10px; }
      section.steps div.step-items div.stepnr {
        position: absolute;
        height: auto;
        left: -10px;
        top: 0; }
        section.steps div.step-items div.stepnr span {
          position: static;
          border: 2px solid #E11E27;
          border-radius: 50%;
          background: none;
          width: 30px;
          height: 30px;
          font-size: 16px;
          padding-top: 0; }
          section.steps div.step-items div.stepnr span:after {
            display: none; }
        section.steps div.step-items div.stepnr:before {
          display: none; }
    section.steps h2 {
      font-size: 28px; } }

section.deposito-steps {
  padding: 60px 0; }
  section.deposito-steps h2 {
    text-align: center;
    margin-bottom: 40px; }
  section.deposito-steps .steps {
    position: relative; }
    section.deposito-steps .steps:before {
      content: "";
      height: 100%;
      width: 1px;
      display: block;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 50%;
      border: 1px dashed rgba(0, 11, 25, 0.1); }
    section.deposito-steps .steps .step-1,
    section.deposito-steps .steps .step-2,
    section.deposito-steps .steps .step-3,
    section.deposito-steps .steps .step-4 {
      clear: both;
      overflow: hidden;
      padding: 38px 0; }
    section.deposito-steps .steps .step-1 {
      transition: all 0.5s linear 0.5s;
      -webkit-transition: all 0.5s linear 0.5s; }
    section.deposito-steps .steps .step-2 {
      transition: all 0.5s linear 0.7s;
      -webkit-transition: all 0.5s linear 0.7s; }
    section.deposito-steps .steps .step-3 {
      transition: all 0.5s linear 0.9s;
      -webkit-transition: all 0.5s linear 0.9s; }
    section.deposito-steps .steps .step-4 {
      transition: all 0.5s linear 1.1s;
      -webkit-transition: all 0.5s linear 1.1s; }
    section.deposito-steps .steps .description,
    section.deposito-steps .steps .description-clear {
      width: 45%;
      display: block;
      float: left;
      font-size: 21px;
      font-style: italic;
      min-height: 1px;
      line-height: 28px;
      margin-top: 13px;
      color: #000B19; }
    section.deposito-steps .steps .step-1 .description,
    section.deposito-steps .steps .step-3 .description {
      padding-left: 15%;
      padding-right: 20px;
      text-align: right; }
    section.deposito-steps .steps .step-2 .description,
    section.deposito-steps .steps .step-4 .description {
      padding-right: 15%;
      padding-left: 20px;
      -ms-transform: translate(121%, 0);
      -webkit-transform: translate(121%, 0);
      transform: translate(121%, 0); }
    section.deposito-steps .steps .description:before {
      font-size: 125px;
      font-weight: 600;
      color: #000B19;
      opacity: 0.1;
      position: absolute; }
    section.deposito-steps .steps .step-1 .description:before {
      content: "1";
      left: 100px; }
    section.deposito-steps .steps .step-2 .description:before {
      content: "2";
      right: 100px; }
    section.deposito-steps .steps .step-3 .description:before {
      content: "3";
      left: 100px; }
    section.deposito-steps .steps .step-4 .description:before {
      content: "4";
      right: 100px; }
    section.deposito-steps .steps .icon {
      width: 10%;
      display: block;
      float: left;
      min-height: 1px; }
      section.deposito-steps .steps .icon i {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 80px;
        width: 80px;
        margin: 0 auto;
        line-height: 80px;
        background: #FF5B54;
        color: #fff;
        font-size: 32px;
        text-align: center;
        border-radius: 50%;
        -webkit-border-radius: 50%; }
        section.deposito-steps .steps .icon i:before {
          width: 100%;
          margin: 0; }
  section.deposito-steps.hide-steps .steps .step-1,
  section.deposito-steps.hide-steps .steps .step-2,
  section.deposito-steps.hide-steps .steps .step-3,
  section.deposito-steps.hide-steps .steps .step-4 {
    opacity: 0;
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transition: none;
    -webkit-transition: none; }

@media (max-width: 960px) {
  section.deposito-steps .steps .description {
    margin-top: 6px; }
  section.deposito-steps .steps .step-1 .description,
  section.deposito-steps .steps .step-3 .description {
    padding-left: 5%;
    padding-right: 20px;
    text-align: right; }
  section.deposito-steps .steps .step-2 .description,
  section.deposito-steps .steps .step-4 .description {
    padding-right: 5%;
    padding-left: 20px; }
  section.deposito-steps .steps .step-1 .description:before,
  section.deposito-steps .steps .step-3 .description:before {
    left: 25px; }
  section.deposito-steps .steps .step-2 .description:before,
  section.deposito-steps .steps .step-4 .description:before {
    right: 25px; }
  section.deposito-steps .steps .icon i {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 24px; } }

@media (max-width: 720px) {
  section.deposito-steps .steps:before {
    display: none; }
  section.deposito-steps .steps .description {
    float: left;
    width: auto;
    text-align: left !important;
    padding-left: 70px !important;
    margin-top: 0px;
    font-size: 18px;
    -ms-transform: translate(0) !important;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important; }
  section.deposito-steps .steps .description-clear {
    display: none; }
  section.deposito-steps .steps .step-1 .description:before,
  section.deposito-steps .steps .step-3 .description:before,
  section.deposito-steps .steps .step-2 .description:before,
  section.deposito-steps .steps .step-4 .description:before {
    left: 70px;
    font-size: 110px; }
  section.deposito-steps .steps .icon {
    position: absolute;
    left: 0;
    width: auto;
    margin-top: 5px; }
    section.deposito-steps .steps .icon i {
      height: 50px;
      width: 50px;
      line-height: 50px;
      font-size: 21px; } }

.mortgage-solutions {
  padding: 75px 0 50px 0; }
  .mortgage-solutions .inner strong {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    text-align: center;
    color: #000B19; }
  .mortgage-solutions .inner h2 {
    font-size: 44px;
    margin-top: 0;
    margin-bottom: 60px;
    color: #000B19;
    text-align: center; }
  .mortgage-solutions .inner .columns .column {
    width: 33%;
    float: left;
    text-align: center; }
    .mortgage-solutions .inner .columns .column figure {
      max-width: 292px;
      max-height: 292px;
      position: relative;
      margin: 0 auto;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .mortgage-solutions .inner .columns .column figure img {
        height: 100%;
        width: 100%; }
      .mortgage-solutions .inner .columns .column figure:after {
        content: "";
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: url("../images/Oval-pointer.svg") top left no-repeat;
        background-size: 100%; }
    .mortgage-solutions .inner .columns .column h3 {
      font-style: italic;
      margin-top: 30px;
      margin-bottom: 15px; }
    .mortgage-solutions .inner .columns .column a {
      color: #E11E27;
      outline: none; }
      .mortgage-solutions .inner .columns .column a:hover figure {
        -ms-transform: scale(1.11);
        -moz-transform: scale(1.11);
        -webkit-transform: scale(1.11);
        transform: scale(1.11); }
  @media (max-width: 760px) {
    .mortgage-solutions .inner strong {
      font-size: 12px;
      text-transform: none;
      margin-bottom: 5px; }
    .mortgage-solutions .inner h2 {
      font-size: 28px;
      margin-bottom: 40px; }
    .mortgage-solutions .inner .columns .column {
      width: 100%;
      float: none;
      margin-bottom: 25px; }
      .mortgage-solutions .inner .columns .column h3 {
        margin-top: 0; } }

.mortgage-interest {
  background: #48BAFB;
  color: white;
  padding: 50px 0 80px;
  position: relative; }
  .mortgage-interest h2 {
    color: white;
    text-align: center;
    padding: 0 150px;
    font-size: 40px; }
  .mortgage-interest .columns {
    position: relative; }
    .mortgage-interest .columns .column {
      width: 50%;
      display: block;
      position: relative;
      float: left; }
      .mortgage-interest .columns .column:nth-child(2) {
        text-align: center; }
      .mortgage-interest .columns .column blockquote {
        color: white;
        font-size: 60px;
        text-align: left;
        font-weight: 600;
        margin-top: 0;
        line-height: 1.2; }
        .mortgage-interest .columns .column blockquote:before {
          content: "\201C"; }
        .mortgage-interest .columns .column blockquote:after {
          content: "\201D"; }
      .mortgage-interest .columns .column .selected-interest {
        height: 175px;
        width: 175px;
        display: block;
        margin: 4px auto 0 auto;
        border: 3px solid rgba(255, 255, 255, 0.3);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        color: white;
        text-transform: uppercase;
        text-align: center;
        padding: 25px 0 0 0;
        font-weight: 200;
        font-size: 14px;
        font-family: 'Open Sans', Arial, sans-serif; }
        .mortgage-interest .columns .column .selected-interest strong {
          font-size: 52px;
          font-weight: bold;
          display: block;
          margin: 3px 0;
          position: relative; }
          .mortgage-interest .columns .column .selected-interest strong:after {
            content: '%';
            position: absolute;
            font-size: 16px;
            top: 14px; }
      .mortgage-interest .columns .column .label-from {
        height: 23px; }
        .mortgage-interest .columns .column .label-from.is-hidden span {
          display: none; }
      .mortgage-interest .columns .column .interest-toggle {
        display: inline-block;
        margin: 25px auto 0 auto; }
        .mortgage-interest .columns .column .interest-toggle li {
          display: inline-block;
          margin: 0 3px; }
          .mortgage-interest .columns .column .interest-toggle li a {
            border: 1px solid rgba(255, 255, 255, 0.3);
            padding: 8px 30px;
            color: #FFFFFF;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            border-radius: 50px;
            text-decoration: none;
            -webkit-transition: background 0.15s;
            transition: background 0.15s; }
            .mortgage-interest .columns .column .interest-toggle li a span {
              margin-right: 5px;
              display: none; }
            .mortgage-interest .columns .column .interest-toggle li a.active, .mortgage-interest .columns .column .interest-toggle li a:hover {
              border-color: #FFFFFF; }
            .mortgage-interest .columns .column .interest-toggle li a.active {
              padding-left: 15px; }
              .mortgage-interest .columns .column .interest-toggle li a.active span {
                display: inline; }
  @media (max-width: 960px) {
    .mortgage-interest .columns .column {
      position: relative;
      width: 100%;
      padding: 0 !important;
      float: none;
      text-align: center; }
      .mortgage-interest .columns .column blockquote {
        text-align: center; }
      .mortgage-interest .columns .column:nth-child(2) {
        margin-top: 25px; } }
  @media (max-width: 640px) {
    .mortgage-interest .columns .column blockquote {
      font-size: 38px; }
    .mortgage-interest .columns .column .interest-toggle {
      display: inline-block;
      margin: 25px auto 0 auto;
      padding: 0; }
      .mortgage-interest .columns .column .interest-toggle li {
        margin: 0; }
        .mortgage-interest .columns .column .interest-toggle li a {
          padding: 7px 10px;
          font-size: 12px; } }

section.mortgage-types {
  color: #000B19;
  padding: 60px 0; }
  section.mortgage-types h2 {
    text-align: center; }
  section.mortgage-types h3 {
    color: #88909E; }
  section.mortgage-types h4 {
    text-align: center;
    margin-bottom: 0; }
  section.mortgage-types .slick-dots li:last-child {
    display: none; }
  section.mortgage-types button {
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.75);
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: -1;
    height: 50px;
    width: 50px;
    border: none;
    color: #48BAFB;
    transform: translate(-50%, 0);
    position: relative;
    outline: none; }
    section.mortgage-types button span {
      font-size: 40px;
      position: absolute;
      left: 50%;
      bottom: -5px;
      transform: translate(-50%, 0); }
      section.mortgage-types button span.open {
        transform: translate(-50%, 0) rotate(180deg); }
  section.mortgage-types .subcontainer {
    position: relative;
    z-index: 1; }
  section.mortgage-types .collapsable {
    height: 0 !important;
    padding: 0;
    overflow: hidden;
    min-height: 0 !important;
    transition: 1000ms; }
    section.mortgage-types .collapsable.open {
      transition: 1000ms;
      overflow: visible;
      min-height: 92px !important; }
    section.mortgage-types .collapsable:not(.open) {
      border-bottom: none; }

.m-mortgage-type {
  margin: 0 5px;
  box-shadow: 0 10px 30px 0 rgba(0, 11, 25, 0.08);
  border-radius: 10px; }
  .m-mortgage-type.no-m {
    margin: 0 -10px; }
  .m-mortgage-type.min-height div {
    min-height: 92px;
    height: 92px;
    display: flex;
    align-items: center; }
  .m-mortgage-type.first-column {
    border-radius: 0;
    border-bottom-left-radius: 10px;
    overflow: hidden; }
    .m-mortgage-type.first-column .fixed-height {
      border-top-left-radius: 5px;
      border-top: 5px solid #48BAFB;
      justify-content: center; }
    .m-mortgage-type.first-column span {
      display: table; }
  .m-mortgage-type.second-column {
    border-left: 1px solid #E1F9FF;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    box-shadow: 12px 10px 30px 0px rgba(0, 11, 25, 0.08); }
    .m-mortgage-type.second-column .fixed-height {
      border-top-right-radius: 5px;
      border-top: 5px solid #48BAFB;
      justify-content: center; }
    .m-mortgage-type.second-column span {
      display: table; }
  .m-mortgage-type div {
    padding: 20px;
    background-color: white; }
    .m-mortgage-type div:nth-child(even) {
      background-color: #F0FBFE; }
  .m-mortgage-type p {
    text-align: center;
    margin-bottom: 0; }
  .m-mortgage-type span {
    margin: 0 auto;
    display: table; }
    .m-mortgage-type span.icon {
      display: block;
      text-align: center; }
    .m-mortgage-type span.icon-text {
      display: block; }
  .m-mortgage-type [data-icon="check_circle"],
  .m-mortgage-type [data-icon="call_made"] {
    color: #2FCC71; }
  .m-mortgage-type [data-icon="cancel"],
  .m-mortgage-type [data-icon="call_received"] {
    color: #E11E27; }
  .m-mortgage-type .rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  .m-mortgage-type.blue {
    margin: 0;
    border-top-right-radius: 0;
    margin-right: -20px;
    padding-left: 0; }
    .m-mortgage-type.blue i {
      font-size: 37px;
      float: left;
      color: white;
      margin: 0 10px; }
    .m-mortgage-type.blue div {
      display: flex;
      align-items: center;
      background-color: #48BAFB !important;
      border-bottom: 1px solid #7FD0FF;
      min-height: 92px; }
      .m-mortgage-type.blue div:nth-child(1) {
        background-color: #FFFFFF !important;
        border-bottom: none; }
      .m-mortgage-type.blue div:nth-child(2) {
        border-top-left-radius: 10px; }
      .m-mortgage-type.blue div:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; }
      .m-mortgage-type.blue div i, .m-mortgage-type.blue div a, .m-mortgage-type.blue div span {
        color: #FFFFFF; }
    .m-mortgage-type.blue span {
      float: left;
      margin: 0; }

.m-mortgage-type__titles {
  box-shadow: none; }
  .m-mortgage-type__titles > div {
    background-color: #FFFFFF !important;
    padding-left: 0; }
    .m-mortgage-type__titles > div span {
      width: 80%; }
  .m-mortgage-type__titles p {
    text-align: left;
    font-weight: bold; }
  .m-mortgage-type__titles .last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }

.more-info {
  margin-bottom: 60px; }
  .more-info .inner.center {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .more-info .inner.center .arrow-drawn h3:before {
      left: 60px;
      bottom: 15px; }

.m-mortgage-type__label {
  font-weight: bold; }

@media (max-width: 990px) {
  section.mortgage-types .inner {
    padding: 0; }
  section.mortgage-types h3 {
    margin-top: 0; }
  section.mortgage-types .m-mortgage-type {
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(0, 11, 25, 0.08); }
    section.mortgage-types .m-mortgage-type div {
      flex-direction: column;
      align-items: start;
      min-height: 92px;
      height: inherit; }
      section.mortgage-types .m-mortgage-type div.fixed-height {
        align-items: center; }
      section.mortgage-types .m-mortgage-type div p.m-mortgage-type__label {
        margin-bottom: 10px; }
    section.mortgage-types .m-mortgage-type p {
      text-align: left; }
    section.mortgage-types .m-mortgage-type span {
      margin: unset; }
    section.mortgage-types .m-mortgage-type .collapsable.open {
      padding: 20px;
      height: inherit !important; }
  section.mortgage-types .arrow-drawn h3:before {
    display: none; }
  section.mortgage-types .more-info {
    margin-bottom: 0; } }

section.call2action {
  padding: 80px 0 60px 0;
  background-color: #48BAFB;
  text-align: center;
  color: #fff; }
  section.call2action h2 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 20px; }
  section.call2action div.inner > p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  section.call2action div.inner > span {
    margin: 0 15px; }
  section.call2action .a-button-transparent {
    color: #FFFFFF;
    border: 1px solid #FFFFFF; }
    section.call2action .a-button-transparent:hover {
      background-color: rgba(255, 255, 255, 0.1); }
  section.call2action ul.call2actionfacts {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    align-items: center;
    justify-content: center; }
    section.call2action ul.call2actionfacts > li {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      padding: 0 20px;
      font-size: 24px;
      line-height: 29px;
      font-style: italic;
      width: calc( (100% / 3) - 20px); }
      section.call2action ul.call2actionfacts > li span:not(.material-icons) {
        text-align: left; }
      section.call2action ul.call2actionfacts > li span.material-icons {
        font-size: 40px;
        margin-right: 25px;
        margin-left: -40px; }
  section.call2action div.call-us {
    text-align: center;
    padding-top: 30px;
    max-width: 840px;
    margin: 0 auto;
    font-size: 16px;
    font-style: italic; }
    section.call2action div.call-us a {
      color: white;
      text-decoration: underline; }
    section.call2action div.call-us:before {
      content: '';
      display: inline-block;
      width: 64px;
      height: 41px;
      background-image: url(../../images/sprite/spritesheet-retina.png);
      background-position: 0px -888px;
      width: 64px;
      height: 41px;
      margin-right: 20px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        section.call2action div.call-us:before {
          background-image: url(../../images/sprite/spritesheet-retina@2x.png);
          background-size: 1060px 2893px; } }
    section.call2action div.call-us strong {
      font-weight: normal;
      margin-left: 6px; }
  section.call2action hr {
    height: 3px;
    background-color: rgba(226, 230, 235, 0.3); }
  section.call2action.contact div.call-us {
    text-align: right;
    margin-right: 70px; }
  section.call2action div.contact-us {
    display: flex;
    margin-top: 20px; }
    section.call2action div.contact-us > div {
      margin: 0 auto;
      width: calc( (100% / 3) - 20px); }
      section.call2action div.contact-us > div > div {
        float: left;
        margin-top: -4px; }
        section.call2action div.contact-us > div > div.a-button {
          margin-right: 20px;
          margin-top: 0; }
        section.call2action div.contact-us > div > div p {
          margin-bottom: 0;
          text-align: left; }
          section.call2action div.contact-us > div > div p:first-child {
            font-weight: bold; }
        section.call2action div.contact-us > div > div .icon-whatsappicon {
          margin-left: -5px;
          margin-right: -5px;
          font-size: 26px; }
    section.call2action div.contact-us .contact-us__socials-button-holder {
      margin-right: 15px;
      margin-top: 1px; }

section.call2action--red {
  background-color: #FF5B54; }

@media (max-width: 960px) {
  section.call2action {
    padding: 30px 0;
    text-align: left; }
    section.call2action h2 {
      font-size: 28px; }
    section.call2action .a-button {
      margin-bottom: 15px; }
    section.call2action div.inner p > {
      max-width: none; }
    section.call2action div.inner > span {
      display: none; }
    section.call2action ul.call2actionfacts {
      flex-direction: column; }
      section.call2action ul.call2actionfacts > li {
        justify-content: left;
        width: 100%; }
    section.call2action div.call-us {
      text-align: left !important; }
      section.call2action div.call-us:before {
        display: none; }
      section.call2action div.call-us span {
        display: block; }
    section.call2action div.contact-us {
      flex-direction: column; }
      section.call2action div.contact-us > div {
        width: 100%; } }

section.direct-regelen {
  padding: 40px 0 60px 0;
  background-color: #48BAFB;
  text-align: left;
  color: #fff; }
  section.direct-regelen h2 {
    font-size: 30px;
    color: #fff;
    margin-top: 20px; }
  section.direct-regelen div.content {
    width: 45%;
    margin-right: 5%;
    float: left; }
    @media (max-width: 960px) {
      section.direct-regelen div.content {
        width: 90%;
        margin-left: 5%; } }
    section.direct-regelen div.content.contact {
      width: 50%;
      margin-right: 0;
      border: 2px solid rgba(255, 255, 255, 0.2);
      border-radius: 5px;
      padding: 20px 30px; }
      @media (max-width: 960px) {
        section.direct-regelen div.content.contact {
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
      section.direct-regelen div.content.contact ul {
        list-style-type: none;
        padding: 0; }
        section.direct-regelen div.content.contact ul li {
          margin-bottom: 17px; }
          section.direct-regelen div.content.contact ul li:nth-child(1) .ui-helper-clearfix p, section.direct-regelen div.content.contact ul li:nth-child(2) .ui-helper-clearfix p {
            text-transform: uppercase; }
            section.direct-regelen div.content.contact ul li:nth-child(1) .ui-helper-clearfix p span, section.direct-regelen div.content.contact ul li:nth-child(2) .ui-helper-clearfix p span {
              text-transform: initial; }
              section.direct-regelen div.content.contact ul li:nth-child(1) .ui-helper-clearfix p span.status, section.direct-regelen div.content.contact ul li:nth-child(2) .ui-helper-clearfix p span.status {
                display: inline-block;
                font-style: normal;
                font-size: 16px;
                margin: 0 0 0 7px; }
                section.direct-regelen div.content.contact ul li:nth-child(1) .ui-helper-clearfix p span.status.online:before, section.direct-regelen div.content.contact ul li:nth-child(2) .ui-helper-clearfix p span.status.online:before {
                  background-color: #1EFFCD; }
                section.direct-regelen div.content.contact ul li:nth-child(1) .ui-helper-clearfix p span.status.offline:before, section.direct-regelen div.content.contact ul li:nth-child(2) .ui-helper-clearfix p span.status.offline:before {
                  background-color: #E11E27; }
                section.direct-regelen div.content.contact ul li:nth-child(1) .ui-helper-clearfix p span.status:before, section.direct-regelen div.content.contact ul li:nth-child(2) .ui-helper-clearfix p span.status:before {
                  content: ' ';
                  display: inline-block;
                  width: 7px;
                  height: 7px;
                  border-radius: 3px;
                  position: relative;
                  margin-right: 7px;
                  top: -2px; }
            section.direct-regelen div.content.contact ul li:nth-child(1) .ui-helper-clearfix p a, section.direct-regelen div.content.contact ul li:nth-child(2) .ui-helper-clearfix p a {
              margin: 0 0 0 5px;
              color: #FFFFFF; }
          section.direct-regelen div.content.contact ul li > a {
            background-image: url("../images/svgs/arrow_white.svg");
            background-repeat: no-repeat;
            background-position: center right;
            display: block;
            width: 100%; }
          section.direct-regelen div.content.contact ul li .ui-helper-clearfix > div,
          section.direct-regelen div.content.contact ul li .ui-helper-clearfix a > div {
            display: block;
            float: left;
            margin-right: 20px;
            width: 35px; }
            section.direct-regelen div.content.contact ul li .ui-helper-clearfix > div i,
            section.direct-regelen div.content.contact ul li .ui-helper-clearfix a > div i {
              display: block; }
              section.direct-regelen div.content.contact ul li .ui-helper-clearfix > div i.icon-mobile,
              section.direct-regelen div.content.contact ul li .ui-helper-clearfix a > div i.icon-mobile {
                background: url("../images/svgs/bel.svg") no-repeat center center;
                width: 30px;
                height: 58px;
                margin-top: -8px;
                margin-left: -3px; }
              section.direct-regelen div.content.contact ul li .ui-helper-clearfix > div i.icon-chat-custom,
              section.direct-regelen div.content.contact ul li .ui-helper-clearfix a > div i.icon-chat-custom {
                background: url("../images/svgs/chat.svg") no-repeat center center;
                width: 31px;
                height: 33px;
                margin-top: 6px;
                margin-left: -4px; }
              section.direct-regelen div.content.contact ul li .ui-helper-clearfix > div i.icon-mail,
              section.direct-regelen div.content.contact ul li .ui-helper-clearfix a > div i.icon-mail {
                background: url("../images/svgs/email.svg") no-repeat center center;
                width: 25px;
                height: 27px;
                margin-top: 8px; }
              section.direct-regelen div.content.contact ul li .ui-helper-clearfix > div i.icon-facebook-custom,
              section.direct-regelen div.content.contact ul li .ui-helper-clearfix a > div i.icon-facebook-custom {
                background: url("../images/svgs/facebook.svg") no-repeat center center;
                width: 25px;
                height: 25px;
                margin-top: 8px; }
              section.direct-regelen div.content.contact ul li .ui-helper-clearfix > div i.icon-twitter-custom,
              section.direct-regelen div.content.contact ul li .ui-helper-clearfix a > div i.icon-twitter-custom {
                background: url("../images/svgs/twitter.svg") no-repeat center center;
                width: 25px;
                height: 20px;
                margin-top: 12px; }
              section.direct-regelen div.content.contact ul li .ui-helper-clearfix > div i.icon-whatsapp,
              section.direct-regelen div.content.contact ul li .ui-helper-clearfix a > div i.icon-whatsapp {
                background: url("../images/svgs/whatsapp.svg") no-repeat center center;
                width: 25px;
                height: 25px;
                margin-top: 10px; }
          section.direct-regelen div.content.contact ul li .ui-helper-clearfix p {
            color: #fff;
            display: block;
            float: left;
            margin-bottom: 0;
            font-size: 16px;
            line-height: 22px; }
            section.direct-regelen div.content.contact ul li .ui-helper-clearfix p span {
              display: block;
              font-size: 14px;
              line-height: 22px;
              font-style: italic; }
      section.direct-regelen div.content.contact h3 {
        font-size: 30px;
        color: #fff;
        font-weight: 300;
        margin-top: 0; }
  section.direct-regelen ul.quicklinks {
    margin: 40px 0;
    padding-bottom: 75px;
    list-style-type: none;
    padding: 0 0 0 5px; }
    section.direct-regelen ul.quicklinks li {
      margin: 0;
      margin-bottom: 20px; }
      section.direct-regelen ul.quicklinks li:before {
        content: ' ';
        background-image: url(../../images/sprite/spritesheet-retina.png);
        background-position: 0px -18px;
        width: 9px;
        height: 14px;
        margin-right: 20px;
        float: left;
        margin-top: 8px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          section.direct-regelen ul.quicklinks li:before {
            background-image: url(../../images/sprite/spritesheet-retina@2x.png);
            background-size: 1060px 2893px; } }
      section.direct-regelen ul.quicklinks li a {
        color: #fff;
        font-size: 18px;
        display: block;
        overflow: hidden; }
  section.direct-regelen div.call-us {
    text-align: center;
    padding-top: 30px;
    max-width: 840px;
    margin: 0 auto;
    font-size: 16px;
    font-style: italic; }
    section.direct-regelen div.call-us a {
      color: white;
      text-decoration: underline; }
    section.direct-regelen div.call-us:before {
      content: '';
      display: inline-block;
      width: 64px;
      height: 41px;
      background-image: url(../../images/sprite/spritesheet-retina.png);
      background-position: 0px -888px;
      width: 64px;
      height: 41px;
      margin-right: 20px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        section.direct-regelen div.call-us:before {
          background-image: url(../../images/sprite/spritesheet-retina@2x.png);
          background-size: 1060px 2893px; } }
    section.direct-regelen div.call-us strong {
      font-weight: normal;
      margin-left: 6px; }
  section.direct-regelen.contact div.call-us {
    text-align: right;
    margin-right: 70px; }

@media (max-width: 480px) {
  section.direct-regelen div.content.contact ul li:nth-child(1) .ui-helper-clearfix p a.telephone,
  section.direct-regelen div.content.contact ul li:nth-child(1) .ui-helper-clearfix p span.status, section.direct-regelen div.content.contact ul li:nth-child(2) .ui-helper-clearfix p a.telephone,
  section.direct-regelen div.content.contact ul li:nth-child(2) .ui-helper-clearfix p span.status {
    white-space: nowrap;
    margin-left: 0; }
  section.direct-regelen div.content.contact ul li .ui-helper-clearfix > div,
  section.direct-regelen div.content.contact ul li .ui-helper-clearfix a > div {
    margin-right: 5px; }
  section.direct-regelen div.content.contact ul li .ui-helper-clearfix p {
    max-width: 70%; } }

section.interests {
  padding: 60px 0 80px 0;
  background-color: #f4f8fa;
  text-align: center; }
  section.interests h2 {
    margin-top: 0;
    font-size: 40px; }
  section.interests p {
    margin-bottom: 20px; }
  section.interests div.interests-slider {
    position: relative;
    padding: 0 48px;
    margin: 50px 0; }
    section.interests div.interests-slider ul {
      margin: 0;
      padding: 0 2px;
      list-style: none;
      height: 130px; }
    section.interests div.interests-slider li {
      height: 130px;
      background: #fff;
      border: 1px solid #e4e8f1;
      border-left: none;
      text-align: center; }
      section.interests div.interests-slider li div.title {
        border-bottom: 1px solid #e4e8f1;
        font-weight: bold;
        color: #000B19;
        text-transform: uppercase;
        font-size: 12px;
        white-space: nowrap;
        line-height: 36px; }
      section.interests div.interests-slider li strong {
        display: block;
        padding-top: 25px;
        font-size: 40px;
        color: #E11E27;
        font-style: italic;
        font-weight: bold; }
        section.interests div.interests-slider li strong:after {
          content: '%';
          display: inline;
          font-size: 20px;
          vertical-align: top;
          font-weight: normal;
          margin-left: 3px; }
      section.interests div.interests-slider li span {
        color: #000B19;
        font-size: 12px; }
      section.interests div.interests-slider li.highlight {
        background: #E11E27; }
        section.interests div.interests-slider li.highlight div.title,
        section.interests div.interests-slider li.highlight strong,
        section.interests div.interests-slider li.highlight span {
          color: white; }
    section.interests div.interests-slider div.owl-item:first-child li {
      border-left: 1px solid #e4e8f1; }
    section.interests div.interests-slider div.owl-prev, section.interests div.interests-slider div.owl-next {
      position: absolute;
      top: 0;
      width: 48px;
      height: 130px;
      border-radius: 0;
      margin: 0;
      cursor: pointer;
      border: 1px solid #e4e8f1;
      text-indent: -9999px; }
      section.interests div.interests-slider div.owl-prev.disabled, section.interests div.interests-slider div.owl-next.disabled {
        display: none; }
    section.interests div.interests-slider div.owl-prev {
      left: -43px;
      background-image: url(../../images/sprite/spritesheet-retina.png);
      background-position: 0px -1856px;
      width: 46px;
      height: 128px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        section.interests div.interests-slider div.owl-prev {
          background-image: url(../../images/sprite/spritesheet-retina@2x.png);
          background-size: 1060px 2893px; } }
      section.interests div.interests-slider div.owl-prev:hover {
        background-image: url(../../images/sprite/spritesheet-retina.png);
        background-position: 0px -1989px;
        width: 46px;
        height: 128px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          section.interests div.interests-slider div.owl-prev:hover {
            background-image: url(../../images/sprite/spritesheet-retina@2x.png);
            background-size: 1060px 2893px; } }
    section.interests div.interests-slider div.owl-next {
      right: -40px;
      background-image: url(../../images/sprite/spritesheet-retina.png);
      background-position: 0px -2255px;
      width: 46px;
      height: 128px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        section.interests div.interests-slider div.owl-next {
          background-image: url(../../images/sprite/spritesheet-retina@2x.png);
          background-size: 1060px 2893px; } }
      section.interests div.interests-slider div.owl-next:hover {
        background-image: url(../../images/sprite/spritesheet-retina.png);
        background-position: 0px -2122px;
        width: 46px;
        height: 128px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          section.interests div.interests-slider div.owl-next:hover {
            background-image: url(../../images/sprite/spritesheet-retina@2x.png);
            background-size: 1060px 2893px; } }

@media (max-width: 960px) {
  section.interests {
    padding: 30px 0;
    text-align: left; }
    section.interests h2 {
      font-size: 28px; }
    section.interests div.interests-slider {
      margin: 20px 0; }
      section.interests div.interests-slider div.owl-prev.disabled, section.interests div.interests-slider div.owl-next.disabled {
        display: block;
        opacity: 0.5;
        pointer-events: none; } }

@media (max-width: 480px) {
  section.interests div.interests-slider {
    margin-left: -20px;
    margin-right: -20px; } }

.video-block {
  height: auto;
  position: relative;
  overflow: hidden; }
  .video-block video {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 8; }
  .video-block .controls {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    display: block;
    background: #E11E27;
    opacity: 0;
    background: url("../images/pause@2x.png") center center no-repeat;
    background-size: 200px 200px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .video-block .controls:hover {
      cursor: pointer; }
  .video-block.mousemove .controls {
    opacity: 0.5; }
  .video-block.paused .controls {
    opacity: 1;
    background: url("../images/play@2x.png") center center no-repeat;
    background-size: 200px 200px; }

.video-overlay {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer; }

section.video-steps-block .content,
section.video-steps-block .video-steps-block__content {
  padding-top: 35px; }

.video-steps-block__steps {
  display: flex;
  align-items: center;
  justify-content: center; }
  .video-steps-block__steps > button .material-icons {
    width: 25px; }
  .video-steps-block__steps > button:first-child {
    padding-left: 25px; }
    .video-steps-block__steps > button:first-child .material-icons {
      margin-right: 10px; }
  .video-steps-block__steps > button:last-child {
    padding-right: 25px; }
    .video-steps-block__steps > button:last-child .material-icons {
      margin-left: 10px; }

.video-steps-block__steps-list {
  list-style: none;
  margin: 0 10px;
  padding-left: 0;
  display: flex; }
  .video-steps-block__steps-list li {
    margin-bottom: 0;
    margin: 0 10px;
    opacity: 0.6;
    position: relative; }
    .video-steps-block__steps-list li button .material-icons {
      display: none; }
    .video-steps-block__steps-list li.completed {
      opacity: 1; }
      .video-steps-block__steps-list li.completed button {
        color: #FFFFFF;
        background-color: #FF5B54;
        overflow: visible; }
        .video-steps-block__steps-list li.completed button .material-icons {
          display: block;
          background-color: #FFFFFF;
          color: #FF5B54;
          border-radius: 20px;
          padding: 2px;
          font-weight: normal;
          font-size: 15px;
          top: -4px;
          right: -2px; }
    .video-steps-block__steps-list li.active {
      opacity: 1; }
    @media (max-width: 960px) {
      .video-steps-block__steps-list li:not(.active) {
        display: none; } }
    .video-steps-block__steps-list li:hover {
      opacity: 1; }
    .video-steps-block__steps-list li:before {
      content: "";
      position: absolute;
      background-color: #FF5B54;
      margin: auto;
      height: 1px;
      bottom: 1px;
      top: 0px;
      width: 10px;
      right: 51px; }
    @media (min-width: 1200px) {
      .video-steps-block__steps-list li {
        margin: 0 20px; }
        .video-steps-block__steps-list li:before {
          width: 20px;
          right: 57px; } }
    .video-steps-block__steps-list li:first-child:before {
      content: none; }
    .video-steps-block__steps-list li button {
      padding: 22px; }
      .video-steps-block__steps-list li button span {
        position: absolute;
        font-weight: bold; }
        .video-steps-block__steps-list li button span:last-child {
          top: 8px;
          left: 0;
          right: 0; }

.video-steps-block__content {
  min-height: 580px; }

.video-steps-block__container {
  display: none; }

.video-steps-block__inner {
  display: flex;
  padding: 40px 0; }
  @media (max-width: 960px) {
    .video-steps-block__inner {
      flex-direction: column;
      padding: 0 20px; } }

.video-steps-block__video {
  width: 60%;
  padding: 20px 0;
  max-height: 500px;
  overflow: hidden;
  text-align: right; }
  .video-steps-block__video video {
    display: inline-block;
    height: 100%; }
  .video-steps-block__video .video-steps-block__video {
    display: none; }
  @media (-webkit-video-playable-inline) {
    .video-steps-block__video .video-steps-block__video img {
      display: none; }
    .video-steps-block__video .video-steps-block__video video {
      display: initial; } }
  @media (max-width: 960px) {
    .video-steps-block__video {
      border-radius: 20px 20px 0 0;
      padding-top: 0;
      padding-bottom: 0;
      text-align: center; }
      .video-steps-block__video video {
        height: auto;
        width: 100%;
        margin-bottom: -5px; } }
  @media all and (-ms-high-contrast: none) {
    .video-steps-block__video {
      /* IE10 */
      /* IE11 */ }
      .video-steps-block__video video {
        width: 100%; }
      .video-steps-block__video *::-ms-backdrop,
      .video-steps-block__video video {
        width: 100%; } }

.video-steps-block__info {
  width: 40%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px 0 rgba(0, 11, 25, 0.08);
  border-radius: 20px 0 0 20px;
  padding: 30px 50px; }
  @media (max-width: 960px) {
    .video-steps-block__info {
      border-radius: 0 0 20px 20px; } }

@media (max-width: 960px) {
  .video-steps-block__video,
  .video-steps-block__info {
    width: 100%; } }

.video-steps-block__info__step {
  font-weight: bold;
  color: #F5F8FA;
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 0; }

.video-steps-block__info__title {
  margin-top: -24px;
  background-color: #FFFFFF;
  color: #000B19;
  font-size: 22px;
  line-height: 20px;
  font-weight: bold; }

.video-steps-block__info__content {
  color: #000B19;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px; }
  .video-steps-block__info__content p {
    color: #000B19;
    font-size: 14px;
    line-height: 21px; }

.video-steps-block__info__link {
  font-style: italic;
  text-decoration: underline; }
  .video-steps-block__info__link:hover {
    cursor: pointer; }

section.triple-column {
  padding: 80px 0;
  text-align: center; }
  section.triple-column h2 {
    margin-top: 0;
    font-size: 40px; }
  section.triple-column div.inner > p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #000B19;
    margin-bottom: 40px; }
  section.triple-column div.column {
    margin: 0 10px;
    padding: 50px 30px;
    border-radius: 10px;
    color: #000B19;
    text-align: left;
    box-shadow: 0 10px 30px 0 rgba(0, 11, 25, 0.08); }
    section.triple-column div.column h3 {
      margin: 30px 0 5px 0;
      text-align: left;
      font-size: 22px;
      font-weight: bold; }
    section.triple-column div.column .is-hyperlink {
      font-style: italic;
      position: absolute;
      bottom: 35px;
      color: #FF5B54; }
      section.triple-column div.column .is-hyperlink span:first-child {
        margin-top: -3px; }
      section.triple-column div.column .is-hyperlink:hover {
        text-decoration: none; }
        section.triple-column div.column .is-hyperlink:hover span:last-child {
          text-decoration: underline; }

@media (max-width: 990px) {
  section.triple-column {
    padding: 40px 0; }
    section.triple-column div.inner {
      padding: 0; }
      section.triple-column div.inner div.column {
        margin-bottom: 25px; }
        section.triple-column div.inner div.column .is-hyperlink {
          position: initial; }
    section.triple-column .m-carousel__prev {
      left: 15px; }
    section.triple-column .m-carousel__next {
      right: 15px; } }

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media (min-width: 640px) {
    .owl-carousel .owl-wrapper-outer {
      height: 100% !important; } }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url("../images/grabbing.png") 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.testimonial {
  background: #f4f8fa;
  position: relative;
  margin-top: -1px;
  border-bottom: 1px solid #e9f4fa; }
  .testimonial:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 20px;
    width: 20px;
    background: #fff;
    transform: rotate(45DEG);
    -webkit-transform: rotate(45DEG); }
  .testimonial .owl-carousel {
    z-index: 2; }
  .testimonial .owl-controls {
    position: absolute;
    bottom: 30px;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .testimonial .owl-controls .owl-pagination {
      display: block;
      text-align: center; }
      .testimonial .owl-controls .owl-pagination .owl-page {
        height: 8px;
        width: 8px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border: 2px solid #a5bdcb;
        display: inline-block;
        margin: 0 2px; }
        .testimonial .owl-controls .owl-pagination .owl-page.active {
          background: #a5bdcb; }
    .testimonial .owl-controls .owl-buttons {
      transform: translate(0, -12px);
      -webkit-transform: translate(0, -12px);
      -moz-transform: translate(0, -12px); }
      .testimonial .owl-controls .owl-buttons .owl-prev,
      .testimonial .owl-controls .owl-buttons .owl-next {
        display: block;
        height: 7px;
        width: 7px;
        border-top: 2px solid #a5bdcb;
        border-left: 2px solid #a5bdcb; }
      .testimonial .owl-controls .owl-buttons .owl-prev {
        float: left;
        transform: rotate(-45DEG);
        -webkit-transform: rotate(-45DEG); }
      .testimonial .owl-controls .owl-buttons .owl-next {
        float: right;
        transform: rotate(135DEG);
        -webkit-transform: rotate(135DEG); }
  .testimonial .owl-wrapper {
    border-top: 60px solid #fff; }
  .testimonial .inner .quote {
    position: relative;
    width: 65%; }
    .testimonial .inner .quote blockquote {
      color: #000B19;
      padding: 85px 0;
      margin: 0;
      text-align: right;
      float: left;
      position: relative;
      max-width: none; }
      .testimonial .inner .quote blockquote:before {
        content: "\201C";
        top: 0;
        left: 0; }
      .testimonial .inner .quote blockquote:after {
        content: "\201D"; }
    .testimonial .inner .quote .name {
      position: absolute;
      top: 40px;
      right: 0;
      text-transform: uppercase;
      color: #a5bdcb;
      font-size: 12px; }
      .testimonial .inner .quote .name:before {
        content: "";
        display: block;
        position: absolute;
        right: -160px;
        top: 8px;
        width: 150px;
        height: 1px;
        background: #a5bdcb; }
      .testimonial .inner .quote .name:after {
        content: "";
        display: block;
        position: absolute;
        right: -160px;
        top: 3px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: #a5bdcb; }
  .testimonial .inner img {
    position: absolute;
    bottom: 0;
    right: 50px;
    z-index: 99;
    max-height: 120%; }
  @media (max-width: 1050px) {
    .testimonial .inner .quote .name:before {
      width: 100px;
      right: -110px; }
    .testimonial .inner .quote .name:after {
      right: -110px; } }
  @media (max-width: 960px) {
    .testimonial .inner .quote blockquote {
      font-size: 28px; } }
  @media (max-width: 860px) {
    .testimonial .inner .quote .name:before {
      width: 60px;
      right: -70px; }
    .testimonial .inner .quote .name:after {
      right: -70px; } }
  @media (max-width: 720px) {
    .testimonial .inner .quote {
      width: 100%;
      position: relative;
      overflow: hidden; }
      .testimonial .inner .quote blockquote {
        text-align: left;
        font-size: 21px; }
      .testimonial .inner .quote .name {
        top: auto;
        bottom: 50px; }
        .testimonial .inner .quote .name:before {
          display: none; }
        .testimonial .inner .quote .name:after {
          display: none; }
    .testimonial .inner img {
      display: none; }
    .testimonial .owl-controls {
      bottom: 10px; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  background-color: #fff;
  cursor: auto;
  max-width: 740px;
  padding: 40px 20px; }
  .mfp-inline-holder .mfp-content img,
  .mfp-ajax-holder .mfp-content img {
    max-width: 100%; }
    .mfp-inline-holder .mfp-content img.full,
    .mfp-ajax-holder .mfp-content img.full {
      left: 0;
      right: 0; }

.mfp-content .content__image-container {
  display: none; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px !important;
  height: 44px;
  line-height: 44px;
  text-indent: -9999px;
  font-size: 1px !important;
  background-color: transparent !important;
  background-image: url("../images/cross_blue@2x.png") !important;
  background-repeat: no-repeat !important;
  background-size: 50% 50% !important;
  background-position: center center !important;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333;
  white-space: normal;
  font-size: 40px; }
  .mfp-close-btn-in .mfp-close:after {
    display: none; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
    .sabine .mfp-iframe-holder .mfp-content {
      max-width: 740px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
  .sabine .mfp-iframe-scaler {
    padding-top: 0;
    height: 520px; }
    .sabine .mfp-iframe-scaler iframe {
      background-color: #fff; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

h3.msg {
  margin-top: 0; }
  h3.msg.msg-invalid {
    color: #E11E27; }

section.videos {
  padding: 60px 0 80px 0;
  border-bottom: 1px solid #e9f4fa;
  text-align: center; }
  section.videos h2 {
    margin-top: 0;
    font-size: 40px; }
  section.videos div.inner > p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  section.videos ul {
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    section.videos ul li {
      float: left;
      width: 31.333%;
      margin-left: 3%; }
      section.videos ul li:first-child {
        margin-left: 0; }
      section.videos ul li a {
        display: block;
        overflow: hidden;
        border-radius: 5px;
        border-bottom: 3px solid #a4bec9;
        color: #34495e;
        font-size: 18px;
        font-weight: 200;
        font-style: italic;
        text-align: center;
        position: relative; }
        section.videos ul li a:hover {
          text-decoration: none; }
        section.videos ul li a img {
          display: block;
          width: 100%; }
        section.videos ul li a span {
          display: block;
          background-color: #f5fafc;
          line-height: 1.4em;
          padding: 20px;
          min-height: 90px; }
        section.videos ul li a:after {
          content: '';
          display: block;
          width: 57px;
          height: 57px;
          background-image: url(../../images/sprite/spritesheet-retina.png);
          background-position: 0px -1452px;
          width: 57px;
          height: 57px;
          position: absolute;
          left: 50%;
          top: 30%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            section.videos ul li a:after {
              background-image: url(../../images/sprite/spritesheet-retina@2x.png);
              background-size: 1060px 2893px; } }

@media (max-width: 960px) {
  section.videos {
    padding: 30px 0;
    text-align: left; }
    section.videos div.inner > p {
      max-width: none; }
    section.videos h2 {
      font-size: 28px; }
    section.videos ul li a {
      font-size: 16px; }
      section.videos ul li a span {
        padding: 10px;
        min-height: 0; } }

@media (max-width: 540px) {
  section.videos ul li {
    float: none;
    margin: 0 0 20px 0;
    width: auto; }
    section.videos ul li a span {
      padding: 20px;
      font-size: 18px; } }

section.link-blocks {
  padding: 60px 0 100px 0;
  border-bottom: 1px solid #e9f4fa;
  text-align: center; }
  section.link-blocks h2 {
    margin-top: 0;
    font-size: 40px; }
  section.link-blocks div.inner > p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  section.link-blocks ul {
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    section.link-blocks ul li {
      float: left;
      width: 31.333%;
      margin-left: 3%; }
      section.link-blocks ul li:first-child {
        margin-left: 0; }
      section.link-blocks ul li a {
        display: block;
        border: 2px solid #d3e9f5;
        border-radius: 5px;
        padding: 40px 20px 30px 20px;
        text-align: center;
        color: #13aceb;
        font-size: 20px;
        font-weight: 200; }
        section.link-blocks ul li a span {
          display: block;
          margin-top: 20px; }
        section.link-blocks ul li a i {
          font-size: 60px; }
        section.link-blocks ul li a:hover {
          background-color: #f5fafc; }

@media (max-width: 960px) {
  section.link-blocks {
    padding: 30px 0;
    text-align: left; }
    section.link-blocks div.inner > p {
      max-width: none; }
    section.link-blocks h2 {
      font-size: 28px; }
    section.link-blocks ul {
      margin-top: 30px; }
      section.link-blocks ul li a {
        font-size: 18px; }
        section.link-blocks ul li a i {
          font-size: 40px; } }

@media (max-width: 540px) {
  section.link-blocks ul {
    margin-top: 30px; }
    section.link-blocks ul li {
      float: none;
      width: auto;
      margin: 0 0 20px 0; }
      section.link-blocks ul li a {
        padding: 20px;
        font-size: 18px; }
        section.link-blocks ul li a i {
          font-size: 40px; }
        section.link-blocks ul li a span {
          margin-top: 10px; } }

section.submenu {
  border-bottom: 1px solid #e9f4fa;
  padding: 40px 0;
  background: #48BAFB;
  color: #fff; }
  section.submenu div.inner {
    text-align: center; }
  section.submenu h2 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 40px;
    color: #fff; }
  section.submenu a {
    display: inline-block;
    width: 23%;
    text-transform: uppercase;
    color: white;
    font-family: 'Lato', Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 13px;
    outline: none;
    padding: 0 10px; }
    section.submenu a span.visual {
      display: block;
      width: 120px;
      height: 120px;
      background: #33c2ec;
      margin: 0 auto 20px auto;
      font-family: 'nibc';
      font-display: block;
      line-height: 117px;
      font-size: 52px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      transition: background 0.15s;
      -webkit-transition: background 0.15s; }
      section.submenu a span.visual.internetsparen:before {
        content: "\e817"; }
      section.submenu a span.visual.termijndeposito:before {
        content: "\e808"; }
      section.submenu a span.visual.jeugdspaarrekening:before {
        content: "\e80c"; }
      section.submenu a span.visual:after {
        content: "";
        height: 1px;
        width: 1px;
        display: block;
        border-top: 12px solid #33c2ec;
        border-right: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid transparent;
        position: relative;
        margin: -12px auto 0 auto;
        opacity: 0;
        transition: border 0.15s, margin 0.15s;
        -webkit-transition: border 0.15s, margin 0.15s; }
    section.submenu a:hover {
      text-decoration: none;
      color: white; }
      section.submenu a:hover span.visual {
        background: #66d1f1; }
        section.submenu a:hover span.visual:after {
          opacity: 1;
          margin: 1px auto 0 auto;
          border-top: 12px solid #66d1f1; }
  section.submenu.faq-submenu {
    background-color: #f4f8fa; }
    section.submenu.faq-submenu h2 {
      color: #000B19; }
    section.submenu.faq-submenu a {
      color: #a5bdcb; }
      section.submenu.faq-submenu a span:before {
        color: white; }

@media (max-width: 960px) {
  section.submenu a {
    width: 22%; } }

@media (max-width: 720px) {
  section.submenu {
    display: none; }
  section.submenu.faq-submenu {
    display: block; }
    section.submenu.faq-submenu a {
      width: 100%;
      margin-bottom: 25px; } }

section.faq div.faq-top {
  padding: 0 0 40px 0;
  position: relative; }
  section.faq div.faq-top .main-cat {
    padding: 60px 0;
    background: #48BAFB;
    position: relative; }
    section.faq div.faq-top .main-cat:after {
      content: '';
      position: absolute;
      bottom: -36px;
      left: 50%;
      margin-left: -37px;
      height: 1px;
      width: 1px;
      border-top: 18px solid #48BAFB;
      border-right: 37px solid transparent;
      border-bottom: 18px solid transparent;
      border-left: 37px solid transparent; }
    section.faq div.faq-top .main-cat h1 {
      text-transform: uppercase;
      font-family: 'Lato', Arial, sans-serif;
      font-weight: bold;
      font-size: 44px;
      line-height: 1.2em;
      color: white;
      text-align: center;
      margin-bottom: 40px; }
  section.faq div.faq-top .sub-cat {
    background: white; }
  section.faq div.faq-top p {
    margin: 0;
    padding: 40px 0 30px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #8d93a4;
    text-align: center; }

section.faq div.faq-bottom {
  padding: 0 0 60px 0;
  min-height: 100px; }

ul#faq-main {
  margin: 0 10%;
  padding: 0;
  list-style: none;
  width: 80%; }
  ul#faq-main:after {
    content: '';
    display: block;
    clear: both; }
  ul#faq-main li {
    float: left;
    width: 31.333%;
    margin: 0 0 0 3%;
    text-align: center;
    font-size: 20px;
    line-height: 1em; }
    ul#faq-main li:first-child {
      margin-left: 0; }
    ul#faq-main li a {
      display: block;
      position: relative;
      padding: 25px 20px 20px 20px;
      border: 2px solid #48BAFB;
      background-color: #3dbfee;
      color: #8bd9f5;
      line-height: 1em;
      -webkit-transition: 150ms all;
      transition: 150ms all;
      height: 128px;
      width: 128px;
      border-radius: 50%;
      font-size: 12px;
      text-transform: uppercase;
      margin: 0 auto; }
      ul#faq-main li a:hover {
        text-decoration: none;
        color: #fff; }
    ul#faq-main li i {
      font-size: 48px;
      vertical-align: middle;
      position: relative;
      top: -3px;
      display: block;
      margin-bottom: 10px; }
    ul#faq-main li.active a {
      text-decoration: none;
      background-color: #48BAFB;
      color: #fff;
      border-color: white;
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }

div#faq-filter {
  display: none; }
  div#faq-filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default; }
    div#faq-filter ul li {
      display: inline-block;
      margin: 0 10px 10px 0;
      font-size: 13px;
      line-height: 1em; }
      div#faq-filter ul li a {
        display: block;
        position: relative;
        padding: 8px 12px 9px 12px;
        -webkit-transition: 150ms all;
        transition: 150ms all;
        border: 1px solid #13aceb;
        border-radius: 5px;
        background-color: #fff;
        white-space: nowrap;
        text-transform: uppercase;
        letter-spacing: 0.1em; }
        div#faq-filter ul li a:hover {
          text-decoration: none;
          background-color: #13aceb;
          color: #fff; }
        div#faq-filter ul li a:active {
          color: #13aceb;
          background-color: #fff; }
      div#faq-filter ul li.active a {
        background-color: #13aceb;
        color: #fff;
        padding-right: 34px; }
        div#faq-filter ul li.active a:after {
          content: '';
          position: absolute;
          right: 10px;
          top: 7px;
          width: 16px;
          height: 16px;
          background: url("../images/check-white@2x.png") no-repeat 0 0;
          background-size: 16px 16px; }

ul.faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none; }
  .faq-row ul.faq-list {
    display: block; }
  ul.faq-list > li {
    border: 2px solid #E2E6EB;
    border-radius: 5px;
    overflow: hidden; }
    ul.faq-list > li > h4 {
      margin: 0;
      padding: 0;
      font-size: 20px; }
      ul.faq-list > li > h4 a {
        font-size: 18px;
        font-weight: normal;
        display: block;
        position: relative;
        padding: 20px 60px 20px 30px;
        border-color: #d3e9f5;
        color: #000B19 !important;
        border-radius: 5px;
        -webkit-transition: 150ms all;
        transition: 150ms all; }
        ul.faq-list > li > h4 a:hover {
          text-decoration: none;
          background-color: #e9f4f8; }
        ul.faq-list > li > h4 a:after {
          content: '\e0a4';
          font-size: 16px;
          position: absolute;
          right: 30px;
          top: 28px; }
    ul.faq-list > li > div.content {
      display: none;
      padding: 30px;
      max-width: 800px; }
      ul.faq-list > li > div.content img.full {
        left: auto;
        right: auto; }
      ul.faq-list > li > div.content div.video {
        left: auto;
        right: auto;
        width: auto;
        height: 0; }
    ul.faq-list > li.active > div.content {
      display: block; }
    ul.faq-list > li.active > h2 a {
      border-bottom: 1px solid #d3e9f5; }
      ul.faq-list > li.active > h2 a:after {
        content: '\e0cb'; }

@media (max-width: 760px) {
  section.faq div.faq-top {
    padding: 0 0 20px 0; }
    section.faq div.faq-top p {
      padding-top: 40px; }
    section.faq div.faq-top .main-cat h1 {
      font-size: 24px; }
  section.faq div.faq-bottom {
    padding: 0 0 20px 0; }
  section.faq ul#faq-main li {
    font-size: 13px; }
    section.faq ul#faq-main li a {
      padding: 25px 5px 5px 5px;
      height: 110px;
      width: 110px; }
    section.faq ul#faq-main li i {
      display: block;
      font-size: 30px;
      margin-bottom: 5px; } }

@media (max-width: 480px) {
  section.faq ul.faq-list > li > h4 a {
    padding: 10px 35px 10px 15px;
    font-size: 16px; }
    section.faq ul.faq-list > li > h4 a:after {
      right: 10px;
      top: 17px; }
  section.faq ul.faq-list > li > div.content {
    padding: 15px; }
  section.faq ul#faq-main {
    margin: 0;
    width: 100%; }
    section.faq ul#faq-main li a {
      padding: 25px 5px 5px 5px;
      height: 90px;
      width: 90px;
      font-size: 10px; }
    section.faq ul#faq-main li i {
      display: block;
      font-size: 24px;
      margin-bottom: 5px; } }

form.default {
  margin: 0 0 30px 0;
  padding: 0; }
  form.default fieldset {
    margin: 0 0 30px 0;
    padding: 0;
    border: none; }
    form.default fieldset > div {
      margin-bottom: 20px; }
  form.default legend {
    position: absolute;
    left: -9999px; }
  form.default input[type=text], form.default input[type=email], form.default textarea {
    width: 100%;
    margin: 0;
    font-size: 14px;
    outline: none;
    padding: 5px 10px 5px 0px;
    height: 40px;
    border: 2px solid #d3e9f5;
    border-radius: none;
    border-left: 0;
    border-top: 0;
    border-right: 0; }
    form.default input[type=text]:focus, form.default input[type=email]:focus, form.default textarea:focus {
      border-color: #14b2ec; }
    form.default input[type=text].invalid, form.default input[type=email].invalid, form.default textarea.invalid {
      border-color: #E11E27;
      background: #f3a5a9; }
  form.default textarea {
    height: auto; }
  form.default input[type=radio], form.default input[type=checkbox] {
    margin-right: 5px; }
  form.default label {
    display: block;
    color: #000B19; }
    form.default label.check {
      display: inline;
      margin-right: 20px; }
  form.default em {
    color: #000B19; }
  form.default button, form.default input[type=submit] {
    border: none; }

div.custom-select {
  border: 2px solid #d3e9f5;
  background-color: #fff;
  border-radius: 5px;
  width: 160px;
  overflow: hidden;
  position: relative; }
  div.custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    padding: 12px;
    background: transparent;
    border: none;
    width: 120%;
    position: relative;
    color: #000B19;
    z-index: 2;
    outline: none; }
    div.custom-select select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000B19; }
    div.custom-select select:focus::-ms-value {
      background: transparent;
      color: #000B19; }
  div.custom-select:after {
    content: '\e0a4';
    font-size: 14px;
    padding-top: 17px;
    margin: 0;
    width: 50px;
    height: 100%;
    background: #d3e9f5;
    color: #000B19;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }

div.control-check .cbo-field {
  display: none; }

div.control-check .cbo-label {
  display: inline-block;
  max-width: calc(100% - 27px); }

div.control-check .info {
  vertical-align: top; }

div.control-check .cbo-field + .cbo-label:before {
  content: '';
  display: inline-block;
  vertical-align: sub;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: url("../images/cbo-spirte@2x.png") center top no-repeat;
  background-size: cover; }

div.control-check .cbo-field:checked + .cbo-label:before {
  background-position: center bottom; }

div.control-check .cbo-error {
  margin-top: 5px;
  font-size: 14px;
  color: #E11E27; }

section.share {
  padding: 60px 0;
  border-bottom: 1px solid #e9f4fa;
  text-align: center; }
  section.share h2 {
    margin-top: 0;
    font-size: 40px; }
  section.share a {
    display: inline-block;
    color: #fff;
    background-color: #E11E27;
    border-radius: 50%;
    padding: 10px;
    font-size: 20px;
    margin: 0 5px;
    -webkit-transition: 250ms all;
    transition: 250ms all; }
    section.share a:hover {
      background-color: #ff716b; }

@media (max-width: 960px) {
  section.share {
    padding: 30px 0; }
    section.share h2 {
      font-size: 28px; }
    section.share a {
      font-size: 16px; } }

section.find-advisor {
  padding: 60px 0 0 0; }
  section.find-advisor > ol {
    margin: 0;
    padding: 0;
    list-style: none; }
    section.find-advisor > ol li {
      border-bottom: 1px solid #e9f4fa;
      margin: 0;
      padding-top: 30px; }
      section.find-advisor > ol li:last-of-type {
        background-color: #d6e9f2; }
        section.find-advisor > ol li:last-of-type span.nr {
          border-color: #FFFFFF; }
      section.find-advisor > ol li div.inner {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 160px;
        overflow: hidden; }
      section.find-advisor > ol li h2 {
        font-size: 30px;
        margin-top: 0;
        line-height: 1.3em; }
      section.find-advisor > ol li p {
        float: left; }
      section.find-advisor > ol li a.button, section.find-advisor > ol li div#cookiewarning button, div#cookiewarning section.find-advisor > ol li button, section.find-advisor > ol li form.default button, form.default section.find-advisor > ol li button, section.find-advisor > ol li form.default input[type=submit], form.default section.find-advisor > ol li input[type=submit] {
        float: right; }
      section.find-advisor > ol li span.nr {
        position: absolute;
        left: 20px;
        top: 20px;
        font-weight: normal;
        font-size: 50px;
        font-style: italic;
        color: #E11E27;
        padding: 25px;
        border: 2px solid #edf2f4;
        border-radius: 50%; }
      section.find-advisor > ol li span.phone {
        font-weight: bold;
        color: #000B19;
        display: block;
        margin-top: 10px; }
        section.find-advisor > ol li span.phone span.phone a {
          text-decoration: none;
          color: #000B19; }

@media (max-width: 800px) {
  section.find-advisor {
    padding: 30px 0 0 0; }
    section.find-advisor > ol li div.inner {
      padding-left: 20px; }
    section.find-advisor > ol li span.nr {
      display: none; } }

@media (max-width: 600px) {
  section.find-advisor {
    padding-bottom: 20px; }
    section.find-advisor > ol li {
      margin-bottom: 0; }
      section.find-advisor > ol li h2 {
        font-size: 24px; }
      section.find-advisor > ol li p, section.find-advisor > ol li a.button, section.find-advisor > ol li div#cookiewarning button, div#cookiewarning section.find-advisor > ol li button, section.find-advisor > ol li form.default button, form.default section.find-advisor > ol li button, section.find-advisor > ol li form.default input[type=submit], form.default section.find-advisor > ol li input[type=submit] {
        float: none; } }

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

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

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative; }
  .noUi-base:before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: -14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #FF5B54;
    z-index: 1; }
  .noUi-base:after {
    content: '';
    display: block;
    position: absolute;
    right: -15px;
    top: -14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #a5bdcb;
    z-index: 1; }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #a5bdcb; }

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

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10; }

.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  z-index: -1; }

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

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

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

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

.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 30px;
  left: -15px;
  top: -14px; }

.noUi-vertical {
  width: 18px; }

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

/* Styling;
 */
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0; }

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

.noUi-origin {
  border-radius: 2px; }

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

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

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

.noUi-handle {
  border-radius: 50%;
  background-color: #FF5B54;
  cursor: default; }

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

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

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

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

section.calculator {
  padding-top: 40px; }
  section.calculator div.intro {
    text-align: center;
    margin-bottom: 30px; }
    section.calculator div.intro h2 {
      margin: 0 0 10px 0;
      font-size: 40px; }
    section.calculator div.intro p {
      margin-bottom: 20px; }
  section.calculator div.column-input {
    float: left;
    width: 66%;
    padding-right: 50px;
    margin-bottom: 20px; }
  section.calculator div.column-output {
    float: left;
    width: 34%;
    padding-left: 50px;
    border-left: 1px solid #d3e9f5;
    margin-bottom: 20px; }
  section.calculator div.result {
    clear: left;
    background-color: #d6e9f2;
    padding: 80px 0 20px 0;
    position: relative;
    overflow: hidden; }
    section.calculator div.result div.column {
      width: 30%;
      float: left;
      margin-left: 5%; }
      section.calculator div.result div.column.sub p {
        font-size: 15px;
        color: #000B19;
        font-style: italic;
        line-height: 1.5em;
        font-weight: 200;
        margin-bottom: 20px;
        position: relative; }
        section.calculator div.result div.column.sub p:before {
          content: '';
          position: absolute;
          left: 10px;
          bottom: -60px;
          width: 64px;
          height: 41px;
          background-image: url(../../images/sprite/spritesheet-retina.png);
          background-position: 0px -934px;
          width: 64px;
          height: 41px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            section.calculator div.result div.column.sub p:before {
              background-image: url(../../images/sprite/spritesheet-retina@2x.png);
              background-size: 1060px 2893px; } }
      section.calculator div.result div.column.sub a.button, section.calculator div.result div.column.sub div#cookiewarning button, div#cookiewarning section.calculator div.result div.column.sub button, section.calculator div.result div.column.sub form.default button, form.default section.calculator div.result div.column.sub button, section.calculator div.result div.column.sub form.default input[type=submit], form.default section.calculator div.result div.column.sub input[type=submit] {
        margin-left: 90px; }
      section.calculator div.result div.column:first-child {
        margin-left: 0; }
    section.calculator div.result h2 {
      font-size: 30px;
      margin: 18px 0 0 0; }
    section.calculator div.result:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -80px;
      width: 0;
      height: 0;
      border-left: 80px solid transparent;
      border-right: 80px solid transparent;
      border-top: 30px solid #fff; }
    section.calculator div.result div.calc-result {
      font-size: 35px;
      color: #000B19;
      border: 7px solid #e2f0f6;
      border-radius: 50px;
      text-align: center; }
      section.calculator div.result div.calc-result strong {
        font-size: 50px;
        font-weight: bold; }
    section.calculator div.result div.calc-subresults {
      font-size: 16px;
      text-transform: uppercase;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 10px; }
      section.calculator div.result div.calc-subresults strong {
        font-weight: 200;
        color: #99abbc; }
        section.calculator div.result div.calc-subresults strong:first-child {
          padding-right: 8px;
          margin-right: 6px;
          border-right: 1px solid #99abbc; }
  section.calculator div.control {
    margin-bottom: 40px; }
    section.calculator div.control:after {
      content: '';
      display: block;
      clear: both; }
  section.calculator h3 {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 200;
    font-style: italic;
    color: #34495e;
    line-height: 1.3em;
    padding-right: 30px; }
  section.calculator div.control-input {
    float: left;
    width: 34%;
    padding-right: 50px; }
    section.calculator div.control-input input.calc {
      -webkit-appearance: none;
      border: 2px solid #d3e9f5;
      padding: 12px 12px;
      background-color: #fff;
      border-radius: 5px;
      width: 100%; }
  section.calculator div.control.select h3 {
    float: left;
    line-height: 2; }
  section.calculator div.control-slider {
    float: left;
    width: 66%;
    padding: 0 15px; }
    section.calculator div.control-slider div.slider-tooltip {
      position: absolute;
      left: -35px;
      top: -25px;
      width: 100px;
      text-align: center;
      color: #FF5B54; }
    section.calculator div.control-slider div.slider {
      margin-top: 25px;
      height: 3px;
      margin-bottom: 20px; }
    section.calculator div.control-slider div.min {
      float: left;
      margin-left: -15px;
      color: #a5bdcb; }
    section.calculator div.control-slider div.max {
      float: right;
      margin-right: -15px;
      color: #a5bdcb; }
  section.calculator div.calc-interest {
    color: #FF5B54;
    font-size: 65px;
    overflow: hidden;
    margin-top: 20px; }
    section.calculator div.calc-interest strong {
      float: left; }
    section.calculator div.calc-interest > div {
      float: left;
      font-size: 28px;
      text-transform: uppercase;
      line-height: 1em;
      padding-left: 10px;
      padding-top: 17px; }
  section.calculator div.tarif-class {
    color: #34495e;
    padding: 15px 0 0 60px;
    position: relative; }
    section.calculator div.tarif-class div.sub {
      color: #000B19;
      font-size: 15px;
      font-style: italic;
      font-weight: 200; }
    section.calculator div.tarif-class:before {
      content: '';
      position: absolute;
      left: -12px;
      top: -8px;
      width: 64px;
      height: 41px;
      background-image: url(../../images/sprite/spritesheet-retina.png);
      background-position: 0px -934px;
      width: 64px;
      height: 41px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        section.calculator div.tarif-class:before {
          background-image: url(../../images/sprite/spritesheet-retina@2x.png);
          background-size: 1060px 2893px; } }

section#calculator-savings div.result div.column.sub p:before,
section#calculator-deposito div.result div.column.sub p:before {
  transform: rotate(-90DEG);
  -moz-transform: rotate(-90DEG);
  -webkit-transform: rotate(-90DEG);
  left: -40px; }

section#calculator-savings .result {
  padding-bottom: 60px; }

@media (max-width: 1100px) {
  section.calculator div.result {
    padding: 40px 0 0 0; }
    section.calculator div.result h2 {
      margin: 0; }
    section.calculator div.result div.column {
      float: none;
      margin: 0 0 20px 0;
      width: auto; } }

@media (max-width: 960px) {
  section.calculator h3 {
    width: auto;
    margin: 0 0 20px 0; }
  section.calculator div.control-input {
    float: none;
    width: auto;
    padding: 0; }
  section.calculator div.control-slider {
    float: none;
    width: auto;
    padding-top: 30px; }
  section.calculator div.column-input {
    width: 55%; }
  section.calculator div.column-output {
    width: 45%; } }

@media (max-width: 720px) {
  section.calculator div.intro {
    text-align: left; }
    section.calculator div.intro h2 {
      font-size: 28px; }
  section.calculator div.column-input {
    float: none;
    width: auto;
    padding: 0; }
  section.calculator div.column-output {
    float: none;
    width: auto;
    padding: 0;
    border: none; }
  section.calculator div.control-slider {
    padding-left: 30px;
    padding-right: 30px; }
  section.calculator div.result h2 {
    font-size: 28px; }
  section.calculator div.result div.calc-result {
    font-size: 17px;
    padding: 5px 0; }
    section.calculator div.result div.calc-result strong {
      font-size: 34px; } }

section.calculator-alt {
  margin-bottom: 40px; }
  @media (max-width: 530px) {
    section.calculator-alt {
      margin-bottom: 25px; } }

section.calculator-alt, .form-popup {
  /*
    Allow angular.js to be loaded in body, hiding cloaked elements until
    templates compile.  The !important is important given that there may be
    other selectors that are more specific or come later and might alter display.
    */ }
  section.calculator-alt .svgContainer, .form-popup .svgContainer {
    margin-bottom: 25px; }
  section.calculator-alt .interest-reduction-container, .form-popup .interest-reduction-container {
    visibility: hidden;
    height: 0;
    margin: 0; }
  section.calculator-alt .angularHide, .form-popup .angularHide {
    visibility: hidden;
    height: 0; }
  section.calculator-alt .resultsHide, .form-popup .resultsHide {
    display: none !important; }
  section.calculator-alt #svgRates, .form-popup #svgRates {
    height: 0; }
  section.calculator-alt #svgRatesMobile, .form-popup #svgRatesMobile {
    height: 0; }
  section.calculator-alt .angularShow, .form-popup .angularShow {
    visibility: visible;
    height: auto;
    margin-top: 50px; }
    section.calculator-alt .angularShow #svgRates, .form-popup .angularShow #svgRates {
      height: 0; }
    section.calculator-alt .angularShow #svgRatesMobile, .form-popup .angularShow #svgRatesMobile {
      height: auto; }
    @media (min-width: 530px) {
      section.calculator-alt .angularShow #svgRates, .form-popup .angularShow #svgRates {
        height: auto; }
      section.calculator-alt .angularShow #svgRatesMobile, .form-popup .angularShow #svgRatesMobile {
        height: 0; } }
  section.calculator-alt .mortgage-tile, .form-popup .mortgage-tile {
    min-height: 50px;
    font-weight: 600;
    color: #000B19;
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: -15px; }
    section.calculator-alt .mortgage-tile-prefix, .form-popup .mortgage-tile-prefix {
      height: auto;
      width: 50px;
      text-align: center;
      vertical-align: middle;
      line-height: 50px;
      border-right: 2px solid rgba(151, 151, 151, 0.5);
      display: table-cell; }
    section.calculator-alt .mortgage-tile .mortgage-tile-inner, .form-popup .mortgage-tile .mortgage-tile-inner {
      display: table-cell; }
    section.calculator-alt .mortgage-tile p, .form-popup .mortgage-tile p {
      height: auto;
      margin-bottom: 0;
      padding-left: 20px; }
    section.calculator-alt .mortgage-tile-title, .form-popup .mortgage-tile-title {
      line-height: 20px; }
    section.calculator-alt .mortgage-tile-content, .form-popup .mortgage-tile-content {
      color: #747c83;
      font-weight: normal; }
      section.calculator-alt .mortgage-tile-content span, .form-popup .mortgage-tile-content span {
        content: '';
        display: inline-block;
        width: 9px;
        height: 14px;
        background: url(../images/arrow-submit_grey@2x.png) no-repeat 0 0;
        background-size: 9px 14px;
        margin: 0 8px -2px 10px; }
  section.calculator-alt .btn-print, .form-popup .btn-print {
    text-align: center;
    margin-bottom: 50px; }
    section.calculator-alt .btn-print a, .form-popup .btn-print a {
      color: #000B19;
      text-decoration: underline;
      font-weight: 700; }
  section.calculator-alt .mortgage-tile-container, .form-popup .mortgage-tile-container {
    display: block; }
    section.calculator-alt .mortgage-tile-container .mortgage-tile-button, .form-popup .mortgage-tile-container .mortgage-tile-button {
      padding-bottom: 75px;
      background-image: url("../images/arrow-cta-blue@2x.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 540px 22px;
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      cursor: pointer; }
  section.calculator-alt .inner .intro, .form-popup .inner .intro {
    max-width: 560px;
    margin: 80px auto 40px auto;
    text-align: center; }
    section.calculator-alt .inner .intro h2, .form-popup .inner .intro h2 {
      margin-top: 0; }
  section.calculator-alt .inner .row-input:not(.do-not-hide) .right-column, .form-popup .inner .row-input:not(.do-not-hide) .right-column {
    display: none; }
  section.calculator-alt .inner .row-interest-reduction, .form-popup .inner .row-interest-reduction {
    margin-bottom: -20px;
    margin-top: -20px; }
    section.calculator-alt .inner .row-interest-reduction .intro, .form-popup .inner .row-interest-reduction .intro {
      max-width: 570px;
      margin-top: 40px; }
      section.calculator-alt .inner .row-interest-reduction .intro h5, .form-popup .inner .row-interest-reduction .intro h5 {
        margin-bottom: 0px; }
      section.calculator-alt .inner .row-interest-reduction .intro h2, .form-popup .inner .row-interest-reduction .intro h2 {
        margin-bottom: 10px; }
        section.calculator-alt .inner .row-interest-reduction .intro h2:after, .form-popup .inner .row-interest-reduction .intro h2:after {
          content: none; }
      section.calculator-alt .inner .row-interest-reduction .intro p, .form-popup .inner .row-interest-reduction .intro p {
        line-height: 1.3em;
        font-size: 14px;
        font-weight: 300; }
  section.calculator-alt .inner .info, .form-popup .inner .info {
    cursor: pointer;
    vertical-align: text-top;
    width: 1.3em;
    height: 1.3em;
    padding-left: 0;
    margin-left: 5px; }
    section.calculator-alt .inner .info:before, .form-popup .inner .info:before {
      margin: 0; }
  section.calculator-alt .inner .info-max-mortgage, .form-popup .inner .info-max-mortgage {
    display: inline; }
  section.calculator-alt .inner .info-margin-top-md, .form-popup .inner .info-margin-top-md {
    margin-top: 6px; }
  section.calculator-alt .inner .control, .form-popup .inner .control {
    margin-bottom: 20px;
    overflow: hidden; }
    section.calculator-alt .inner .control h3, .form-popup .inner .control h3 {
      padding-right: 30px;
      margin-top: 10px;
      font-size: 18px;
      font-style: italic;
      font-weight: 300; }
      section.calculator-alt .inner .control h3 .required, .form-popup .inner .control h3 .required {
        color: #E11E27;
        font-weight: bold;
        padding-left: 5px; }
    section.calculator-alt .inner .control .controls-wrapper, .form-popup .inner .control .controls-wrapper {
      position: relative; }
      section.calculator-alt .inner .control .controls-wrapper .info, .form-popup .inner .control .controls-wrapper .info {
        position: absolute;
        top: 10px;
        right: -30px; }
    section.calculator-alt .inner .control .calc-help, .form-popup .inner .control .calc-help {
      display: block;
      width: calc(100% - 30px);
      margin-top: 8px;
      font-size: 13px;
      font-weight: 700;
      color: #000B19;
      text-align: right;
      text-decoration: underline; }
      section.calculator-alt .inner .control .calc-help:before, .form-popup .inner .control .calc-help:before {
        content: '';
        background: url("../images/form-symbol-calculator@2x.png") no-repeat center;
        background-size: cover;
        display: inline-block;
        vertical-align: text-bottom;
        width: 12px;
        height: 18px;
        margin-right: 8px;
        margin-left: 5px; }
    section.calculator-alt .inner .control .custom-select, .form-popup .inner .control .custom-select {
      width: 100%;
      height: 40px;
      border: 0; }
      section.calculator-alt .inner .control .custom-select select, .form-popup .inner .control .custom-select select {
        display: inline-block;
        width: calc(100% - 30px);
        padding-top: 0;
        padding-right: 35px;
        padding-bottom: 0;
        border: 2px solid #d3e9f5;
        border-radius: 5px;
        line-height: 36px;
        height: 40px; }
      section.calculator-alt .inner .control .custom-select select::-ms-expand, .form-popup .inner .control .custom-select select::-ms-expand {
        display: none; }
      section.calculator-alt .inner .control .custom-select:after, .form-popup .inner .control .custom-select:after {
        top: 50%;
        right: 50px;
        transform: translateY(-50%);
        width: 19px;
        height: auto;
        padding: 0;
        border-radius: 50%;
        line-height: 19px;
        font-size: 10px; }
    section.calculator-alt .inner .control .control-choices .controls-wrapper .choice, .form-popup .inner .control .control-choices .controls-wrapper .choice {
      background-color: transparent;
      float: left;
      width: 49%;
      box-sizing: border-box;
      border: 2px solid #a9d4ec;
      border-radius: 5px;
      line-height: 40px;
      font-size: 15px;
      color: #000B19;
      text-align: center;
      transition: 250ms all; }
      section.calculator-alt .inner .control .control-choices .controls-wrapper .choice.selected, section.calculator-alt .inner .control .control-choices .controls-wrapper .choice:hover, .form-popup .inner .control .control-choices .controls-wrapper .choice.selected, .form-popup .inner .control .control-choices .controls-wrapper .choice:hover {
        background-color: #00baf1;
        border-top: 2px solid #00baf1;
        border-right: 2px solid #00baf1;
        border-bottom: 2px solid #009ece;
        border-left: 2px solid #00baf1;
        color: white;
        text-decoration: none; }
      section.calculator-alt .inner .control .control-choices .controls-wrapper .choice:focus, section.calculator-alt .inner .control .control-choices .controls-wrapper .choice:active, .form-popup .inner .control .control-choices .controls-wrapper .choice:focus, .form-popup .inner .control .control-choices .controls-wrapper .choice:active {
        outline: 0; }
      section.calculator-alt .inner .control .control-choices .controls-wrapper .choice.selected, .form-popup .inner .control .control-choices .controls-wrapper .choice.selected {
        font-weight: 700;
        cursor: default;
        pointer-events: none; }
        section.calculator-alt .inner .control .control-choices .controls-wrapper .choice.selected:before, .form-popup .inner .control .control-choices .controls-wrapper .choice.selected:before {
          content: '';
          display: inline-block;
          vertical-align: baseline;
          background: url("../images/check-white@2x.png") no-repeat center;
          background-size: 16px;
          width: 16px;
          height: 16px;
          margin-right: 8px; }
      section.calculator-alt .inner .control .control-choices .controls-wrapper .choice:nth-child(-n+2), .form-popup .inner .control .control-choices .controls-wrapper .choice:nth-child(-n+2) {
        margin-bottom: 2%; }
      section.calculator-alt .inner .control .control-choices .controls-wrapper .choice:nth-child(odd), .form-popup .inner .control .control-choices .controls-wrapper .choice:nth-child(odd) {
        margin-right: 2%; }
    section.calculator-alt .inner .control .control-input .txt-field, section.calculator-alt .inner .control .control-input-w-select .txt-field, .form-popup .inner .control .control-input .txt-field, .form-popup .inner .control .control-input-w-select .txt-field {
      -webkit-appearance: none;
      background-color: #fff;
      display: inline-block;
      width: calc(100% - 30px);
      height: 40px;
      padding: 0 12px;
      border: 2px solid #a9d4ec;
      border-radius: 5px;
      line-height: 40px;
      color: #000B19; }
      section.calculator-alt .inner .control .control-input .txt-field:focus, section.calculator-alt .inner .control .control-input-w-select .txt-field:focus, .form-popup .inner .control .control-input .txt-field:focus, .form-popup .inner .control .control-input-w-select .txt-field:focus {
        border-color: #000B19;
        outline: 0; }
      section.calculator-alt .inner .control .control-input .txt-field.ng-invalid.ng-touched, section.calculator-alt .inner .control .control-input-w-select .txt-field.ng-invalid.ng-touched, .form-popup .inner .control .control-input .txt-field.ng-invalid.ng-touched, .form-popup .inner .control .control-input-w-select .txt-field.ng-invalid.ng-touched {
        border-color: #E11E27; }
      section.calculator-alt .inner .control .control-input .txt-field.disabled, section.calculator-alt .inner .control .control-input-w-select .txt-field.disabled, .form-popup .inner .control .control-input .txt-field.disabled, .form-popup .inner .control .control-input-w-select .txt-field.disabled {
        background-color: #f1f1f1; }
      @media (min-width: 1081px) {
        section.calculator-alt .inner .control .control-input .txt-field, section.calculator-alt .inner .control .control-input-w-select .txt-field, .form-popup .inner .control .control-input .txt-field, .form-popup .inner .control .control-input-w-select .txt-field {
          width: 93%; } }
    section.calculator-alt .inner .control .control-input.currency .txt-field, section.calculator-alt .inner .control .control-input-w-select.currency .txt-field, .form-popup .inner .control .control-input.currency .txt-field, .form-popup .inner .control .control-input-w-select.currency .txt-field {
      background-image: url("../images/form-symbol-euro@2x.png");
      background-position: 15px center;
      background-repeat: no-repeat;
      background-size: auto 14px;
      padding-left: 35px; }
    section.calculator-alt .inner .control .control-input.currency-monthly .txt-field, section.calculator-alt .inner .control .control-input-w-select.currency-monthly .txt-field, .form-popup .inner .control .control-input.currency-monthly .txt-field, .form-popup .inner .control .control-input-w-select.currency-monthly .txt-field {
      background-image: url("../images/form-symbol-euro@2x.png"), url("../images/form-symbol-monthly@2x.png");
      background-position: 20px center, calc(100% - 10px) center;
      background-repeat: no-repeat, no-repeat;
      background-size: auto 14px, auto 15px;
      padding-left: 35px;
      padding-right: 45px; }
    section.calculator-alt .inner .control .control-input.year .txt-field, section.calculator-alt .inner .control .control-input-w-select.year .txt-field, .form-popup .inner .control .control-input.year .txt-field, .form-popup .inner .control .control-input-w-select.year .txt-field {
      background-image: url("../images/form-symbol-year@2x.png");
      background-position: calc(100% - 10px) center;
      background-repeat: no-repeat;
      background-size: auto 15px;
      padding-right: 45px; }
    section.calculator-alt .inner .control .control-input.percentage .txt-field, section.calculator-alt .inner .control .control-input-w-select.percentage .txt-field, .form-popup .inner .control .control-input.percentage .txt-field, .form-popup .inner .control .control-input-w-select.percentage .txt-field {
      background-image: url("../images/form-symbol-percentage@2x.png");
      background-position: calc(100% - 10px) center;
      background-repeat: no-repeat;
      background-size: auto 15px;
      padding-right: 30px; }
    section.calculator-alt .inner .control .control-input-w-select .controls-wrapper .txt-field, .form-popup .inner .control .control-input-w-select .controls-wrapper .txt-field {
      float: left;
      width: 49%;
      margin-right: 2%; }
    section.calculator-alt .inner .control .control-input-w-select .controls-wrapper .custom-select, .form-popup .inner .control .control-input-w-select .controls-wrapper .custom-select {
      float: left;
      width: 49%; }
      section.calculator-alt .inner .control .control-input-w-select .controls-wrapper .custom-select select, .form-popup .inner .control .control-input-w-select .controls-wrapper .custom-select select {
        width: 100%; }
      section.calculator-alt .inner .control .control-input-w-select .controls-wrapper .custom-select:after, .form-popup .inner .control .control-input-w-select .controls-wrapper .custom-select:after {
        right: 10px; }
    section.calculator-alt .inner .control .control-input-w-select .controls-wrapper .custom-select-fullwidth, .form-popup .inner .control .control-input-w-select .controls-wrapper .custom-select-fullwidth {
      width: 100%; }
    section.calculator-alt .inner .control .control-toggle .option, .form-popup .inner .control .control-toggle .option {
      background-color: transparent;
      float: left;
      box-sizing: border-box;
      padding: 0 20px;
      margin-bottom: 2%;
      line-height: 40px;
      font-size: 15px;
      color: #000B19;
      text-align: center;
      transition: 250ms all; }
      section.calculator-alt .inner .control .control-toggle .option:nth-child(0n+1), .form-popup .inner .control .control-toggle .option:nth-child(0n+1) {
        border-top: 2px solid #a9d4ec;
        border-right: 0;
        border-bottom: 2px solid #a9d4ec;
        border-left: 2px solid #a9d4ec;
        border-radius: 5px 0 0 5px; }
        section.calculator-alt .inner .control .control-toggle .option:nth-child(0n+1).selected, .form-popup .inner .control .control-toggle .option:nth-child(0n+1).selected {
          background-color: #00baf1;
          border-top: 2px solid #00baf1;
          border-bottom: 2px solid #009ece;
          border-left: 2px solid #00baf1;
          color: white;
          text-decoration: none; }
      section.calculator-alt .inner .control .control-toggle .option:nth-child(0n+2), .form-popup .inner .control .control-toggle .option:nth-child(0n+2) {
        border-top: 2px solid #a9d4ec;
        border-right: 2px solid #a9d4ec;
        border-bottom: 2px solid #a9d4ec;
        border-left: 0;
        border-radius: 0 5px 5px 0; }
        section.calculator-alt .inner .control .control-toggle .option:nth-child(0n+2).selected, .form-popup .inner .control .control-toggle .option:nth-child(0n+2).selected {
          background-color: #00baf1;
          border-top: 2px solid #00baf1;
          border-right: 2px solid #00baf1;
          border-bottom: 2px solid #009ece;
          color: white;
          text-decoration: none; }
      section.calculator-alt .inner .control .control-toggle .option.selected, .form-popup .inner .control .control-toggle .option.selected {
        font-weight: 700;
        cursor: default;
        pointer-events: none; }
        section.calculator-alt .inner .control .control-toggle .option.selected:before, .form-popup .inner .control .control-toggle .option.selected:before {
          content: none; }
      section.calculator-alt .inner .control .control-toggle .option:hover, .form-popup .inner .control .control-toggle .option:hover {
        cursor: pointer;
        text-decoration: underline; }
      section.calculator-alt .inner .control .control-toggle .option:active, section.calculator-alt .inner .control .control-toggle .option:focus, .form-popup .inner .control .control-toggle .option:active, .form-popup .inner .control .control-toggle .option:focus {
        outline: 0; }
    section.calculator-alt .inner .control .control-toggle .info, .form-popup .inner .control .control-toggle .info {
      margin-top: 10px;
      margin-left: 10px; }
    section.calculator-alt .inner .control .control-select-year .select-years, .form-popup .inner .control .control-select-year .select-years {
      float: left;
      width: calc(100% - 30px); }
      section.calculator-alt .inner .control .control-select-year .select-years .select-year, .form-popup .inner .control .control-select-year .select-years .select-year {
        background: transparent;
        float: left;
        width: 15%;
        padding: 0;
        border: 2px solid #a9d4ec;
        border-radius: 5px;
        line-height: 40px;
        height: 40px;
        font-size: 15px; }
        section.calculator-alt .inner .control .control-select-year .select-years .select-year.selected, section.calculator-alt .inner .control .control-select-year .select-years .select-year:hover, .form-popup .inner .control .control-select-year .select-years .select-year.selected, .form-popup .inner .control .control-select-year .select-years .select-year:hover {
          background-color: #00baf1;
          border-top: 2px solid #00baf1;
          border-right: 2px solid #00baf1;
          border-bottom: 2px solid #009ece;
          border-left: 2px solid #00baf1;
          color: white;
          text-decoration: none; }
        section.calculator-alt .inner .control .control-select-year .select-years .select-year:focus, section.calculator-alt .inner .control .control-select-year .select-years .select-year:active, .form-popup .inner .control .control-select-year .select-years .select-year:focus, .form-popup .inner .control .control-select-year .select-years .select-year:active {
          outline: 0; }
        section.calculator-alt .inner .control .control-select-year .select-years .select-year.selected, .form-popup .inner .control .control-select-year .select-years .select-year.selected {
          font-weight: 700;
          cursor: default;
          pointer-events: none; }
        section.calculator-alt .inner .control .control-select-year .select-years .select-year:not(:last-child), .form-popup .inner .control .control-select-year .select-years .select-year:not(:last-child) {
          margin-right: 2%; }
      section.calculator-alt .inner .control .control-select-year .select-years .select-year-disabled, .form-popup .inner .control .control-select-year .select-years .select-year-disabled {
        background: #e8e8e8;
        border: 2px solid rgba(151, 151, 151, 0.5); }
        section.calculator-alt .inner .control .control-select-year .select-years .select-year-disabled:hover, .form-popup .inner .control .control-select-year .select-years .select-year-disabled:hover {
          background: #e8e8e8;
          border: 2px solid rgba(151, 151, 151, 0.5);
          color: #747c83;
          cursor: default; }
    section.calculator-alt .inner .control .control-select-year .custom-select, .form-popup .inner .control .control-select-year .custom-select {
      float: left;
      width: calc(100% - 30px);
      margin-top: 2%;
      margin-left: 0; }
    section.calculator-alt .inner .control .control-select-year .info, .form-popup .inner .control .control-select-year .info {
      margin-top: calc(2% + 10px);
      margin-left: 10px; }
    section.calculator-alt .inner .control .error-msg, .form-popup .inner .control .error-msg {
      margin-top: 5px;
      font-size: 14px;
      color: #E11E27; }
    section.calculator-alt .inner .control .notice, .form-popup .inner .control .notice {
      margin-top: 5px;
      font-size: 14px;
      color: #48BAFB; }
    section.calculator-alt .inner .control .notice-interest-free-period, .form-popup .inner .control .notice-interest-free-period {
      width: 90%;
      padding-top: 50px; }
  section.calculator-alt .inner .control-check, .form-popup .inner .control-check {
    margin-bottom: 20px; }
    section.calculator-alt .inner .control-check .cbo-field, .form-popup .inner .control-check .cbo-field {
      display: none; }
    section.calculator-alt .inner .control-check .cbo-label, .form-popup .inner .control-check .cbo-label {
      display: inline-block;
      max-width: calc(100% - 57px);
      color: #000B19; }
    section.calculator-alt .inner .control-check .info, .form-popup .inner .control-check .info {
      vertical-align: top; }
    section.calculator-alt .inner .control-check .cbo-field + .cbo-label:before, .form-popup .inner .control-check .cbo-field + .cbo-label:before {
      content: '';
      display: inline-block;
      vertical-align: sub;
      width: 18px;
      height: 18px;
      margin-right: 10px;
      background: url("../images/cbo-spirte@2x.png") center top no-repeat;
      background-size: cover; }
    section.calculator-alt .inner .control-check .cbo-field:checked + .cbo-label:before, .form-popup .inner .control-check .cbo-field:checked + .cbo-label:before {
      background-position: center bottom; }
  section.calculator-alt .inner .control-check-in-directive, .form-popup .inner .control-check-in-directive {
    padding-top: 10px; }
    section.calculator-alt .inner .control-check-in-directive label:before, .form-popup .inner .control-check-in-directive label:before {
      float: left; }
    section.calculator-alt .inner .control-check-in-directive label span, .form-popup .inner .control-check-in-directive label span {
      display: block;
      overflow: hidden; }
      section.calculator-alt .inner .control-check-in-directive label span a, .form-popup .inner .control-check-in-directive label span a {
        color: inherit;
        text-decoration: underline; }
    section.calculator-alt .inner .control-check-in-directive a.info, .form-popup .inner .control-check-in-directive a.info {
      position: absolute;
      float: right;
      right: 51px; }
  section.calculator-alt .inner .control-divider, .form-popup .inner .control-divider {
    margin-top: 45px;
    margin-bottom: 25px;
    line-height: 21px;
    text-align: center; }
    section.calculator-alt .inner .control-divider .divider-title, .form-popup .inner .control-divider .divider-title {
      padding-bottom: 5px;
      border-bottom: 1px solid #a9d4ec;
      font-size: 15px;
      font-weight: 700;
      color: #000B19; }
  section.calculator-alt .inner .grouped-controls .group-title, .form-popup .inner .grouped-controls .group-title {
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #a5bdcb;
    text-align: center; }
  section.calculator-alt .inner .results-container, .form-popup .inner .results-container {
    margin-top: 45px; }
  section.calculator-alt .inner .result, .form-popup .inner .result {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px; }
    section.calculator-alt .inner .result .result-title, .form-popup .inner .result .result-title {
      display: block;
      margin-bottom: 10px;
      font-weight: 700;
      color: #000B19; }
    section.calculator-alt .inner .result .result-number, .form-popup .inner .result .result-number {
      display: inline-block;
      vertical-align: middle;
      padding: 0 30px;
      border: 5px solid #a9d4ec;
      border-radius: 30px;
      margin: 0 -4px;
      line-height: 56px;
      font-size: 32px;
      font-weight: 700;
      color: #E11E27; }
    section.calculator-alt .inner .result .result-number-small, .form-popup .inner .result .result-number-small {
      line-height: 46px;
      font-size: 28px; }
      section.calculator-alt .inner .result .result-number-small:after, .form-popup .inner .result .result-number-small:after {
        content: none; }
    section.calculator-alt .inner .result .result-more-details, .form-popup .inner .result .result-more-details {
      display: block;
      margin: 10px auto; }
    section.calculator-alt .inner .result .button.button-wo-icon, .form-popup .inner .result .button.button-wo-icon {
      max-width: 225px; }
    section.calculator-alt .inner .result .button.button-wo-icon-large, .form-popup .inner .result .button.button-wo-icon-large {
      max-width: 300px; }
      section.calculator-alt .inner .result .button.button-wo-icon-large:after, .form-popup .inner .result .button.button-wo-icon-large:after {
        content: none; }
    section.calculator-alt .inner .result .footnote, .form-popup .inner .result .footnote {
      margin: 20px auto 0 auto;
      text-align: center; }
  section.calculator-alt .inner .contact-adviser, .form-popup .inner .contact-adviser {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px; }
    section.calculator-alt .inner .contact-adviser .footnote, .form-popup .inner .contact-adviser .footnote {
      margin: 20px auto 20px auto;
      text-align: center; }
  section.calculator-alt .inner .contact-adviser-svg, .form-popup .inner .contact-adviser-svg {
    margin-top: 0; }
    section.calculator-alt .inner .contact-adviser-svg a, .form-popup .inner .contact-adviser-svg a {
      margin-top: 0px; }
  section.calculator-alt .inner .result-button-container, .form-popup .inner .result-button-container {
    padding-bottom: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 960px) {
      section.calculator-alt .inner .result-button-container, .form-popup .inner .result-button-container {
        flex-direction: column; }
        section.calculator-alt .inner .result-button-container .a-button, .form-popup .inner .result-button-container .a-button {
          margin-bottom: 25px; }
        section.calculator-alt .inner .result-button-container a.info, .form-popup .inner .result-button-container a.info {
          padding-left: 0;
          margin-left: 0;
          width: 200px; } }
    section.calculator-alt .inner .result-button-container .info, .form-popup .inner .result-button-container .info {
      padding-left: 25px;
      margin-left: 30px; }
  section.calculator-alt .inner .margin-top-md, .form-popup .inner .margin-top-md {
    margin-top: 20px; }
  section.calculator-alt .inner .sidenote, section.calculator-alt .inner .footnote, .form-popup .inner .sidenote, .form-popup .inner .footnote {
    font-weight: 300;
    font-style: italic;
    color: #000B19; }
  section.calculator-alt .inner .button-results, .form-popup .inner .button-results {
    margin-top: 25px;
    margin-bottom: -10px; }
  section.calculator-alt .inner .sidenote, .form-popup .inner .sidenote {
    line-height: 20px;
    font-size: 15px; }
  section.calculator-alt .inner .footnote, .form-popup .inner .footnote {
    margin: 40px auto;
    line-height: 24px;
    font-size: 18px; }
    section.calculator-alt .inner .footnote .highlight, .form-popup .inner .footnote .highlight {
      font-weight: 500;
      color: #E11E27; }
  section.calculator-alt .inner .footnote-small, .form-popup .inner .footnote-small {
    font-size: 14px;
    margin-top: 5px !important; }
  section.calculator-alt .inner .footnote-margin-bottom-md, .form-popup .inner .footnote-margin-bottom-md {
    margin-bottom: 20px !important; }
  section.calculator-alt .inner .interest-reduction-text, .form-popup .inner .interest-reduction-text {
    line-height: 1.3em;
    font-size: 14px;
    font-weight: 300;
    color: #747c83;
    margin-top: 25px; }
  section.calculator-alt .inner .summary, .form-popup .inner .summary {
    position: fixed;
    top: calc(100vh - 35px);
    right: 20px;
    left: 20px;
    z-index: 10;
    width: calc(100% - 30px);
    background-color: #a9d4ec;
    padding-bottom: 10px;
    border-radius: 5px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #000B19;
    transition: top .25s ease-in-out;
    box-shadow: 0 1px 2px 0 rgba(16, 16, 16, 0.5); }
    section.calculator-alt .inner .summary.shown, .form-popup .inner .summary.shown {
      top: calc(100vh - 490px);
      max-height: calc(100vh - 75px);
      overflow-y: scroll; }
      section.calculator-alt .inner .summary.shown .summary-header .title, .form-popup .inner .summary.shown .summary-header .title {
        margin-top: 10px;
        margin-bottom: 10px; }
      section.calculator-alt .inner .summary.shown .summary-header .subtitle .btn-open, .form-popup .inner .summary.shown .summary-header .subtitle .btn-open {
        transform: rotate(180deg); }
    section.calculator-alt .inner .summary .summary-header, .form-popup .inner .summary .summary-header {
      padding: 10px 20px;
      border-bottom: 1px solid rgba(151, 151, 151, 0.5); }
      section.calculator-alt .inner .summary .summary-header .title, .form-popup .inner .summary .summary-header .title {
        margin-bottom: 10px;
        line-height: 34px;
        font-size: 24px;
        font-weight: 700; }
      section.calculator-alt .inner .summary .summary-header .subtitle, .form-popup .inner .summary .summary-header .subtitle {
        font-size: 14px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 0; }
        section.calculator-alt .inner .summary .summary-header .subtitle .btn-open, .form-popup .inner .summary .summary-header .subtitle .btn-open {
          background-color: #a5bdcb;
          float: right;
          display: block;
          width: 19px;
          padding: 0;
          border: 0;
          border-radius: 50%;
          line-height: 19px;
          font-family: 'nibc';
          font-display: block;
          font-size: 10px;
          transition: transform .25s ease-in-out; }
          section.calculator-alt .inner .summary .summary-header .subtitle .btn-open:focus, .form-popup .inner .summary .summary-header .subtitle .btn-open:focus {
            outline: 0; }
    section.calculator-alt .inner .summary .summary-overview, .form-popup .inner .summary .summary-overview {
      padding: 10px 20px 5px 20px;
      border-bottom: 1px solid rgba(151, 151, 151, 0.5); }
      section.calculator-alt .inner .summary .summary-overview .subtitle, .form-popup .inner .summary .summary-overview .subtitle {
        font-size: 14px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 10px; }
      section.calculator-alt .inner .summary .summary-overview .smaller, .form-popup .inner .summary .summary-overview .smaller {
        font-size: 13px; }
    section.calculator-alt .inner .summary .summary-details, .form-popup .inner .summary .summary-details {
      background-color: white;
      padding: 15px 10px 15px 10px;
      border-radius: 5px;
      margin: 10px;
      font-size: 12px; }
      section.calculator-alt .inner .summary .summary-details .subtitle, .form-popup .inner .summary .summary-details .subtitle {
        font-size: 13px;
        font-weight: 700; }
      section.calculator-alt .inner .summary .summary-details .plain, .form-popup .inner .summary .summary-details .plain {
        margin-bottom: 20px; }
        section.calculator-alt .inner .summary .summary-details .plain:last-child, .form-popup .inner .summary .summary-details .plain:last-child {
          margin-bottom: 0; }
    section.calculator-alt .inner .summary .summary-cta, .form-popup .inner .summary .summary-cta {
      padding-top: 10px;
      padding-right: 10px;
      padding-left: 10px; }
      section.calculator-alt .inner .summary .summary-cta .button.button-wo-icon, .form-popup .inner .summary .summary-cta .button.button-wo-icon {
        width: 100%; }
      section.calculator-alt .inner .summary .summary-cta .calculated-label, .form-popup .inner .summary .summary-cta .calculated-label {
        width: calc(100% - 55px); }
      section.calculator-alt .inner .summary .summary-cta .calculated-result, .form-popup .inner .summary .summary-cta .calculated-result {
        width: 55px; }
    section.calculator-alt .inner .summary .calculated-label, .form-popup .inner .summary .calculated-label {
      padding-right: 2%; }
    section.calculator-alt .inner .summary .calculated-result, .form-popup .inner .summary .calculated-result {
      position: relative;
      display: inline-block;
      width: 65px;
      text-align: right; }
      section.calculator-alt .inner .summary .calculated-result.currency:before, .form-popup .inner .summary .calculated-result.currency:before {
        content: '\20AC';
        display: inline;
        position: absolute;
        left: 0; }
    section.calculator-alt .inner .summary .hide-on-mobile, .form-popup .inner .summary .hide-on-mobile {
      display: none; }
  section.calculator-alt .inner .button.button-wo-icon, .form-popup .inner .button.button-wo-icon {
    vertical-align: middle;
    padding: 17px 20px 13px 20px;
    margin: 0;
    text-align: center; }
    section.calculator-alt .inner .button.button-wo-icon:after, .form-popup .inner .button.button-wo-icon:after {
      display: none; }
  section.calculator-alt .inner .button-disabled, .form-popup .inner .button-disabled {
    color: rgba(151, 151, 151, 0.5);
    background: #e8e8e8;
    border: 2px solid rgba(151, 151, 151, 0.5); }
    section.calculator-alt .inner .button-disabled:hover, .form-popup .inner .button-disabled:hover {
      background: #e8e8e8;
      border: 2px solid rgba(151, 151, 151, 0.5);
      color: #747c83;
      cursor: default; }
  section.calculator-alt .inner .button-wo-margin, .form-popup .inner .button-wo-margin {
    margin-right: 0; }
  section.calculator-alt .inner .button-margin-top-md, .form-popup .inner .button-margin-top-md {
    margin-top: 15px; }
  section.calculator-alt .inner .submit, .form-popup .inner .submit {
    text-align: right;
    margin-top: 40px; }
    section.calculator-alt .inner .submit .button, .form-popup .inner .submit .button {
      margin-right: 0;
      margin-bottom: 0; }
  section.calculator-alt .inner .popup-footnote, .form-popup .inner .popup-footnote {
    background-color: #a9d4ec;
    padding: 10px;
    border-radius: 5px;
    margin-top: 40px; }
    section.calculator-alt .inner .popup-footnote .calculated-label, .form-popup .inner .popup-footnote .calculated-label {
      display: block;
      float: left;
      width: calc(100% - 75px);
      padding-right: 2%; }
    section.calculator-alt .inner .popup-footnote .calculated-result, .form-popup .inner .popup-footnote .calculated-result {
      position: relative;
      display: block;
      float: right;
      width: 75px;
      text-align: right; }
      section.calculator-alt .inner .popup-footnote .calculated-result.currency:before, .form-popup .inner .popup-footnote .calculated-result.currency:before {
        content: '\20AC';
        display: inline;
        position: absolute;
        left: 0; }
  section.calculator-alt .inner .popup-footnote-margin-bottom-sm, .form-popup .inner .popup-footnote-margin-bottom-sm {
    margin-bottom: 10px; }
  section.calculator-alt .inner .popup-info-message, .form-popup .inner .popup-info-message {
    background-color: #a9d4ec;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px; }
  section.calculator-alt .inner .popup-info-message-retirement, .form-popup .inner .popup-info-message-retirement {
    margin-bottom: 0;
    margin-top: 40px; }
  section.calculator-alt .inner .popup-info-message-retirement-intermediair, .form-popup .inner .popup-info-message-retirement-intermediair {
    margin-top: 60px; }
  section.calculator-alt .inner .info-popups, .form-popup .inner .info-popups {
    display: none; }
  @media (min-width: 411px) {
    section.calculator-alt .inner .control .control-select-year .custom-select, .form-popup .inner .control .control-select-year .custom-select {
      width: 30%;
      margin-top: 0;
      margin-left: 2%; }
    section.calculator-alt .inner .control .control-select-year .info, .form-popup .inner .control .control-select-year .info {
      margin-top: 10px; }
    section.calculator-alt .inner .control .control-toggle .option, .form-popup .inner .control .control-toggle .option {
      padding: 0 30px; }
      section.calculator-alt .inner .control .control-toggle .option.selected:before, .form-popup .inner .control .control-toggle .option.selected:before {
        content: '';
        display: inline-block;
        vertical-align: baseline;
        background: url("../images/check-white@2x.png") no-repeat center;
        background-size: 16px;
        width: 16px;
        height: 16px;
        margin-right: 8px; }
    section.calculator-alt .inner .info-max-mortgage, .form-popup .inner .info-max-mortgage {
      margin-left: 15px; } }
  @media (min-width: 530px) {
    section.calculator-alt .inner .result .gross-monthly-container, .form-popup .inner .result .gross-monthly-container {
      height: 100px; }
    section.calculator-alt .inner .result .result-title, .form-popup .inner .result .result-title {
      display: inline-block;
      vertical-align: middle;
      padding-right: 30px;
      margin-bottom: 0;
      text-align: right; }
    section.calculator-alt .inner .result .result-more-details, .form-popup .inner .result .result-more-details {
      width: 50%;
      padding-right: 25px;
      padding-left: 15px;
      margin: 20px auto; }
    section.calculator-alt .inner .mortgage-tile-container, .form-popup .inner .mortgage-tile-container {
      display: none; }
    section.calculator-alt .inner .footnote, .form-popup .inner .footnote {
      width: 80%;
      text-align: center; }
    section.calculator-alt .inner .footnote-large, .form-popup .inner .footnote-large {
      width: 85%; } }
  @media (min-width: 640px) and (max-width: 768px) {
    section.calculator-alt .inner .control h3, .form-popup .inner .control h3 {
      float: left;
      width: 45%;
      margin-bottom: 0;
      text-align: right; }
    section.calculator-alt .inner .control .control-choices, section.calculator-alt .inner .control .control-check, section.calculator-alt .inner .control .control-input, section.calculator-alt .inner .control .control-input-w-select, section.calculator-alt .inner .control .control-toggle, section.calculator-alt .inner .control .control-select-year, section.calculator-alt .inner .control .custom-select, .form-popup .inner .control .control-choices, .form-popup .inner .control .control-check, .form-popup .inner .control .control-input, .form-popup .inner .control .control-input-w-select, .form-popup .inner .control .control-toggle, .form-popup .inner .control .control-select-year, .form-popup .inner .control .custom-select {
      width: 55%;
      margin-left: auto; }
    section.calculator-alt .inner .control .control-input-w-select .custom-select, .form-popup .inner .control .control-input-w-select .custom-select {
      margin-right: 0; }
    section.calculator-alt .inner .control .control-toggle .option, .form-popup .inner .control .control-toggle .option {
      padding: 0 30px; }
    section.calculator-alt .inner .control .control-select-year .custom-select, .form-popup .inner .control .control-select-year .custom-select {
      width: calc(100% - 30px);
      margin-top: 2%;
      margin-right: 0;
      margin-left: 0; }
    section.calculator-alt .inner .control .control-select-year .info, .form-popup .inner .control .control-select-year .info {
      margin-top: calc(2% + 10px); }
    section.calculator-alt .inner .control-check, .form-popup .inner .control-check {
      width: 55%;
      margin-left: auto; }
    section.calculator-alt .inner .control-divider, .form-popup .inner .control-divider {
      position: relative;
      text-align: right; }
      section.calculator-alt .inner .control-divider .divider-title, .form-popup .inner .control-divider .divider-title {
        width: 45%;
        padding-right: 30px;
        padding-bottom: 0;
        border-bottom: none;
        margin-right: auto; }
        section.calculator-alt .inner .control-divider .divider-title:after, .form-popup .inner .control-divider .divider-title:after {
          content: '';
          background-color: #a9d4ec;
          display: inline-block;
          position: absolute;
          right: 0;
          top: 50%;
          width: 55%;
          height: 1px; }
      section.calculator-alt .inner .control-divider.control-divider-first, .form-popup .inner .control-divider.control-divider-first {
        margin-top: 0; }
    section.calculator-alt .inner .grouped-controls .group-title, .form-popup .inner .grouped-controls .group-title {
      width: 55%;
      margin-left: auto;
      text-align: left; } }
  @media (min-width: 769px) {
    section.calculator-alt .inner .row-input .left-column, section.calculator-alt .inner .row-input:not(.do-not-hide) .left-column, .form-popup .inner .row-input .left-column, .form-popup .inner .row-input:not(.do-not-hide) .left-column {
      display: block;
      float: left;
      width: 65%;
      box-sizing: border-box;
      padding-right: 40px;
      padding-left: 40px; }
    section.calculator-alt .inner .row-input .right-column, section.calculator-alt .inner .row-input:not(.do-not-hide) .right-column, .form-popup .inner .row-input .right-column, .form-popup .inner .row-input:not(.do-not-hide) .right-column {
      display: block;
      float: left;
      width: 35%;
      box-sizing: border-box; }
      section.calculator-alt .inner .row-input .right-column.right-column-bordered, section.calculator-alt .inner .row-input:not(.do-not-hide) .right-column.right-column-bordered, .form-popup .inner .row-input .right-column.right-column-bordered, .form-popup .inner .row-input:not(.do-not-hide) .right-column.right-column-bordered {
        padding-left: 20px;
        border-left: 1px solid #a9d4ec; }
    section.calculator-alt .inner .control h3, .form-popup .inner .control h3 {
      margin-top: 0; }
    section.calculator-alt .inner .summary, .form-popup .inner .summary {
      position: initial;
      width: 100%; }
      section.calculator-alt .inner .summary .summary-header, .form-popup .inner .summary .summary-header {
        padding: 25px 20px 15px 20px; }
        section.calculator-alt .inner .summary .summary-header .subtitle .btn-open, .form-popup .inner .summary .summary-header .subtitle .btn-open {
          display: none; }
      section.calculator-alt .inner .summary .calculated-label, .form-popup .inner .summary .calculated-label {
        display: block;
        float: left;
        width: calc(100% - 65px); }
      section.calculator-alt .inner .summary .calculated-result, .form-popup .inner .summary .calculated-result {
        display: block;
        float: right; }
      section.calculator-alt .inner .summary .hide-on-mobile, .form-popup .inner .summary .hide-on-mobile {
        display: block; }
    section.calculator-alt .inner .control-divider.control-divider-first, .form-popup .inner .control-divider.control-divider-first {
      margin-top: 0; }
    section.calculator-alt .inner .result, .form-popup .inner .result {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media (min-width: 1081px) {
    section.calculator-alt .inner .calculateMaxMortgage, .form-popup .inner .calculateMaxMortgage {
      max-width: 75%;
      margin: 0 auto; }
    section.calculator-alt .inner .calculateInvestMortgage, .form-popup .inner .calculateInvestMortgage {
      max-width: 75%;
      margin: 0 auto; }
    section.calculator-alt .inner .row-input .left-column, section.calculator-alt .inner .row-input:not(.do-not-hide) .left-column, .form-popup .inner .row-input .left-column, .form-popup .inner .row-input:not(.do-not-hide) .left-column {
      width: 75%; }
    section.calculator-alt .inner .row-input .right-column, section.calculator-alt .inner .row-input:not(.do-not-hide) .right-column, .form-popup .inner .row-input .right-column, .form-popup .inner .row-input:not(.do-not-hide) .right-column {
      width: 25%; }
      section.calculator-alt .inner .row-input .right-column.right-column-bordered, section.calculator-alt .inner .row-input:not(.do-not-hide) .right-column.right-column-bordered, .form-popup .inner .row-input .right-column.right-column-bordered, .form-popup .inner .row-input:not(.do-not-hide) .right-column.right-column-bordered {
        padding-left: 40px; }
    section.calculator-alt .inner .control h3, .form-popup .inner .control h3 {
      float: left;
      width: 45%;
      margin-bottom: 0;
      text-align: right;
      font-size: 22px; }
    section.calculator-alt .inner .control .control-choices, section.calculator-alt .inner .control .control-check, section.calculator-alt .inner .control .control-input, section.calculator-alt .inner .control .control-input-w-select, section.calculator-alt .inner .control .control-toggle, section.calculator-alt .inner .control .control-select-year, section.calculator-alt .inner .control .custom-select, .form-popup .inner .control .control-choices, .form-popup .inner .control .control-check, .form-popup .inner .control .control-input, .form-popup .inner .control .control-input-w-select, .form-popup .inner .control .control-toggle, .form-popup .inner .control .control-select-year, .form-popup .inner .control .custom-select {
      width: 55%;
      margin-left: auto; }
    section.calculator-alt .inner .control .controls-wrapper, .form-popup .inner .control .controls-wrapper {
      max-width: 280px; }
    section.calculator-alt .inner .control .controls-wrapper-full-width, .form-popup .inner .control .controls-wrapper-full-width {
      max-width: calc(100% - 30px); }
    section.calculator-alt .inner .control .calc-help, .form-popup .inner .control .calc-help {
      display: inline;
      font-size: 14px; }
      section.calculator-alt .inner .control .calc-help:focus, section.calculator-alt .inner .control .calc-help:active, .form-popup .inner .control .calc-help:focus, .form-popup .inner .control .calc-help:active {
        outline: 0; }
    section.calculator-alt .inner .control .control-choices .controls-wrapper .choice, .form-popup .inner .control .control-choices .controls-wrapper .choice {
      font-size: 16px; }
    section.calculator-alt .inner .control .control-input .txt-field.w-calc-help, section.calculator-alt .inner .control .control-input-w-select .txt-field.w-calc-help, .form-popup .inner .control .control-input .txt-field.w-calc-help, .form-popup .inner .control .control-input-w-select .txt-field.w-calc-help {
      max-width: calc(100% - 135px); }
    section.calculator-alt .inner .control .control-input .txt-field.w-calc-info, section.calculator-alt .inner .control .control-input-w-select .txt-field.w-calc-info, .form-popup .inner .control .control-input .txt-field.w-calc-info, .form-popup .inner .control .control-input-w-select .txt-field.w-calc-info {
      max-width: calc(100% - 30px); }
    section.calculator-alt .inner .control .control-input-w-select .custom-select, .form-popup .inner .control .control-input-w-select .custom-select {
      margin-right: 0; }
    section.calculator-alt .inner .control .control-toggle .option, .form-popup .inner .control .control-toggle .option {
      padding: 0 30px;
      font-size: 16px; }
    section.calculator-alt .inner .control .control-select-year .select-years .select-year, .form-popup .inner .control .control-select-year .select-years .select-year {
      font-size: 16px; }
    section.calculator-alt .inner .control .control-select-year .custom-select, .form-popup .inner .control .control-select-year .custom-select {
      width: 30%;
      margin-top: 0;
      margin-right: 0;
      margin-left: 2%; }
    section.calculator-alt .inner .control .control-select-year .info, .form-popup .inner .control .control-select-year .info {
      margin-top: 10px; }
    section.calculator-alt .inner .info-max-mortgage, .form-popup .inner .info-max-mortgage {
      display: inline-block;
      float: left;
      margin-left: 15px;
      margin-top: 24px; }
    section.calculator-alt .inner .control-check, .form-popup .inner .control-check {
      width: 55%;
      margin-left: auto; }
    section.calculator-alt .inner .control-divider, .form-popup .inner .control-divider {
      position: relative;
      text-align: right; }
      section.calculator-alt .inner .control-divider .divider-title, .form-popup .inner .control-divider .divider-title {
        width: 45%;
        padding-right: 30px;
        padding-bottom: 0;
        border-bottom: none;
        margin-right: auto; }
    section.calculator-alt .inner .grouped-controls .group-title, .form-popup .inner .grouped-controls .group-title {
      width: 55%;
      margin-left: auto;
      text-align: left; }
    section.calculator-alt .inner .result, .form-popup .inner .result {
      display: block; }
      section.calculator-alt .inner .result .result-title, .form-popup .inner .result .result-title {
        display: inline-block;
        vertical-align: middle;
        width: 45%;
        padding-right: 30px;
        font-weight: 700;
        color: #000B19;
        text-align: right;
        float: left;
        margin-top: 20px; }
      section.calculator-alt .inner .result .gross-monthly-container, .form-popup .inner .result .gross-monthly-container {
        height: 75px;
        margin-top: -15px; }
      section.calculator-alt .inner .result .result-number, .form-popup .inner .result .result-number {
        display: inline-block;
        vertical-align: middle;
        padding: 0 30px;
        border: 5px solid #a9d4ec;
        border-radius: 30px;
        margin: 0 -4px;
        line-height: 56px;
        font-size: 32px;
        font-weight: 700;
        color: #E11E27;
        float: left; }
      section.calculator-alt .inner .result .result-number-small, .form-popup .inner .result .result-number-small {
        line-height: 46px;
        font-size: 28px; }
        section.calculator-alt .inner .result .result-number-small:after, .form-popup .inner .result .result-number-small:after {
          content: '';
          position: absolute;
          display: inline-block;
          width: 64px;
          height: 41px;
          background: url(../images/arrow-drawn@2x.png) no-repeat 0 0;
          background-size: 64px 41px;
          -moz-transform: scaleX(-1);
          -o-transform: scaleX(-1);
          -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
          filter: FlipH;
          -ms-filter: "FlipH";
          margin-left: 55px;
          margin-top: -12px; }
      section.calculator-alt .inner .result .result-more-details, .form-popup .inner .result .result-more-details {
        display: inline-block;
        vertical-align: middle;
        max-width: 195px;
        padding-right: 25px;
        padding-left: 15px;
        margin-right: -4px;
        text-align: right; }
      section.calculator-alt .inner .result .button.button-wo-icon, .form-popup .inner .result .button.button-wo-icon {
        max-width: 225px; }
    section.calculator-alt .inner .footnote, .form-popup .inner .footnote {
      margin: 60px 0 80px auto;
      text-align: right; }
    section.calculator-alt .inner .row-interest-reduction .intro h2:after, .form-popup .inner .row-interest-reduction .intro h2:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 64px;
      height: 41px;
      background: url(../images/arrow-drawn@2x.png) no-repeat 0 0;
      background-size: 64px 41px;
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      filter: FlipH;
      -ms-filter: "FlipH";
      margin-left: 25px;
      margin-top: -15px; } }
  @media (min-width: 1200px) {
    section.calculator-alt .inner .control .control-toggle .option, .form-popup .inner .control .control-toggle .option {
      padding: 0 30px; } }
  section.calculator-alt [ng\:cloak], section.calculator-alt [ng-cloak], section.calculator-alt .ng-cloak, .form-popup [ng\:cloak], .form-popup [ng-cloak], .form-popup .ng-cloak {
    display: none !important; }

.error-message {
  margin-top: 5px;
  font-size: 14px;
  color: #E11E27; }

#mail-results-form .inner {
  padding-top: 20px; }
  #mail-results-form .inner .control h3 {
    width: 35%; }
  #mail-results-form .inner .control .control-input {
    width: 65%; }
  #mail-results-form .inner .control-check {
    width: 65%; }
  #mail-results-form .inner .popup-info-message {
    width: 96%; }
  #mail-results-form .inner .button {
    float: right;
    margin-right: 30px;
    margin-top: 35px;
    margin-bottom: 0; }

.compare {
  overflow: hidden;
  padding: 60px 0; }
  .compare h2 {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 40px; }
  .compare .column {
    width: 33%;
    float: left;
    padding-right: 20px; }
    .compare .column .content {
      background: #d6e9f2;
      padding: 30px;
      padding: 30px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      text-align: center; }
      .compare .column .content .title {
        margin-bottom: 30px;
        text-align: center;
        color: #000B19; }
        .compare .column .content .title strong {
          display: block; }
      .compare .column .content .interest {
        display: block;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #48BAFB;
        color: white;
        font-size: 26px;
        font-weight: 600;
        line-height: 100px;
        text-align: center;
        margin: 0 auto 20px auto; }
      .compare .column .content .rules {
        margin-bottom: 50px; }
        .compare .column .content .rules .rule {
          text-align: center;
          padding: 15px 0; }
          .compare .column .content .rules .rule span, .compare .column .content .rules .rule i {
            display: block;
            line-height: 21px;
            height: 21px; }
          .compare .column .content .rules .rule i {
            margin: 0 auto; }
          .compare .column .content .rules .rule .check {
            background-image: url(../../images/sprite/spritesheet-retina.png);
            background-position: 0px -121px;
            width: 22px;
            height: 21px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              .compare .column .content .rules .rule .check {
                background-image: url(../../images/sprite/spritesheet-retina@2x.png);
                background-size: 1060px 2893px; } }
          .compare .column .content .rules .rule .check-no {
            background-image: url(../../images/sprite/spritesheet-retina.png);
            background-position: 0px -173px;
            width: 21px;
            height: 21px; }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              .compare .column .content .rules .rule .check-no {
                background-image: url(../../images/sprite/spritesheet-retina@2x.png);
                background-size: 1060px 2893px; } }
          .compare .column .content .rules .rule .label {
            display: none; }
      .compare .column .content .button {
        width: 100%; }
        .compare .column .content .button:not(.action) {
          background: #48BAFB;
          border-bottom: 2px solid #48BAFB; }
          .compare .column .content .button:not(.action):hover {
            background: #52befb;
            border-bottom: 2px solid #2fb1fa; }
    .compare .column.column-rules {
      margin-top: 30px; }
      .compare .column.column-rules .content {
        background: none;
        margin-top: 194px; }
        .compare .column.column-rules .content .rules .rule {
          color: #000B19;
          font-weight: 600;
          text-align: left;
          border-bottom: 1px solid #f8f8f8; }
    .compare .column.column-savings {
      margin-top: 30px; }
    .compare .column.column-deposito .tabs {
      height: 30px;
      display: table;
      width: 100%;
      padding: 0 10px; }
      .compare .column.column-deposito .tabs .tab {
        display: table-cell;
        padding: 0 15px;
        text-align: center;
        line-height: 30px;
        color: #747c83;
        border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0; }
        .compare .column.column-deposito .tabs .tab.active {
          background: #d6e9f2;
          color: #48BAFB; }
        .compare .column.column-deposito .tabs .tab:hover {
          color: #48BAFB;
          text-decoration: none; }
    .compare .column.column-deposito .content {
      display: none; }
      .compare .column.column-deposito .content.active {
        display: block; }
  @media (max-width: 1100px) {
    .compare .column.column-deposito .tabs .tab {
      font-size: 13px; } }
  @media (max-width: 960px) {
    .compare .column {
      width: 50%; }
      .compare .column.column-rules {
        display: none; }
      .compare .column .content .rules .rule .label {
        display: block;
        font-weight: 600;
        height: 21px;
        line-height: 21px;
        margin-bottom: 10px;
        color: #000B19; } }
  @media (max-width: 650px) {
    .compare .column {
      width: 100%;
      padding: 0; }
      .compare .column.column-savings {
        margin-bottom: 25px; } }

.dynamic-text {
  padding: 100px 0 60px 0; }
  .dynamic-text.bg-color-blue {
    background: #48BAFB; }
  .dynamic-text.bg-color-lightblue {
    background: #d6e9f2; }
  .dynamic-text.bg-color-lightgrey {
    background: #f4f8fa; }
  .dynamic-text.bg-color-red {
    background: #E11E27; }
  .dynamic-text.bg-color-white {
    background: white; }
  .dynamic-text .inner {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px; }
    .dynamic-text .inner p.font-color-white {
      color: white; }
    .dynamic-text .inner p.font-color-blue {
      color: #48BAFB; }
    .dynamic-text .inner p.font-color-darkblue {
      color: #000B19; }
    .dynamic-text .inner p.font-color-grey {
      color: #747c83; }
    .dynamic-text .inner p.font-color-red {
      color: #E11E27; }
    .dynamic-text .inner p.font-size-18 {
      font-size: 18px; }
    .dynamic-text .inner p.font-size-21 {
      font-size: 21px; }
    .dynamic-text .inner p.font-size-24 {
      font-size: 24px; }
    .dynamic-text .inner p.font-size-32 {
      font-size: 32px; }
    .dynamic-text .inner p.font-size-40 {
      font-size: 40px; }
    .dynamic-text .inner p.font-size-48 {
      font-size: 48px; }
    .dynamic-text .inner p.font-size-60 {
      font-size: 60px; }
  @media (max-width: 640px) {
    .dynamic-text {
      padding: 60px 0 40px 0; }
      .dynamic-text .inner {
        padding-left: 20px;
        padding-right: 20px; }
        .dynamic-text .inner p.font-size-18 {
          font-size: 16px; }
        .dynamic-text .inner p.font-size-21 {
          font-size: 18px; }
        .dynamic-text .inner p.font-size-24 {
          font-size: 21px; }
        .dynamic-text .inner p.font-size-32 {
          font-size: 24px; }
        .dynamic-text .inner p.font-size-40 {
          font-size: 28px; }
        .dynamic-text .inner p.font-size-48 {
          font-size: 32px; }
        .dynamic-text .inner p.font-size-60 {
          font-size: 40px; } }

.visual--rent {
  position: relative;
  font-size: 1rem; }
  .visual--rent .rent__overlay {
    position: absolute;
    width: 695px;
    left: 50%;
    margin-left: -360px;
    transform: scale(0.4);
    -webkit-transform: scale(0.4); }
    @media screen and (min-width: 360px) {
      .visual--rent .rent__overlay {
        transform: scale(0.5);
        -webkit-transform: scale(0.5); } }
    @media screen and (min-width: 400px) {
      .visual--rent .rent__overlay {
        transform: scale(0.6);
        -webkit-transform: scale(0.6); } }
    @media screen and (min-width: 480px) {
      .visual--rent .rent__overlay {
        transform: scale(0.7);
        -webkit-transform: scale(0.7); } }
    @media screen and (min-width: 540px) {
      .visual--rent .rent__overlay {
        transform: scale(0.9);
        -webkit-transform: scale(0.9); } }
    @media screen and (min-width: 1151px) {
      .visual--rent .rent__overlay {
        transform: scale(1);
        -webkit-transform: scale(1);
        height: 330px;
        margin-left: -347px; } }
  .visual--rent .rent__copy {
    display: block;
    position: absolute;
    color: #FFFFFF;
    width: 402px;
    height: 241px;
    top: 30px;
    left: calc(50%);
    margin-left: -168px; }
    .visual--rent .rent__copy .rent__percentage {
      font-size: 120px;
      position: absolute;
      top: 13px;
      letter-spacing: -5px;
      font-style: italic;
      font-weight: 600;
      margin-left: -128px;
      left: 36%; }
      .visual--rent .rent__copy .rent__percentage:after {
        position: relative;
        content: '%';
        font-size: .6em;
        top: -.5em;
        left: 20px;
        font-weight: 700; }
    .visual--rent .rent__copy .rent__rent {
      font-style: italic;
      position: absolute;
      font-size: 22px;
      top: 116px;
      left: 232px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .visual--rent .rent__copy .rent__disclaimer {
      position: absolute;
      font-size: 14px;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translate(-50%);
      white-space: nowrap;
      font-weight: 600; }

.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #ff5a54 !important;
  font-family: "Verdana", sans-serif; }

.embeddedServiceHelpButton .helpButton .uiButton:focus {
  outline: 1px solid #ff5a54 !important; }

.embeddedServiceLiveAgentStateChatHeader .message {
  width: auto; }

.embeddedServiceLiveAgentStateChatHeader .content {
  height: 75px !important; }

.embeddedServiceLiveAgentStateChatAvatar .avatar {
  display: none; }

ul.messageWrapper .plaintextContent {
  margin-left: 0 !important; }

.embeddedServiceLiveAgentStateChatHeaderOption .embeddedServiceIcon {
  width: 20px;
  height: 20px; }

.embeddedServiceSidebarHeader .fade.fade-4x {
  display: none; }

embeddedServiceSidebarMinimizedDefaultUI.helpButton {
  background-color: #48bafb !important;
  border-color: #48bafb !important; }

.embeddedServiceSidebarHeader h2 {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.embeddedServiceSidebarMinimizedDefaultUI .content {
  box-sizing: border-box;
  margin: 0;
  padding: 0 12px;
  height: 46px;
  box-shadow: 0 0 18px 20px #48bafb !important;
  border-radius: 23px;
  line-height: 1;
  background: #48bafb !important;
  font-size: 0.875em;
  color: #fff;
  font-weight: normal;
  background-color: #48bafb !important;
  border-radius: 23px; }

#chat_incorrect_cookie_level {
  z-index: 10;
  position: fixed;
  bottom: 0;
  right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 46px;
  background: #ff5a54 !important;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5) !important;
  border-radius: 8px 8px 0 0;
  transition: all 250ms ease-in-out; }
  #chat_incorrect_cookie_level span {
    font-family: "Verdana", sans-serif !important;
    font-size: 0.875em;
    color: #FFFFFF; }
  #chat_incorrect_cookie_level:hover {
    cursor: pointer;
    background-color: #e11e27; }

.white-popup a {
  color: #48BAFB; }
  .white-popup a:hover {
    text-decoration: underline; }

.goal-content {
  text-align: center; }
  .goal-content blockquote {
    color: #000B19;
    font-size: 28px;
    margin: 0 auto 50px; }
    .goal-content blockquote:before, .goal-content blockquote:after {
      font-size: 48px;
      line-height: 0px;
      font-family: serif; }
    .goal-content blockquote:before {
      content: '\201C'; }
    .goal-content blockquote:after {
      content: '\201D'; }
  .goal-content > div {
    overflow: hidden;
    text-align: left; }
  .goal-content .name {
    text-transform: uppercase;
    color: #000B19;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600; }
  .goal-content img {
    float: left;
    margin-right: 25px;
    max-width: 330px !important; }
  .goal-content a.button, .goal-content div#cookiewarning button, div#cookiewarning .goal-content button, .goal-content form.default button, form.default .goal-content button, .goal-content form.default input[type=submit], form.default .goal-content input[type=submit] {
    margin: 25px auto 0; }

.home .home-block {
  position: relative; }

.home .inner {
  transition: transform .3s;
  z-index: 1; }

.home .goneUp .inner {
  transform: translate3d(0, -110px, 0); }
  @media (max-width: 480px) {
    .home .goneUp .inner {
      transform: translate3d(0, 0, 0);
      z-index: 1; } }

.home .home-top {
  padding: 260px 0 300px 0; }
  .home .home-top h1, .home .home-top p {
    text-transform: uppercase;
    color: #fff;
    text-align: center; }
  .home .home-top h1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 200; }
    .home .home-top h1 strong {
      font-weight: 700; }
  @media (max-width: 1024px) {
    .home .home-top {
      padding: 180px 0 240px 0; } }
  @media (max-width: 520px) {
    .home .home-top {
      padding: 90px 0 130px 0; }
      .home .home-top h1 {
        font-size: 27px;
        line-height: 36px; }
      .home .home-top p {
        margin-bottom: 15px; } }
  .home .home-top .home-navigation {
    margin: 50px 0; }
    .home .home-top .home-navigation .item {
      width: 27%;
      margin-left: 3%;
      margin-right: 3%;
      float: left;
      position: relative; }
      .home .home-top .home-navigation .item span {
        color: #fff;
        text-transform: uppercase;
        display: block;
        border: 3px solid #fff;
        padding: 10px;
        transition: background .2s, color .2s;
        line-height: normal; }
        .home .home-top .home-navigation .item span:after {
          font-family: 'nibc';
          font-display: block;
          content: '\e0a4';
          float: right;
          margin-top: 4px;
          transition: transform .3s;
          line-height: 16px; }
      .home .home-top .home-navigation .item .collapse {
        transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        transition: transform .35s ease-in-out;
        transform-origin: center top;
        position: absolute;
        z-index: 3;
        width: 100%; }
        @media (max-width: 640px) {
          .home .home-top .home-navigation .item .collapse {
            transition: transform .15s ease-in-out; } }
        .home .home-top .home-navigation .item .collapse ul {
          list-style: none;
          border-left: 3px solid #fff; }
          .home .home-top .home-navigation .item .collapse ul li {
            margin-bottom: 0; }
            .home .home-top .home-navigation .item .collapse ul li a {
              display: block;
              color: #fff;
              padding: 5px 0; }
              .home .home-top .home-navigation .item .collapse ul li a:hover {
                text-decoration: underline; }
      .home .home-top .home-navigation .item:hover span, .home .home-top .home-navigation .item.active span {
        background: #fff;
        color: #48BAFB;
        cursor: pointer; }
      .home .home-top .home-navigation .item.active span:after {
        transform: scale(-1);
        -webkit-transform: scale(-1); }
      .home .home-top .home-navigation .item.active .collapse {
        transform: scale(1);
        -webkit-transform: scale(1); }
    @media (max-width: 680px) {
      .home .home-top .home-navigation {
        margin: 15px 0; }
        .home .home-top .home-navigation .item {
          width: 100%;
          margin: 0 0 10px 0; }
          .home .home-top .home-navigation .item span {
            background: #fff;
            color: #48BAFB; }
          .home .home-top .home-navigation .item .collapse {
            background: #fff;
            transform-origin: top center; }
            .home .home-top .home-navigation .item .collapse ul {
              border-left: 3px solid #48BAFB;
              margin-left: 12px; }
              .home .home-top .home-navigation .item .collapse ul li a {
                color: #48BAFB;
                padding: 8px 0; } }
  .home .home-top .bg-images {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: grey; }
    .home .home-top .bg-images .item {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      background-size: cover;
      background-position: center;
      transition: opacity .6s; }
      .home .home-top .bg-images .item:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(transparent, #000);
        opacity: 0.5; }
      .home .home-top .bg-images .item.hypotheek:after, .home .home-top .bg-images .item.sparen:after, .home .home-top .bg-images .item.service:after {
        opacity: 0.7; }
      .home .home-top .bg-images .item.active, .home .home-top .bg-images .item.hover {
        opacity: 1; }
      .home .home-top .bg-images .item.on-top {
        z-index: 1; }
      .home .home-top .bg-images .item img {
        display: none; }
  .home .home-top .home-next {
    background: #48BAFB;
    color: #fff; }

.home .home-products {
  background: #48BAFB;
  padding: 100px 0; }
  @media (max-width: 920px) {
    .home .home-products {
      padding: 75px 0; } }
  @media (max-width: 767px) {
    .home .home-products:before {
      height: 150px; } }
  @media (max-width: 600px) {
    .home .home-products {
      padding: 50px 0 20px; } }
  .home .home-products .owl-custom-nav {
    text-align: center;
    font-size: 0em; }
    .home .home-products .owl-custom-nav .owl-nav-holder {
      position: relative;
      display: inline-block; }
      .home .home-products .owl-custom-nav .owl-nav-holder:after {
        content: '';
        height: 3px;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        opacity: .2;
        transition: .2s; }
    .home .home-products .owl-custom-nav a {
      display: inline-block;
      color: #fff;
      padding-bottom: 10px;
      margin: 0 15px;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: bold;
      position: relative;
      transition: .2s;
      transform-origin: bottom center;
      font-family: 'Lato', Arial, sans-serif; }
      .home .home-products .owl-custom-nav a:first-child {
        margin-left: 0; }
      .home .home-products .owl-custom-nav a:last-child {
        margin-right: 0; }
      .home .home-products .owl-custom-nav a.active {
        transform: scale(1.2); }
        .home .home-products .owl-custom-nav a.active:after {
          content: '';
          height: 3px;
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          background: #fff;
          transition: .2s;
          opacity: 1; }
      .home .home-products .owl-custom-nav a:hover {
        text-decoration: none;
        color: #FFFFFF; }
  .home .home-products .home-product-carousel {
    height: 100%; }
    .home .home-products .home-product-carousel .owl-item {
      padding: 0 50px; }
      @media (max-width: 920px) {
        .home .home-products .home-product-carousel .owl-item {
          padding: 0; } }
    .home .home-products .home-product-carousel .owl-controls {
      height: 0;
      width: 100%;
      position: absolute;
      top: 45%; }
      .home .home-products .home-product-carousel .owl-controls .owl-prev,
      .home .home-products .home-product-carousel .owl-controls .owl-next {
        height: 100px;
        width: 50px;
        line-height: 100px;
        text-align: center;
        display: block;
        color: #fff;
        position: absolute;
        background: #48BAFB; }
        .home .home-products .home-product-carousel .owl-controls .owl-prev:before,
        .home .home-products .home-product-carousel .owl-controls .owl-next:before {
          font-family: 'nibc';
          font-display: block;
          content: '\e827';
          display: block; }
        .home .home-products .home-product-carousel .owl-controls .owl-prev.disabled:before,
        .home .home-products .home-product-carousel .owl-controls .owl-next.disabled:before {
          opacity: 0.5; }
      .home .home-products .home-product-carousel .owl-controls .owl-prev {
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.1);
        left: 0; }
        .home .home-products .home-product-carousel .owl-controls .owl-prev:before {
          transform: rotate(180DEG); }
        .home .home-products .home-product-carousel .owl-controls .owl-prev:hover:before {
          animation-name: hover-bounce-left;
          animation-duration: 0.3;
          animation-timing-function: linear;
          animation-fill-mode: forwards; }
      .home .home-products .home-product-carousel .owl-controls .owl-next {
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        box-shadow: -2px 0px 3px 0px rgba(0, 0, 0, 0.1);
        right: 0; }
        .home .home-products .home-product-carousel .owl-controls .owl-next:hover:before {
          animation-name: hover-bounce-right;
          animation-duration: 0.3;
          animation-timing-function: linear;
          animation-fill-mode: forwards; }
      @media (max-width: 920px) {
        .home .home-products .home-product-carousel .owl-controls .owl-buttons {
          display: none !important; } }
  .home .home-products .home-product-carousel-item {
    padding-top: 50px; }
    .home .home-products .home-product-carousel-item h2 {
      font-weight: 300;
      font-size: 3.000em;
      color: #FFFFFF;
      line-height: 65px;
      font-weight: bold; }
      @media (max-width: 920px) {
        .home .home-products .home-product-carousel-item h2 {
          font-size: 38px;
          line-height: 54px; } }
      @media (max-width: 600px) {
        .home .home-products .home-product-carousel-item h2 {
          font-size: 32px;
          line-height: 46px; } }
    .home .home-products .home-product-carousel-item p {
      color: white;
      font-size: 1.375em;
      font-weight: 200;
      line-height: 36px; }
    .home .home-products .home-product-carousel-item .content {
      position: relative; }
      .home .home-products .home-product-carousel-item .content .intro {
        width: 65%; }
      .home .home-products .home-product-carousel-item .content .content-list {
        width: 65%;
        float: right; }
        @media (max-width: 1280px) {
          .home .home-products .home-product-carousel-item .content .content-list {
            width: 62%; } }
        @media (max-width: 1023px) {
          .home .home-products .home-product-carousel-item .content .content-list {
            width: 60%; } }
        @media (max-width: 768px) {
          .home .home-products .home-product-carousel-item .content .content-list {
            float: none;
            width: 100%; } }
        .home .home-products .home-product-carousel-item .content .content-list ul {
          padding-left: 0;
          color: white;
          margin-bottom: 0; }
          .home .home-products .home-product-carousel-item .content .content-list ul li {
            list-style: none;
            padding-left: 67px;
            position: relative;
            font-size: 22px;
            line-height: 40px;
            font-weight: 200;
            margin-bottom: 30px; }
            .home .home-products .home-product-carousel-item .content .content-list ul li:before {
              content: '';
              background-image: url(../../images/sprite/spritesheet-retina.png);
              background-position: 0px -712px;
              width: 36px;
              height: 36px;
              position: absolute;
              top: 0;
              left: 0;
              width: 40px;
              height: 40px;
              border-radius: 50%;
              border: 2px solid white; }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                .home .home-products .home-product-carousel-item .content .content-list ul li:before {
                  background-image: url(../../images/sprite/spritesheet-retina@2x.png);
                  background-size: 1060px 2893px; } }
        .home .home-products .home-product-carousel-item .content .content-list .arrow-drawn {
          position: relative;
          top: -7px; }
          .home .home-products .home-product-carousel-item .content .content-list .arrow-drawn h3 {
            font-style: italic;
            color: white;
            font-size: 18px;
            line-height: 24px;
            font-weight: normal;
            position: relative;
            padding: 23px 0 0 85px; }
            .home .home-products .home-product-carousel-item .content .content-list .arrow-drawn h3:before {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              width: 64px;
              height: 41px;
              background-image: url(../../images/sprite/spritesheet-retina.png);
              background-position: 0px -888px;
              width: 64px;
              height: 41px; }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                .home .home-products .home-product-carousel-item .content .content-list .arrow-drawn h3:before {
                  background-image: url(../../images/sprite/spritesheet-retina@2x.png);
                  background-size: 1060px 2893px; } }
      .home .home-products .home-product-carousel-item .content .savings-carousel {
        width: 65%;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding: 30px 0;
        color: #fff; }
        .home .home-products .home-product-carousel-item .content .savings-carousel .owl-pagination {
          display: none !important; }
          @media (max-width: 640px) {
            .home .home-products .home-product-carousel-item .content .savings-carousel .owl-pagination {
              margin-top: 0 !important; } }
          @media (max-width: 640px) {
            .home .home-products .home-product-carousel-item .content .savings-carousel .owl-pagination .owl-page {
              display: none !important; } }
        .home .home-products .home-product-carousel-item .content .savings-carousel .owl-item {
          padding: 0; }
          @media (max-width: 640px) {
            .home .home-products .home-product-carousel-item .content .savings-carousel .owl-item {
              display: none; }
              .home .home-products .home-product-carousel-item .content .savings-carousel .owl-item:last-child {
                display: block; } }
        .home .home-products .home-product-carousel-item .content .savings-carousel .fact {
          text-align: center; }
          .home .home-products .home-product-carousel-item .content .savings-carousel .fact strong {
            font-size: 56px;
            font-weight: 400;
            display: block;
            white-space: nowrap; }
            .home .home-products .home-product-carousel-item .content .savings-carousel .fact strong span {
              display: inline-block;
              background-image: url(../../images/sprite/spritesheet-non-retina.png);
              background-position: 0px -124px;
              width: 48px;
              height: 54px; }
            .home .home-products .home-product-carousel-item .content .savings-carousel .fact strong sup {
              font-size: 16px;
              top: -26px;
              text-transform: uppercase; }
          .home .home-products .home-product-carousel-item .content .savings-carousel .fact span {
            text-transform: uppercase;
            color: white; }
      .home .home-products .home-product-carousel-item .content .content-video {
        position: absolute;
        top: 320px;
        width: 35%;
        overflow: hidden; }
        @media (max-width: 1280px) {
          .home .home-products .home-product-carousel-item .content .content-video {
            width: 34%; } }
        @media (max-width: 1023px) {
          .home .home-products .home-product-carousel-item .content .content-video {
            width: 35%; } }
        @media (max-width: 768px) {
          .home .home-products .home-product-carousel-item .content .content-video {
            position: relative;
            top: inherit;
            text-align: center;
            width: 100%; } }
        .home .home-products .home-product-carousel-item .content .content-video:after {
          content: '';
          height: 5px;
          width: 100%;
          display: block;
          margin-top: 20px;
          background-image: radial-gradient(50% 100%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
          background-image: radial-gradient(50% 100%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 100%); }
        .home .home-products .home-product-carousel-item .content .content-video h3 {
          font-size: 18px;
          line-height: 26px;
          text-transform: uppercase;
          color: white; }
        .home .home-products .home-product-carousel-item .content .content-video a {
          position: relative;
          display: block; }
          .home .home-products .home-product-carousel-item .content .content-video a:after {
            content: '';
            display: block;
            width: 57px;
            height: 57px;
            background-image: url(../../images/sprite/spritesheet-retina.png);
            background-position: 0px -1452px;
            width: 57px;
            height: 57px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
              .home .home-products .home-product-carousel-item .content .content-video a:after {
                background-image: url(../../images/sprite/spritesheet-retina@2x.png);
                background-size: 1060px 2893px; } }
      .home .home-products .home-product-carousel-item .content .interest {
        position: absolute;
        top: 0;
        right: 0;
        width: 30%;
        padding: 35px;
        text-align: center;
        border-radius: 10px;
        box-shadow: 0 10px 30px 0 rgba(0, 11, 25, 0.08); }
        .home .home-products .home-product-carousel-item .content .interest p {
          font-size: 18px;
          line-height: 23px;
          text-transform: uppercase;
          margin-bottom: 15px;
          font-family: 'Open Sans', Arial, sans-serif;
          font-weight: normal;
          color: #FFF; }
        .home .home-products .home-product-carousel-item .content .interest strong {
          font-family: 'Lato', Arial, sans-serif;
          font-weight: 400;
          color: #fff;
          font-size: 116px;
          line-height: 120px;
          display: block;
          text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); }
          .home .home-products .home-product-carousel-item .content .interest strong sup {
            font-size: 32px;
            margin-bottom: 60px;
            display: inline;
            vertical-align: top;
            top: 30px; }
          .home .home-products .home-product-carousel-item .content .interest strong:after {
            content: '';
            height: 5px;
            width: 100%;
            display: block;
            margin-bottom: 20px;
            background-image: radial-gradient(50% 100%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
            background-image: radial-gradient(50% 100%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0) 100%); }
        .home .home-products .home-product-carousel-item .content .interest a.button, .home .home-products .home-product-carousel-item .content .interest div#cookiewarning button, div#cookiewarning .home .home-products .home-product-carousel-item .content .interest button, .home .home-products .home-product-carousel-item .content .interest form.default button, form.default .home .home-products .home-product-carousel-item .content .interest button, .home .home-products .home-product-carousel-item .content .interest form.default input[type=submit], form.default .home .home-products .home-product-carousel-item .content .interest input[type=submit] {
          margin: 0 auto 15px;
          padding-top: 17px;
          padding-bottom: 13px;
          display: block; }
        .home .home-products .home-product-carousel-item .content .interest a.check-interests {
          color: #fff;
          font-style: italic; }
      @media (max-width: 1280px) {
        .home .home-products .home-product-carousel-item .content .intro,
        .home .home-products .home-product-carousel-item .content .savings-carousel {
          width: 62%; }
        .home .home-products .home-product-carousel-item .content .savings-carousel .fact strong {
          font-size: 48px; }
          .home .home-products .home-product-carousel-item .content .savings-carousel .fact strong sup {
            top: -22px; }
        .home .home-products .home-product-carousel-item .content .interest {
          width: 34%; }
          .home .home-products .home-product-carousel-item .content .interest a.button, .home .home-products .home-product-carousel-item .content .interest div#cookiewarning button, div#cookiewarning .home .home-products .home-product-carousel-item .content .interest button, .home .home-products .home-product-carousel-item .content .interest form.default button, form.default .home .home-products .home-product-carousel-item .content .interest button, .home .home-products .home-product-carousel-item .content .interest form.default input[type=submit], form.default .home .home-products .home-product-carousel-item .content .interest input[type=submit] {
            padding-left: 10px;
            padding-right: 10px; }
            .home .home-products .home-product-carousel-item .content .interest a.button:after, .home .home-products .home-product-carousel-item .content .interest div#cookiewarning button:after, div#cookiewarning .home .home-products .home-product-carousel-item .content .interest button:after, .home .home-products .home-product-carousel-item .content .interest form.default button:after, form.default .home .home-products .home-product-carousel-item .content .interest button:after, .home .home-products .home-product-carousel-item .content .interest form.default input[type=submit]:after, form.default .home .home-products .home-product-carousel-item .content .interest input[type=submit]:after {
              margin-left: 10px; } }
      @media (max-width: 1023px) {
        .home .home-products .home-product-carousel-item .content .intro,
        .home .home-products .home-product-carousel-item .content .savings-carousel {
          width: 60%; }
          .home .home-products .home-product-carousel-item .content .intro .fact strong sup,
          .home .home-products .home-product-carousel-item .content .savings-carousel .fact strong sup {
            top: -28px; }
        .home .home-products .home-product-carousel-item .content .savings-carousel .owl-controls {
          height: auto;
          position: relative;
          top: auto; }
        .home .home-products .home-product-carousel-item .content .savings-carousel .owl-pagination {
          display: block !important;
          margin-top: 20px;
          text-align: center; }
          .home .home-products .home-product-carousel-item .content .savings-carousel .owl-pagination .owl-page {
            height: 9px;
            width: 9px;
            display: block;
            border: 1px solid #fff;
            border-radius: 50%;
            display: inline-block;
            margin: 0 5px; }
            .home .home-products .home-product-carousel-item .content .savings-carousel .owl-pagination .owl-page.active {
              background: #fff; }
        .home .home-products .home-product-carousel-item .content .savings-carousel .fact strong {
          font-size: 56px; }
        .home .home-products .home-product-carousel-item .content .interest {
          width: 35%; }
          .home .home-products .home-product-carousel-item .content .interest strong {
            font-size: 90px; }
            .home .home-products .home-product-carousel-item .content .interest strong sup {
              margin-bottom: 30px;
              top: 41px; }
          .home .home-products .home-product-carousel-item .content .interest a.button:after, .home .home-products .home-product-carousel-item .content .interest div#cookiewarning button:after, div#cookiewarning .home .home-products .home-product-carousel-item .content .interest button:after, .home .home-products .home-product-carousel-item .content .interest form.default button:after, form.default .home .home-products .home-product-carousel-item .content .interest button:after, .home .home-products .home-product-carousel-item .content .interest form.default input[type=submit]:after, form.default .home .home-products .home-product-carousel-item .content .interest input[type=submit]:after {
            display: none; } }
      @media (max-width: 768px) {
        .home .home-products .home-product-carousel-item .content .intro,
        .home .home-products .home-product-carousel-item .content .savings-carousel {
          width: 100%;
          float: none; }
        .home .home-products .home-product-carousel-item .content .interest {
          position: relative;
          width: 100%;
          max-width: 320px;
          margin: 40px auto 0; } }
    .home .home-products .home-product-carousel-item .goals {
      margin-left: -15px;
      margin-right: -15px; }
      .home .home-products .home-product-carousel-item .goals h3 {
        margin-left: 15px;
        margin-bottom: 25px;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase; }
      .home .home-products .home-product-carousel-item .goals .item {
        width: 33.33%;
        float: left;
        overflow: hidden;
        padding: 0 15px; }
        .home .home-products .home-product-carousel-item .goals .item a {
          overflow: hidden;
          display: block; }
          .home .home-products .home-product-carousel-item .goals .item a img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform .3s; }
        .home .home-products .home-product-carousel-item .goals .item a:hover img {
          transform: scale(1.1) rotate(0.01DEG); }
        .home .home-products .home-product-carousel-item .goals .item:after {
          content: '';
          height: 5px;
          width: 100%;
          display: block;
          margin-top: 20px;
          background-image: radial-gradient(50% 100%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
          background-image: radial-gradient(50% 100%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 100%); }
      @media (max-width: 767px) {
        .home .home-products .home-product-carousel-item .goals {
          display: none; } }
    .home .home-products .home-product-carousel-item .mortgage .content .intro {
      float: right; }
    .home .home-products .home-product-carousel-item .mortgage .content .interest {
      left: 0; }
    .home .home-products .home-product-carousel-item .mortgage .content .content-video .item a {
      overflow: hidden; }
      .home .home-products .home-product-carousel-item .mortgage .content .content-video .item a img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform .3s; }
      .home .home-products .home-product-carousel-item .mortgage .content .content-video .item a:after {
        transform: scale(1);
        -moz-transform-origin: 0 0;
        -webkit-transition: all .5s;
        transition: all .5s;
        margin-left: -28px;
        margin-top: -28px; }
    .home .home-products .home-product-carousel-item .mortgage .content .content-video .item a:hover img {
      transform: scale(1.1) rotate(0.01DEG); }
    .home .home-products .home-product-carousel-item .mortgage .content .content-video .item a:hover:after {
      transform: scale(1.3);
      -moz-transform-origin: 0 0; }
    @media (max-width: 768px) {
      .home .home-products .home-product-carousel-item .mortgage .content .intro {
        float: none; } }
  .home .home-products .home-next {
    background: #fff;
    color: #48BAFB; }

.home .home-bottom {
  padding: 100px 0 0 0;
  background-color: #F3F8FA;
  position: relative;
  z-index: 0; }
  @media (max-width: 1024px) {
    .home .home-bottom {
      padding: 80px 0 45px 0; } }
  @media (max-width: 640px) {
    .home .home-bottom {
      padding: 40px 0 0 0; } }
  .home .home-bottom .home-bottom-text-carousel {
    margin-bottom: 50px; }
    .home .home-bottom .home-bottom-text-carousel h2 {
      font-size: 48px;
      margin-bottom: 10px;
      font-weight: 200;
      line-height: normal; }
      .home .home-bottom .home-bottom-text-carousel h2 strong {
        position: relative;
        margin-left: 4px;
        white-space: nowrap; }
      .home .home-bottom .home-bottom-text-carousel h2 span {
        position: absolute;
        left: 0;
        top: 7;
        opacity: 0;
        transition: opacity 1.5s; }
        .home .home-bottom .home-bottom-text-carousel h2 span.active {
          opacity: 1; }
    .home .home-bottom .home-bottom-text-carousel p {
      font-size: 24px;
      font-weight: 200;
      position: relative;
      white-space: nowrap; }
      .home .home-bottom .home-bottom-text-carousel p span {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: opacity 1.5s; }
        .home .home-bottom .home-bottom-text-carousel p span.active {
          opacity: 1; }
    @media (max-width: 920px) {
      .home .home-bottom .home-bottom-text-carousel h2 {
        font-size: 36px;
        text-align: center; }
        .home .home-bottom .home-bottom-text-carousel h2 strong {
          display: block;
          height: 46px;
          margin: 0; }
          .home .home-bottom .home-bottom-text-carousel h2 strong span {
            right: 0;
            margin: 0 auto; }
      .home .home-bottom .home-bottom-text-carousel p {
        display: none; } }
    @media (max-width: 640px) {
      .home .home-bottom .home-bottom-text-carousel {
        margin-bottom: 30px; }
        .home .home-bottom .home-bottom-text-carousel h2 {
          font-size: 24px; }
          .home .home-bottom .home-bottom-text-carousel h2 strong {
            height: 36px;
            margin: 0; } }
  .home .home-bottom .home-bottom-four-col {
    margin-left: -15px;
    margin-right: -15px;
    padding: 60px 0;
    border-top: 3px solid #E2E6EB;
    border-bottom: 3px solid #E2E6EB;
    overflow: hidden; }
    .home .home-bottom .home-bottom-four-col .item {
      width: 25%;
      padding-left: 15px;
      padding-right: 15px;
      float: left;
      min-height: 1px; }
      .home .home-bottom .home-bottom-four-col .item article {
        overflow: hidden;
        position: relative; }
        .home .home-bottom .home-bottom-four-col .item article a {
          display: block;
          height: 200px; }
          .home .home-bottom .home-bottom-four-col .item article a img {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            -webkit-transition: -webkit-transform .3s;
            transition: transform .3s; }
          .home .home-bottom .home-bottom-four-col .item article a p {
            position: absolute;
            z-index: 3;
            bottom: 20px;
            left: 20px;
            margin: 0;
            text-transform: uppercase;
            font-family: 'Lato', Arial, sans-serif;
            font-size: 22px;
            font-weight: 700;
            color: #fff;
            line-height: 31px; }
          .home .home-bottom .home-bottom-four-col .item article a:after {
            content: '';
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: .3;
            background: -webkit-linear-gradient(transparent, #000);
            /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(transparent, #000);
            /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(transparent, #000);
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(transparent, #000);
            /* Standard syntax */
            -webkit-transition: opacity .3s;
            transition: opacity .3s; }
          .home .home-bottom .home-bottom-four-col .item article a:before {
            content: '';
            height: 71px;
            width: 100%;
            background: #48BAFB;
            position: absolute;
            z-index: 2;
            bottom: 0;
            left: 0;
            transform: translateY(100%);
            transition: transform .3s; }
          .home .home-bottom .home-bottom-four-col .item article a:hover img {
            -webkit-transform: scale(1.1) rotate(0.01DEG);
            transform: scale(1.1) rotate(0.01DEG); }
          .home .home-bottom .home-bottom-four-col .item article a:hover:before {
            transform: translateY(0); }
    @media (max-width: 920px) {
      .home .home-bottom .home-bottom-four-col {
        padding: 45px 0; }
        .home .home-bottom .home-bottom-four-col .item article a:before {
          display: none; }
        .home .home-bottom .home-bottom-four-col .item article a h1 {
          font-size: 15px;
          line-height: 21px;
          bottom: 10px;
          left: 10px; } }
    @media (max-width: 640px) {
      .home .home-bottom .home-bottom-four-col {
        margin-left: -10px;
        margin-right: -10px;
        padding: 60px 0 45px 0; }
        .home .home-bottom .home-bottom-four-col .item {
          padding-left: 10px;
          padding-right: 10px;
          width: 50%;
          margin-bottom: 20px; } }
    @media (max-width: 520px) {
      .home .home-bottom .home-bottom-four-col {
        padding: 45px 0 30px 0; } }
  .home .home-bottom .home-bottom-news-col {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 0;
    border-top: 1px solid #D3D6D8;
    overflow: hidden; }
    .home .home-bottom .home-bottom-news-col p, .home .home-bottom .home-bottom-news-col span {
      display: inline-block;
      margin: 0;
      color: #001D51; }
    .home .home-bottom .home-bottom-news-col p {
      text-transform: uppercase;
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      font-family: 'Lato', Arial, sans-serif;
      margin-right: 30px; }
    .home .home-bottom .home-bottom-news-col span {
      font-size: 16px;
      line-height: 22px;
      position: relative;
      padding-left: 50px; }
      .home .home-bottom .home-bottom-news-col span:before {
        content: '';
        position: absolute;
        background: url("../../images/icon-news@2x.png") no-repeat;
        background-position: center;
        background-size: 35px 25px;
        left: 0;
        top: 0;
        width: 35px;
        height: 25px;
        height: 25px; }

.home .page-navigation {
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 2; }
  .home .page-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 100%;
    transform: translateX(-50px); }
    .home .page-navigation ul li {
      line-height: 50px;
      margin: 0;
      background: rgba(0, 29, 81, 0.2);
      border-bottom: 1px solid #d1d1d1;
      transition: .2s ease-out;
      transition-property: left, border-color, background-color;
      position: relative;
      left: -50px;
      transform: translateX(50px);
      display: block; }
      .home .page-navigation ul li a {
        color: white;
        text-decoration: none;
        display: block;
        padding-right: 10px;
        background-color: #e4e4e46e; }
      .home .page-navigation ul li .number {
        width: 50px;
        display: inline-block;
        text-align: center; }
      .home .page-navigation ul li .name {
        display: inline-block; }
      .home .page-navigation ul li:last-child {
        border: none; }
      .home .page-navigation ul li:hover {
        left: -100%;
        background: #FF5B54;
        border-color: #FF5B54; }
        .home .page-navigation ul li:hover a {
          color: #fff; }
      .home .page-navigation ul li.active a {
        color: #fff; }
  @media (max-width: 1024px) {
    .home .page-navigation {
      display: none; } }

.home .home-next-container {
  position: relative;
  width: 100%;
  height: 0px; }
  .home .home-next-container .home-next {
    background: #fff;
    color: #48BAFB; }

.home .home-next {
  height: 100px;
  width: 100px;
  line-height: 100px;
  display: block;
  border-radius: 50%;
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -50px;
  text-align: center; }
  .home .home-next.align-top {
    bottom: auto;
    top: -50px; }
  .home .home-next:before {
    font-family: 'nibc';
    font-display: block;
    content: '\e827';
    display: block;
    transform: rotate(90DEG); }
  .home .home-next:hover {
    text-decoration: none; }
    .home .home-next:hover:before {
      animation-name: hover-bounce-down;
      animation-duration: 0.3;
      animation-timing-function: linear;
      animation-fill-mode: forwards; }
  @media (max-width: 640px) {
    .home .home-next {
      display: none; } }

@keyframes hover-bounce-down {
  0% {
    margin-top: 0; }
  50% {
    margin-top: 10px; }
  100% {
    margin-top: 0; } }

@keyframes hover-bounce-left {
  0% {
    margin-right: 0; }
  50% {
    margin-right: 10px; }
  100% {
    margin-right: 0; } }

@keyframes hover-bounce-right {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 10px; }
  100% {
    margin-left: 0; } }

.searchform {
  position: fixed;
  top: 75px;
  width: 100%;
  background: #48BAFB;
  z-index: 98;
  padding: 120px 20px;
  display: none;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: all 0.2s ease-in-out; }
  .searchform.is-visible {
    display: block; }
  .searchform.animate-in {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  @media (max-width: 600px) {
    .searchform {
      padding-top: 60px;
      padding-bottom: 60px; } }

.searchform__form {
  max-width: 820px;
  margin: 0 auto;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: all 0.2s ease-in-out;
  transition-delay: 0.1s; }
  .searchform__form ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.3); }
  .searchform__form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.3);
    opacity: 1; }
  .searchform__form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.3);
    opacity: 1; }
  .searchform__form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.3); }
  .searchform.animate-in .searchform__form {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .searchform__form.searchform__form--in-content {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    margin: 30px 0 60px 0;
    max-width: 100%; }
    .searchform__form.searchform__form--in-content ::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #48BAFB; }
    .searchform__form.searchform__form--in-content :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #48BAFB;
      opacity: 1; }
    .searchform__form.searchform__form--in-content ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #48BAFB;
      opacity: 1; }
    .searchform__form.searchform__form--in-content :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #48BAFB; }
  @media (max-width: 880px) {
    .searchform__form {
      max-width: 580px; } }

.searchform__input {
  background: transparent url(/images/search@2x.png) no-repeat;
  background-position: center left;
  background-size: 30px auto;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  width: calc(100% - 180px);
  font-size: 48px;
  line-height: 1;
  height: 72px;
  border-radius: 0;
  color: #fff;
  font-weight: 100;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 0 0 0 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .searchform__input:focus {
    outline: 0; }
  .searchform__form--in-content .searchform__input {
    border-color: #48BAFB;
    color: #48BAFB;
    background-color: transparent;
    background-image: url(/images/search-blue@2x.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px auto; }
  @media (max-width: 880px) {
    .searchform__input {
      font-size: 27px; } }
  @media (max-width: 600px) {
    .searchform__input {
      width: 100%;
      background-size: 20px auto;
      padding-left: 30px;
      font-size: 20px;
      height: 50px; }
      .searchform__form--in-content .searchform__input {
        background-size: 20px auto; } }

input.searchform__submit {
  width: 140px;
  float: right;
  position: relative;
  top: 12px;
  margin-right: 0; }
  @media (max-width: 600px) {
    input.searchform__submit {
      float: none;
      top: 0;
      margin-top: 20px;
      display: block; } }

.searchform__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(/images/cross_white@2x.png) no-repeat;
  background-position: center;
  background-size: 100% auto; }

.search__title {
  padding: 0; }

@media (max-width: 600px) {
  .searchform__submit {
    margin-top: 15px !important; } }

.search-result {
  display: block;
  color: #8d949b !important;
  text-decoration: none;
  background: #f5fafc;
  transition: all 0.2s;
  border: 1px solid #d7ebf6;
  border-radius: 8px;
  padding: 30px 40px;
  margin-top: 15px;
  position: relative; }
  .search-result:hover {
    text-decoration: none !important;
    background: #e9f4f8;
    padding-bottom: 50px; }

.search-result__titles {
  margin: 0 0 10px 0;
  line-height: 1.6; }

.search-result__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  display: inline;
  padding-right: 20px;
  color: #000B19 !important; }

.search-result__category {
  font-size: 13px;
  color: #48BAFB;
  display: block; }
  @media (max-width: 600px) {
    .search-result__category {
      display: block;
      margin-top: 20px; } }

.search-result__text {
  margin: 0; }

.search-result__cta {
  position: absolute;
  bottom: 20px;
  opacity: 0;
  font-size: 13px;
  transition: all 0.2s;
  padding-right: 12px;
  color: #48BAFB;
  background: url("../images/arrow-submit_blue@2x.png") no-repeat right 5px/7px auto; }
  .search-result:hover .search-result__cta {
    opacity: 1; }

.pagination {
  margin-top: 60px; }

.pagination__page {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 4px;
  padding: 13px 0;
  text-decoration: none;
  color: #48BAFB !important;
  border: 2px solid #e6e9ee;
  margin: 0 5px 8px 0;
  transition: all 0.2s; }
  .pagination__page.pagination__page--active, .pagination__page:hover {
    background: #48BAFB;
    border-color: #48BAFB;
    color: #fff !important;
    text-decoration: none !important; }

.module_faq {
  padding: 60px 0; }
  .module_faq .module_faq-block {
    width: 60%;
    float: left;
    padding-right: 20px; }
    .module_faq .module_faq-block p {
      font-size: 36px;
      line-height: 34px;
      margin-top: 0;
      margin-bottom: 36px;
      color: #000B19;
      font-weight: bold;
      font-family: 'Lato', Arial, sans-serif; }
    .module_faq .module_faq-block ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .module_faq .module_faq-block ul li {
        margin-bottom: 10px; }
        .module_faq .module_faq-block ul li a {
          color: #000B19;
          line-height: 20px;
          padding-left: 30px;
          display: block;
          position: relative; }
          .module_faq .module_faq-block ul li a:before {
            transform: translate3d(0, 0, 0);
            content: '\e0cc';
            font-family: 'nibc';
            font-display: block;
            font-size: 10px;
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
            transition: all .2s;
            position: absolute;
            left: 0;
            top: 2px; }
          .module_faq .module_faq-block ul li a:hover {
            text-decoration: none; }
            .module_faq .module_faq-block ul li a:hover:before {
              left: 6px; }
  .module_faq .module_faq-contact {
    width: 40%;
    float: left; }
    .module_faq .module_faq-contact .module_faq-contact-inner {
      box-shadow: 0 10px 30px 0 rgba(0, 11, 25, 0.08);
      padding: 40px 50px;
      border-radius: 10px;
      text-align: center; }
    .module_faq .module_faq-contact p {
      font-family: 'Lato', Arial, sans-serif;
      color: black;
      font-size: 22px;
      margin-bottom: 0;
      font-weight: bold; }
    .module_faq .module_faq-contact span {
      font-size: 16px;
      font-style: italic;
      color: gray; }
  .module_faq.module_faq-blue {
    background: #48BAFB; }
  .module_faq.module_faq-red {
    background: #FF5B54; }
  .module_faq.module_faq-blue .module_faq-block p, .module_faq.module_faq-blue .module_faq-block span, .module_faq.module_faq-blue .module_faq-contact p, .module_faq.module_faq-blue .module_faq-contact span, .module_faq.module_faq-red .module_faq-block p, .module_faq.module_faq-red .module_faq-block span, .module_faq.module_faq-red .module_faq-contact p, .module_faq.module_faq-red .module_faq-contact span {
    color: #fff;
    font-weight: 200; }
  .module_faq.module_faq-blue .module_faq-block ul li a, .module_faq.module_faq-blue .module_faq-contact ul li a, .module_faq.module_faq-red .module_faq-block ul li a, .module_faq.module_faq-red .module_faq-contact ul li a {
    color: #fff; }
  .module_faq.module_faq-blue .module_faq-contact .module_faq-contact-inner, .module_faq.module_faq-red .module_faq-contact .module_faq-contact-inner {
    background: none;
    border: 1px solid #fff;
    position: relative; }
  .module_faq .module_faq-contact img {
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .module_faq .module_faq-block,
    .module_faq .module_faq-contact {
      float: none;
      width: 100%; }
    .module_faq .module_faq-block {
      padding-right: 0; }
    .module_faq .module_faq-contact {
      margin-top: 50px; } }

.filters .filters--description {
  text-transform: uppercase;
  color: #999999;
  font-size: 12px;
  display: block;
  margin: 0 0 15px 0; }

.filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default; }
  .filters ul li {
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 13px;
    line-height: 1em; }
    .filters ul li a {
      display: block;
      position: relative;
      color: #13aceb !important;
      padding: 8px 12px 9px 12px;
      -moz-transition: 150ms all;
      transition: 150ms all;
      border: 1px solid #13aceb;
      border-radius: 5px;
      background-color: #fff;
      white-space: nowrap;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
      .filters ul li a:hover {
        text-decoration: none !important;
        background-color: #13aceb;
        color: #fff !important; }
    .filters ul li.active a {
      background-color: #13aceb;
      color: #fff !important;
      padding-right: 34px; }
      .filters ul li.active a:after {
        content: '';
        position: absolute;
        right: 10px;
        top: 7px;
        width: 16px;
        height: 16px;
        background: url("../images/check-white@2x.png") no-repeat 0 0;
        background-size: 16px 16px; }

section.instructional-block {
  padding: 40px 0;
  color: #000B19; }
  @media (max-width: 920px) {
    section.instructional-block {
      padding: 30px 0; } }
  section.instructional-block .content {
    display: flex; }
    section.instructional-block .content > div {
      width: 50%; }
      section.instructional-block .content > div.instructional--video video {
        margin: 0 auto;
        width: 350px;
        display: block; }
      section.instructional-block .content > div .instructional--video {
        display: none; }
      @media (-webkit-video-playable-inline) {
        section.instructional-block .content > div .instructional--video img {
          display: none; }
        section.instructional-block .content > div .instructional--video video {
          display: initial; } }
      section.instructional-block .content > div.instructional--content {
        padding: 100px 0; }
      section.instructional-block .content > div .instructional--buttons {
        margin-top: 40px; }
        section.instructional-block .content > div .instructional--buttons a:first-child {
          margin-right: 25px; }
        section.instructional-block .content > div .instructional--buttons a img {
          height: 50px; }
      @media (max-width: 920px) {
        section.instructional-block .content > div {
          width: 100%; }
          section.instructional-block .content > div.instructional--video {
            display: none; }
          section.instructional-block .content > div.instructional--content {
            padding: 0; }
          section.instructional-block .content > div .instructional--buttons a {
            display: block; }
            section.instructional-block .content > div .instructional--buttons a:first-child {
              margin-bottom: 25px; } }

.interest-calculator {
  max-width: 1320px;
  padding: 40px 20px 60px;
  margin: 0 auto; }
  .interest-calculator #show-results {
    margin-left: auto;
    margin-right: auto; }
  .interest-calculator .tool {
    max-width: 500px;
    margin: 0px auto;
    line-height: 50px;
    font-size: 24px;
    font-weight: 300;
    color: #000B19;
    text-align: center; }
    .interest-calculator .tool .catchphrase {
      font-size: 18px;
      color: #48BAFB;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center; }
    .interest-calculator .tool .zzp-extra {
      display: none; }
    .interest-calculator .tool .dropdown {
      border-top: none;
      border-right: none;
      border-left: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url("../images/arrow-dropdown.svg") no-repeat right center;
      max-width: 100%;
      padding-right: 50px;
      border-bottom: 3px solid #dedede;
      border-radius: 0;
      color: #48BAFB;
      font-weight: 300;
      height: 50px; }
      .interest-calculator .tool .dropdown:-ms-expand {
        display: none; }
      .interest-calculator .tool .dropdown:active, .interest-calculator .tool .dropdown:focus {
        outline: 0; }
      .interest-calculator .tool .dropdown .option {
        font-size: 14px; }
      .interest-calculator .tool .dropdown::-ms-expand {
        display: none; }
    .interest-calculator .tool .dropdown-small {
      padding-left: 12px;
      margin-right: 15px; }
      .interest-calculator .tool .dropdown-small option {
        font-size: 16px; }
    .interest-calculator .tool .textfield {
      background: url("../images/euro-symbol-input.svg") no-repeat left center;
      background-size: 22px 22px;
      max-width: 200px;
      border-top: none;
      border-right: none;
      border-left: none;
      border-bottom: 3px solid #dedede;
      padding-left: 25px;
      color: #48BAFB; }
      .interest-calculator .tool .textfield:active, .interest-calculator .tool .textfield:focus {
        outline: 0;
        border-bottom-color: #48BAFB; }
    .interest-calculator .tool .a-button {
      margin-top: 35px;
      font-size: 16px;
      font-weight: normal; }
  .interest-calculator .results {
    position: relative;
    max-width: 400px;
    margin: 60px auto 0;
    display: none; }
    .interest-calculator .results button {
      z-index: 5; }
    .interest-calculator .results .slider {
      max-width: 280px;
      margin: 0 auto 80px auto;
      overflow: hidden; }
      .interest-calculator .results .slider .slider-inner {
        height: 325px;
        transition: transform .5s ease-in-out; }
        .interest-calculator .results .slider .slider-inner .result-wrapper {
          float: left; }
          .interest-calculator .results .slider .slider-inner .result-wrapper.outer-result {
            width: 160px; }
            .interest-calculator .results .slider .slider-inner .result-wrapper.outer-result .result {
              transform: scale(0.5);
              cursor: pointer; }
          .interest-calculator .results .slider .slider-inner .result-wrapper.center-result .result.selected-result {
            width: 260px;
            height: 260px;
            margin: 10px; }
            .interest-calculator .results .slider .slider-inner .result-wrapper.center-result .result.selected-result:after {
              content: '';
              position: absolute;
              top: -11px;
              left: -11px;
              display: block;
              width: 280px;
              height: 280px;
              border: 1px solid #FF5B54;
              border-radius: 50%; }
          .interest-calculator .results .slider .slider-inner .result-wrapper .result {
            width: 280px;
            height: 280px;
            border-radius: 50%;
            border: 1px solid #FF5B54;
            padding: 95px 0 55px 0;
            color: #FF5B54;
            text-align: center;
            transition: transform .25s ease-in-out;
            transform-origin: left;
            cursor: pointer; }
            .interest-calculator .results .slider .slider-inner .result-wrapper .result .percentage {
              font-size: 75px; }
              .interest-calculator .results .slider .slider-inner .result-wrapper .result .percentage .percentage-sign {
                font-size: 50px; }
            .interest-calculator .results .slider .slider-inner .result-wrapper .result .term {
              font-size: 22px; }
            .interest-calculator .results .slider .slider-inner .result-wrapper .result.selected-result {
              background-color: #FF5B54;
              position: relative;
              padding: 60px 0 55px 0;
              color: white; }
              .interest-calculator .results .slider .slider-inner .result-wrapper .result.selected-result:before {
                content: 'Jouw rente';
                display: block;
                font-size: 18px;
                font-weight: bold;
                text-transform: uppercase;
                text-align: center; }
        .interest-calculator .results .slider .slider-inner:after {
          content: '';
          display: block;
          clear: both; }
    .interest-calculator .results .slider-btn {
      background-color: #48BAFB;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      bottom: -50px;
      width: 60px;
      height: 60px;
      border: none;
      border-radius: 50%; }
      .interest-calculator .results .slider-btn:hover {
        background-color: #00baf1; }
      .interest-calculator .results .slider-btn:focus, .interest-calculator .results .slider-btn:active {
        outline: 0; }
      .interest-calculator .results .slider-btn:before {
        display: block; }
      .interest-calculator .results .slider-btn.slider-btn-prev {
        background-image: url("../images/interest-tool-arrow-left.svg");
        left: 0; }
      .interest-calculator .results .slider-btn.slider-btn-next {
        background-image: url("../images/interest-tool-arrow-right.svg");
        right: 0; }
      .interest-calculator .results .slider-btn.disabled {
        background-color: #d6e9f2;
        cursor: default;
        pointer-events: none; }
  .interest-calculator .arrow-note-rates-tool {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    font-weight: 300;
    margin-bottom: 15px; }
    .interest-calculator .arrow-note-rates-tool:before {
      display: none; }
  .interest-calculator .mortgage-tool-error {
    font-size: 16px;
    color: #E11E27;
    font-style: italic;
    font-weight: 400; }
    .interest-calculator .mortgage-tool-error a {
      color: #E11E27;
      border-bottom: 1px solid #E11E27;
      text-decoration: none;
      font-weight: 400; }
  .interest-calculator .see-all-rates {
    text-align: center; }
    .interest-calculator .see-all-rates .info {
      max-width: 100%;
      padding-left: 60px;
      margin: 0;
      font-weight: 200;
      font-style: normal;
      color: white;
      white-space: normal; }
      .interest-calculator .see-all-rates .info:before {
        margin: 15px 0 0 23px; }
      .interest-calculator .see-all-rates .info:after {
        display: none; }
  .interest-calculator .calculation-note {
    font-weight: 300;
    line-height: 1.4em;
    font-style: italic; }
  @media (min-width: 769px) {
    .interest-calculator .tool {
      line-height: 60px;
      font-size: 28px; }
      .interest-calculator .tool .textfield {
        min-width: 40%;
        background-size: 25px 25px;
        padding-left: 50px; }
      .interest-calculator .tool .dropdown {
        height: 60px; } }
  @media (min-width: 850px) {
    .interest-calculator .results {
      max-width: 880px; }
      .interest-calculator .results .slider {
        max-width: 760px; }
        .interest-calculator .results .slider .slider-inner .result-wrapper.inner-result {
          width: 200px; }
          .interest-calculator .results .slider .slider-inner .result-wrapper.inner-result .result {
            transform: scale(0.625); }
        .interest-calculator .results .slider .slider-inner .result-wrapper.center-result {
          margin: 0 20px; }
          .interest-calculator .results .slider .slider-inner .result-wrapper.center-result .result.selected-result {
            width: 300px;
            height: 300px; }
            .interest-calculator .results .slider .slider-inner .result-wrapper.center-result .result.selected-result:after {
              top: -10px;
              left: -10px;
              width: 320px;
              height: 320px; }
        .interest-calculator .results .slider .slider-inner .result-wrapper .result {
          width: 320px;
          height: 320px; }
          .interest-calculator .results .slider .slider-inner .result-wrapper .result .percentage {
            font-size: 90px; }
    .interest-calculator .calculation-note {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .interest-calculator .results {
      max-width: 100%;
      margin: 60px 0 0 0; }
      .interest-calculator .results .slider {
        max-width: 1120px; }
        .interest-calculator .results .slider .slider-inner .result-wrapper.inner-result {
          margin: 0 20px; }
        .interest-calculator .results .slider .slider-inner .result-wrapper.center-result {
          margin: 0; }
      .interest-calculator .results .slider-btn {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%); }
    .interest-calculator .arrow-note-rates-tool {
      text-align: left;
      display: inline;
      float: right;
      position: absolute;
      max-width: 475px;
      margin-left: 50px;
      margin-top: -30px; }
      .interest-calculator .arrow-note-rates-tool:before {
        display: inline-block;
        float: left;
        height: 110px; }
    .interest-calculator .calculation-note {
      margin-top: 50px;
      font-weight: 300;
      font-size: 20px;
      font-family: 'Open Sans', Arial, sans-serif; } }

section.splash {
  height: 800px; }
  section.splash h1 {
    text-align: center;
    color: white;
    font-size: 50px;
    margin-top: 20px; }
  section.splash div.inner {
    padding: 0;
    max-width: 100%;
    height: 800px; }
  section.splash div.splash-visual {
    width: 50%;
    height: 100%;
    float: left;
    background: url("../images/visuals/dummy_visual-left.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  section.splash .mCSB_inside > .mCSB_container {
    margin-right: 0px !important; }
  section.splash ._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0084ae;
    width: 8px; }
  section.splash ._mCS_1 .mCSB_draggerRail {
    background-color: #000000;
    width: 8px;
    opacity: 0.1; }
  section.splash ._mCS_1 .mCSB_scrollTools {
    margin-top: 75px;
    max-height: 650px;
    margin-right: 5px; }
  section.splash div.splash-content {
    width: 50%;
    float: left;
    background-color: #00b1e9;
    overflow-y: auto;
    height: 100%; }
  section.splash div.menu-container {
    color: #00b1e9; }
    section.splash div.menu-container div.menu-block-container {
      margin: 0 auto;
      background-color: white;
      min-height: 60px;
      border-radius: 100px;
      margin-bottom: 10px;
      cursor: pointer;
      width: 400px; }
      section.splash div.menu-container div.menu-block-container div {
        display: table;
        width: 85%;
        margin: 0 auto;
        height: 60px;
        position: relative; }
        section.splash div.menu-container div.menu-block-container div a {
          margin: 0 auto;
          font-size: 19px;
          text-align: center;
          vertical-align: middle;
          display: table-cell;
          line-height: 1.3em;
          overflow-wrap: break-word;
          text-decoration: none;
          padding: 0 20px; }
        section.splash div.menu-container div.menu-block-container div a:after {
          content: url("../images/arrow-submit_blue@2x.png");
          margin-left: 15px;
          display: inline-block;
          vertical-align: middle;
          padding-top: 6px;
          position: absolute;
          top: 50%;
          margin-top: -1em;
          right: 0; }
  section.splash div.horizontal-separator {
    opacity: 0.3;
    background-color: #ffffff;
    margin: 0 130px;
    height: 2px;
    margin-top: 40px;
    margin-bottom: 40px; }
  section.splash div.selected-interest {
    height: 175px;
    width: 175px;
    display: block;
    margin: 4px auto 0 auto;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 25px 0 0 0;
    font-weight: 200;
    font-family: 'Open Sans', Arial, sans-serif; }
    section.splash div.selected-interest strong {
      font-size: 52px;
      display: block;
      margin: 3px 0;
      font-weight: 200; }
  section.splash .label-from {
    height: 23px; }
    section.splash .label-from.is-hidden span {
      display: none; }
  section.splash ul.interest-toggle {
    margin-top: 40px;
    list-style: none;
    max-width: 420px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 32px;
    min-height: 42px; }
    section.splash ul.interest-toggle li {
      width: 25%;
      float: left;
      margin-bottom: 3%; }
      section.splash ul.interest-toggle li a {
        width: 90px;
        height: 42px;
        margin: auto;
        display: block;
        background: #a1def7;
        padding: 5px 15px;
        color: #48BAFB;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        text-decoration: none !important;
        -webkit-transition: background 0.15s;
        transition: background 0.15s; }
        section.splash ul.interest-toggle li a.active, section.splash ul.interest-toggle li a:hover {
          background: white; }
  section.splash .buttonContainer {
    text-align: center;
    margin-bottom: 30px; }
    section.splash .buttonContainer .button {
      width: 250px;
      margin-right: 0; }
  section.splash .linkSplashPage {
    color: white;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.6px;
    font-size: 13px;
    cursor: pointer;
    text-decoration: underline;
    margin-top: -30px; }
  @media (max-width: 960px) {
    section.splash div.splash-visual {
      display: block; }
    section.splash div.splash-content {
      height: 100%; }
    section.splash h1 {
      font-size: 26px;
      margin-top: 48px;
      margin-bottom: 54px; }
    section.splash div.menu-container {
      padding: 0px 20px; }
      section.splash div.menu-container div.menu-block-container {
        width: 100%; }
    section.splash ._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
      width: 4px; }
    section.splash ._mCS_1 .mCSB_draggerRail {
      width: 4px; }
    section.splash ._mCS_1 .mCSB_scrollTools {
      margin-right: 3px; }
    section.splash div.splash-content {
      width: 50%; }
    section.splash div.horizontal-separator {
      margin: 40px; }
    section.splash ul.interest-toggle {
      padding: 0;
      margin-top: 40px;
      list-style: none; }
      section.splash ul.interest-toggle li {
        width: 30%;
        float: left;
        margin-bottom: 3%; }
        section.splash ul.interest-toggle li a {
          width: 100%; }
      section.splash ul.interest-toggle li:nth-child(odd) {
        margin-left: 18.5%;
        margin-right: 1.5%; }
      section.splash ul.interest-toggle li:nth-child(even) {
        margin-left: 1.5%;
        margin-right: 18.5%; } }
  @media (max-width: 640px) {
    section.splash div.splash-visual {
      display: none; }
    section.splash div.splash-content {
      height: auto; }
    section.splash div.splash-content {
      width: 100%; }
    section.splash div.menu-container {
      padding: 0px 10px; } }

section.what-more-content h3 {
  color: #000B19;
  font-style: normal;
  font-size: 34px; }

section.what-more-content .what-more-content-title {
  color: #FF5B54;
  font-style: italic;
  font-weight: 600;
  font-size: 34px;
  font-family: 'Lato', Arial, sans-serif; }

section.what-more-content ul {
  list-style: none;
  padding: 0; }
  section.what-more-content ul li {
    margin-bottom: 20px; }

section.what-more-content div.what-more-tile {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  height: 100px;
  background-color: #F5F8FA; }
  section.what-more-content div.what-more-tile div.image-container {
    display: block;
    height: 100px;
    width: 20%; }
    section.what-more-content div.what-more-tile div.image-container img {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      margin-bottom: 0;
      border-radius: 10px 0 0 10px; }
  section.what-more-content div.what-more-tile div.info-container {
    width: 55%;
    padding: 20px 30px; }
    section.what-more-content div.what-more-tile div.info-container p {
      font-weight: bold;
      line-height: 20px;
      margin-bottom: 0; }
  section.what-more-content div.what-more-tile div.action-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%; }

section.what-more-content .what-more__all-articles {
  margin-bottom: 50px; }
  section.what-more-content .what-more__all-articles span:first-child {
    text-decoration: underline; }

@media (max-width: 720px) {
  section.what-more-content div.what-more-tile {
    flex-direction: column;
    height: 320px; }
    section.what-more-content div.what-more-tile div.image-container, section.what-more-content div.what-more-tile div.info-container, section.what-more-content div.what-more-tile div.action-container {
      width: 100%; }
    section.what-more-content div.what-more-tile div.image-container {
      height: 45%;
      height: 144px; }
      section.what-more-content div.what-more-tile div.image-container img {
        height: 100% !important;
        border-radius: 10px 10px 0 0; }
    section.what-more-content div.what-more-tile div.action-container {
      justify-content: left;
      margin-top: auto;
      padding: 0 30px 30px 30px; } }

section.what-more-list {
  margin-bottom: 50px; }
  section.what-more-list div.inner h3 {
    margin: 60px 0 40px 0;
    color: #000B19;
    font-style: normal;
    font-size: 34px;
    line-height: 36px;
    text-align: center; }
  section.what-more-list div.inner ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
    section.what-more-list div.inner ul li {
      width: calc((100% / 3) - 30px);
      margin: 0 15px;
      margin-bottom: 40px;
      display: flex; }
  section.what-more-list div.inner div.what-more-tile {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    width: 100%;
    min-height: 275px;
    box-shadow: 0 10px 30px 0 rgba(0, 11, 25, 0.08); }
    section.what-more-list div.inner div.what-more-tile div.image-container, section.what-more-list div.inner div.what-more-tile div.info-container, section.what-more-list div.inner div.what-more-tile div.action-container {
      width: 100%; }
    section.what-more-list div.inner div.what-more-tile div.image-container {
      display: block;
      height: 135px; }
      section.what-more-list div.inner div.what-more-tile div.image-container img {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        margin-bottom: 0;
        border-radius: 10px 10px 0 0; }
    section.what-more-list div.inner div.what-more-tile div.info-container {
      padding: 20px 30px; }
      section.what-more-list div.inner div.what-more-tile div.info-container p {
        line-height: 20px; }
      section.what-more-list div.inner div.what-more-tile div.info-container .info-container-title {
        margin-bottom: 10px;
        color: #000B19;
        font-weight: bold; }
    section.what-more-list div.inner div.what-more-tile div.action-container {
      display: flex;
      align-items: center;
      justify-content: left;
      margin-top: auto;
      padding: 0 30px 30px 30px; }
  section.what-more-list div.inner .what-more__all-articles {
    margin-bottom: 80px; }

@media (max-width: 720px) {
  section.what-more-list {
    margin-bottom: 40px; }
    section.what-more-list div.inner ul li {
      width: calc((100% / 2) - 20px);
      margin: 0 10px;
      margin-bottom: 20px; } }

@media (max-width: 520px) {
  section.what-more-list div.inner ul li {
    width: 100%; }
    section.what-more-list div.inner ul li:nth-child(4), section.what-more-list div.inner ul li:nth-child(5), section.what-more-list div.inner ul li:nth-child(6) {
      display: none; } }

@media print {
  form[name='calculateInvestMortgage'] {
    -webkit-print-color-adjust: exact !important; }
    form[name='calculateInvestMortgage'] .button {
      border: 2px solid #ff5b54 !important; }
    form[name='calculateInvestMortgage'] input[type="checkbox"] {
      display: inline-block !important; }
    form[name='calculateInvestMortgage'] .cbo-label:before {
      display: none !important; } }

section.intermediair {
  padding-bottom: 50px; }
  section.intermediair > ol {
    counter-reset: item;
    list-style-type: none; }
    section.intermediair > ol > li {
      counter-increment: item; }
      section.intermediair > ol > li a:before {
        content: attr(data-prefix) ". "; }
    section.intermediair > ol ol > li {
      display: block; }
  section.intermediair .js-tabcontent[aria-hidden="true"] {
    display: none; }
  section.intermediair .loading-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 1; }
    section.intermediair .loading-container .loading {
      height: 50px;
      margin: 240px auto -60px auto;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(/images/blank-loader.gif); }
  @media (max-width: 760px) {
    section.intermediair .loading-container {
      position: fixed; } }
  section.intermediair div.intermediair-top {
    padding: 0 0 40px 0;
    position: relative; }
    section.intermediair div.intermediair-top .main-cat {
      padding: 0 0 25px 0;
      background: #48BAFB;
      position: relative; }
      section.intermediair div.intermediair-top .main-cat:after {
        content: "";
        position: absolute;
        bottom: -36px;
        left: 50%;
        margin-left: -37px;
        height: 1px;
        width: 1px;
        border-top: 18px solid #48BAFB;
        border-right: 37px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 37px solid transparent; }
      section.intermediair div.intermediair-top .main-cat h1 {
        text-transform: uppercase;
        font-family: "Lato", Arial, sans-serif;
        font-weight: bold;
        font-size: 44px;
        color: white;
        text-align: center;
        margin-bottom: 25px; }
      section.intermediair div.intermediair-top .main-cat ul.switch-button {
        text-align: center;
        font-size: 0; }
        section.intermediair div.intermediair-top .main-cat ul.switch-button li {
          display: inline-block;
          font-size: 16px;
          font-family: "Lato", Arial, sans-serif;
          font-weight: bold;
          line-height: 1em;
          margin-bottom: 0;
          background-color: #48BAFB;
          border: 1px solid white; }
          section.intermediair div.intermediair-top .main-cat ul.switch-button li a {
            display: block;
            color: white;
            padding: 15px 20px; }
          section.intermediair div.intermediair-top .main-cat ul.switch-button li a:hover {
            text-decoration: none; }
          section.intermediair div.intermediair-top .main-cat ul.switch-button li.active {
            background-color: white; }
            section.intermediair div.intermediair-top .main-cat ul.switch-button li.active a {
              color: #48BAFB;
              padding-right: 45px; }
              section.intermediair div.intermediair-top .main-cat ul.switch-button li.active a:after {
                content: "";
                background: url(../images/check_blue@2x.png) no-repeat center;
                background-size: 16px;
                width: 16px;
                height: 16px;
                margin-left: 15px;
                position: absolute; }
        section.intermediair div.intermediair-top .main-cat ul.switch-button li:first-child {
          border-radius: 5px 0 0 5px; }
        section.intermediair div.intermediair-top .main-cat ul.switch-button li:last-child {
          border-radius: 0 5px 5px 0; }
      section.intermediair div.intermediair-top .main-cat ul.intermediair-icons-top {
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0; }
        section.intermediair div.intermediair-top .main-cat ul.intermediair-icons-top li {
          display: none;
          text-align: center;
          margin-bottom: 0; }
          section.intermediair div.intermediair-top .main-cat ul.intermediair-icons-top li a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 130px;
            width: 130px;
            padding: 25px;
            border: 1px solid #48BAFB;
            background-color: #3dbfee;
            border-radius: 50%;
            color: #8bd9f5;
            line-height: 1em;
            font-size: 14px;
            outline: none;
            font-weight: bold;
            -webkit-transition: 150ms all;
            transition: 150ms all; }
            section.intermediair div.intermediair-top .main-cat ul.intermediair-icons-top li a:hover {
              text-decoration: none;
              background-color: #48BAFB;
              color: white;
              border-color: white; }
          section.intermediair div.intermediair-top .main-cat ul.intermediair-icons-top li:hover {
            cursor: pointer; }
          section.intermediair div.intermediair-top .main-cat ul.intermediair-icons-top li i {
            font-size: 40px;
            position: relative;
            top: -3px;
            display: block;
            margin-bottom: 10px; }
          section.intermediair div.intermediair-top .main-cat ul.intermediair-icons-top li a[aria-selected="true"] {
            background-color: #48BAFB;
            color: white;
            border-color: white; }
  section.intermediair div.intermediair-bottom {
    min-height: 90vh; }
    section.intermediair div.intermediair-bottom div.inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    section.intermediair div.intermediair-bottom div.intermediair-main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-height: 90vh;
      min-height: 90vh; }
      section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav {
        float: left;
        width: 33.33%;
        background-color: #f5fafc;
        border: 2px solid #d3e9f5;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column; }
        section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav .search {
          width: 100%; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav .search input {
            width: 100%;
            border: none;
            border-bottom: 2px solid #d3e9f5;
            padding: 15px 15px 15px 20px;
            text-indent: 50px;
            color: #000B19; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav .search input:focus {
            outline-width: 0; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav .search .icon-search {
            position: absolute;
            color: #000B19;
            font-size: 30px;
            top: 5px;
            left: 38px; }
        section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav ol.chapters {
          color: #000B19;
          padding-left: 0;
          margin-top: 0;
          overflow-y: auto;
          margin-bottom: 5px; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav ol.chapters > li {
            margin-bottom: 0;
            position: relative;
            padding-top: 15px;
            padding-bottom: 15px;
            font-size: 18px;
            font-weight: bold;
            color: #000B19;
            line-height: 24px;
            list-style-type: decimal;
            list-style-position: outside;
            margin-left: 40px;
            padding-left: 2px; }
            section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav ol.chapters > li:after {
              content: " ";
              position: absolute;
              left: 0;
              right: 0;
              border-bottom: 1px solid #d3e9f5;
              top: 0; }
            section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav ol.chapters > li span.caret {
              display: block;
              padding-left: 0;
              height: 100%;
              position: absolute;
              right: 3px;
              top: 8px; }
              section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav ol.chapters > li span.caret:after {
                content: "\e0a4";
                font-size: 16px;
                position: relative;
                right: 0px;
                float: right;
                margin-right: 10px; }
            section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav ol.chapters > li a {
              display: block;
              text-decoration: none;
              font-size: 18px;
              font-weight: bold;
              color: #000B19;
              line-height: 24px;
              padding-top: 4px;
              padding-right: 32px;
              text-transform: uppercase;
              position: relative; }
            section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav ol.chapters > li ul {
              display: none; }
            section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav ol.chapters > li.active span.caret {
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              transform: rotate(180deg);
              margin-right: 7px;
              top: -5px; }
            section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav ol.chapters > li.active ul {
              display: block;
              list-style: none;
              padding-left: 0;
              margin-top: 15px;
              margin-bottom: 0;
              position: relative;
              left: -42px;
              right: 0;
              margin-right: -42px; }
              section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav ol.chapters > li.active ul li {
                padding: 7px 0 7px 20px; }
                section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav ol.chapters > li.active ul li a {
                  padding-left: 20px;
                  font-size: 14px;
                  font-weight: normal;
                  width: 100%;
                  line-height: 22px;
                  text-transform: none; }
                  section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav ol.chapters > li.active ul li a span {
                    display: block;
                    overflow: hidden;
                    color: #000B19;
                    font-size: 16px; }
                  section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav ol.chapters > li.active ul li a:before {
                    content: "\2022";
                    margin-right: 15px;
                    float: left;
                    height: 33px; }
              section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav ol.chapters > li.active ul li.active-subject {
                background-color: #d3e9f5; }
                section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav ol.chapters > li.active ul li.active-subject a:before {
                  font-size: 16px; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav ol.chapters > li:first-child:after {
            content: none; }
        section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav ol > li {
          counter-increment: item; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.sidebar-nav ol > li a:before {
            content: none; }
      section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content {
        float: left;
        width: 66.66%;
        border: 2px solid #d3e9f5;
        border-left: none;
        overflow: hidden;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column; }
        section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content .intermediair-search {
          overflow: hidden;
          height: 100%; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content .intermediair-search .scroll {
            overflow: auto; }
            section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content .intermediair-search .scroll.mCustomScrollbar {
              height: 92%; }
            section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content .intermediair-search .scroll .intermediair-search-results {
              padding-bottom: 40px; }
        section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content > #replace-content {
          overflow: hidden;
          height: 100%;
          margin: 25px 0px 25px 25px;
          padding-right: 10px; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content > #replace-content > .scroll {
            height: inherit; }
        section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content .search {
          display: none; }
        section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content ul.intermediair-content-icons {
          margin-top: 0;
          list-style: none; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item a.intermediair-content-icons-item-title {
            display: none; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item ol.chapters > li {
            display: none; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item ol.chapters > li.active-chapter {
            display: block; }
        section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content .intermediair-content-bottom {
          position: absolute;
          bottom: 20px;
          right: 25px;
          left: 25px; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content .intermediair-content-bottom p {
            color: #000B19;
            display: inline; }
            section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content .intermediair-content-bottom p a {
              text-decoration: underline;
              font-weight: bold;
              color: #000B19; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content .intermediair-content-bottom div.pagination-container {
            float: right; }
            section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content .intermediair-content-bottom div.pagination-container ul.pagination {
              list-style: none;
              margin-top: 0;
              margin-bottom: 0px;
              display: flex;
              flex-wrap: wrap;
              -webkit-box-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              align-items: center;
              padding-left: 0; }
              section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content .intermediair-content-bottom div.pagination-container ul.pagination li {
                width: 30px;
                height: 30px;
                margin-bottom: 0;
                text-align: center; }
                section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content .intermediair-content-bottom div.pagination-container ul.pagination li a {
                  text-decoration: none;
                  color: #000B19;
                  font-size: 20px; }
                section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content .intermediair-content-bottom div.pagination-container ul.pagination li.active {
                  background-color: #f5fafc; }
                  section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content .intermediair-content-bottom div.pagination-container ul.pagination li.active a {
                    font-weight: bold; }
                section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content .intermediair-content-bottom div.pagination-container ul.pagination li.show-next .icon-arrow-next:before {
                  content: "\e0a4";
                  font-size: 16px;
                  position: absolute;
                  top: 8px;
                  -webkit-transform: rotate(270deg);
                  -moz-transform: rotate(270deg);
                  -o-transform: rotate(270deg);
                  -ms-transform: rotate(270deg);
                  transform: rotate(270deg); }
                section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content .intermediair-content-bottom div.pagination-container ul.pagination li.show-prev .icon-arrow-prev:before {
                  content: "\e0a4";
                  font-size: 16px;
                  position: absolute;
                  top: 8px;
                  -webkit-transform: rotate(90deg);
                  -moz-transform: rotate(90deg);
                  -o-transform: rotate(90deg);
                  -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
        section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item ol.chapters {
          font-size: 18px;
          font-weight: bold;
          color: #000B19;
          padding-left: 10px; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item ol.chapters > li a {
            font-size: 18px;
            font-weight: bold;
            color: #000B19;
            text-decoration: none; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item ol.chapters > li > a {
            display: none; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item ol.chapters > li ol {
            font-size: 16px;
            font-weight: normal;
            padding-left: 0px; }
            section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item ol.chapters > li ol li {
              display: none; }
              section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item ol.chapters > li ol li.active-sub-chapter {
                display: block; }
              section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item ol.chapters > li ol li a {
                font-weight: normal; }
              @media (max-width: 760px) {
                section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item ol.chapters > li ol li {
                  display: inherit; } }
      section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-search {
        overflow: hidden; }
        section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-search h2 {
          font-weight: normal; }
        section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-search .intermediair-search-results a {
          display: block;
          color: #8d949b;
          text-decoration: none;
          background: #f5fafc;
          -moz-transition: all 0.2s;
          transition: all 0.2s;
          border: 1px solid #d7ebf6;
          border-radius: 8px;
          padding: 20px 50px;
          margin-top: 15px;
          position: relative;
          width: 98%; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-search .intermediair-search-results a h3 {
            margin-bottom: 5px;
            margin-top: 0;
            text-transform: uppercase; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-search .intermediair-search-results a h4 {
            font-weight: normal;
            margin-bottom: 15px; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-search .intermediair-search-results a p {
            margin-bottom: 0;
            color: #000B19; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-search .intermediair-search-results a .search-results-icon {
            float: left;
            width: 35px;
            margin-left: -35px;
            color: #000B19; }
        section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-search .intermediair-search-results a:hover {
          text-decoration: none;
          background: #e9f4f8; }
        section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-search div.intermediair-search-no-results {
          padding: 0 20px; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-search div.intermediair-search-no-results .icon-no-results {
            display: block;
            text-indent: -9999px;
            width: 100px;
            height: 80px;
            background: url("../images/icon-no-results.svg") top left no-repeat;
            background-size: 100px 80px;
            margin: 0 auto;
            margin-top: 30px; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-search div.intermediair-search-no-results h2 {
            text-align: center;
            font-size: 16px; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-search div.intermediair-search-no-results p {
            text-align: center;
            color: #000B19;
            font-size: 16px;
            line-height: 20px; }
          section.intermediair div.intermediair-bottom div.intermediair-main div.intermediair-search div.intermediair-search-no-results a {
            text-decoration: underline;
            text-transform: uppercase;
            color: #000B19; }
      section.intermediair div.intermediair-bottom div.intermediair-main .mCSB_inside > .mCSB_container {
        margin-right: 0px !important;
        width: 97%; }
      section.intermediair div.intermediair-bottom div.intermediair-main ._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
        background-color: #d3e9f5;
        width: 8px; }
      section.intermediair div.intermediair-bottom div.intermediair-main ._mCS_1 .mCSB_draggerRail {
        background-color: black;
        width: 8px;
        opacity: 0.1; }
      section.intermediair div.intermediair-bottom div.intermediair-main ._mCS_1 .mCSB_scrollTools {
        margin-top: 40px;
        margin-right: 0; }

@media (max-width: 760px) {
  section.intermediair div.intermediair-top {
    padding: 0; }
    section.intermediair div.intermediair-top p {
      padding-top: 40px; }
    section.intermediair div.intermediair-top .main-cat {
      padding: 40px 0; }
      section.intermediair div.intermediair-top .main-cat h1 {
        font-size: 24px;
        margin-bottom: 35px; }
      section.intermediair div.intermediair-top .main-cat ul.switch-button {
        margin-bottom: 0; }
      section.intermediair div.intermediair-top .main-cat ul.intermediair-icons-top {
        display: none; }
      section.intermediair div.intermediair-top .main-cat:after {
        content: none; }
  section.intermediair div.intermediair-bottom div.inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    section.intermediair div.intermediair-bottom div.inner div.intermediair-main {
      max-height: none; }
      section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.sidebar-nav {
        display: none; }
      section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content {
        width: 100%;
        padding: 0;
        border: none;
        height: auto; }
        section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content > #replace-content {
          margin: 0;
          padding: 0;
          height: auto;
          overflow: auto; }
        section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content .search {
          height: 60px;
          display: flex;
          align-items: center; }
          section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content .search i {
            position: relative;
            color: #000B19;
            font-size: 26px;
            margin: 0 20px;
            float: left; }
          section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content .search input {
            border: none;
            width: 80%;
            font-weight: bold;
            color: #000B19; }
          section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content .search input:focus {
            outline-width: 0; }
          section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content .search ::-webkit-input-placeholder {
            font-weight: normal; }
          section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content .search :-moz-placeholder {
            font-weight: normal; }
          section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content .search ::-moz-placeholder {
            font-weight: normal; }
          section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content .search :-ms-input-placeholder {
            font-weight: normal; }
          section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content .search ::-ms-input-placeholder {
            font-weight: normal; }
        section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search {
          padding: 15px;
          border-top: 1px solid #d3e9f5; }
          section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search h2 {
            font-size: 18px;
            padding-left: 10px; }
          section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-search-results a {
            display: block;
            color: #8d949b;
            text-decoration: none;
            background: #f5fafc;
            -moz-transition: all 0.2s;
            transition: all 0.2s;
            border: 1px solid #d7ebf6;
            border-radius: 8px;
            padding: 20px 35px 20px 0;
            margin-top: 15px;
            position: relative;
            width: 100%; }
            section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-search-results a div {
              margin-left: 50px; }
            section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-search-results a span {
              display: block;
              overflow: hidden; }
            section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-search-results a h3 {
              font-size: 16px;
              margin-bottom: 5px;
              text-transform: uppercase;
              margin-top: 0;
              word-break: break-all; }
            section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-search-results a h4 {
              font-size: 16px;
              font-weight: normal;
              margin-bottom: 15px; }
            section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-search-results a p {
              color: #000B19;
              margin-bottom: 0;
              margin-left: 20px;
              line-height: 1.4em; }
            section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-search-results a .search-results-icon {
              float: left;
              width: 45px;
              margin-left: -33px;
              color: #000B19;
              font-size: 22px; }
          section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-search-no-results {
            padding: 0 0; }
            section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-search-no-results .icon-no-results {
              width: 124px;
              height: 100px;
              background-size: 124px 100px;
              margin-top: 20px; }
          section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-content-bottom {
            text-align: center;
            padding-top: 35px;
            padding-bottom: 20px;
            position: inherit; }
            section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-content-bottom p {
              display: block;
              text-align: center;
              margin-top: 30px; }
              section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-content-bottom p a {
                display: block; }
            section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-content-bottom div.pagination-container {
              height: 30px;
              margin-top: -45px; }
              section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-content-bottom div.pagination-container ul.pagination li {
                width: 30px;
                height: 30px;
                text-align: center; }
                section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-content-bottom div.pagination-container ul.pagination li a {
                  text-decoration: none;
                  color: #000B19;
                  font-size: 20px; }
                section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-content-bottom div.pagination-container ul.pagination li.active {
                  background-color: #f5fafc; }
                  section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-content-bottom div.pagination-container ul.pagination li.active a {
                    font-weight: bold; }
                section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-content-bottom div.pagination-container ul.pagination li.show-next {
                  position: relative; }
                  section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-content-bottom div.pagination-container ul.pagination li.show-next .icon-arrow-next:before {
                    content: "\e0a4";
                    font-size: 16px;
                    position: absolute;
                    top: 8px;
                    -webkit-transform: rotate(270deg);
                    -moz-transform: rotate(270deg);
                    -o-transform: rotate(270deg);
                    -ms-transform: rotate(270deg);
                    transform: rotate(270deg); }
                section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content div.intermediair-search div.intermediair-content-bottom div.pagination-container ul.pagination li.show-prev {
                  position: relative; }
        section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons {
          list-style: none;
          padding: 0;
          margin: 0; }
          section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item {
            margin-bottom: 0;
            height: 55px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 100%;
            background-color: #f5fafc;
            border-top: 1px solid #d3e9f5;
            font-size: 16px; }
            section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item:last-child {
              border-bottom: 1px solid #d3e9f5; }
            section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item > div {
              display: block !important; }
            section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item a {
              text-decoration: none;
              color: #000B19; }
            section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item a.intermediair-content-icons-item-title {
              text-transform: uppercase;
              font-weight: bold;
              display: flex;
              align-items: center; }
              section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item a.intermediair-content-icons-item-title i {
                margin-right: 15px;
                font-size: 20px;
                font-weight: 600;
                padding-left: 23px; }
              section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item a.intermediair-content-icons-item-title i.icon-arrow-down {
                margin-left: auto;
                margin-right: 15px;
                font-size: 20px;
                font-weight: 600;
                padding-left: 0; }
                section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item a.intermediair-content-icons-item-title i.icon-arrow-down:before {
                  content: "\e0a4";
                  font-size: 16px; }
            section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item.active {
              height: auto; }
              section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item.active a {
                padding-top: 13.5px;
                padding-bottom: 13.5px; }
              section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item.active a.intermediair-content-icons-item-title {
                border-bottom: 1px solid #d3e9f5; }
              section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item.active i.icon-arrow-down {
                margin-left: auto;
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
                section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item.active i.icon-arrow-down:before {
                  color: #000B19; }
              section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item.active ol.chapters {
                display: block;
                color: #000B19;
                padding-left: 0;
                margin-bottom: 0;
                padding-bottom: 20px;
                background-color: white;
                text-transform: uppercase;
                font-weight: bold; }
                section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item.active ol.chapters > li {
                  margin-bottom: 0;
                  padding-top: 13px;
                  padding-bottom: 13px;
                  list-style-position: inside;
                  font-size: 16px;
                  display: block; }
                  section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item.active ol.chapters > li a {
                    padding-top: 0;
                    padding-bottom: 0;
                    display: inline-block;
                    padding-left: 21px; }
                  section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item.active ol.chapters > li.active-chapter {
                    background-color: #d3e9f5;
                    padding-top: 0;
                    padding-bottom: 0; }
                    section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item.active ol.chapters > li.active-chapter a.active-chapter-title {
                      padding-top: 13px;
                      padding-bottom: 13px; }
                    section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item.active ol.chapters > li.active-chapter ol.sub-chapters {
                      display: block;
                      margin-bottom: 0;
                      background-color: white;
                      position: relative;
                      padding-right: 20px; }
                      section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item.active ol.chapters > li.active-chapter ol.sub-chapters > li {
                        margin-bottom: 0;
                        margin-left: 20px;
                        font-size: 14px; }
                        section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item.active ol.chapters > li.active-chapter ol.sub-chapters > li a {
                          display: inline-block;
                          padding-top: 13px;
                          padding-bottom: 13px;
                          text-transform: none;
                          font-size: 18px;
                          font-weight: bold; }
                        section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item.active ol.chapters > li.active-chapter ol.sub-chapters > li:before {
                          padding-left: 25px;
                          font-size: 16px; }
                        section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item.active ol.chapters > li.active-chapter ol.sub-chapters > li.active-sub-chapter div.rte-content {
                          display: block; }
                        section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item.active ol.chapters > li.active-chapter ol.sub-chapters > li div.rte-content {
                          display: none; }
                  section.intermediair div.intermediair-bottom div.inner div.intermediair-main div.intermediair-content ul.intermediair-content-icons li.intermediair-content-icons-item.active ol.chapters > li ol.sub-chapters {
                    display: none; } }

@media (max-width: 600px) {
  .a-switch-button ul.switch-button {
    display: flex; }
    .a-switch-button ul.switch-button li.active {
      display: flex;
      align-items: center; }
    .a-switch-button ul.switch-button li a {
      line-height: 20px; }
  section.intermediair div.intermediair-top .main-cat {
    padding: 25px 0; }
    section.intermediair div.intermediair-top .main-cat h1 {
      margin-bottom: 30px; }
    section.intermediair div.intermediair-top .main-cat ul.switch-button {
      padding-left: 0; }
      section.intermediair div.intermediair-top .main-cat ul.switch-button li {
        width: 100%; }
      section.intermediair div.intermediair-top .main-cat ul.switch-button li:first-child {
        border-radius: 5px 5px 0 0; }
      section.intermediair div.intermediair-top .main-cat ul.switch-button li:nth-child(2) {
        border-radius: 0 0 5px 5px; } }

div.rte-content p,
div.rte-content ul {
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
  color: #000B19; }
  div.rte-content p a,
  div.rte-content ul a {
    color: #48BAFB !important;
    font-size: 14px !important;
    text-decoration: underline !important; }
    div.rte-content p a:before,
    div.rte-content ul a:before {
      content: none !important; }

div.rte-content h3 {
  font-size: 16px;
  margin: 0; }

div.rte-content ul,
div.rte-content ol {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px; }
  div.rte-content ul li,
  div.rte-content ol li {
    display: list-item !important;
    text-align: -webkit-match-parent;
    font-size: 14px; }

div.rte-content ul {
  list-style-type: disc; }

div.rte-content ol {
  padding-left: 40px !important;
  list-style-type: decimal; }

.block-contact {
  position: relative; }
  .block-contact img {
    display: block;
    width: 100%; }
  .block-contact div.gradient:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 45%, #FFFFFF 65%);
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    @media (max-width: 960px) {
      .block-contact div.gradient:before {
        background: transparent; } }
  .block-contact div.holder {
    position: absolute;
    top: 0;
    width: 100%; }
    @media (max-width: 960px) {
      .block-contact div.holder {
        position: static; } }
  .block-contact .content {
    margin-left: 50%;
    width: 50%;
    margin-top: 50px;
    color: #000B19; }
    @media (max-width: 960px) {
      .block-contact .content {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 20px; } }
    .block-contact .content p {
      width: 80%; }
    .block-contact .content .or-separator {
      display: inline-block;
      padding: 0 25px; }
      @media (max-width: 720px) {
        .block-contact .content .or-separator {
          display: block;
          margin: 20px 20px 20px 20px; } }

.m-search {
  width: 100%;
  margin: 0 auto;
  z-index: 104;
  position: relative; }
  @media screen and (min-width: 62rem) {
    .m-search {
      width: 600px; } }
  .m-search .a-input {
    background-color: #FFFFFF;
    border-radius: 7px;
    display: flex;
    align-items: center; }
    .m-search .a-input i {
      padding: 0 10px;
      font-size: 30px;
      color: #000B19; }
    .m-search .a-input input {
      flex: 1;
      height: 50px;
      border: none !important;
      border-radius: 7px;
      outline: none;
      font-size: 16px;
      color: #000B19;
      font-weight: 600;
      padding-right: 25px;
      -webkit-appearance: textfield; }
    @media screen and (min-width: 62rem) {
      .m-search .a-input i {
        font-size: 36px; }
      .m-search .a-input input {
        height: 65px;
        font-size: 20px; } }
  .m-search .m-search__flyout {
    display: none; }
  .m-search.is-open .a-input {
    border-radius: 7px 7px 0 0; }
  .m-search.is-open .m-search__flyout {
    background-color: #FFFFFF;
    display: block;
    border-radius: 0 0 7px 7px; }
    .m-search.is-open .m-search__flyout .m-search__results {
      list-style: none;
      padding-left: 0;
      margin-top: 0; }
      .m-search.is-open .m-search__flyout .m-search__results li {
        margin-bottom: 0;
        padding: 12px 20px;
        border-top: 1px solid #c1ebf7;
        line-height: 22px; }
        @media screen and (min-width: 62rem) {
          .m-search.is-open .m-search__flyout .m-search__results li {
            padding: 25px 20px; } }
        .m-search.is-open .m-search__flyout .m-search__results li a {
          font-weight: 600;
          color: #000B19; }
        .m-search.is-open .m-search__flyout .m-search__results li p {
          margin-bottom: 0;
          font-style: italic;
          color: #a5bdcb; }

.questions {
  padding: 35px 0; }
  .questions .inner ul, .questions .inner li {
    padding-left: 0;
    margin-bottom: 0; }
  .questions .inner .intro {
    margin-bottom: 20px; }
    .questions .inner .intro h2 {
      font-size: 28px;
      text-align: left; }

@media screen and (min-width: 62rem) {
  .questions {
    padding: 70px 0; }
    .questions .inner .intro {
      margin-bottom: 40px; }
      .questions .inner .intro h2 {
        font-size: 40px;
        text-align: center;
        margin-bottom: 50px; } }

.faq-content.row > ul {
  display: block;
  padding: 0; }
  @media screen and (min-width: 62rem) {
    .faq-content.row > ul {
      position: relative; } }

.faq-content.row > ul > li {
  display: block; }

.faq-content .ui-accordion-header:after {
  content: ' ';
  background: url(../images/svgs/arrow.svg) no-repeat center center;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  right: 45px;
  top: calc(50% - 9px);
  transform: rotate(90deg); }
  @media screen and (max-width: 62rem) {
    .faq-content .ui-accordion-header:after {
      right: 0; } }

.faq-content .ui-accordion-header.ui-state-active:after {
  background: url(../images/svgs/arrow.svg) no-repeat center center;
  transform: rotate(270deg); }

.faq-content .faq-categories li .faq-title {
  cursor: pointer;
  display: block;
  background-color: #e0f5fc; }
  @media screen and (min-width: 62rem) {
    .faq-content .faq-categories li .faq-title {
      position: relative;
      z-index: 102; } }
  .faq-content .faq-categories li .faq-title > a {
    display: inline-block;
    padding: 15px 45px 15px 30px;
    color: #000B19;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    text-transform: lowercase; }
    .faq-content .faq-categories li .faq-title > a:first-letter {
      text-transform: uppercase; }
    @media screen and (max-width: 62rem) {
      .faq-content .faq-categories li .faq-title > a {
        margin: 4px 0; }
        .faq-content .faq-categories li .faq-title > a .faq-icon-add {
          display: inline-block; }
        .faq-content .faq-categories li .faq-title > a .faq-icon-remove {
          display: none; } }
  .faq-content .faq-categories li .faq-title .icon-arrow-custom {
    background: url(../images/svgs/arrow.svg) no-repeat center center;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: calc(50% - 9px); }
    @media screen and (max-width: 62rem) {
      .faq-content .faq-categories li .faq-title .icon-arrow-custom {
        transform: rotate(90deg); } }
  .faq-content .faq-categories li .faq-title:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #c1ebf7; }
  @media screen and (min-width: 62rem) {
    .faq-content .faq-categories li .faq-title:after {
      left: 30px; } }

.faq-content .faq-categories li.faq-active-category .faq-title {
  background-color: #FFFFFF; }
  .faq-content .faq-categories li.faq-active-category .faq-title a {
    font-weight: bold;
    border: 1px solid #c1ebf7; }
  .faq-content .faq-categories li.faq-active-category .faq-title:after {
    content: none; }
  @media screen and (min-width: 62rem) {
    .faq-content .faq-categories li.faq-active-category .faq-title a {
      border-right: none; }
    .faq-content .faq-categories li.faq-active-category .faq-title:before {
      content: ' ';
      position: absolute;
      width: 1px;
      right: -1px;
      top: 1px;
      bottom: 1px;
      background-color: #FFFFFF; } }

@media screen and (max-width: 62rem) {
  .faq-content .faq-categories li.faq-active-category .icon-arrow-custom {
    transform: rotate(270deg); } }

.faq-content .faq-categories li.faq-active-category + li .faq-title:after {
  content: none; }

.faq-content .faq-categories li:first-child .faq-title:after {
  content: none; }

.faq-content .faq-body {
  display: block;
  background-color: #FFFFFF;
  border: 1px solid #c1ebf7; }
  @media (min-width: 992px) {
    .faq-content .faq-body {
      width: calc(75% - 10px); } }
  @media screen and (min-width: 62rem) {
    .faq-content .faq-body {
      padding: 0 0 0 21px;
      position: absolute;
      top: 0;
      z-index: 101; } }
  .faq-content .faq-body .o-section {
    padding: 0; }
    .faq-content .faq-body .o-section .container {
      padding: 0; }
  .faq-content .faq-body .m-accordion__title {
    color: #48BAFB;
    font-size: 1.7rem;
    cursor: pointer;
    line-height: 24px; }
    @media screen and (max-width: 62rem) {
      .faq-content .faq-body .m-accordion__title {
        margin-left: 5px; } }
  .faq-content .faq-body .m-accordion__tab {
    background-color: #FFFFFF;
    border: none;
    border-bottom: 2px solid #edf9fd;
    padding-right: 25px;
    outline: none; }
    @media screen and (min-width: 62rem) {
      .faq-content .faq-body .m-accordion__tab {
        padding-right: 80px; } }
    .faq-content .faq-body .m-accordion__tab.ui-state-active {
      border-bottom: none; }
      .faq-content .faq-body .m-accordion__tab.ui-state-active h3 {
        font-weight: bold; }
    .faq-content .faq-body .m-accordion__tab h3 {
      font-size: 16px;
      color: #000B19;
      margin-top: 0; }
  .faq-content .faq-body .m-accordion__content {
    border: none;
    padding-left: 12px !important;
    padding-right: 35px !important; }
    @media screen and (max-width: 62rem) {
      .faq-content .faq-body .m-accordion__content {
        padding-left: 17px !important;
        padding-right: 17px !important; } }
    .faq-content .faq-body .m-accordion__content.ui-accordion-content-active {
      border-bottom: 2px solid #edf9fd; }
    .faq-content .faq-body .m-accordion__content h2 {
      font-size: 20px;
      font-weight: bold; }
    .faq-content .faq-body .m-accordion__content font {
      line-height: 2em; }
    .faq-content .faq-body .m-accordion__content a {
      color: #00b2e7;
      text-decoration: none; }
      .faq-content .faq-body .m-accordion__content a:hover {
        text-decoration: underline; }
    .faq-content .faq-body .m-accordion__content .faq-feedback {
      margin: 25px 0;
      padding-right: 35px; }
      @media screen and (max-width: 30rem) {
        .faq-content .faq-body .m-accordion__content .faq-feedback {
          margin-bottom: 10px;
          padding-right: 0; } }
      .faq-content .faq-body .m-accordion__content .faq-feedback .faq-feedback-inner {
        float: right; }
        @media screen and (max-width: 62rem) {
          .faq-content .faq-body .m-accordion__content .faq-feedback .faq-feedback-inner {
            float: left; } }
        .faq-content .faq-body .m-accordion__content .faq-feedback .faq-feedback-inner p {
          margin-bottom: 0;
          font-style: italic;
          color: #000B19; }
          @media screen and (min-width: 62rem) {
            .faq-content .faq-body .m-accordion__content .faq-feedback .faq-feedback-inner p {
              display: inline-block;
              margin-right: 25px; } }
        .faq-content .faq-body .m-accordion__content .faq-feedback .faq-feedback-inner a {
          display: inline-block;
          border: 2px solid #d3e9f6;
          border-radius: 3px;
          color: #5CBFF1;
          padding: 15px 20px;
          font-weight: bold;
          text-decoration: none;
          margin-right: 10px;
          position: relative; }
          @media screen and (max-width: 30rem) {
            .faq-content .faq-body .m-accordion__content .faq-feedback .faq-feedback-inner a {
              margin-bottom: 10px; } }
          @media screen and (min-width: 62rem) {
            .faq-content .faq-body .m-accordion__content .faq-feedback .faq-feedback-inner a {
              display: inline-block;
              margin-right: 20px; } }
          .faq-content .faq-body .m-accordion__content .faq-feedback .faq-feedback-inner a:nth-child(3) {
            padding-right: 50px;
            margin-right: 0; }
            .faq-content .faq-body .m-accordion__content .faq-feedback .faq-feedback-inner a:nth-child(3):after {
              content: '';
              background: url(../images/svgs/light-blue-arrow.svg) no-repeat center center;
              width: 18px;
              height: 18px;
              position: absolute;
              right: 15px;
              top: calc(50% - 9px); }
          .faq-content .faq-body .m-accordion__content .faq-feedback .faq-feedback-inner a.faq-voted {
            color: #FFFFFF;
            background-color: #48BAFB;
            border-color: #48BAFB; }
      .faq-content .faq-body .m-accordion__content .faq-feedback:after {
        clear: both;
        height: 0;
        width: 100%;
        content: '';
        display: block; }

.u-no-padding-right {
  padding-right: 0 !important; }

.u-no-padding-left {
  padding-left: 0 !important; }

.faq-header {
  overflow: visible; }
  @media screen and (max-width: 62rem) {
    .faq-header {
      height: 400px !important; }
      .faq-header .m-search {
        width: 90%; } }

.o-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 11, 25, 0.5);
  z-index: 103; }
  .o-overlay.is-active {
    display: block; }

.o-overlay__inner {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 100%;
  max-width: 60rem;
  max-height: calc(100vh - 13.75rem);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translate(-50%, -50%); }
  @media screen and (min-width: 30rem) {
    .o-overlay__inner {
      width: calc(100% - 5rem); } }

.o-overlay--shadow-md {
  background-color: rgba(0, 11, 25, 0.15); }

#popup-holder .o-overlay {
  z-index: 104; }

.u-no-scroll {
  overflow: hidden;
  position: static; }

.notification {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 3;
  color: #FFFFFF; }
  .notification .inner {
    padding: 32px 50px; }
    .notification .inner p {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 24px; }
    .notification .inner a {
      color: #FFFFFF;
      text-decoration: underline; }
    .notification .inner:before, .notification .inner:after {
      content: ' ';
      width: 23px;
      height: 23px;
      position: absolute;
      top: 20px; }
    .notification .inner:before {
      background: url(../images/svgs/info.svg) no-repeat center center;
      left: 10px;
      top: calc(50% - 11px); }
    .notification .inner .notification__close {
      position: absolute;
      width: 20px;
      height: 20px;
      right: 25px;
      top: 18px;
      background: url(../images/svgs/cross.svg) no-repeat center center; }
      @media screen and (min-width: 62rem) {
        .notification .inner .notification__close {
          right: 50px;
          top: calc(50% - 11px); } }
      .notification .inner .notification__close:hover {
        cursor: pointer; }

.notification--error {
  background-color: #FF5B54; }

.notification--info {
  background-color: #48BAFB; }

.m-modal {
  position: relative;
  background-color: #FFFFFF; }
  .m-modal h3 {
    margin-top: 0; }

.m-modal__close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 3.6rem;
  height: 3.6rem;
  border: none;
  background-color: transparent;
  transition: color 250ms ease-in-out;
  background: url(../images/svgs/plus.svg) no-repeat center center;
  -ms-transform: rotate(45deg);
  /* IE9 */
  -moz-transform: rotate(45deg);
  /* FF3.5/3.6 */
  -o-transform: rotate(45deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(45deg);
  /* Saf3.1+ */
  transform: rotate(45deg);
  /* Newer browsers */ }
  @media screen and (min-width: 62rem) {
    .m-modal__close {
      position: absolute;
      right: 5rem;
      top: 3rem;
      width: 4.5rem;
      height: 4.5rem; } }
  .m-modal__close:hover {
    cursor: pointer; }

.m-modal__content {
  padding: 2rem; }
  @media screen and (min-width: 30rem) {
    .m-modal__content {
      padding: 3rem 3rem 2rem; } }
  @media screen and (min-width: 62rem) {
    .m-modal__content {
      padding: 4rem 5rem 4rem; } }
  @media screen and (max-width: 62rem) {
    .m-modal__content > span,
    .m-modal__content > ul,
    .m-modal__content > li {
      font-size: 1.4rem;
      line-height: 2.1rem;
      color: #999DA5; } }
  .m-modal__content > ul,
  .m-modal__content > p {
    margin-bottom: 28px;
    color: #000B19;
    line-height: 24px; }
    .m-modal__content > ul:last-child,
    .m-modal__content > p:last-child {
      margin-bottom: 0; }
  .m-modal__content > ul {
    list-style-type: circle; }
  .m-modal__content fieldset:first-of-type {
    padding-top: 0; }
  .m-modal__content h4 {
    padding-right: 45px; }
  .m-modal__content .stand-out {
    color: #00B1E9;
    font-weight: 600;
    font-size: 28px; }
  .m-modal__content .button a {
    white-space: normal;
    position: relative;
    margin-top: 2px; }
  @media screen and (max-width: 30rem) {
    .m-modal__content .button a {
      line-height: 24px; }
      .m-modal__content .button a:after {
        position: absolute;
        top: calc(50% - 7px);
        right: 15px; } }

.m-modal__title {
  margin-bottom: 2rem;
  padding-right: 5rem;
  font-weight: 700; }
  @media screen and (min-width: 62rem) {
    .m-modal__title {
      font-size: 2.4rem; } }

.m-modal__popup-loader {
  padding-top: 50px; }
  .m-modal__popup-loader .loader {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #48BAFB;
    border-radius: 50%; }
    .m-modal__popup-loader .loader:after {
      content: '';
      position: absolute;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      border: 0 solid #FFFFFF;
      transform: translate(-50%, -50%);
      animation: loading 1000ms ease-out forwards infinite; }

@keyframes loading {
  0% {
    border: 0 solid #FFFFFF; }
  20% {
    border: 8px solid #FFFFFF;
    width: 0%;
    height: 0%; }
  100% {
    border: 8px solid #FFFFFF;
    width: 100%;
    height: 100%; } }

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

section.inspiration {
  position: relative;
  background-color: #48BAFB;
  color: #FFFFFF;
  padding: 70px 0;
  overflow: hidden; }
  section.inspiration .visual {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  section.inspiration div.inner {
    text-align: center; }
    section.inspiration div.inner h2 {
      color: #FFFFFF; }
    section.inspiration div.inner .content {
      color: #FFFFFF;
      font-style: italic; }
      section.inspiration div.inner .content a {
        color: #FFFFFF;
        text-decoration: underline; }
  @media (min-width: 960px) {
    section.inspiration .visual {
      width: 100%;
      height: auto; }
    section.inspiration div.inner {
      max-width: 750px; } }
