﻿/*! 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 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;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/**
 * 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;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DNBFedra";
  src: url('../fonts/WF-023626-007166-C00026.eot');
  src: url('../fonts/WF-023626-007166-C00026.eot?#iefix') format('embedded-opentype'), url('../fonts/WF-023626-007166-C00026.woff') format('woff'), url('../fonts/WF-023626-007166-C00026.ttf') format('truetype'), url('../fonts/WF-023626-007166-C00026.svg#DNBFedra') format('svg');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "DNBFedra";
  src: url('../fonts/WF-023626-007166-C00028.eot');
  src: url('../fonts/WF-023626-007166-C00028.eot?#iefix') format('embedded-opentype'), url('../fonts/WF-023626-007166-C00028.woff') format('woff'), url('../fonts/WF-023626-007166-C00028.ttf') format('truetype'), url('../fonts/WF-023626-007166-C00028.svg#DNBFedra') format('svg');
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
/*
@font-face {
	font-family: 'FontFamilyName';
	src: url('../../../fonts/fontname.eot');
	src: url('../../../fonts/fontname.eot?#iefix') format('embedded-opentype'),
		 url('../../../fonts/fontname.woff') format('woff'),
		 url('../../../fonts/fontname.ttf') format('truetype'),
		 url('../../../fonts/fontname.svg#FontName') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
/* ==========================================================================
   Toolbox
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none;
}
.fedra {
  font-family: 'DNBFedra', Verdana, Arial, Arial, Helvetica, sans-serif;
}
/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-size: 100%;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  font-family: Verdana, Helvetica, Sans-Serif;
}
body {
  font-size: 14.08px;
  font-size: 0.88rem;
}
@media only screen and (max-width: 767px) {
  body > .row {
    padding: 0 1em;
  }
  .small-12 {
    padding: 0 !important;
  }
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(50, 50, 50, 0.4);
  display: none;
}
.pop-up-form {
  margin: 10px;
}
.pop-up-dialog {
  position: absolute;
  z-index: 1001;
  background-color: white;
  display: none;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  border: 0;
  padding: 0.5em 1em;
  height: 32px;
  font-family: 'DNBFedra', Verdana, Arial, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  cursor: pointer;
}
.btn:hover:enabled {
  text-decoration: underline;
}
.btn:disabled {
  background: #dddddd !important;
  color: #ccc;
}
.btn.btn-dark {
  background: #211261;
  color: #FFF;
}
.btn.btn-light {
  background: #8397aa;
  color: #FFF;
}
.btn.btn-add {
  position: relative;
  padding: 0.5em 2em 0.5em 2.2em;
}
.btn.btn-add:before {
  display: inline-block;
  font-family: FontAwesome;
  content: '\f055';
  margin-right: 4px;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.btn.btn-remove {
  position: relative;
  width: 100%;
  padding: 0.5em 0;
  margin-left: 2px;
  background-color: #990000;
  /*
		@media @small {
			float: right;
			width: 30px;
		}
		*/
}
.btn.btn-remove:before {
  font-family: FontAwesome;
  position: absolute;
  content: '\f056';
  content: '\f057';
  top: 9px;
  left: 50%;
  margin-left: -4px;
}
.btn.btn-notxt {
  font-size: 16px;
  font-size: 1rem;
}
.btn.showDetails {
  padding: 0.5em 1em;
}
.btn.showDetails:before {
  display: inline-block;
  margin-right: 4px;
  font-family: "FontAwesome";
  content: "\f0d7";
}
.btn.hideDetails {
  padding: 0.5em 1em;
}
.btn.hideDetails:before {
  display: inline-block;
  margin-right: 4px;
  font-family: "FontAwesome";
  content: "\f0d8";
}
/* ==========================================================================
   Typography
   ========================================================================== */
