@charset "UTF-8";
* {
  position: relative;
  outline: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

/* #Basic Styles
================================================== */
body {
  color: #00438D;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  overflow-x: hidden;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-align: left;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
}

p {
  margin-bottom: 10px;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

/* #Lists
================================================== */
ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
}

li {
  text-align: left;
}

/* #Buttons
================================================== */
a {
  color: #00438D;
  text-decoration: none;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#jq-leader-bottom .text.liquid .liquid.content a {
  text-decoration: underline !important;
}

/* #Forms
================================================== */
button,
.button,
input[type=submit],
input[type=reset],
input[type=button] {
  background-color: #00438D;
  color: #fff;
  border: 0;
  cursor: pointer;
  text-align: center;
  font-family: "Mulish", sans-serif;
  line-height: 32px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  outline: none;
}

input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}

form {
  margin-bottom: 10px;
  -webkit-text-size-adjust: 100%;
}

fieldset {
  margin-bottom: 10px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=date],
input[type=tel],
input[type=number],
textarea,
select {
  font-family: "Mulish", sans-serif;
  -webkit-text-size-adjust: none;
  border: 1px solid #D4D4D4;
  padding: 0 10px;
  outline: none;
  margin: 0;
  max-width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 30px;
}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=date]:disabled,
input[type=tel]:disabled,
input[type=number]:disabled,
select:disabled,
.selector.disabled span {
  background: #F3F6FA;
  border-color: #F3F6FA;
}

select {
  padding: 0;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus {
  border: 1px solid #00438D;
}

input:invalid {
  background-image: none;
}

textarea {
  min-height: 60px;
}

label,
legend {
  display: block;
}

label {
  cursor: pointer;
  line-height: 30px;
}

legend {
  font-size: 16px;
  font-weight: 700;
}

.call-to-action {
  background: #00438D;
  color: #FFF;
}

/* #Navigation
================================================== */
nav ul,
nav ul li,
nav ul li a {
  float: left;
}

nav ul,
nav ul li,
nav ul ul,
nav li li {
  padding: 0;
  margin: 0;
}

/* #Misc
================================================== */
.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.margin-bottom-0,
.columns.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-10,
.columns.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20,
.columns.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30,
.columns.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40,
.columns.margin-bottom-40 {
  margin-bottom: 40px;
}

.liquid,
.liquid-10,
.liquid-20,
.liquid-30,
.liquid-40,
.liquid-50,
.liquid-60,
.liquid-70,
.liquid-80,
.liquid-90,
.kwartliquid,
.halfliquid {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.liquid {
  width: 100%;
}

.liquid-10 {
  width: 10%;
}

.liquid-20 {
  width: 20%;
}

.liquid-30 {
  width: 30%;
}

.liquid-40 {
  width: 40%;
}

.liquid-50 {
  width: 50%;
}

.liquid-60 {
  width: 60%;
}

.liquid-70 {
  width: 70%;
}

.liquid-80 {
  width: 80%;
}

.liquid-90 {
  width: 90%;
}

.halfliquid {
  width: 50%;
}

.kwartliquid {
  width: 25%;
}

.amount:before {
  content: "€ ";
  font-family: "Mulish", sans-serif;
}

.padding-20 {
  box-sizing: border-box;
  padding: 20px;
}

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