a {
  color: #211261;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1 {
  margin: 0 0 5px 0;
  font-size: 24px;
  font-size: 1.5rem;
}
h2 {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-size: 1.25rem;
}
h3 {
  margin: 0 0 5px 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
h4 {
  margin: 0 0 5px 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
p {
  margin: 0;
}
/* ==========================================================================
   Header
   ========================================================================== */
header .content-wrapper {
  padding: 34px 0 30px;
}
header .content-wrapper:before,
header .content-wrapper:after {
  content: " ";
  display: table;
}
header .content-wrapper:after {
  clear: both;
}
header .content-wrapper:before,
header .content-wrapper:after {
  content: " ";
  display: table;
}
header .content-wrapper:after {
  clear: both;
}
header .toplinks {
  float: right;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  header .toplinks {
    text-align: left;
    margin: 0 0 25px 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  header .site-title {
    padding: 0;
  }
}
header .company-logo {
  display: block;
  background: url(../Images/dnb-logo.png) no-repeat top left;
  background-size: contain;
  width: 260px;
  height: 82px;
  text-indent: -9999px;
  max-width: 100%;
}
header nav ul {
  margin: 0;
  padding: 0;
}
header nav ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 12.8px;
  font-size: 0.8rem;
}
header nav ul li.social-tw,
header nav ul li.social-li,
header nav ul li.social-fb {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  header nav ul li.social-tw,
  header nav ul li.social-li,
  header nav ul li.social-fb {
    display: none;
  }
}
header nav ul li.social-tw a,
header nav ul li.social-li a,
header nav ul li.social-fb a {
  background: #e0e5ea;
  padding: 0;
  position: relative;
  display: block;
  color: #211261;
  width: 18px;
  height: 18px;
}
header nav ul li.social-tw a:before,
header nav ul li.social-li a:before,
header nav ul li.social-fb a:before {
  font-family: FontAwesome;
  position: absolute;
}
header nav ul li.social-tw a:before {
  content: "\f099";
  top: 2px;
  left: 3px;
}
header nav ul li.social-li a:before {
  content: "\f0e1";
  top: 2px;
  left: 3px;
}
header nav ul li.social-fb a:before {
  content: "\f09a";
  top: 3px;
  left: 5px;
}
header #login {
  display: block;
  font-size: .85em;
  margin: 0 0 10px;
  text-align: right;
}
header #login a {
  background-color: #d3dce0;
  margin-left: 10px;
  margin-right: 3px;
  padding: 2px 3px;
  text-decoration: none;
}
header #login a.username {
  background: none;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
header #login ul {
  margin: 0;
}
header #login li {
  display: inline;
  list-style-type: none;
}
/* ==========================================================================
   Calculator
   ========================================================================== */
.calculation-container {
  margin-top: 40px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .calculation-container {
    margin: 40px 0 30px 0;
  }
}
.calculation-container .columns {
  padding: 0 !important;
}
.calculation-container .calculation-selection {
  padding: 20px;
  background: #e0e5ea;
}
.calculation-container .calculation-selection:before,
.calculation-container .calculation-selection:after {
  content: " ";
  display: table;
}
.calculation-container .calculation-selection:after {
  clear: both;
}
.calculation-container .calculation-selection:before,
.calculation-container .calculation-selection:after {
  content: " ";
  display: table;
}
.calculation-container .calculation-selection:after {
  clear: both;
}
.calculation-container .calculation-selection > h4 {
  font-family: 'DNBFedra', Verdana, Arial, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #211261;
  display: inline-block;
}
.calculation-container .calculation-selection > h4 + span a {
  font-size: 11.2px;
  font-size: 0.7rem;
  text-decoration: underline;
  cursor: pointer;
}
.calculation-container .calculation-selection > h4 + span a:hover {
  text-decoration: none;
}
.calculation-container .calculation-selection .description {
  background-color: #FFF;
  padding: 1em;
  margin: 0 0 10px 0;
  line-height: 1.643;
}
.calculation-container .calculation-selection table.select-wrapper {
  max-width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) {
  .calculation-container .calculation-selection table.select-wrapper .first {
    width: 30%;
  }
  .calculation-container .calculation-selection table.select-wrapper thead th {
    font-size: 12.8px;
    font-size: 0.8rem;
    text-align: left;
    padding-left: 10px;
  }
  .calculation-container .calculation-selection table.select-wrapper .main {
    width: 15%;
  }
  .calculation-container .calculation-selection table.select-wrapper .last {
    width: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .calculation-container .calculation-selection table.select-wrapper {
    display: block;
  }
  .calculation-container .calculation-selection table.select-wrapper table,
  .calculation-container .calculation-selection table.select-wrapper thead,
  .calculation-container .calculation-selection table.select-wrapper tbody,
  .calculation-container .calculation-selection table.select-wrapper th,
  .calculation-container .calculation-selection table.select-wrapper td,
  .calculation-container .calculation-selection table.select-wrapper tr {
    display: block;
  }
  .calculation-container .calculation-selection table.select-wrapper thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .calculation-container .calculation-selection table.select-wrapper td:not(.explanation) {
    position: relative;
    padding-left: 50%;
    margin-bottom: 2px;
  }
  .calculation-container .calculation-selection table.select-wrapper td:not(.explanation):before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 0;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }
  .nl .calculation-container .calculation-selection table.select-wrapper td:not(.explanation):nth-of-type(1):before {
    content: "Selecteer variabele";
  }
  .nl .calculation-container .calculation-selection table.select-wrapper td:not(.explanation):nth-of-type(2):before {
    content: "1e jaar";
  }
  .nl .calculation-container .calculation-selection table.select-wrapper td:not(.explanation):nth-of-type(3):before {
    content: "2e jaar";
  }
  .nl .calculation-container .calculation-selection table.select-wrapper td:not(.explanation):nth-of-type(4):before {
    content: "3e jaar";
  }
  .nl .calculation-container .calculation-selection table.select-wrapper td:not(.explanation):nth-of-type(5):before {
    content: "4e jaar en verder";
  }
  .en .calculation-container .calculation-selection table.select-wrapper td:not(.explanation):nth-of-type(1):before {
    content: "Select variable";
  }
  .en .calculation-container .calculation-selection table.select-wrapper td:not(.explanation):nth-of-type(2):before {
    content: "1st year";
  }
  .en .calculation-container .calculation-selection table.select-wrapper td:not(.explanation):nth-of-type(3):before {
    content: "2nd year";
  }
  .en .calculation-container .calculation-selection table.select-wrapper td:not(.explanation):nth-of-type(4):before {
    content: "3rd year";
  }
  .en .calculation-container .calculation-selection table.select-wrapper td:not(.explanation):nth-of-type(5):before {
    content: "4th year and further";
  }
}
.calculation-container .calculation-selection table.select-wrapper h4 {
  font-size: 14.08px;
  font-size: 0.88rem;
  color: #211261;
  margin: 0 0 10px 0;
}
.calculation-container .calculation-selection table.select-wrapper label {
  display: block;
  height: 32px;
  position: relative;
}
.pointerevents .calculation-container .calculation-selection table.select-wrapper label:before {
  content: '\f107';
  right: -3px;
  top: 1px;
  position: absolute;
  pointer-events: none;
  display: block;
  z-index: 9;
  font-family: FontAwesome;
  color: #FFF;
  font-size: 32px;
  font-size: 2rem;
  width: 27px;
  height: 27px;
}
.pointerevents .calculation-container .calculation-selection table.select-wrapper label:after {
  content: '';
  position: absolute;
  background: #8397aa;
  width: 30px;
  height: 32px;
  z-index: 8;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
}
.calculation-container .calculation-selection table.select-wrapper select {
  font-size: 11.52px;
  font-size: 0.72rem;
  height: 32px;
  padding: 0 0 0 8px;
  border: 0;
  vertical-align: top;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  background: #FFF;
}
.calculation-container .calculation-selection .explanation a {
  cursor: pointer;
  display: inline-block;
  padding: 1em;
  text-decoration: underline;
}
.calculation-container .calculation-selection .explanation a:hover {
  color: #410099;
}
.calculation-container .calculation-selection .explanation .description {
  background-color: #FFF;
  padding: 1em;
  margin: 0 0 10px 0;
  line-height: 1.643;
}
.calculation-container .calculation-selection table {
  width: 100%;
}
.calculation-container .calculation-selection .addVar {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .calculation-container .calculation-selection .addVar {
    margin: 0 0 20px 0;
  }
  .calculation-container .calculation-selection .addVar button {
    width: 100%;
  }
}
.calculation-container .calculation-selection .calculate {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .calculation-container .calculation-selection .calculate {
    text-align: left;
  }
  .calculation-container .calculation-selection .calculate button {
    width: 100%;
  }
}
.calculation-container .calculation-results {
  padding: 20px;
  border-left: 2px solid #e0e5ea;
  border-right: 2px solid #e0e5ea;
}
.calculation-container .calculation-results h5 {
  font-family: 'DNBFedra', Verdana, Arial, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #211261;
  margin: 0 0 1.5em;
}
.calculation-container .calculation-results b {
  font-family: 'DNBFedra', Verdana, Arial, Arial, Helvetica, sans-serif;
}
.calculation-container .calculation-results table button {
  text-align: center;
  white-space: nowrap;
  border: none;
  min-width: 130px;
  padding: 7px;
  /*&.showChart {
					background: @darkblue;
					color: @color2;
				}*/
}
.calculation-container .calculation-results table button:before {
  display: inline-block;
  margin-right: 4px;
  font-family: FontAwesome;
  content: "\f1fe";
}
.calculation-container .calculation-results table button.hideChart {
  background: #FFF;
  color: #211261;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) {
  .calculation-container .calculation-results table {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .calculation-container .calculation-results table thead {
    background: #e0e5ea;
  }
  .calculation-container .calculation-results table thead th {
    text-align: left;
    padding: 0.5em;
  }
  .calculation-container .calculation-results table tbody td {
    padding: 0.5em;
    border-bottom: solid 1px #e0e5ea;
  }
  .calculation-container .calculation-results table tbody .variable-title td {
    padding-top: 1.5em;
    border: none !important;
  }
  .calculation-container .calculation-results table tbody .chart-row td {
    padding: 0.5em 0;
  }
  .calculation-container .calculation-results table tbody .chart-row td svg {
    max-width: 100%;
  }
  .calculation-container .calculation-results table tbody .chart-row td svg rect {
    max-width: 100%;
  }
  .calculation-container .calculation-results table tbody .chartactive td {
    border: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .calculation-container .calculation-results table,
  .calculation-container .calculation-results thead,
  .calculation-container .calculation-results tbody,
  .calculation-container .calculation-results th,
  .calculation-container .calculation-results td,
  .calculation-container .calculation-results tr {
    display: block;
  }
  .calculation-container .calculation-results thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .calculation-container .calculation-results td {
    position: relative;
  }
  .calculation-container .calculation-results td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .calculation-container .calculation-results .selected-table {
    margin: 0 0 35px 0;
  }
  .calculation-container .calculation-results .selected-table td {
    padding: 6px 6px 6px 50%;
    border-bottom: 1px solid #e0e5ea;
  }
  .calculation-container .calculation-results .selected-table td:first-child {
    margin-top: 10px;
    background: #e0e5ea;
    font-weight: bold;
  }
  .nl .calculation-container .calculation-results .selected-table td:nth-of-type(1):before {
    content: "Variabele";
  }
  .nl .calculation-container .calculation-results .selected-table td:nth-of-type(2):before {
    content: "1e jaar";
  }
  .nl .calculation-container .calculation-results .selected-table td:nth-of-type(3):before {
    content: "2e jaar";
  }
  .nl .calculation-container .calculation-results .selected-table td:nth-of-type(4):before {
    content: "3e jaar";
  }
  .nl .calculation-container .calculation-results .selected-table td:nth-of-type(5):before {
    content: "4e jaar en verder";
  }
  .en .calculation-container .calculation-results .selected-table td:nth-of-type(1):before {
    content: "Variable";
  }
  .en .calculation-container .calculation-results .selected-table td:nth-of-type(2):before {
    content: "1st year";
  }
  .en .calculation-container .calculation-results .selected-table td:nth-of-type(3):before {
    content: "2nd year";
  }
  .en .calculation-container .calculation-results .selected-table td:nth-of-type(4):before {
    content: "3rd year";
  }
  .en .calculation-container .calculation-results .selected-table td:nth-of-type(5):before {
    content: "4th year and further";
  }
  .calculation-container .calculation-results .results-table tr td {
    padding: 6px 6px 6px 40%;
    border-bottom: 1px solid #e0e5ea;
  }
  .calculation-container .calculation-results .results-table tr td:before {
    width: 36%;
  }
  .calculation-container .calculation-results .results-table tr td:first-child {
    margin-top: 10px;
    background: #e0e5ea;
    font-weight: bold;
  }
  .calculation-container .calculation-results .results-table tr td.chart-button {
    padding: 6px 0;
    border: none;
  }
  .calculation-container .calculation-results .results-table tr td.chart-button button {
    width: 100%;
  }
  .nl .calculation-container .calculation-results .results-table tr td:nth-of-type(1):before {
    content: "Variabele";
  }
  .nl .calculation-container .calculation-results .results-table tr td:nth-of-type(2):before {
    content: "1e jaar";
  }
  .nl .calculation-container .calculation-results .results-table tr td:nth-of-type(3):before {
    content: "2e jaar";
  }
  .nl .calculation-container .calculation-results .results-table tr td:nth-of-type(4):before {
    content: "4e jaar";
  }
  .nl .calculation-container .calculation-results .results-table tr td:nth-of-type(5):before {
    content: "8e jaar";
  }
  .en .calculation-container .calculation-results .results-table tr td:nth-of-type(1):before {
    content: "Variable";
  }
  .en .calculation-container .calculation-results .results-table tr td:nth-of-type(2):before {
    content: "1st year";
  }
  .en .calculation-container .calculation-results .results-table tr td:nth-of-type(3):before {
    content: "2nd year";
  }
  .en .calculation-container .calculation-results .results-table tr td:nth-of-type(4):before {
    content: "4th year";
  }
  .en .calculation-container .calculation-results .results-table tr td:nth-of-type(5):before {
    content: "8th year and further";
  }
  .calculation-container .calculation-results .results-table tr.variable-title td,
  .calculation-container .calculation-results .results-table tr.chart-row td {
    background: none;
    padding-left: 0;
  }
  .calculation-container .calculation-results .results-table tr.variable-title td:before,
  .calculation-container .calculation-results .results-table tr.chart-row td:before {
    content: '' !important;
  }
  .calculation-container .calculation-results .results-table tr.variable-title td.main,
  .calculation-container .calculation-results .results-table tr.chart-row td.main {
    display: none;
  }
}
.calculation-container .calculation-pdfdownload {
  background-color: #e0e5ea;
  padding: 1.5em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .calculation-container .calculation-pdfdownload {
    padding: 0.5em;
  }
  .calculation-container .calculation-pdfdownload a {
    display: none;
  }
}
.calculation-container .calculation-pdfdownload a {
  border: 0;
  padding: 0.5em 1em;
  height: 32px;
  font-family: 'DNBFedra', Verdana, Arial, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  cursor: pointer;
  background-color: #211261;
  color: #FFF;
}
.calculation-container .calculation-pdfdownload a:hover:enabled {
  text-decoration: underline;
}
.calculation-container .calculation-pdfdownload a:disabled {
  background: #dddddd !important;
  color: #ccc;
}
.calculation-container .calculation-pdfdownload a.btn-dark {
  background: #211261;
  color: #FFF;
}
.calculation-container .calculation-pdfdownload a.btn-light {
  background: #8397aa;
  color: #FFF;
}
.calculation-container .calculation-pdfdownload a.btn-add {
  position: relative;
  padding: 0.5em 2em 0.5em 2.2em;
}
.calculation-container .calculation-pdfdownload a.btn-add:before {
  display: inline-block;
  font-family: FontAwesome;
  content: '\f055';
  margin-right: 4px;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.calculation-container .calculation-pdfdownload a.btn-remove {
  position: relative;
  width: 100%;
  padding: 0.5em 0;
  margin-left: 2px;
  background-color: #990000;
  /*
		@media @small {
			float: right;
			width: 30px;
		}
		*/
}
.calculation-container .calculation-pdfdownload a.btn-remove:before {
  font-family: FontAwesome;
  position: absolute;
  content: '\f056';
  content: '\f057';
  top: 9px;
  left: 50%;
  margin-left: -4px;
}
.calculation-container .calculation-pdfdownload a.btn-notxt {
  font-size: 16px;
  font-size: 1rem;
}
.calculation-container .calculation-pdfdownload a.showDetails {
  padding: 0.5em 1em;
}
.calculation-container .calculation-pdfdownload a.showDetails:before {
  display: inline-block;
  margin-right: 4px;
  font-family: "FontAwesome";
  content: "\f0d7";
}
.calculation-container .calculation-pdfdownload a.hideDetails {
  padding: 0.5em 1em;
}
.calculation-container .calculation-pdfdownload a.hideDetails:before {
  display: inline-block;
  margin-right: 4px;
  font-family: "FontAwesome";
  content: "\f0d8";
}
/* ==========================================================================
   Body ID
   ========================================================================== */
#body .featured {
  margin-bottom: 38px;
}
#body .featured .content-wrapper {
  background-color: #e0e5ea;
  padding: 10px;
}
#body .featured .content-wrapper h1 {
  color: #211261;
  font-size: 18.08px;
  font-size: 1.13rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
#body .featured .content-wrapper h2 {
  display: none;
}
#body .main-content {
  margin: 0 0 3.5em 0;
}
#body .main-content:before,
#body .main-content:after {
  content: " ";
  display: table;
}
#body .main-content:after {
  clear: both;
}
#body .main-content:before,
#body .main-content:after {
  content: " ";
  display: table;
}
#body .main-content:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  #body .main-content {
    padding: 0 !important;
  }
  #body .main-content .columns {
    padding: 0 !important;
  }
}
#body .main-content .left-column > h3 {
  font-family: 'DNBFedra', Verdana, Arial, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  color: #211261;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 25px 0;
}
#body .main-content .left-column > p {
  font-family: 'DNBFedra', Verdana, Arial, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14.08px;
  font-size: 0.88rem;
  color: #211261;
  line-height: 1.57;
  margin-bottom: 20px;
}
#body .main-content .left-column .description-container {
  display: none;
  margin-top: 20px;
  line-height: 1.643;
}
#body .main-content .left-column .description-container p {
  margin: 0 0 1.2em 0;
}
#body .main-content .right-column .basket {
  margin-bottom: 25px;
}
#body .main-content .right-column .basket h4 {
  font-family: 'DNBFedra', Verdana, Arial, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #211261;
  font-weight: normal;
  margin: 0 0 15px 0;
}
#body .main-content .right-column .basket p {
  font-size: 14.08px;
  font-size: 0.88rem;
  line-height: 16px;
  line-height: 1rem;
  margin-bottom: 10px;
}
#body .main-content .right-column .basket a {
  display: block;
  background: #211261;
  color: #FFF;
  padding: 0.2em 1em;
  font-family: 'DNBFedra', Verdana, Arial, Arial, Helvetica, sans-serif;
  font-size: 14.08px;
  font-size: 0.88rem;
}
#body .main-content .right-column .related {
  margin-bottom: 20px;
}
#body .main-content .right-column .related h4 {
  font-size: 16px;
  font-size: 1rem;
  color: #211261;
  font-weight: normal;
  margin: 0 0 10px 0;
}
#body .main-content .right-column .related ul {
  margin: 0;
  padding: 0;
}
#body .main-content .right-column .related ul li {
  list-style: none;
  display: block;
  border-bottom: 1px solid #e0e5ea;
}
#body .main-content .right-column .related ul li a {
  padding: 4px 0 4px 10px;
  position: relative;
  text-decoration: none;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #353535;
}
#body .main-content .right-column .related ul li a:hover {
  color: #410099;
}
#body .main-content .right-column .related ul li a:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #1226aa;
  position: absolute;
  top: 5px;
  left: 0;
}
/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  width: 100%;
  color: #FFF;
}
footer:before,
footer:after {
  content: " ";
  display: table;
}
footer:after {
  clear: both;
}
footer:before,
footer:after {
  content: " ";
  display: table;
}
footer:after {
  clear: both;
}
footer.contact {
  background: #1226aa;
  padding: 1.6em 0;
}
footer.contact a {
  color: #FFF;
  text-decoration: none;
}
footer.contact a:hover {
  text-decoration: underline;
}
footer.footer {
  background: #211261;
  padding: 1.4em 0;
  font-size: 12.8px;
  font-size: 0.8rem;
}
footer.footer a {
  color: #FFF;
  text-decoration: underline;
}
footer.footer a:hover {
  text-decoration: none;
}
footer.footer .float-left {
  float: left;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  footer.footer .float-left {
    float: none;
  }
}
footer.footer .float-right {
  float: right;
}
@media only screen and (max-width: 767px) {
  footer.footer .float-right {
    float: none;
    text-align: left;
  }
}
footer.footer .float-right ul {
  margin: 0;
  padding: 0;
}
footer.footer .float-right ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 0 0 1.7em;
}
@media only screen and (max-width: 767px) {
  footer.footer .float-right ul li {
    margin: 0 1.5em 0 0;
  }
}
.noborder {
  border: none !important;
}
body.loading .hideOnLoading {
  display: none !important;
}
/* ==========================================================================
   Banners
   ========================================================================== */
.banner {
  margin-bottom: 20px;
}
.banner a {
  text-decoration: none;
}
.banner img {
  display: block;
  width: 100%;
}
.banner h5 {
  background: #410099;
  color: #fff;
  padding: 5px 10px;
  position: relative;
  font-size: 14.08px;
  font-size: 0.88rem;
  font-weight: 100;
}
.banner h5:after {
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.row {
  margin: 0 auto;
  max-width: 62.500rem;
  width: 100%;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  max-width: none;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.column,
.columns {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  float: left;
}
.column .nopadding,
.columns .nopadding {
  padding-left: 0 !important;
  padding-right: 0!important;
}
.column + .column:last-child,
.columns + .column:last-child,
.column + .columns:last-child,
.columns + .columns:last-child {
  float: right;
}
.column + .column.end,
.columns + .column.end,
.column + .columns.end,
.columns + .columns.end {
  float: left;
}
@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 1.250rem;
    padding-right: 1.250rem;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 1.250rem;
    padding-right: 1.250rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 1.250rem;
    padding-right: 1.250rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}