@charset 'UTF-8';

/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html.lt-ie9 {
  font-size: 100%;
}

html.ie8 {
  font-size: 100% !important;
}

html.ie7 {
  font-size: 14px!important;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.googlemaps img,
#map_canvas img,
.google-maps img {
  max-width: none;
}

.gm-style .gm-style-iw,
.gm-style .gm-style-iw a,
.gm-style .gm-style-iw span,
.gm-style .gm-style-iw label,
.gm-style .gm-style-iw div {
  line-height: 16px !important;
  overflow: hidden !important;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  vertical-align: top;
}

iframe {
  max-width: 100%;
}

@media print {
  *,
  *:after,
  *:before {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  header .sitewide,
  .navbar,
  .navbar-in-page,
  footer,
  #menu-container,
  .photo-header .footerlinks {
    display: none !important;
  }

  .label {
    border: 1px solid #000;
  }

  .btn,
  .btn *,
  .box * {
    background: #fff !important;
    border: 0 !important;
  }

  :after,
  :before {
    font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background: #fff !important;
    border: 0 !important;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }

  .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }

  .large-header {
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
  }

  .large-header .header-container {
    height: auto !important;
  }

  .large-header .header-content {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }

  .intervention-detail .right-column,
  .intervention-detail .equal-heights {
    page-break-inside: avoid !important;
  }

  .intervention-detail .header-img-container .overlay {
    background-color: #fff !important;
  }

  .intervention-detail .header-img-container .header-img {
    display: block !important;
  }

  .intervention-detail .btn-back {
    display: none !important;
  }

  .intervention-detail .box-sharing {
    display: none !important;
  }

  .intervention-detail a:link:after,
  .intervention-detail a:visited:after {
    content: normal !important;
  }

  .intervention-detail li a[href="#tab1-3"],
  .intervention-detail #tab1-3 {
    display: none !important;
  }

  .intervention-detail iframe,
  .intervention-detail .equal-heights,
  .intervention-detail .extra-headspace {
    display: none !important;
  }

  .intervention-detail .extra-margin-top {
    margin-top: 0 !important;
  }
}

@font-face {
  font-family: "zk-icons-font";
  src: url("fonts/icons/zk-icons-font.eot");
  src: url("fonts/icons/zk-icons-font.eot?#iefix") format("embedded-opentype"), url("fonts/icons/zk-icons-font.ttf") format("truetype"), url("fonts/icons/zk-icons-font.svg#zk-icons-font") format("svg"), url("fonts/icons/zk-icons-font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'zk-icons-new';
  src: url('./fonts/zk/zk-icons-new/zk-icons-new.ttf?soevp5') format('truetype'), url('./fonts/zk/zk-icons-new/zk-icons-new.woff?soevp5') format('woff'), url('./fonts/zk/zk-icons-new/zk-icons-new.svg?soevp5#zk-icons-new') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.container.content ul.unstyled li[data-icon]:before,
.container.content ol.unstyled li[data-icon]:before,
[data-icon]:after,
.icon-left[data-icon]:before {
  font-family: "zk-icons-font";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 9px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.data-icon:after {
  font-family: "zk-icons-font";
  content: attr(title);
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 9px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-link.data-icon:after {
  color: #C93A83;
}

.icon-left[data-icon]:before {
  font-weight: normal;
  speak: none;
  line-height: 0.5em;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 0.5em;
  padding-left: 0;
}

.icon-left[data-icon]:after {
  content: '';
}

.icon-vertical-middle {
  position: relative;
  padding-right: 1em;
}

.icon-vertical-middle.icon-right {
  padding-right: 1em;
}

.icon-vertical-middle.icon-left {
  padding-left: 1em;
}

.icon-vertical-middle:after,
.icon-vertical-middle:before {
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  margin-bottom: auto;
  margin-top: auto;
  line-height: 1;
}

.icon-vertical-middle:before {
  left: 0;
}

.icon-vertical-middle:after {
  right: 0;
}

.container.content ul.unstyled li[data-icon-right]:before,
.container.content ol.unstyled li[data-icon-right]:before,
[data-icon-right]:after {
  font-family: "zk-icons-font";
  content: attr(data-icon-right);
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1;
  display: inline-block;
  padding: 0 0 0 0.8rem;
  font-size: 16px;
  top: 1rem;
  position: absolute;
  right: 0;
}

.container.content ul.unstyled li[data-beforeicon]:before,
.container.content ol.unstyled li[data-beforeicon]:before,
[data-beforeicon]:before {
  font-family: "zk-icons-font";
  content: attr(data-beforeicon);
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.8rem 0 0;
  font-size: 16px;
}

[data-icon='g']:after,
[data-beforeicon='g']:before {
  color: #24b6a6;
}

[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-family: "zk-icons-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.icon-arrow-1-right:after {
  font-family: 'zk-icons-new';
  content: "\e921";
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 9px;
  font-size: 14px;
}

.icon-arrow-1-left:after {
  content: "b";
}

.icon-arrow-1-down:after {
  content: "c";
}

.icon-arrow-1-up:after {
  content: "d";
}

div.icon {
  font-family: "zk-icons-font";
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
}

div.icon.right {
  float: right;
  margin: 3px 4px 0 14px;
}

div.icon.blue {
  color: #0068BD;
}

.icon {
  font-family: "zk-icons-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
}

span.icon[data-beforeicon="r"]:before {
  font-size: 36px;
  color: #42b7a6;
  margin-top: -3px;
}

i[data-icon="1"],
i[data-icon="1"]:after,
i[data-icon="2"],
i[data-icon="2"]:after,
i[data-icon="3"],
i[data-icon="3"]:after,
i[data-icon="4"],
i[data-icon="4"]:after,
i[data-icon="5"],
i[data-icon="5"]:after,
i[data-icon="6"],
i[data-icon="6"]:after,
i[data-icon="7"],
i[data-icon="7"]:after {
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 100%;
  text-align: center;
  font-size: 60px;
  color: #24B6A6;
  padding: 0;
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizaRExUiTo99u79D0KEwA.ttf) format('truetype');
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v9/NaPecZTIAOhVxoMyOr9n_E7fdMPmCA.ttf) format('truetype');
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v9/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGItzZg.ttf) format('truetype');
}

#s4-ribbonrow .ms-cui-tt-s > .ms-cui-tt-a,
#s4-titlerow .ms-cui-tt-s > .ms-cui-tt-a {
  display: inline-block;
}

#s4-ribbonrow img,
#s4-titlerow img {
  max-width: none;
}

#s4-ribbonrow *,
#s4-titlerow * {
  line-height: 1.4em !important;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 4px;
}

.table .box {
  padding: 4px;
  margin: 0;
  min-height: 0;
}

.table th,
.table td {
  padding: 8px;
  line-height: 25px;
  text-align: left;
  vertical-align: top;
}

.table th {
  font-weight: bold;
}

.table th.instelling {
  width: 450px;
}

.table th.instelling a {
  color: #113E83;
  font-weight: bold;
}

.table td.instelling a {
  color: #113E83;
  font-weight: bold;
  display: inline-block;
}

.table.headturquoise .stars {
  background-image: url('../img/sprite_stars_turqoise.png');
}

.table.headturquoise .tooltip-toggle {
  background-color: transparent;
  border-bottom: 0;
}

.table.headturquoise .tooltip-toggle[data-icon]:after {
  color: #fff;
  background: transparent;
  text-align: center;
}

.table.headturquoise th {
  white-space: nowrap;
  color: #fff;
  background: #24b6a6;
}

.table.headturquoise th:first-of-type {
  border-radius: 4px 0 0 0;
}

.table.headturquoise th:last-of-type {
  border-radius: 0 4px 0 0;
}

.table.headturquoise .top .tooltip-arrow {
  border-top-color: #0068BD;
}

.table.headturquoise .tooltip-inner {
  background-color: #0068BD;
  max-width: 450px;
}

.table.headblue .tooltip-toggle {
  text-align: center;
  border-bottom: 0;
}

.table.headblue .tooltip-inner {
  max-width: 450px;
}

.table.headblue th {
  color: #fff;
  background: #0068BD;
  white-space: nowrap;
  text-align: left;
}

.table.headblue th .tooltip-toggle {
  background-color: transparent;
  border-bottom: 0;
}

.table.headblue th .tooltip-toggle[data-icon]:after {
  color: #fff;
  background: transparent;
}

.table.headblue th .tooltip-inner {
  background-color: #24b6a6;
  max-width: 450px;
}

.table.headblue th:first-of-type {
  border-radius: 4px 0 0 0;
}

.table.headblue th:last-of-type {
  border-radius: 0 4px 0 0;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #B1E0E2;
}

.table .table {
  background-color: #fff;
}

.table .stars {
  display: inline-block;
  background-image: url('../img/sprite_stars_bluedark.png');
  background-repeat: no-repeat;
  width: 64px;
  height: 15px;
  /*&.stars5 {
      background-position: 0 -64px;
    }*/
}

.table .stars.stars4 {
  background-position: 0 -48px;
}

.table .stars.stars3 {
  background-position: 0 -32px;
}

.table .stars.stars2 {
  background-position: 0 -16px;
}

.table .stars.stars1 {
  background-position: 0 0;
}

.table.no-bg {
  background: transparent;
}

.table.no-bg td.white {
  background: #fff;
}

.table.wijzigen {
  border-spacing: 1.5rem;
  border-collapse: separate;
}

.table.wijzigen td.whitecell {
  background: #fff;
  border-radius: 4px;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #B1E0E2;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #B1E0E2;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 10px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 52px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 94px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 136px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 178px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 220px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 262px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 304px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 346px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 388px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 430px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 472px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #E2EEDF;
}

.table tbody tr.error > td {
  background-color: #fbdbdb;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #DCEBF3;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d3e5ce;
}

.table-hover tbody tr.error:hover > td {
  background-color: #f8c4c4;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c9e0ec;
}

table.ms-rteTable-ZKA1,
table.ms-rteTable-ZKA2,
table.ms-rteTable-ZKA3,
table.ms-rteTable-ZKA4,
table.ms-rteTable-ZKA5,
table.ms-rteTable-ZKA7,
table.ms-rteTable-ZKA8,
table.ms-rteTable-ZKA9,
table.ms-rteTable-ZKA10,
table.ms-rteTable-ZKA11 {
  border: 15px solid #fff;
  width: 100% !important;
  height: auto !important;
  border-collapse: separate;
  border-radius: 4px;
}

table.ms-rteTable-ZKA1.no-border,
table.ms-rteTable-ZKA2.no-border,
table.ms-rteTable-ZKA3.no-border,
table.ms-rteTable-ZKA4.no-border,
table.ms-rteTable-ZKA5.no-border,
table.ms-rteTable-ZKA7.no-border,
table.ms-rteTable-ZKA8.no-border,
table.ms-rteTable-ZKA9.no-border,
table.ms-rteTable-ZKA10.no-border,
table.ms-rteTable-ZKA11.no-border {
  border: 0;
}

table.ms-rteTable-ZKA1 th,
table.ms-rteTable-ZKA2 th,
table.ms-rteTable-ZKA3 th,
table.ms-rteTable-ZKA4 th,
table.ms-rteTable-ZKA5 th,
table.ms-rteTable-ZKA7 th,
table.ms-rteTable-ZKA8 th,
table.ms-rteTable-ZKA9 th,
table.ms-rteTable-ZKA10 th,
table.ms-rteTable-ZKA11 th,
table.ms-rteTable-ZKA1 td,
table.ms-rteTable-ZKA2 td,
table.ms-rteTable-ZKA3 td,
table.ms-rteTable-ZKA4 td,
table.ms-rteTable-ZKA5 td,
table.ms-rteTable-ZKA7 td,
table.ms-rteTable-ZKA8 td,
table.ms-rteTable-ZKA9 td,
table.ms-rteTable-ZKA10 td,
table.ms-rteTable-ZKA11 td {
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table.ms-rteTable-ZKA1 tr.ms-rteTableHeaderRow-ZKA1 td,
table.ms-rteTable-ZKA2 tr.ms-rteTableHeaderRow-ZKA1 td,
table.ms-rteTable-ZKA3 tr.ms-rteTableHeaderRow-ZKA1 td,
table.ms-rteTable-ZKA4 tr.ms-rteTableHeaderRow-ZKA1 td,
table.ms-rteTable-ZKA5 tr.ms-rteTableHeaderRow-ZKA1 td,
table.ms-rteTable-ZKA7 tr.ms-rteTableHeaderRow-ZKA1 td,
table.ms-rteTable-ZKA8 tr.ms-rteTableHeaderRow-ZKA1 td,
table.ms-rteTable-ZKA9 tr.ms-rteTableHeaderRow-ZKA1 td,
table.ms-rteTable-ZKA10 tr.ms-rteTableHeaderRow-ZKA1 td,
table.ms-rteTable-ZKA11 tr.ms-rteTableHeaderRow-ZKA1 td,
table.ms-rteTable-ZKA1 tr.ms-rteTableHeaderRow-ZKA2 td,
table.ms-rteTable-ZKA2 tr.ms-rteTableHeaderRow-ZKA2 td,
table.ms-rteTable-ZKA3 tr.ms-rteTableHeaderRow-ZKA2 td,
table.ms-rteTable-ZKA4 tr.ms-rteTableHeaderRow-ZKA2 td,
table.ms-rteTable-ZKA5 tr.ms-rteTableHeaderRow-ZKA2 td,
table.ms-rteTable-ZKA7 tr.ms-rteTableHeaderRow-ZKA2 td,
table.ms-rteTable-ZKA8 tr.ms-rteTableHeaderRow-ZKA2 td,
table.ms-rteTable-ZKA9 tr.ms-rteTableHeaderRow-ZKA2 td,
table.ms-rteTable-ZKA10 tr.ms-rteTableHeaderRow-ZKA2 td,
table.ms-rteTable-ZKA11 tr.ms-rteTableHeaderRow-ZKA2 td,
table.ms-rteTable-ZKA1 tr.ms-rteTableHeaderRow-ZKA3 td,
table.ms-rteTable-ZKA2 tr.ms-rteTableHeaderRow-ZKA3 td,
table.ms-rteTable-ZKA3 tr.ms-rteTableHeaderRow-ZKA3 td,
table.ms-rteTable-ZKA4 tr.ms-rteTableHeaderRow-ZKA3 td,
table.ms-rteTable-ZKA5 tr.ms-rteTableHeaderRow-ZKA3 td,
table.ms-rteTable-ZKA7 tr.ms-rteTableHeaderRow-ZKA3 td,
table.ms-rteTable-ZKA8 tr.ms-rteTableHeaderRow-ZKA3 td,
table.ms-rteTable-ZKA9 tr.ms-rteTableHeaderRow-ZKA3 td,
table.ms-rteTable-ZKA10 tr.ms-rteTableHeaderRow-ZKA3 td,
table.ms-rteTable-ZKA11 tr.ms-rteTableHeaderRow-ZKA3 td,
table.ms-rteTable-ZKA1 tr.ms-rteTableHeaderRow-ZKA4 td,
table.ms-rteTable-ZKA2 tr.ms-rteTableHeaderRow-ZKA4 td,
table.ms-rteTable-ZKA3 tr.ms-rteTableHeaderRow-ZKA4 td,
table.ms-rteTable-ZKA4 tr.ms-rteTableHeaderRow-ZKA4 td,
table.ms-rteTable-ZKA5 tr.ms-rteTableHeaderRow-ZKA4 td,
table.ms-rteTable-ZKA7 tr.ms-rteTableHeaderRow-ZKA4 td,
table.ms-rteTable-ZKA8 tr.ms-rteTableHeaderRow-ZKA4 td,
table.ms-rteTable-ZKA9 tr.ms-rteTableHeaderRow-ZKA4 td,
table.ms-rteTable-ZKA10 tr.ms-rteTableHeaderRow-ZKA4 td,
table.ms-rteTable-ZKA11 tr.ms-rteTableHeaderRow-ZKA4 td,
table.ms-rteTable-ZKA1 tr.ms-rteTableHeaderRow-ZKA5 td,
table.ms-rteTable-ZKA2 tr.ms-rteTableHeaderRow-ZKA5 td,
table.ms-rteTable-ZKA3 tr.ms-rteTableHeaderRow-ZKA5 td,
table.ms-rteTable-ZKA4 tr.ms-rteTableHeaderRow-ZKA5 td,
table.ms-rteTable-ZKA5 tr.ms-rteTableHeaderRow-ZKA5 td,
table.ms-rteTable-ZKA7 tr.ms-rteTableHeaderRow-ZKA5 td,
table.ms-rteTable-ZKA8 tr.ms-rteTableHeaderRow-ZKA5 td,
table.ms-rteTable-ZKA9 tr.ms-rteTableHeaderRow-ZKA5 td,
table.ms-rteTable-ZKA10 tr.ms-rteTableHeaderRow-ZKA5 td,
table.ms-rteTable-ZKA11 tr.ms-rteTableHeaderRow-ZKA5 td,
table.ms-rteTable-ZKA1 tr.ms-rteTableHeaderRow-ZKA7 td,
table.ms-rteTable-ZKA2 tr.ms-rteTableHeaderRow-ZKA7 td,
table.ms-rteTable-ZKA3 tr.ms-rteTableHeaderRow-ZKA7 td,
table.ms-rteTable-ZKA4 tr.ms-rteTableHeaderRow-ZKA7 td,
table.ms-rteTable-ZKA5 tr.ms-rteTableHeaderRow-ZKA7 td,
table.ms-rteTable-ZKA7 tr.ms-rteTableHeaderRow-ZKA7 td,
table.ms-rteTable-ZKA8 tr.ms-rteTableHeaderRow-ZKA7 td,
table.ms-rteTable-ZKA9 tr.ms-rteTableHeaderRow-ZKA7 td,
table.ms-rteTable-ZKA10 tr.ms-rteTableHeaderRow-ZKA7 td,
table.ms-rteTable-ZKA11 tr.ms-rteTableHeaderRow-ZKA7 td,
table.ms-rteTable-ZKA1 tr.ms-rteTableHeaderRow-ZKA8 td,
table.ms-rteTable-ZKA2 tr.ms-rteTableHeaderRow-ZKA8 td,
table.ms-rteTable-ZKA3 tr.ms-rteTableHeaderRow-ZKA8 td,
table.ms-rteTable-ZKA4 tr.ms-rteTableHeaderRow-ZKA8 td,
table.ms-rteTable-ZKA5 tr.ms-rteTableHeaderRow-ZKA8 td,
table.ms-rteTable-ZKA7 tr.ms-rteTableHeaderRow-ZKA8 td,
table.ms-rteTable-ZKA8 tr.ms-rteTableHeaderRow-ZKA8 td,
table.ms-rteTable-ZKA9 tr.ms-rteTableHeaderRow-ZKA8 td,
table.ms-rteTable-ZKA10 tr.ms-rteTableHeaderRow-ZKA8 td,
table.ms-rteTable-ZKA11 tr.ms-rteTableHeaderRow-ZKA8 td,
table.ms-rteTable-ZKA1 tr.ms-rteTableHeaderRow-ZKA9 td,
table.ms-rteTable-ZKA2 tr.ms-rteTableHeaderRow-ZKA9 td,
table.ms-rteTable-ZKA3 tr.ms-rteTableHeaderRow-ZKA9 td,
table.ms-rteTable-ZKA4 tr.ms-rteTableHeaderRow-ZKA9 td,
table.ms-rteTable-ZKA5 tr.ms-rteTableHeaderRow-ZKA9 td,
table.ms-rteTable-ZKA7 tr.ms-rteTableHeaderRow-ZKA9 td,
table.ms-rteTable-ZKA8 tr.ms-rteTableHeaderRow-ZKA9 td,
table.ms-rteTable-ZKA9 tr.ms-rteTableHeaderRow-ZKA9 td,
table.ms-rteTable-ZKA10 tr.ms-rteTableHeaderRow-ZKA9 td,
table.ms-rteTable-ZKA11 tr.ms-rteTableHeaderRow-ZKA9 td,
table.ms-rteTable-ZKA1 tr.ms-rteTableHeaderRow-ZKA10 td,
table.ms-rteTable-ZKA2 tr.ms-rteTableHeaderRow-ZKA10 td,
table.ms-rteTable-ZKA3 tr.ms-rteTableHeaderRow-ZKA10 td,
table.ms-rteTable-ZKA4 tr.ms-rteTableHeaderRow-ZKA10 td,
table.ms-rteTable-ZKA5 tr.ms-rteTableHeaderRow-ZKA10 td,
table.ms-rteTable-ZKA7 tr.ms-rteTableHeaderRow-ZKA10 td,
table.ms-rteTable-ZKA8 tr.ms-rteTableHeaderRow-ZKA10 td,
table.ms-rteTable-ZKA9 tr.ms-rteTableHeaderRow-ZKA10 td,
table.ms-rteTable-ZKA10 tr.ms-rteTableHeaderRow-ZKA10 td,
table.ms-rteTable-ZKA11 tr.ms-rteTableHeaderRow-ZKA10 td,
table.ms-rteTable-ZKA1 tr.ms-rteTableHeaderRow-ZKA11 td,
table.ms-rteTable-ZKA2 tr.ms-rteTableHeaderRow-ZKA11 td,
table.ms-rteTable-ZKA3 tr.ms-rteTableHeaderRow-ZKA11 td,
table.ms-rteTable-ZKA4 tr.ms-rteTableHeaderRow-ZKA11 td,
table.ms-rteTable-ZKA5 tr.ms-rteTableHeaderRow-ZKA11 td,
table.ms-rteTable-ZKA7 tr.ms-rteTableHeaderRow-ZKA11 td,
table.ms-rteTable-ZKA8 tr.ms-rteTableHeaderRow-ZKA11 td,
table.ms-rteTable-ZKA9 tr.ms-rteTableHeaderRow-ZKA11 td,
table.ms-rteTable-ZKA10 tr.ms-rteTableHeaderRow-ZKA11 td,
table.ms-rteTable-ZKA11 tr.ms-rteTableHeaderRow-ZKA11 td {
  background: #B1E0E2;
}

table.ms-rteTable-ZKA1 thead tr td,
table.ms-rteTable-ZKA2 thead tr td,
table.ms-rteTable-ZKA3 thead tr td,
table.ms-rteTable-ZKA4 thead tr td,
table.ms-rteTable-ZKA5 thead tr td,
table.ms-rteTable-ZKA7 thead tr td,
table.ms-rteTable-ZKA8 thead tr td,
table.ms-rteTable-ZKA9 thead tr td,
table.ms-rteTable-ZKA10 thead tr td,
table.ms-rteTable-ZKA11 thead tr td {
  padding-top: 10px;
}

table.ms-rteTable-ZKA1 td,
table.ms-rteTable-ZKA2 td,
table.ms-rteTable-ZKA3 td,
table.ms-rteTable-ZKA4 td,
table.ms-rteTable-ZKA5 td,
table.ms-rteTable-ZKA7 td,
table.ms-rteTable-ZKA8 td,
table.ms-rteTable-ZKA9 td,
table.ms-rteTable-ZKA10 td,
table.ms-rteTable-ZKA11 td {
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  /* text-align: center; */
}

table.ms-rteTable-ZKA1 td:first-child,
table.ms-rteTable-ZKA2 td:first-child,
table.ms-rteTable-ZKA3 td:first-child,
table.ms-rteTable-ZKA4 td:first-child,
table.ms-rteTable-ZKA5 td:first-child,
table.ms-rteTable-ZKA7 td:first-child,
table.ms-rteTable-ZKA8 td:first-child,
table.ms-rteTable-ZKA9 td:first-child,
table.ms-rteTable-ZKA10 td:first-child,
table.ms-rteTable-ZKA11 td:first-child {
  text-align: left;
}

table.ms-rteTable-ZKA1 td b,
table.ms-rteTable-ZKA2 td b,
table.ms-rteTable-ZKA3 td b,
table.ms-rteTable-ZKA4 td b,
table.ms-rteTable-ZKA5 td b,
table.ms-rteTable-ZKA7 td b,
table.ms-rteTable-ZKA8 td b,
table.ms-rteTable-ZKA9 td b,
table.ms-rteTable-ZKA10 td b,
table.ms-rteTable-ZKA11 td b {
  font-size: 16px;
}

table.ms-rteTable-ZKA1 td h3,
table.ms-rteTable-ZKA2 td h3,
table.ms-rteTable-ZKA3 td h3,
table.ms-rteTable-ZKA4 td h3,
table.ms-rteTable-ZKA5 td h3,
table.ms-rteTable-ZKA7 td h3,
table.ms-rteTable-ZKA8 td h3,
table.ms-rteTable-ZKA9 td h3,
table.ms-rteTable-ZKA10 td h3,
table.ms-rteTable-ZKA11 td h3 {
  line-height: 1;
  padding: 0;
  margin: 0;
}

table.ms-rteTable-ZKA1 td .red-icon,
table.ms-rteTable-ZKA2 td .red-icon,
table.ms-rteTable-ZKA3 td .red-icon,
table.ms-rteTable-ZKA4 td .red-icon,
table.ms-rteTable-ZKA5 td .red-icon,
table.ms-rteTable-ZKA7 td .red-icon,
table.ms-rteTable-ZKA8 td .red-icon,
table.ms-rteTable-ZKA9 td .red-icon,
table.ms-rteTable-ZKA10 td .red-icon,
table.ms-rteTable-ZKA11 td .red-icon {
  color: #C93A83;
}

table.ms-rteTable-ZKA1 td .red-icon:after,
table.ms-rteTable-ZKA2 td .red-icon:after,
table.ms-rteTable-ZKA3 td .red-icon:after,
table.ms-rteTable-ZKA4 td .red-icon:after,
table.ms-rteTable-ZKA5 td .red-icon:after,
table.ms-rteTable-ZKA7 td .red-icon:after,
table.ms-rteTable-ZKA8 td .red-icon:after,
table.ms-rteTable-ZKA9 td .red-icon:after,
table.ms-rteTable-ZKA10 td .red-icon:after,
table.ms-rteTable-ZKA11 td .red-icon:after {
  font-size: 11px;
}

table.ms-rteTable-ZKA1 tbody tr:last-child td,
table.ms-rteTable-ZKA2 tbody tr:last-child td,
table.ms-rteTable-ZKA3 tbody tr:last-child td,
table.ms-rteTable-ZKA4 tbody tr:last-child td,
table.ms-rteTable-ZKA5 tbody tr:last-child td,
table.ms-rteTable-ZKA7 tbody tr:last-child td,
table.ms-rteTable-ZKA8 tbody tr:last-child td,
table.ms-rteTable-ZKA9 tbody tr:last-child td,
table.ms-rteTable-ZKA10 tbody tr:last-child td,
table.ms-rteTable-ZKA11 tbody tr:last-child td {
  border: none;
}

@media screen and (max-width: 662px) {
  table.ms-rteTable-ZKA1,
  table.ms-rteTable-ZKA2,
  table.ms-rteTable-ZKA3,
  table.ms-rteTable-ZKA4,
  table.ms-rteTable-ZKA5,
  table.ms-rteTable-ZKA7,
  table.ms-rteTable-ZKA8,
  table.ms-rteTable-ZKA9,
  table.ms-rteTable-ZKA10,
  table.ms-rteTable-ZKA11 {
    margin-left: -25px;
  }
}

table.ms-rteTable-ZKA1 tr td,
table.ms-rteTable-ZKA2 tr td,
table.ms-rteTable-ZKA8 tr td,
table.ms-rteTable-ZKA8 tr td {
  border-bottom: 1px solid #B1E0E2;
}

table.ms-rteTable-ZKA1 tr td,
table.ms-rteTable-ZKA7 tr td {
  background: #E7F5F5;
}

table.ms-rteTable-ZKA1 tr td.ms-rteTableFirstCol-ZKA1,
table.ms-rteTable-ZKA7 tr td.ms-rteTableFirstCol-ZKA7 {
  background: #fff;
}

table.ms-rteTable-ZKA3 tr.ms-rteTableEvenRow-ZKA3 td,
table.ms-rteTable-ZKA9 tr.ms-rteTableEvenRow-ZKA9 td {
  background: #E7F5F5;
}

table.ms-rteTable-ZKA4 tr td,
table.ms-rteTable-ZKA10 tr td {
  border-left: 1px solid #B1E0E2;
}

table.ms-rteTable-ZKA5 tr td.ms-rteTableOddCol-ZKA5,
table.ms-rteTable-ZKA11 tr td.ms-rteTableOddCol-ZKA11 {
  background: #E7F5F5;
}

table.ms-rteTable-ZKA6 tr.ms-rteTableHeaderRow-ZKA6 td {
  color: #0068BD;
  padding: 10px;
  border: none;
}

table.ms-rteTable-ZKA6 tr td {
  border-left: 1px solid #0068BD;
  padding: 10px;
}

table.ms-rteTable-ZKA6 tr td.ms-rteTableFirstCol-ZKA6 {
  border: none;
}

.VergoedingenCollectiviteitPanel input[type=radio] {
  float: left;
}

.VergoedingenCollectiviteitPanel label {
  float: left;
  width: 5%;
}

.VergoedingenCollectiviteitPanel td label {
  width: 85%;
}

.head-vergoedingen {
  margin: 40px 0 54px;
}

.tablevergoedingen {
  border-bottom: 3px solid #B1E0E2;
  width: 100%;
  table-layout: fixed;
  margin: 35px 0 25px 0;
  margin-bottom: 25px;
  background: #fff;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-radius: 4px;
}

.tablevergoedingen th,
.tablevergoedingen td {
  padding: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #494F6D;
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #B1E0E2;
  border-left: 1px solid #B1E0E2;
}

.tablevergoedingen th {
  font-weight: 400;
}

.tablevergoedingen tr.extra td,
.tablevergoedingen tr.extra th,
.tablevergoedingen thead th {
  vertical-align: top;
  text-align: left;
  background: #0068BD;
  color: #fff;
  border-top: 0;
  border-left-color: #fff;
}

.tablevergoedingen td.empty {
  background: #DCEBF3;
}

.tablevergoedingen td.selected {
  background: #5BC8BC;
  color: #fff;
  border-radius: 4px 4px 0 0;
}

.tablevergoedingen th.selected {
  position: relative;
  min-width: 100px;
}

.tablevergoedingen th.selected:before {
  background: #5BC8BC;
  color: #fff;
  position: absolute;
  top: -25px;
  height: 25px;
  line-height: 25px;
  left: 0px;
  width: 100%;
  white-space: nowrap;
  content: "Uw pakket";
  border-radius: 4px 4px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
}

.tablevergoedingen .amount {
  font-size: 22px;
  font-size: 2.2rem;
}

.tablevergoedingen tbody th {
  color: #0068BD;
  text-align: right;
  font-weight: normal;
}

.tablevergoedingen th:first-of-type {
  border-left: 0;
  border-right: 1px solid #B1E0E2;
}

.tablevergoedingen td:first-of-type {
  border-left: 0;
}

.tablevergoedingen thead th:first-of-type {
  border-right: 0;
  border-radius: 4px 0 0 0;
}

.tablevergoedingen thead th:last-of-type {
  border-radius: 0 4px 0 0;
}

.tablevergoedingen tbody + tbody {
  border-top: 2px solid #B1E0E2;
}

.tablevergoedingen .table {
  background-color: #fff;
}

.tablevergoedingen .stars {
  display: inline-block;
  background-image: url('../img/sprite_stars_white.png');
  background-repeat: no-repeat;
  width: 64px;
  height: 15px;
}

.tablevergoedingen .stars.stars5 {
  background-position: 0 -64px;
}

.tablevergoedingen .stars.stars4 {
  background-position: 0 -48px;
}

.tablevergoedingen .stars.stars3 {
  background-position: 0 -32px;
}

.tablevergoedingen .stars.stars2 {
  background-position: 0 -16px;
}

.tablevergoedingen .stars.stars1 {
  background-position: 0 0;
}

.tablecollectiviteit {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 25px;
  background: #fff;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  border-radius: 4px;
}

.tablecollectiviteit tbody tr:first-child th {
  border-top-left-radius: 4px;
}

.tablecollectiviteit tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}

.tablecollectiviteit tbody tr:last-child th {
  border-bottom-left-radius: 4px;
}

.tablecollectiviteit tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

.tablecollectiviteit th,
.tablecollectiviteit td {
  padding: 32px 8px 32px 42px;
  background-color: #E7F5F5;
  font-size: 16px;
  font-size: 1.6rem;
  color: #002857;
  vertical-align: top;
  line-height: 25px;
  text-align: left;
  vertical-align: middle;
}

.tablecollectiviteit .odd th,
.tablecollectiviteit .odd td {
  background-color: #DCEBF3;
}

.tablecollectiviteit .search-abbr {
  width: 100px;
}

.tablecollectiviteit .tc-lt {
  width: 40px;
  color: #C93A83;
}

.tablecollectiviteit thead td {
  background-color: white;
}

.tablecollectiviteit thead th {
  vertical-align: top;
  text-align: left;
  background: white;
  color: #113E83;
  border-top: 0;
  padding-bottom: 12px;
}

.tablecollectiviteit .amount {
  font-size: 22px;
  font-size: 2.2rem;
}

.tablecollectiviteit tbody th {
  text-align: left;
  font-weight: normal;
  font-weight: bold;
}

.tablecollectiviteit tbody th abbr {
  display: inline-block;
  min-width: 64px;
  padding-right: 6px;
  font-weight: bold;
  text-decoration: inherit;
}

.tablecollectiviteit th:first-of-type {
  border-left: 0;
}

.tablecollectiviteit td:first-of-type {
  border-left: 0;
}

.tablecollectiviteit thead th:first-of-type {
  border-radius: 4px 0 0 0;
}

.tablecollectiviteit thead th:last-of-type {
  border-radius: 0 4px 0 0;
}

.tablecollectiviteit .table {
  background-color: #fff;
}

.tablecollectiviteit.alt,
.tablecollectiviteit.alt1 {
  border: #0068BD 1px solid;
}

.tablecollectiviteit.alt th,
.tablecollectiviteit.alt1 th,
.tablecollectiviteit.alt td,
.tablecollectiviteit.alt1 td,
.tablecollectiviteit.alt tbody tr:first-child td,
.tablecollectiviteit.alt1 tbody tr:first-child td {
  background-color: #fff;
  color: #0068BD;
  padding: 15px;
  vertical-align: top;
}

.tablecollectiviteit.alt th h3,
.tablecollectiviteit.alt1 th h3,
.tablecollectiviteit.alt td h3,
.tablecollectiviteit.alt1 td h3,
.tablecollectiviteit.alt tbody tr:first-child td h3,
.tablecollectiviteit.alt1 tbody tr:first-child td h3 {
  margin-top: 0;
}

.tablecollectiviteit.alt thead tr th,
.tablecollectiviteit.alt1 thead tr th {
  background-color: #0068BD;
}

.tablecollectiviteit.alt th,
.tablecollectiviteit.alt1 th {
  color: #fff;
  font-size: 2.32rem;
  font-weight: 400;
  padding: 20px;
}

.tablecollectiviteit.alt thead th:first-of-type,
.tablecollectiviteit.alt1 thead th:first-of-type {
  border-radius: 4px 0 0 0;
}

.tablecollectiviteit.alt thead th:last-of-type,
.tablecollectiviteit.alt1 thead th:last-of-type {
  border-radius: 0 4px 0 0;
}

.tablecollectiviteit.alt1 th {
  font-size: 1.6rem;
}

table.datasearchtable {
  margin-bottom: 26px;
}

table.datasearchtable.showmatches tbody > tr {
  display: none;
}

table.datasearchtable.showmatches tbody > tr.match {
  display: table-row;
}

table.datasearchtable.showpicks tbody > tr {
  display: none;
}

table.datasearchtable.showpicks tbody > tr.pick {
  display: table-row;
}

table.datasearchtable + p {
  margin-top: 13px;
}

table.logopicks.showpicks:before {
  display: block;
  content: attr(data-picksheader);
  margin-top: -5px;
  padding-left: 16px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #0068BD;
}

table.telefoonwizzard td {
  vertical-align: top;
}

table.telefoonwizzard td h2 {
  margin: 0;
}

table.telefoonwizzard td select {
  margin: 1.8rem 0;
}

@media (min-width: 662px) {
  table.logopicks.showpicks {
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    padding: 16px 0 78px 0;
    background-color: #DCEBF3;
  }

  table.logopicks.showpicks thead {
    display: none;
  }

  table.logopicks.showpicks tbody,
  table.logopicks.showpicks tbody > tr.pick,
  table.logopicks.showpicks tbody > tr.pick th:first-child,
  table.logopicks.showpicks tbody > tr.pick th:first-child a,
  table.logopicks.showpicks tbody > tr.pick th:first-child abbr,
  table.logopicks.showpicks tbody > tr.pick td:first-child {
    display: block;
  }

  table.logopicks.showpicks tbody {
    padding-left: 0px;
  }

  table.logopicks.showpicks tbody > tr.pick {
    float: left;
    width: 17%;
    margin: 16px 1.5% 32px 1.5%;
    padding: 0;
  }

  table.logopicks.showpicks tbody > tr.pick td,
  table.logopicks.showpicks tbody > tr.pick th {
    display: none;
  }

  table.logopicks.showpicks tbody > tr.pick th:first-child {
    width: 100%;
    padding: 0;
  }

  table.logopicks.showpicks tbody > tr.pick th:first-child > a {
    position: relative;
    height: 140px;
    width: 100%;
    color: transparent;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  table.logopicks.showpicks tbody > tr.pick th:first-child > a abbr {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -2.6rem;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.4;
    color: #002857;
  }

  table.logopicks.showpicks tbody > tr.pick.jbn th:first-child > a {
    background-image: url('../img/logo_jbn.png');
  }

  table.logopicks.showpicks tbody > tr.pick.knrb th:first-child > a {
    background-image: url('../img/logo_knrb.png');
  }

  table.logopicks.showpicks tbody > tr.pick.knwu th:first-child > a {
    background-image: url('../img/logo_knwu.png');
  }

  table.logopicks.showpicks tbody > tr.pick.knhs th:first-child > a {
    background-image: url('../img/logo_knhs.png');
  }

  table.logopicks.showpicks tbody > tr.pick.knvb th:first-child > a {
    background-image: url('../img/logo_knvb.png');
  }

  table.logopicks.showpicks tbody > tr.pick.ntb th:first-child > a {
    background-image: url('../img/logo_ntb.png');
  }

  table.logopicks.showpicks tbody > tr.pick.nevobo th:first-child > a {
    background-image: url('../img/logo_nevobo.png');
  }

  table.logopicks.showpicks tbody > tr.pick.knblo th:first-child > a {
    background-image: url('../img/logo_knblo.png');
  }

  table.logopicks.showpicks tbody > tr.pick.nob th:first-child > a {
    background-image: url('../img/logo_nob.png');
  }

  table.logopicks.showpicks tbody > tr.pick.nhv th:first-child > a {
    background-image: url('../img/logo_nhv.png');
  }

  table.logopicks.showpicks + p {
    margin-top: -52px;
    margin-bottom: 39px;
    padding-left: 16px;
  }
}

div.datasearchtable span[data-icon="e"]:after {
  position: absolute;
  left: 95%;
  margin: 7px 0 0 -12px;
  color: #999999;
}

div.datasearchtable input.datasearchtable {
  width: 95%;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 25px;
}

div.datasearchtable + p,
div.datasearchtable + table.datasearchtable,
div.datasearchtable + p + table.datasearchtable {
  margin-top: 13px;
}

body {
  margin: 0;
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #002857;
  background-color: #fff;
  -ms-overflow-style: scrollbar;
}

body.bgblue,
body.tools,
div.tools,
form.bgblue,
form.tools {
  background-color: #E7F5F5;
}

body.navless {
  background-color: #DCEBF3;
}

body.blueDark,
body.blueDark .form-sp {
  -webkit-font-smoothing: antialiased;
  background-color: #113E83;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

body.blueLightest2,
body.blueLightest2 .form-sp {
  -webkit-font-smoothing: antialiased;
  background-color: #DCEBF3;
}

body.blueLightest3,
body.blueLightest3 .form-sp {
  -webkit-font-smoothing: antialiased;
  background-color: #E7F5F5;
}

a {
  color: #0068BD;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #0068BD;
  text-decoration: underline;
}

.img-rounded {
  border-radius: 6px;
}

.img-ico {
  margin: 50px 0;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  border-radius: 500px;
}

.img-logo {
  border-radius: 4px;
  display: table-cell;
  width: 107px;
  height: 107px;
  max-width: 107px;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  position: relative;
  /*border: @blue dashed 1px;*/
}

.img-logo img {
  width: 90%;
}

.img-logo.bigger {
  width: 151px;
  height: 151px;
}

.ie8 .img-logo {
  display: inline-block;
}

.searched span {
  font-weight: bold;
}

.navbar-search #___gcse_0 {
  width: 260px;
}

.navbar-search #___gcse_0 .gsc-input-box {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0!important;
  border-radius: 0 !important;
}

.navbar-search #___gcse_0 .gsib_a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #00508f;
  background-color: #f4f4f4;
  border-color: #ffffff;
  padding: 3px 14px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-search #___gcse_0 .gsib_a input {
  background: transparent!important;
}

.row {
  margin-left: -16px;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 16px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 992px;
  max-width: 100%;
}

.span24 {
  width: 992px;
}

.span23 {
  width: 950px;
}

.span22 {
  width: 908px;
}

.span21 {
  width: 866px;
}

.span20 {
  width: 824px;
}

.span19 {
  width: 782px;
}

.span18 {
  width: 740px;
}

.span17 {
  width: 698px;
}

.span16 {
  width: 656px;
}

.span15 {
  width: 614px;
}

.span14 {
  width: 572px;
}

.span13 {
  width: 530px;
}

.span12 {
  width: 488px;
}

.span11 {
  width: 446px;
}

.span10 {
  width: 404px;
}

.span9 {
  width: 362px;
}

.span8 {
  width: 320px;
}

.span7 {
  width: 278px;
}

.span6 {
  width: 236px;
}

.span5 {
  width: 194px;
}

.span4 {
  width: 152px;
}

.span3 {
  width: 110px;
}

.span2 {
  width: 68px;
}

.span1 {
  width: 26px;
}

.offset24 {
  margin-left: 1024px;
}

.offset23 {
  margin-left: 982px;
}

.offset22 {
  margin-left: 940px;
}

.offset21 {
  margin-left: 898px;
}

.offset20 {
  margin-left: 856px;
}

.offset19 {
  margin-left: 814px;
}

.offset18 {
  margin-left: 772px;
}

.offset17 {
  margin-left: 730px;
}

.offset16 {
  margin-left: 688px;
}

.offset15 {
  margin-left: 646px;
}

.offset14 {
  margin-left: 604px;
}

.offset13 {
  margin-left: 562px;
}

.offset12 {
  margin-left: 520px;
}

.offset11 {
  margin-left: 478px;
}

.offset10 {
  margin-left: 436px;
}

.offset9 {
  margin-left: 394px;
}

.offset8 {
  margin-left: 352px;
}

.offset7 {
  margin-left: 310px;
}

.offset6 {
  margin-left: 268px;
}

.offset5 {
  margin-left: 226px;
}

.offset4 {
  margin-left: 184px;
}

.offset3 {
  margin-left: 142px;
}

.offset2 {
  margin-left: 100px;
}

.offset1 {
  margin-left: 58px;
}

.row-fluid {
  width: 100%;
}

.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.61290323%;
  *margin-left: 1.5625%;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .center-block[class*="span"]:first-child {
  margin-left: auto;
  float: none;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.61290323%;
}

.row-fluid .span24 {
  width: 100%;
  *width: 99.94959677%;
}

.row-fluid .span23 {
  width: 95.76612903%;
  *width: 95.71572581%;
}

.row-fluid .span22 {
  width: 91.53225806%;
  *width: 91.48185484%;
}

.row-fluid .span21 {
  width: 87.2983871%;
  *width: 87.24798387%;
}

.row-fluid .span20 {
  width: 83.06451613%;
  *width: 83.0141129%;
}

.row-fluid .span19 {
  width: 78.83064516%;
  *width: 78.78024194%;
}

.row-fluid .span18 {
  width: 74.59677419%;
  *width: 74.54637097%;
}

.row-fluid .span17 {
  width: 70.36290323%;
  *width: 70.3125%;
}

.row-fluid .span16 {
  width: 66.12903226%;
  *width: 66.07862903%;
}

.row-fluid .span15 {
  width: 61.89516129%;
  *width: 61.84475806%;
}

.row-fluid .span14 {
  width: 57.66129032%;
  *width: 57.6108871%;
}

.row-fluid .span13 {
  width: 53.42741935%;
  *width: 53.37701613%;
}

.row-fluid .span12 {
  width: 49.19354839%;
  *width: 49.14314516%;
}

.row-fluid .span11 {
  width: 44.95967742%;
  *width: 44.90927419%;
}

.row-fluid .span10 {
  width: 40.72580645%;
  *width: 40.67540323%;
}

.row-fluid .span9 {
  width: 36.49193548%;
  *width: 36.44153226%;
}

.row-fluid .span8 {
  width: 32.25806452%;
  *width: 32.20766129%;
}

.row-fluid .span7 {
  width: 28.02419355%;
  *width: 27.97379032%;
}

.row-fluid .span6 {
  width: 23.79032258%;
  *width: 23.73991935%;
}

.row-fluid .span5 {
  width: 19.55645161%;
  *width: 19.50604839%;
}

.row-fluid .span4 {
  width: 15.32258065%;
  *width: 15.27217742%;
}

.row-fluid .span3 {
  width: 11.08870968%;
  *width: 11.03830645%;
}

.row-fluid .span2 {
  width: 6.85483871%;
  *width: 6.80443548%;
}

.row-fluid .span1 {
  width: 2.62096774%;
  *width: 2.57056452%;
}

.row-fluid .offset24 {
  margin-left: 103.22580645%;
  *margin-left: 103.125%;
}

.row-fluid .offset24:first-child {
  margin-left: 101.61290323%;
  *margin-left: 101.51209677%;
}

.row-fluid .offset23 {
  margin-left: 98.99193548%;
  *margin-left: 98.89112903%;
}

.row-fluid .offset23:first-child {
  margin-left: 97.37903226%;
  *margin-left: 97.27822581%;
}

.row-fluid .offset22 {
  margin-left: 94.75806452%;
  *margin-left: 94.65725806%;
}

.row-fluid .offset22:first-child {
  margin-left: 93.14516129%;
  *margin-left: 93.04435484%;
}

.row-fluid .offset21 {
  margin-left: 90.52419355%;
  *margin-left: 90.4233871%;
}

.row-fluid .offset21:first-child {
  margin-left: 88.91129032%;
  *margin-left: 88.81048387%;
}

.row-fluid .offset20 {
  margin-left: 86.29032258%;
  *margin-left: 86.18951613%;
}

.row-fluid .offset20:first-child {
  margin-left: 84.67741935%;
  *margin-left: 84.5766129%;
}

.row-fluid .offset19 {
  margin-left: 82.05645161%;
  *margin-left: 81.95564516%;
}

.row-fluid .offset19:first-child {
  margin-left: 80.44354839%;
  *margin-left: 80.34274194%;
}

.row-fluid .offset18 {
  margin-left: 77.82258065%;
  *margin-left: 77.72177419%;
}

.row-fluid .offset18:first-child {
  margin-left: 76.20967742%;
  *margin-left: 76.10887097%;
}

.row-fluid .offset17 {
  margin-left: 73.58870968%;
  *margin-left: 73.48790323%;
}

.row-fluid .offset17:first-child {
  margin-left: 71.97580645%;
  *margin-left: 71.875%;
}

.row-fluid .offset16 {
  margin-left: 69.35483871%;
  *margin-left: 69.25403226%;
}

.row-fluid .offset16:first-child {
  margin-left: 67.74193548%;
  *margin-left: 67.64112903%;
}

.row-fluid .offset15 {
  margin-left: 65.12096774%;
  *margin-left: 65.02016129%;
}

.row-fluid .offset15:first-child {
  margin-left: 63.50806452%;
  *margin-left: 63.40725806%;
}

.row-fluid .offset14 {
  margin-left: 60.88709677%;
  *margin-left: 60.78629032%;
}

.row-fluid .offset14:first-child {
  margin-left: 59.27419355%;
  *margin-left: 59.1733871%;
}

.row-fluid .offset13 {
  margin-left: 56.65322581%;
  *margin-left: 56.55241935%;
}

.row-fluid .offset13:first-child {
  margin-left: 55.04032258%;
  *margin-left: 54.93951613%;
}

.row-fluid .offset12 {
  margin-left: 52.41935484%;
  *margin-left: 52.31854839%;
}

.row-fluid .offset12:first-child {
  margin-left: 50.80645161%;
  *margin-left: 50.70564516%;
}

.row-fluid .offset11 {
  margin-left: 48.18548387%;
  *margin-left: 48.08467742%;
}

.row-fluid .offset11:first-child {
  margin-left: 46.57258065%;
  *margin-left: 46.47177419%;
}

.row-fluid .offset10 {
  margin-left: 43.9516129%;
  *margin-left: 43.85080645%;
}

.row-fluid .offset10:first-child {
  margin-left: 42.33870968%;
  *margin-left: 42.23790323%;
}

.row-fluid .offset9 {
  margin-left: 39.71774194%;
  *margin-left: 39.61693548%;
}

.row-fluid .offset9:first-child {
  margin-left: 38.10483871%;
  *margin-left: 38.00403226%;
}

.row-fluid .offset8 {
  margin-left: 35.48387097%;
  *margin-left: 35.38306452%;
}

.row-fluid .offset8:first-child {
  margin-left: 33.87096774%;
  *margin-left: 33.77016129%;
}

.row-fluid .offset7 {
  margin-left: 31.25%;
  *margin-left: 31.14919355%;
}

.row-fluid .offset7:first-child {
  margin-left: 29.63709677%;
  *margin-left: 29.53629032%;
}

.row-fluid .offset6 {
  margin-left: 27.01612903%;
  *margin-left: 26.91532258%;
}

.row-fluid .offset6:first-child {
  margin-left: 25.40322581%;
  *margin-left: 25.30241935%;
}

.row-fluid .offset5 {
  margin-left: 22.78225806%;
  *margin-left: 22.68145161%;
}

.row-fluid .offset5:first-child {
  margin-left: 21.16935484%;
  *margin-left: 21.06854839%;
}

.row-fluid .offset4 {
  margin-left: 18.5483871%;
  *margin-left: 18.44758065%;
}

.row-fluid .offset4:first-child {
  margin-left: 16.93548387%;
  *margin-left: 16.83467742%;
}

.row-fluid .offset3 {
  margin-left: 14.31451613%;
  *margin-left: 14.21370968%;
}

.row-fluid .offset3:first-child {
  margin-left: 12.7016129%;
  *margin-left: 12.60080645%;
}

.row-fluid .offset2 {
  margin-left: 10.08064516%;
  *margin-left: 9.97983871%;
}

.row-fluid .offset2:first-child {
  margin-left: 8.46774194%;
  *margin-left: 8.36693548%;
}

.row-fluid .offset1 {
  margin-left: 5.84677419%;
  *margin-left: 5.74596774%;
}

.row-fluid .offset1:first-child {
  margin-left: 4.23387097%;
  *margin-left: 4.13306452%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

@media (max-width: 979px) {
  .row > .span16,
  .row > .span16 + .span8 {
    width: auto;
    float: none;
  }
}

.row,
.row-fluid {
  position: relative;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.container.full-width {
  width: 100%;
  margin-top: -25px;
  margin-bottom: -30px;
}

@media screen and (max-width: 662px) {
  .container.full-width .row {
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: -20px;
  }
}

.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
}

.bg-color-blueDarkest {
  background: #002857;
  color: #fff;
}

.bg-color-blueDarkest h1,
.bg-color-blueDarkest .h1,
.bg-color-blueDarkest h4,
.bg-color-blueDarkest .h4 {
  color: #fff;
}

.bg-color-blueDarkest h2,
.bg-color-blueDarkest .h2,
.bg-color-blueDarkest h6,
.bg-color-blueDarkest .h6 {
  color: #fff;
}

.bg-color-blueDarkest h3,
.bg-color-blueDarkest .h3 {
  color: #fff;
}

.bg-color-blueDarkest h5,
.bg-color-blueDarkest .h5 {
  color: #fff;
}

.bg-color-blueDarkest .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--blueDarkest {
  background: #002857;
  color: #fff;
}

.bg-color-blueDark {
  background: #113E83;
  color: #fff;
}

.bg-color-blueDark h1,
.bg-color-blueDark .h1,
.bg-color-blueDark h4,
.bg-color-blueDark .h4 {
  color: #fff;
}

.bg-color-blueDark h2,
.bg-color-blueDark .h2,
.bg-color-blueDark h6,
.bg-color-blueDark .h6 {
  color: #fff;
}

.bg-color-blueDark h3,
.bg-color-blueDark .h3 {
  color: #fff;
}

.bg-color-blueDark h5,
.bg-color-blueDark .h5 {
  color: #fff;
}

.bg-color-blueDark .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--blueDark {
  background: #113E83;
  color: #fff;
}

.bg-color-blue {
  background: #0068BD;
  color: #fff;
}

.bg-color-blue h1,
.bg-color-blue .h1,
.bg-color-blue h4,
.bg-color-blue .h4 {
  color: #fff;
}

.bg-color-blue h2,
.bg-color-blue .h2,
.bg-color-blue h6,
.bg-color-blue .h6 {
  color: #fff;
}

.bg-color-blue h3,
.bg-color-blue .h3 {
  color: #fff;
}

.bg-color-blue h5,
.bg-color-blue .h5 {
  color: #fff;
}

.bg-color-blue .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--blue {
  background: #0068BD;
  color: #fff;
}

.bg-color-blueLight {
  background: #0073CF;
  color: #fff;
}

.bg-color-blueLight h1,
.bg-color-blueLight .h1,
.bg-color-blueLight h4,
.bg-color-blueLight .h4 {
  color: #fff;
}

.bg-color-blueLight h2,
.bg-color-blueLight .h2,
.bg-color-blueLight h6,
.bg-color-blueLight .h6 {
  color: #fff;
}

.bg-color-blueLight h3,
.bg-color-blueLight .h3 {
  color: #fff;
}

.bg-color-blueLight h5,
.bg-color-blueLight .h5 {
  color: #fff;
}

.bg-color-blueLight .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--blueLight {
  background: #0073CF;
  color: #fff;
}

.bg-color-blueLighter {
  background: #279EDA;
  color: #fff;
}

.bg-color-blueLighter h1,
.bg-color-blueLighter .h1,
.bg-color-blueLighter h4,
.bg-color-blueLighter .h4 {
  color: #fff;
}

.bg-color-blueLighter h2,
.bg-color-blueLighter .h2,
.bg-color-blueLighter h6,
.bg-color-blueLighter .h6 {
  color: #fff;
}

.bg-color-blueLighter h3,
.bg-color-blueLighter .h3 {
  color: #fff;
}

.bg-color-blueLighter h5,
.bg-color-blueLighter .h5 {
  color: #fff;
}

.bg-color-blueLighter .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--blueLighter {
  background: #279EDA;
  color: #fff;
}

.bg-color-blueLightest {
  background: #74C9E2;
  color: #002857;
}

.bg-color-blueLightest h1,
.bg-color-blueLightest .h1,
.bg-color-blueLightest h4,
.bg-color-blueLightest .h4 {
  color: #113E83;
}

.bg-color-blueLightest h2,
.bg-color-blueLightest .h2,
.bg-color-blueLightest h6,
.bg-color-blueLightest .h6 {
  color: #002857;
}

.bg-color-blueLightest h3,
.bg-color-blueLightest .h3 {
  color: #0068BD;
}

.bg-color-blueLightest h5,
.bg-color-blueLightest .h5 {
  color: #279EDA;
}

.bg-color-blueLightest .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--blueLightest {
  background: #74C9E2;
  color: #002857;
}

.bg-color-blueLightest1 {
  background: #B1E0E2;
  color: #002857;
}

.bg-color-blueLightest1 h1,
.bg-color-blueLightest1 .h1,
.bg-color-blueLightest1 h4,
.bg-color-blueLightest1 .h4 {
  color: #113E83;
}

.bg-color-blueLightest1 h2,
.bg-color-blueLightest1 .h2,
.bg-color-blueLightest1 h6,
.bg-color-blueLightest1 .h6 {
  color: #002857;
}

.bg-color-blueLightest1 h3,
.bg-color-blueLightest1 .h3 {
  color: #0068BD;
}

.bg-color-blueLightest1 h5,
.bg-color-blueLightest1 .h5 {
  color: #279EDA;
}

.bg-color-blueLightest1 .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--blueLightest1 {
  background: #B1E0E2;
  color: #002857;
}

.bg-color-blueLightest2 {
  background: #DCEBF3;
  color: #002857;
}

.bg-color-blueLightest2 h1,
.bg-color-blueLightest2 .h1,
.bg-color-blueLightest2 h4,
.bg-color-blueLightest2 .h4 {
  color: #113E83;
}

.bg-color-blueLightest2 h2,
.bg-color-blueLightest2 .h2,
.bg-color-blueLightest2 h6,
.bg-color-blueLightest2 .h6 {
  color: #002857;
}

.bg-color-blueLightest2 h3,
.bg-color-blueLightest2 .h3 {
  color: #0068BD;
}

.bg-color-blueLightest2 h5,
.bg-color-blueLightest2 .h5 {
  color: #279EDA;
}

.bg-color-blueLightest2 .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--blueLightest2 {
  background: #DCEBF3;
  color: #002857;
}

.bg-color-turquoiseDark {
  background: #288E9A;
  color: #fff;
}

.bg-color-turquoiseDark h1,
.bg-color-turquoiseDark .h1,
.bg-color-turquoiseDark h4,
.bg-color-turquoiseDark .h4 {
  color: #fff;
}

.bg-color-turquoiseDark h2,
.bg-color-turquoiseDark .h2,
.bg-color-turquoiseDark h6,
.bg-color-turquoiseDark .h6 {
  color: #fff;
}

.bg-color-turquoiseDark h3,
.bg-color-turquoiseDark .h3 {
  color: #fff;
}

.bg-color-turquoiseDark h5,
.bg-color-turquoiseDark .h5 {
  color: #fff;
}

.bg-color-turquoiseDark .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--turquoiseDark {
  background: #288E9A;
  color: #fff;
}

.bg-color-turquoise {
  background: #24b6a6;
  color: #fff;
}

.bg-color-turquoise h1,
.bg-color-turquoise .h1,
.bg-color-turquoise h4,
.bg-color-turquoise .h4 {
  color: #fff;
}

.bg-color-turquoise h2,
.bg-color-turquoise .h2,
.bg-color-turquoise h6,
.bg-color-turquoise .h6 {
  color: #fff;
}

.bg-color-turquoise h3,
.bg-color-turquoise .h3 {
  color: #fff;
}

.bg-color-turquoise h5,
.bg-color-turquoise .h5 {
  color: #fff;
}

.bg-color-turquoise .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--turquoise {
  background: #24b6a6;
  color: #fff;
}

.bg-color-turquoiseLighter {
  background: #2FDC93;
  color: #002857;
}

.bg-color-turquoiseLighter h1,
.bg-color-turquoiseLighter .h1,
.bg-color-turquoiseLighter h4,
.bg-color-turquoiseLighter .h4 {
  color: #113E83;
}

.bg-color-turquoiseLighter h2,
.bg-color-turquoiseLighter .h2,
.bg-color-turquoiseLighter h6,
.bg-color-turquoiseLighter .h6 {
  color: #002857;
}

.bg-color-turquoiseLighter h3,
.bg-color-turquoiseLighter .h3 {
  color: #0068BD;
}

.bg-color-turquoiseLighter h5,
.bg-color-turquoiseLighter .h5 {
  color: #279EDA;
}

.bg-color-turquoiseLighter .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--turquoiseLighter {
  background: #2FDC93;
  color: #002857;
}

.bg-color-turquoiseLightest {
  background: #82E4BA;
  color: #002857;
}

.bg-color-turquoiseLightest h1,
.bg-color-turquoiseLightest .h1,
.bg-color-turquoiseLightest h4,
.bg-color-turquoiseLightest .h4 {
  color: #113E83;
}

.bg-color-turquoiseLightest h2,
.bg-color-turquoiseLightest .h2,
.bg-color-turquoiseLightest h6,
.bg-color-turquoiseLightest .h6 {
  color: #002857;
}

.bg-color-turquoiseLightest h3,
.bg-color-turquoiseLightest .h3 {
  color: #0068BD;
}

.bg-color-turquoiseLightest h5,
.bg-color-turquoiseLightest .h5 {
  color: #279EDA;
}

.bg-color-turquoiseLightest .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--turquoiseLightest {
  background: #82E4BA;
  color: #002857;
}

.bg-color-turquoiseLightest1 {
  background: #CEECDD;
  color: #002857;
}

.bg-color-turquoiseLightest1 h1,
.bg-color-turquoiseLightest1 .h1,
.bg-color-turquoiseLightest1 h4,
.bg-color-turquoiseLightest1 .h4 {
  color: #113E83;
}

.bg-color-turquoiseLightest1 h2,
.bg-color-turquoiseLightest1 .h2,
.bg-color-turquoiseLightest1 h6,
.bg-color-turquoiseLightest1 .h6 {
  color: #002857;
}

.bg-color-turquoiseLightest1 h3,
.bg-color-turquoiseLightest1 .h3 {
  color: #0068BD;
}

.bg-color-turquoiseLightest1 h5,
.bg-color-turquoiseLightest1 .h5 {
  color: #279EDA;
}

.bg-color-turquoiseLightest1 .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--turquoiseLightest1 {
  background: #CEECDD;
  color: #002857;
}

.bg-color-turquoiseFadeout {
  background: #91dad2;
  color: #002857;
}

.bg-color-turquoiseFadeout h1,
.bg-color-turquoiseFadeout .h1,
.bg-color-turquoiseFadeout h4,
.bg-color-turquoiseFadeout .h4 {
  color: #113E83;
}

.bg-color-turquoiseFadeout h2,
.bg-color-turquoiseFadeout .h2,
.bg-color-turquoiseFadeout h6,
.bg-color-turquoiseFadeout .h6 {
  color: #002857;
}

.bg-color-turquoiseFadeout h3,
.bg-color-turquoiseFadeout .h3 {
  color: #0068BD;
}

.bg-color-turquoiseFadeout h5,
.bg-color-turquoiseFadeout .h5 {
  color: #279EDA;
}

.bg-color-turquoiseFadeout .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--turquoiseFadeout {
  background: #91dad2;
  color: #002857;
}

p {
  margin: 0 0 12.5px;
}

.text-large {
  font-size: 3rem;
}

.text-small {
  font-size: 14px;
}

.text-smallest {
  font-size: 12px;
}

.lead {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 200;
  line-height: 37.5px;
}

small,
.small {
  font-size: 14px;
  font-size: 1.4rem;
}

.note {
  font-size: 14px;
  font-size: 1.4rem;
  color: #0068BD;
}

.date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 12px;
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: block;
  color: #74C9E2;
}

h1 .date {
  font-size: 32px;
  font-size: 3.2rem;
  color: #0068BD;
  line-height: 32px;
  line-height: 4.2rem;
}

.box > h3:first-of-type .date {
  line-height: 42px;
  line-height: 4.2rem;
}

.nowrap {
  white-space: nowrap;
}

strong,
.strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #bfbfbf;
}

a.muted:hover,
a.muted:focus {
  color: #a6a6a6;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #BF2B2D;
}

a.text-error:hover,
a.text-error:focus {
  color: #952223;
}

.text-info {
  color: #002857;
}

a.text-info:hover,
a.text-info:focus {
  color: #001124;
}

.text-success {
  color: #002857;
}

a.text-success:hover,
a.text-success:focus {
  color: #001124;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-no-margin {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 12.5px 0;
  font-family: 'Titillium Web', sans-serif;
  font-weight: bold;
  line-height: 25px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #bfbfbf;
}

h1 .normal,
h2 .normal,
h3 .normal,
h4 .normal,
h5 .normal,
h6 .normal,
.h1 .normal,
.h2 .normal,
.h3 .normal,
.h4 .normal,
.h5 .normal,
.h6 .normal {
  font-weight: normal;
}

h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
h6.no-margin,
.h1.no-margin,
.h2.no-margin,
.h3.no-margin,
.h4.no-margin,
.h5.no-margin,
.h6.no-margin {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  text-decoration: none;
}

h1,
.h1 {
  font-size: 42px;
  font-size: 4.2rem;
  color: #113E83;
  line-height: 42px;
  line-height: 4.2rem;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #0068BD;
  font-weight: 400;
  line-height: 50px;
  line-height: 5rem;
}

h3,
.h3 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #0073CF;
  font-weight: 400;
  line-height: 42px;
  line-height: 4.2rem;
  margin-top: 2.5rem;
}

h4,
.h4 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
  color: #113E83;
}

h5,
.h5 {
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #279EDA;
}

h6,
.h6 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0;
}

h1 small {
  font-size: 28px;
}

h2 small {
  font-size: 20px;
}

h3 small {
  font-size: 16px;
}

h4 small {
  font-size: 16px;
}

.page-header {
  padding-bottom: 11.5px;
  margin: 25px 0 37.5px;
  border-bottom: 1px solid #B2C4D4;
}

ul,
ol {
  padding: 0;
  margin: 0 0 12.5px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 25px;
}

ul.unstyled,
ol.unstyled,
.content ul.unstyled,
.content ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.unstyled li,
ol.unstyled li,
.content ul.unstyled li,
.content ol.unstyled li {
  padding-left: 0;
}

ul.unstyled li:before,
ol.unstyled li:before,
.content ul.unstyled li:before,
.content ol.unstyled li:before {
  max-width: none;
  max-height: none;
  content: "";
}

ul.inline,
ol.inline,
.content ul.inline,
.content ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li,
.content ul.inline > li,
.content ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
}

ul.inline > li:before,
ol.inline > li:before,
.content ul.inline > li:before,
.content ol.inline > li:before {
  content: "";
}

dl {
  margin-bottom: 25px;
}

dt,
dd {
  line-height: 25px;
}

dt {
  color: #697197;
}

dd {
  margin-left: 12.5px;
}

.dl-horizontal dt {
  float: left;
  width: 150px;
  clear: left;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 170px;
}

hr {
  clear: both;
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #DCEBF3;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #bfbfbf;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 25px;
  border-left: 5px solid #B2C4D4;
}

blockquote p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote small {
  display: block;
  line-height: 25px;
  color: #bfbfbf;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #B2C4D4;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 25px;
  font-style: normal;
  line-height: 25px;
}

p.blue {
  color: #0068BD;
}

p.blueLighter {
  color: #279EDA;
}

p.blueDarkest {
  color: #002857;
}

h2 {
  line-height: 2.8rem;
  padding-top: 0px;
  margin-top: 0px;
}

h1,
h2.h1 {
  margin-top: 0;
  margin-bottom: 25px;
  color: #113E83;
  line-height: 42px;
  line-height: 4.2rem;
}

h1.no-margin,
h2.no-margin,
h2.h1.no-margin {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

h1.h2 {
  color: #0068BD;
  font-size: 3.2rem;
}

.blue .row-header {
  color: #fff;
}

h2.extra-headspace {
  margin-bottom: 50px;
}

h2.extra-headspace-top {
  margin-top: 50px;
}

h3.extra-headspace {
  margin-bottom: 30px;
}

.full-width .h1 {
  font-size: 42px;
  font-size: 4.2rem;
}

h1 {
  line-height: 4.8rem;
}

h1 .subtitle {
  display: block;
  font-size: 0.7em;
  color: #0073CF;
  margin-top: -0.2em;
}

h2 {
  line-height: 5rem;
}

html > * {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

form {
  margin: 0 0 25px;
}

#aspnetForm {
  margin-bottom: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 50px;
  color: #888;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 18.75px;
  color: #bfbfbf;
}

label,
input,
button,
select,
textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
}

input,
button,
select,
textarea {
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 25px;
  padding: 2px 6px;
  margin-bottom: 12.5px;
  font-size: 16px;
  line-height: 25px;
  color: #002857;
  border-radius: 24px;
  vertical-align: middle;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #fff;
  border-top: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
  transition: border linear .2s, -webkit-box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 31px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 31px;
}

select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #bfbfbf;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #757575;
  font-size: 14px;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #757575;
  font-size: 14px;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #757575;
  font-size: 14px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #757575;
  font-size: 14px;
}

.radio,
.checkbox {
  min-height: 25px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 340px;
}

.input-xllarge {
  width: 415px;
}

.input-xxlarge {
  width: 575px;
}

.input-full,
input[type].input-full {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input.input-dimension-large {
  line-height: 36px;
  height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px solid transparent;
  border-radius: 4px;
  font-size: 18px;
  font-size: 1.8rem;
}

input.input-dimension-large::-webkit-input-placeholder,
input.input-dimension-large::-moz-placeholder,
input.input-dimension-large:-ms-input-placeholder,
input.input-dimension-large:-moz-placeholder {
  font-size: 18px;
  font-size: 1.8rem;
}

input.input-color-gray {
  background-color: #f4f4f4;
}

.select-miniest {
  width: 43px;
}

.select-mini {
  width: 73px;
}

.select-small {
  width: 103px;
}

.select-medium {
  width: 163px;
}

.select-large {
  width: 223px;
}

.select-xlarge {
  width: 353px;
}

.select-xllarge {
  width: 428px;
}

.select-xxlarge {
  width: 588px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 16px;
}

input.span24,
textarea.span24,
.uneditable-input.span24 {
  width: 978px;
}

input.span23,
textarea.span23,
.uneditable-input.span23 {
  width: 936px;
}

input.span22,
textarea.span22,
.uneditable-input.span22 {
  width: 894px;
}

input.span21,
textarea.span21,
.uneditable-input.span21 {
  width: 852px;
}

input.span20,
textarea.span20,
.uneditable-input.span20 {
  width: 810px;
}

input.span19,
textarea.span19,
.uneditable-input.span19 {
  width: 768px;
}

input.span18,
textarea.span18,
.uneditable-input.span18 {
  width: 726px;
}

input.span17,
textarea.span17,
.uneditable-input.span17 {
  width: 684px;
}

input.span16,
textarea.span16,
.uneditable-input.span16 {
  width: 642px;
}

input.span15,
textarea.span15,
.uneditable-input.span15 {
  width: 600px;
}

input.span14,
textarea.span14,
.uneditable-input.span14 {
  width: 558px;
}

input.span13,
textarea.span13,
.uneditable-input.span13 {
  width: 516px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 474px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 432px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 390px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 348px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 306px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 264px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 222px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 180px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 138px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 96px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 54px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 12px;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #E7F5F5;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning .help-block,
.controls.warning .help-block,
.control-group.warning .help-inline,
.controls.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.controls.warning .checkbox,
.control-group.warning .radio,
.controls.warning .radio,
.control-group.warning input,
.controls.warning input,
.control-group.warning select,
.controls.warning select,
.control-group.warning textarea,
.controls.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.controls.warning input,
.control-group.warning select,
.controls.warning select,
.control-group.warning textarea,
.controls.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.controls.warning input:focus,
.control-group.warning select:focus,
.controls.warning select:focus,
.control-group.warning textarea:focus,
.controls.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.controls.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on,
.controls.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .help-block,
.controls.error .help-block,
.control-group.error .help-inline,
.controls.error .help-inline {
  color: #BF2B2D;
}

.control-group.error .checkbox,
.controls.error .checkbox,
.control-group.error .radio,
.controls.error .radio,
.control-group.error input,
.controls.error input,
.control-group.error select,
.controls.error select,
.control-group.error textarea,
.controls.error textarea {
  color: #BF2B2D;
}

.control-group.error input,
.controls.error input,
.control-group.error select,
.controls.error select,
.control-group.error textarea,
.controls.error textarea {
  border-color: #BF2B2D;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.controls.error input:focus,
.control-group.error select:focus,
.controls.error select:focus,
.control-group.error textarea:focus,
.controls.error textarea:focus {
  border-color: #952223;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #df7172;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #df7172;
}

.control-group.error .input-prepend .add-on,
.controls.error .input-prepend .add-on,
.control-group.error .input-append .add-on,
.controls.error .input-append .add-on {
  color: #BF2B2D;
  background-color: #fbdbdb;
  border-color: #BF2B2D;
}

.control-group.error .alert,
.controls.error .alert {
  background-color: #fbdbdb;
  border-color: #f9cdd5;
  color: #BF2B2D;
}

.control-group.success .help-block,
.controls.success .help-block,
.control-group.success .help-inline,
.controls.success .help-inline {
  color: #002857;
}

.control-group.success .checkbox,
.controls.success .checkbox,
.control-group.success .radio,
.controls.success .radio,
.control-group.success input,
.controls.success input,
.control-group.success select,
.controls.success select,
.control-group.success textarea,
.controls.success textarea {
  color: #002857;
}

.control-group.success input,
.controls.success input,
.control-group.success select,
.controls.success select,
.control-group.success textarea,
.controls.success textarea {
  border-color: #002857;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.controls.success input:focus,
.control-group.success select:focus,
.controls.success select:focus,
.control-group.success textarea:focus,
.controls.success textarea:focus {
  border-color: #001124;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #0057bd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #0057bd;
}

.control-group.success .input-prepend .add-on,
.controls.success .input-prepend .add-on,
.control-group.success .input-append .add-on,
.controls.success .input-append .add-on {
  color: #002857;
  background-color: #E2EEDF;
  border-color: #002857;
}

.control-group.success .alert,
.controls.success .alert {
  background-color: #E2EEDF;
  border-color: #d7e5ce;
  color: #002857;
}

.control-group.info .help-block,
.controls.info .help-block,
.control-group.info .help-inline,
.controls.info .help-inline {
  color: #002857;
}

.control-group.info .checkbox,
.controls.info .checkbox,
.control-group.info .radio,
.controls.info .radio,
.control-group.info input,
.controls.info input,
.control-group.info select,
.controls.info select,
.control-group.info textarea,
.controls.info textarea {
  color: #002857;
}

.control-group.info input,
.controls.info input,
.control-group.info select,
.controls.info select,
.control-group.info textarea,
.controls.info textarea {
  border-color: #002857;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.controls.info input:focus,
.control-group.info select:focus,
.controls.info select:focus,
.control-group.info textarea:focus,
.controls.info textarea:focus {
  border-color: #001124;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #0057bd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #0057bd;
}

.control-group.info .input-prepend .add-on,
.controls.info .input-prepend .add-on,
.control-group.info .input-append .add-on,
.controls.info .input-append .add-on {
  color: #002857;
  background-color: #DCEBF3;
  border-color: #002857;
}

.control-group.info .alert,
.controls.info .alert {
  background-color: #DCEBF3;
  border-color: #DCEBF3;
  color: #002857;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 24px 20px 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}

.help-block,
.help-inline {
  color: #004ba3;
}

.help-block {
  display: block;
  margin-bottom: 12.5px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

.controls-inline .input-validation-feedback {
  margin-top: 12.5px;
}

.input-validation-feedback .alert {
  display: inline-block;
  margin-bottom: 0;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 12.5px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 16px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  border-radius: 0 24px 24px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 25px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #B2C4D4;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #bbdaa3;
  border-color: #6CA341;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 24px 0 0 24px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 24px 0 0 24px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 24px 24px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 24px 24px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 24px 24px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 24px 0 0 24px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 24px 24px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px  \9;
  padding-left: 14px;
  padding-left: 4px  \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  border-radius: 0;
}

.form-search .input-append .search-query {
  border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 12.5px;
}

.control-group.no-margin {
  margin: 0;
}

.control-group .info {
  display: inline-block;
  position: relative;
}

.control-group .info-content {
  color: #279EDA;
  font-size: 13px;
  left: 0;
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 450px;
}

legend + .control-group {
  margin-top: 25px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 12.5px;
}

.form-horizontal .control-label {
  float: left;
  width: 220px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 240px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 240px;
}

.form-horizontal .narrow-label .control-label {
  width: 100px;
}

.form-horizontal .narrow-label .controls {
  margin-left: 120px;
}

.form-horizontal .control-label.longtext + .controls {
  padding-top: 12px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input ~ .help-block,
.form-horizontal select ~ .help-block,
.form-horizontal textarea ~ .help-block,
.form-horizontal .uneditable-input ~ .help-block,
.form-horizontal .input-prepend ~ .help-block,
.form-horizontal .input-append ~ .help-block {
  margin-top: 12.5px;
}

.form-horizontal .form-actions {
  padding-left: 240px;
}

.controls-inline input,
.controls-inline textarea,
.controls-inline select,
.controls-inline .help-inline,
.controls-inline .uneditable-input,
.controls-inline .input-prepend,
.controls-inline .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: top;
  margin-right: 10px;
}

.controls-inline .hide {
  display: none;
}

.controls-inline label {
  display: inline-block;
  margin: 0 10px;
}

.controls-inline .input-prepend {
  margin-bottom: 0;
}

.controls-inline .radio,
.controls-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.controls-inline .radio input[type="radio"],
.controls-inline .checkbox input[type="checkbox"] {
  float: none;
  margin-right: 3px;
  margin-left: 3px;
}

.form-sp {
  *zoom: 1;
  background-color: #DCEBF3;
}

.form-sp:before,
.form-sp:after {
  display: table;
  content: "";
  line-height: 0;
}

.form-sp:after {
  clear: both;
}

.form-sp:before,
.form-sp:after {
  display: table;
  content: "";
  line-height: 0;
}

.form-sp:after {
  clear: both;
}

.form-sp .box-toggle {
  display: none;
}

.form-sp .box-toggle.active {
  display: block;
}

.form-sp .form-steps {
  margin-bottom: 20px;
  background-color: #74C9E2;
}

.form-sp .form-steps .steps {
  margin: 0;
}

.form-sp .form-steps .steps .step {
  color: #fff;
  list-style: none;
  float: left;
  display: block;
}

.form-sp .form-steps .steps .step a,
.form-sp .form-steps .steps .step span {
  padding: 10px 20px;
  font-size: 18px;
  display: block;
}

.form-sp .form-steps .steps .done a,
.form-sp .form-steps .steps .done span {
  background-color: #0068BD;
}

.form-sp .form-steps .steps .done a[data-beforeicon="g"]:before,
.form-sp .form-steps .steps .done span[data-beforeicon="g"]:before {
  color: #82e4ba;
}

.form-sp .form-steps .steps .active {
  position: relative;
}

.form-sp .form-steps .steps .active a,
.form-sp .form-steps .steps .active span {
  background-color: #113E83;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 662px) {
  .form-sp .form-steps .steps .step {
    float: none;
  }

  .form-sp .form-steps .steps .active span,
  .form-sp .form-steps .steps .active a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.form-sp .alert {
  display: block;
  clear: both;
  padding: 6px 15px;
  max-width: 300px;
  margin-bottom: 12.5px;
}

.form-sp .forms2WizardNextButton,
.form-sp .forms2WizardPreviousButton {
  text-decoration: none;
  position: relative;
  outline: 0;
  display: inline-block;
  white-space: nowrap;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 1px 16px 1px 16px;
  margin-bottom: 0;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: solid #ccc;
  border-width: 0 0 2px 0;
  background: #fff;
  *border: 0;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  *margin-left: 0.3em;
}

.form-sp .forms2WizardNextButton:first-child,
.form-sp .forms2WizardPreviousButton:first-child {
  *margin-left: 0;
}

.form-sp .forms2WizardNextButton[data-icon],
.form-sp .forms2WizardPreviousButton[data-icon] {
  padding: 1px 11px 1px 16px;
}

.form-sp .forms2WizardNextButton[data-beforeicon],
.form-sp .forms2WizardPreviousButton[data-beforeicon] {
  padding: 1px 16px 1px 11px;
}

.form-sp .forms2WizardNextButton[data-icon]:after,
.form-sp .forms2WizardPreviousButton[data-icon]:after,
.form-sp .forms2WizardNextButton[data-beforeicon]:before,
.form-sp .forms2WizardPreviousButton[data-beforeicon]:before {
  font-size: 1.2rem;
  margin-top: -1px;
}

.form-sp .forms2WizardNextButton:hover,
.form-sp .forms2WizardPreviousButton:hover,
.form-sp .forms2WizardNextButton:focus,
.form-sp .forms2WizardPreviousButton:focus,
.form-sp .forms2WizardNextButton.active,
.form-sp .forms2WizardPreviousButton.active,
.form-sp .forms2WizardNextButton:active,
.form-sp .forms2WizardPreviousButton:active,
.form-sp .forms2WizardNextButton:visited,
.form-sp .forms2WizardPreviousButton:visited,
.form-sp .forms2WizardNextButton.disabled,
.form-sp .forms2WizardPreviousButton.disabled,
.form-sp .forms2WizardNextButton[disabled],
.form-sp .forms2WizardPreviousButton[disabled] {
  outline: 0;
  text-decoration: none;
}

.form-sp .forms2WizardNextButton.disabled,
.form-sp .forms2WizardPreviousButton.disabled,
.form-sp .forms2WizardNextButton[disabled],
.form-sp .forms2WizardPreviousButton[disabled] {
  cursor: default;
}

.form-sp .forms2WizardNextButton.right,
.form-sp .forms2WizardPreviousButton.right {
  float: right;
}

.form-sp .forms2WizardNextButton {
  background: #0068BD;
  color: #fff;
  border-color: #0068BD;
}

.form-sp .forms2WizardNextButton.active,
.form-sp .forms2WizardNextButton:active {
  border-width: 2px 0 0 0;
}

.form-sp .forms2WizardNextButton > a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin: -5px -30px;
  padding: 5px 30px;
}

.form-sp .forms2WizardNextButton > input {
  color: #fff;
  text-decoration: none;
  background: none;
  border: 0;
  line-height: 20px;
  vertical-align: baseline;
  display: inline-block;
  margin: -5px -30px;
  padding: 5px 30px;
}

.form-sp .forms2WizardNextButton:focus,
.form-sp .forms2WizardNextButton:hover {
  background: #0073CF;
  color: #fff;
}

.form-sp .forms2WizardNextButton:active,
.form-sp .forms2WizardNextButton:visited,
.form-sp .forms2WizardNextButton:focus {
  color: #fff;
}

.form-sp .forms2WizardPreviousButton {
  color: #0068BD;
  background: #fff;
  border: 1px solid #0068BD;
}

.form-sp .forms2WizardPreviousButton.active,
.form-sp .forms2WizardPreviousButton:active {
  padding-top: 2px;
  padding-bottom: 0px;
}

.form-sp .forms2WizardPreviousButton.btn-large:active {
  padding-top: 8px;
  padding-bottom: 4px;
}

.form-sp .forms2WizardPreviousButton > a {
  color: #0068BD;
  text-decoration: none;
  display: inline-block;
  margin: -5px -30px;
  padding: 5px 30px;
}

.form-sp .forms2WizardPreviousButton > input {
  color: #0068BD;
  text-decoration: none;
  background: none;
  border: 0;
  line-height: 20px;
  vertical-align: baseline;
  display: inline-block;
  margin: -5px -30px;
  padding: 5px 30px;
}

.form-sp .forms2WizardPreviousButton:focus {
  color: #0073CF;
  border-color: #0073CF;
}

.form-sp .forms2WizardPreviousButton:hover {
  color: #0073CF;
  border-color: #0073CF;
}

.form-sp .forms2WizardPreviousButton.active,
.form-sp .forms2WizardPreviousButton:active {
  color: #0073CF;
  border-color: #0073CF;
}

.form-sp.contact-page .form-horizontal h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
}

.toc-layout-main .dfwp-column {
  float: left;
}

.toc-layout-main .dfwp-column.dfwp-list ul {
  margin: 5px 0;
}

.toc-layout-main .dfwp-column.dfwp-list li {
  margin: 0.6em 0;
}

.toc-layout-main .dfwp-column a {
  text-decoration: none;
}

@media (max-width: 662px) {
  .toc-layout-main .dfwp-column {
    width: 100% !important;
    float: none;
  }
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 11.5px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 25px;
  color: #888;
  white-space: nowrap;
  text-decoration: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0062b3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0068BD), to(#005aa4));
  background-image: linear-gradient(to bottom, #0068BD, #005aa4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0068bd', endColorstr='#ff005aa4', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0062b3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0068BD), to(#005aa4));
  background-image: linear-gradient(to bottom, #0068BD, #005aa4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0068bd', endColorstr='#ff005aa4', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #bfbfbf;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  border-radius: 4px;
}

.box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 65px;
  padding: 16px;
  margin-bottom: 16px;
  background: #fff;
  border-radius: 4px;
}

.box.border {
  border: 1px solid #DCEBF3;
}

.box.green-border {
  border: 1px solid #24b6a6;
}

.box h3 {
  font-family: 'Titillium Web', sans-serif;
}

.box h3:first-of-type {
  margin-top: -10px;
  font-family: 'Titillium Web', sans-serif;
}

.box .box-heading-small:first-of-type {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 0;
}

.box h2,
.box h3 {
  color: #0068BD;
}

.box h2.blueDark,
.box h3.blueDark {
  color: #113E83;
}

.box.blueDarkest {
  color: #002857;
}

.box h4 {
  color: #002857;
}

.box h4.blue {
  color: #0068BD;
}

.box .btn-pos-bottom {
  position: absolute;
  bottom: 16px;
}

.box .text-right .btn-pos-bottom {
  right: 16px;
}

.box ul.centered-content {
  margin: 1em auto 0;
  width: 80%;
  font-size: 0.9em;
}

.box.box-btn-bottom {
  position: relative;
  padding-bottom: 80px;
}

.box.transparent {
  background: transparent;
}

.box.bluedarkest {
  background: #002857;
  color: #fff;
}

.box.bluedarkest h2,
.box.bluedarkest h3,
.box.bluedarkest h4,
.box.bluedarkest h5,
.box.bluedarkest a {
  color: #fff;
}

.box.dashedborder {
  color: #0068BD;
  background: transparent;
  border: 1px dashed #0068BD;
}

.box.bluedark {
  background: #113E83;
  color: #fff;
}

.box.bluedark h2,
.box.bluedark h3,
.box.bluedark h4,
.box.bluedark h5,
.box.bluedark a {
  color: #fff;
}

.box.blue {
  background: #0068BD;
  color: #fff;
}

.box.blue h2,
.box.blue h3,
.box.blue h4,
.box.blue h5,
.box.blue a {
  color: #fff;
}

.box.bluelight {
  background: #0073CF;
  color: #fff;
}

.box.bluelight h2,
.box.bluelight h3,
.box.bluelight h4,
.box.bluelight h5 {
  color: #fff;
}

.box.white {
  background: #fff;
}

.box.white.nopadding {
  padding: 4px 16px;
}

.box.white .blue {
  color: #279EDA;
}

.box.pink {
  border-color: #C93A83;
}

.box.text-blue {
  color: #0068BD;
}

.box.infobox {
  background: #CEECDD;
  color: #002857;
  text-align: center;
}

.box.infobox.inactive {
  background: transparent;
}

.box.infobox.tablebox {
  text-align: left;
  color: #002857;
}

.box.infobox.tablebox strong {
  color: #0068BD;
}

.box.infobox.tablebox td {
  padding-right: 15px;
}

.box.bluelighter {
  background: #279EDA;
  color: #fff;
}

.box.bluelighter h2,
.box.bluelighter h3,
.box.bluelighter h4,
.box.bluelighter h5 {
  color: #fff;
}

.box.bluelighter a {
  color: #fff;
}

.box.bluelighter#submenu-inpage {
  margin-bottom: 50px;
}

.box.bluelighter#submenu-inpage a {
  text-decoration: underline;
  position: relative;
}

.box.bluelighter#submenu-inpage a:hover {
  text-decoration: underline;
}

.box.bluelighter#submenu-inpage a:after {
  background: url('../img/arrow_down.png') right 1px no-repeat;
  width: 10px;
  height: 12px;
  content: "";
  display: inline-block;
  padding: 0px 0 0 7px;
}

.box.bluelighter#submenu-inpage ol {
  list-style: none;
  margin-left: 300px;
  text-align: left;
  max-width: 300px;
}

.box.bluelighter#submenu-inpage ol:before {
  content: 'Op deze pagina vindt u: ';
  font-weight: bold;
  display: block;
}

.box.bluelighter#submenu-inpage ol.wide {
  max-width: 100%;
  width: 100%;
  margin: 0;
  text-align: left;
}

.box.bluelighter#submenu-inpage ol.wide li {
  display: inline-block;
  margin: 0;
  width: 50%;
  text-align: left;
}

.box.bluelighter#submenu-inpage.engels ol:before {
  content: 'On this page you will find:';
  font-weight: bold;
  display: block;
}

.box.bluelightest {
  background: #74C9E2;
}

.box.bluelightest1 {
  background: #B1E0E2;
}

.box.bluelightest2 {
  background: #DCEBF3;
}

.box.bluelightest2 .dl-horizontal {
  margin: 0;
}

.box.bluelightest2 .dl-horizontal.dl-stars dt {
  width: 90px;
}

.box.bluelightest2 .dl-horizontal.dl-stars dd {
  margin-left: 100px;
}

.box.bluelightest2 .dl-horizontal dt {
  overflow: hidden;
  width: 160px;
  white-space: normal;
  color: #002857;
  font-weight: 700;
}

.box.bluelightest2 .dl-horizontal dd {
  margin-left: 170px;
}

.box.bluelightest3 {
  background: #E7F5F5;
}

.box.bluelightest5 {
  background: #1A9DDD;
}

.box.turqoise {
  background: #CEECDD;
}

.box.turqoise .dl-horizontal {
  margin: 0;
}

.box.turqoise .dl-horizontal dt {
  width: 220px;
  clear: left;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #288E9A;
  font-weight: 400;
}

.box.turqoise .dl-horizontal dd {
  margin-left: 240px;
}

.box.blueLightest2 {
  background: #DCEBF3;
}

.box.bg-orange {
  background: #F37903;
}

.box.bg-turquoise {
  background: #24b6a6;
}

.box.bg-pink {
  background: #C93A83;
}

.box.bg-blueDark {
  background: #113E83;
}

.box.contentbanner {
  height: 558px;
  padding: 0px;
  overflow: hidden;
  margin: 30px 0;
  background: url('../img/content-banner.png') top left no-repeat;
}

.box.contentbanner .row {
  position: absolute;
  bottom: 0px;
  height: 190px;
}

.box.contentbanner h3,
.box.contentbanner h4 {
  color: #fff;
  font-weight: 400;
}

.box.contentbanner h3 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 4.8rem;
  margin-top: 0;
}

.box.contentbanner h4 {
  font-size: 22px;
  font-size: 2.2rem;
}

.box.blueheading {
  padding: 9px 15px;
}

.box.blueheading > div {
  margin-top: 8px;
  padding-bottom: 8px;
}

.box.blueheading > div:last-child:after,
.box.blueheading > div.heading:after {
  display: block;
  height: 0px;
}

.box.blueheading > div .span66,
.box.blueheading > div .span33 {
  margin-left: 0;
  padding: 0 0 16px 7px;
}

.box.blueheading > div .span33 {
  float: right;
}

.box.blueheading div.heading {
  padding: 22px;
  margin: -9px -15px 16px;
  background: #0068BD;
  border-radius: 4px 4px 0 0;
  color: #74C9E2;
}

.box.blueheading div.heading h4 {
  margin: 0;
  line-height: 1;
  color: #fff;
}

.box.blueheading span {
  display: inline-block;
  background-image: url('../img/sprite_stars_blue.png');
  background-repeat: no-repeat;
  width: 64px;
  height: 15px;
  margin: 0 0 0 5px;
}

.box.blueheading .stars4 span {
  background-position: 0 -48px;
}

.box.blueheading .stars3 span {
  background-position: 0 -32px;
}

.box.blueheading .stars2 span {
  background-position: 0 -16px;
}

.box.blueheading .stars1 span {
  background-position: 0 0;
}

.box.totalepremie .span66 {
  margin-left: 0;
}

.box.totalepremie .span33 {
  float: right;
}

.box form {
  margin: 0;
}

.box.label-corner-right .box-heading {
  margin-right: 45px;
}

.box.label-corner-right:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  width: 56px;
  height: 56px;
}

.box.label-corner-right.label-question:after {
  background: url("../img/label-corner-question.png") no-repeat;
}

.box.box-tile .text-large {
  font-size: 24px;
  font-size: 2.4rem;
}

.box img.fill-right {
  position: relative;
  bottom: -16px;
  right: -16px;
}

.box.favourite,
.box.bestchoice {
  position: relative;
}

.box.favourite:before,
.box.bestchoice:before {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  right: -1px;
  top: 0px;
  width: 55px;
  height: 55px;
}

.box .favourite1 {
  position: relative;
}

.box .favourite1:before {
  content: "Meest gekozen";
  z-index: 2;
  color: #fff;
  border-radius: 4px 4px 0 0;
  display: block;
  background: #F37903;
  position: absolute;
  right: 0px;
  top: -31px;
  width: 100%;
  height: 28px;
  padding: 2px 0 0;
}

.box .favourite1.en:before {
  content: "Best seller";
}

.box .chosen.favourite1:before {
  margin: 0 -3px -3px 0;
  padding: 0 0 4px 6px;
}

.box.labelnieuws {
  position: relative;
}

.box.labelnieuws:before {
  content: "";
  display: block;
  background: url("../img/bg_labelnieuws.png") no-repeat;
  position: absolute;
  right: -4px;
  top: 0px;
  width: 72px;
  height: 71px;
}

.box.tip,
.box.labeltip {
  position: relative;
}

.box.tip:before,
.box.labeltip:before {
  content: "";
  display: block;
  background: url("../img/bg_labeltip.png") no-repeat;
  position: absolute;
  right: -7px;
  top: 0px;
  width: 72px;
  height: 71px;
}

.box.labelpluspraktijk {
  position: relative;
}

.box.labelpluspraktijk:before {
  content: "";
  display: block;
  background: url("../img/bg_labelpluspraktijk.png") no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 54px;
  height: 55px;
}

.box.login {
  position: relative;
}

.box.login:before {
  content: "";
  display: block;
  background: url("../img/bg_labelmijnzk.png") no-repeat;
  position: absolute;
  right: -10px;
  top: 0px;
  width: 72px;
  height: 71px;
}

.box.app {
  position: relative;
}

.box.app:before {
  content: "";
  display: block;
  background: url("../img/label-corner-app.png") no-repeat;
  position: absolute;
  right: -10px;
  top: 0px;
  width: 72px;
  height: 71px;
}

.box.box-mijn-zk .box-title {
  color: #C93A83;
}

.box.tile .text-large {
  font-size: 22px;
}

.box.tip {
  border: 1px solid #24b6a6;
  padding: 39px 26px;
  text-align: center;
  font-size: 2.2rem;
  color: #0068BD;
}

.box.review {
  border: 1px solid #0068BD;
}

.box.review > h3:first-child {
  margin-top: -5px;
  margin-right: 60px;
  line-height: 1.3;
}

.box.review.independer {
  position: relative;
}

.box.review.independer:before {
  content: "";
  display: block;
  background: url("../img/bg_labelindepender.png") no-repeat;
  position: absolute;
  right: -7px;
  top: 0px;
  width: 72px;
  height: 71px;
}

.box.review blockquote {
  margin: 0;
  border: 0;
  padding: 0;
}

.box.review blockquote,
.box.review blockquote p {
  font-size: 1.8px;
  font-size: 1.8rem;
  line-height: 1.35;
  color: #0073CF;
}

.box.review blockquote + p {
  margin-top: 1em;
}

.box.hanger-product {
  padding: 0;
}

.box.hanger-product.overflow {
  height: 600px;
}

.box.hanger-product.overflow .product-body {
  max-height: 320px;
  overflow: scroll;
}

.box.hanger-product.overflow .bottom:before {
  content: '';
  height: 40px;
  width: 100%;
  top: -40px;
  left: -15px;
  position: absolute;
  margin: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.box.hanger-product .heading {
  padding: 20px 15px;
  border-bottom: 3px solid #DCEBF3;
  position: relative;
}

.box.hanger-product .heading:after {
  content: '';
  width: 20px;
  height: 30px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: 10;
}

.box.hanger-product .heading:before {
  content: '';
  width: 1px;
  height: 1px;
  position: absolute;
  left: -20px;
  bottom: -44px;
  z-index: 8;
  border-left: 20px solid transparent;
  border-top: 20px solid #DCEBF3;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.box.hanger-product .heading h3 {
  line-height: 1.2;
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #0073CF;
}

.box.hanger-product .heading h3 .small {
  font-size: 18px;
}

.box.hanger-product .product-body {
  padding: 20px 15px;
  position: relative;
  overflow: hidden;
}

.box.hanger-product .bottom {
  padding: 0 15px 20px 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

.box.hanger-product .bottom .price {
  text-align: center;
  color: #0073CF;
  font-family: 'Titillium Web', sans-serif;
  font-size: 26px;
  padding: 20px 15px;
  border-top: 1px solid #DCEBF3;
}

.box.product {
  position: relative;
  padding: 0;
  padding-bottom: 155px;
  border-bottom: 2px solid #BFDCE9;
  background: transparent url("../img/block-divider.png") no-repeat 0px 65px;
}

.box.product.chosen h3:first-child {
  line-height: 2.8;
}

.box.product:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 20px;
  width: 30px;
  top: 64px;
  right: 0px;
  z-index: 1;
}

.box.product.secondbest {
  background: transparent url("../img/block-divider-bluelightest3.png") no-repeat 0px 65px;
}

.box.product.secondbest:after {
  background: #E7F5F5;
}

.box.product.secondbest h3:first-child {
  height: 59px;
}

.box.product.secondbest .product-body,
.box.product.secondbest .bottom,
.box.product.secondbest h3:first-child,
.box.product.secondbest h4 {
  background: #E7F5F5;
}

.box.product.no-click.chosen {
  background-color: #DCEBF3;
}

.box.product.no-click h3:first-child {
  height: 59px;
}

.box.product.secondbest:hover.chosen .bottom,
.box.product.no-click:hover.chosen .bottom,
.box.product.bestchoice:hover.chosen .bottom {
  padding-left: 16px;
  padding-right: 16px;
}

.box.product.form {
  padding-bottom: 100px;
}

.box.product.form:hover {
  background-position: 0 65px !important;
}

.box.product.form:hover .product-body {
  padding: 0 20px 14px 20px !important;
  margin-top: 0 !important;
}

.box.product.form input {
  margin-top: -4px;
}

.box.product.product-bluelightest2 {
  background: transparent url("../img/block-divider-bluelightest2.png") no-repeat 0px 65px;
}

.box.product.product-bluelightest2:after {
  background: #DCEBF3;
}

.box.product.product-bluelightest2 .product-body,
.box.product.product-bluelightest2 .bottom,
.box.product.product-bluelightest2 h3:first-child,
.box.product.product-bluelightest2 h4 {
  background: #DCEBF3;
}

.box.product.product-bluelightest3 {
  background: transparent url("../img/block-divider-bluelightest3.png") no-repeat 0px 65px;
}

.box.product.product-bluelightest3:after {
  background: #E7F5F5;
}

.box.product.product-bluelightest3 .product-body,
.box.product.product-bluelightest3 .bottom,
.box.product.product-bluelightest3 h3:first-child,
.box.product.product-bluelightest3 h4 {
  background: #E7F5F5;
}

.box.product.wide {
  background-image: url("../img/block-divider-wide.png");
}

.box.product.wijziging {
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.box.product.wijziging:after {
  display: none;
}

.box.product.wijziging > h3:first-child {
  margin: 0;
  font-size: 26px;
  font-size: 2.6rem;
  color: #0073CF;
}

.box.product.wijziging .bottom .price.pm:after {
  content: 'premie per maand';
  font-size: 16px;
  font-size: 1.6rem;
}

.box.product.wijziging .bottom .price.new {
  color: #C93A83;
}

.box.product.singlelineheader:after {
  top: 37px;
}

.box.product.triptych {
  margin-top: -20px;
  padding-bottom: 186px;
}

.box.product.triptych h4:first-child {
  padding-top: 30px;
}

.box.product.triptych .product-body {
  padding-bottom: 64px;
  margin-bottom: -64px;
}

.box.product.chosen {
  border: 3px solid #F37903;
  border-radius: 24px;
  margin: -3px;
  background-color: #F37903;
}

.box.product.chosen.favourite:before {
  right: -3px;
  top: -3px;
}

.box.product .unchoose {
  display: block;
  content: "";
  width: 38px;
  height: 38px;
  background: transparent url('../img/unchoose.png') no-repeat;
  position: absolute;
  top: -2px;
  right: -2px;
  cursor: pointer;
}

.box.product.bestchoice {
  border: 3px solid #24b6a6;
  border-radius: 24px;
  margin: -3px 0;
  background-color: #24b6a6;
}

.box.product.bestchoice h3:first-child {
  height: 59px;
}

.box.product.bestchoice.nl:before {
  background: url("../img/bg_labelbestchoice_nl.png") no-repeat 1px 0;
}

.box.product.bestchoice.en:before {
  background: url("../img/bg_labelbestchoice_en.png") no-repeat 1px 0;
}

.box.product .product-body {
  background: #fff;
  padding: 0px 10px 0 10px;
  margin-bottom: -14px;
}

.box.product > h3 {
  background: #fff;
}

.box.product > h3 .stars {
  display: block;
  background: url('../img/sprite_stars_bluedark.png') no-repeat;
  left: 50%;
  margin-left: -30px;
  width: 64px;
  height: 15px;
  position: absolute;
  bottom: 10px;
}

.box.product > h3 .stars.stars4 {
  background-position: 0 -48px;
}

.box.product > h3 .stars.stars3 {
  background-position: 0 -32px;
}

.box.product > h3 .stars.stars2 {
  background-position: 0 -16px;
}

.box.product > h3 .stars.stars1 {
  background-position: 0 0;
}

.box.product > h3:first-child {
  position: relative;
  background: #fff;
  color: #002857;
  margin: 0px 0px 25px 0px;
  height: 65px;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  line-height: 64px;
  line-height: 6.4rem;
  white-space: nowrap;
  border-radius: 4px 4px 0 0;
}

.box.product.twoline-header > h3:first-child {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 4px 4px 0 0;
  color: #002857;
  font-size: 1.8rem;
  font-weight: normal;
  height: 55px;
  line-height: 2.3rem;
  margin: 0 0 25px;
  overflow: hidden;
  padding: 10px 0 0;
  position: relative;
  white-space: normal;
}

.box.product h4 {
  background: #fff;
  color: #0068BD;
  padding: 10px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 20px 0;
}

.box.product p {
  margin: 20px;
}

.box.product .bestchoiceinfo {
  color: #0068BD;
  line-height: 29px;
}

.box.product a.choseninfo {
  display: block;
  text-decoration: none;
  font-weight: 600;
}

.box.product a.choseninfo[data-beforeicon]:before {
  color: inherit;
}

.box.product.product .bottom {
  padding: 13px;
}

.box.product .bottom {
  background: #fff;
  bottom: 0;
  left: 0;
  padding: 16px;
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
}

.box.product .bottom div,
.box.product .bottom a {
  overflow: hidden;
  margin-bottom: 20px;
}

.box.product .bottom a.btn:active {
  margin-bottom: 22px;
}

.box.product .bottom .oldprice {
  color: #279EDA;
  font-size: 14px;
  text-decoration: line-through;
  height: 20px;
}

.box.product .bottom .price {
  color: #0068BD;
  font-size: 30px;
  line-height: 3rem;
}

.box.product .bottom .price.pm:after,
.box.product .bottom .oldprice.pm:after {
  content: 'pm';
  font-size: 16px;
  font-size: 1.6rem;
}

.box.product .bottom .readmore {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 25px;
  margin-bottom: 16px;
  line-height: 1.8rem;
}

.box.product .bottom .readmore a {
  text-decoration: underline;
}

.box.product .size1,
.box.product .size2,
.box.product .size3 {
  margin: 10px 0;
  border-bottom: 1px solid #B1E0E2;
  line-height: 1.9rem;
}

.box.product .size1 strong,
.box.product .size2 strong,
.box.product .size3 strong {
  color: #0068BD;
}

.box.product .size1 {
  height: 60px;
}

.box.product .size2 {
  height: 80px;
}

.box.product .size3 {
  height: 130px;
}

.box.legend {
  color: #0068BD;
  background: transparent;
  padding-top: 87px;
  padding-bottom: 0;
  text-align: right;
  border-bottom: none;
}

.box.legend:after {
  background: none;
}

.box.legend .size1,
.box.legend .size2,
.box.legend .size3 {
  border-bottom: 1px solid #74C9E2;
  margin: 10px 0;
}

.box.legend.nopadding {
  padding-top: 69px;
}

.box.legend.nopadding .size1,
.box.legend.nopadding .size2,
.box.legend.nopadding .size3 {
  padding: 10px 0;
  margin: 0;
}

.box.legend .size1 {
  height: 60px;
}

.box.legend .size2 {
  height: 80px;
}

.box.legend .size3 {
  height: 130px;
}

.box.product-large,
.box.product-small {
  border-bottom: none;
  padding-bottom: 125px;
  border-bottom: 2px solid #BFDCE9;
}

.box.product-large.hasoldprice,
.box.product-small.hasoldprice {
  padding-bottom: 155px;
}

.box.product-large.triptych,
.box.product-small.triptych {
  margin-top: -50px;
  padding-bottom: 170px;
}

.box.product-large.single,
.box.product-small.single {
  margin-top: 0px;
  padding-bottom: 0px;
}

.box.product-large.single .product-body,
.box.product-small.single .product-body {
  padding: 0 20px 20px;
  border-radius: 0 0 4px 4px;
}

.box.product-large .product-body,
.box.product-small .product-body {
  min-height: 90px;
  background: #fff;
  padding: 0 10px;
}

.box.product-large .product-body.nopadding,
.box.product-small .product-body.nopadding {
  padding: 0;
}

.box.product-large .product-body.nopadding .size1,
.box.product-small .product-body.nopadding .size1,
.box.product-large .product-body.nopadding .size2,
.box.product-small .product-body.nopadding .size2,
.box.product-large .product-body.nopadding .size3,
.box.product-small .product-body.nopadding .size3 {
  padding: 10px;
  margin: 0;
}

.box.product-large .product-body.nopadding .chosen,
.box.product-small .product-body.nopadding .chosen {
  background: #F6DAAF;
  position: relative;
}

.box.product-large .product-body.nopadding .chosen .haschosen,
.box.product-small .product-body.nopadding .chosen .haschosen {
  margin-left: -10px;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 20px;
  color: #F37903;
  font-weight: 600;
}

.box.product-large .product-body.nopadding .chosen .haschosen[data-beforeicon]:before,
.box.product-small .product-body.nopadding .chosen .haschosen[data-beforeicon]:before {
  color: inherit;
}

.box.product-large .bottom,
.box.product-small .bottom {
  color: #0068BD;
  height: 155px 20;
}

.box.product-large p,
.box.product-small p {
  border-bottom: none;
}

.box.product-large h3,
.box.product-small h3 {
  padding: 0 20px;
  font-size: 24px;
  font-size: 2.4rem;
}

.box.product-large h4,
.box.product-small h4 {
  font-size: 18px;
  font-size: 1.8rem;
  border: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.box.product-large p,
.box.product-small p {
  font-size: 16px;
  font-size: 1.6rem;
}

.box.product-small {
  min-height: 187px;
  font-size: 14px;
  font-size: 1.4rem;
  background-position: 0 73px;
}

.box.product-small p {
  margin: 20px 0;
}

.box.product-small > h3:first-child {
  height: 74px;
  padding: 0 5px;
  font-size: 17px;
  font-size: 1.7rem;
}

.box.product-small.singlelineheader {
  background-position: 0 43px;
}

.box.product-small.singlelineheader.legend {
  padding-top: 59px;
}

.box.product-small.singlelineheader > h3:first-child {
  height: 43px;
  padding: 0 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 4.4rem;
}

.box.product-small .product-body {
  min-height: 2px;
}

.box.product-small .bottom {
  padding: 10px;
}

.box.product-small .bottom .price {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-size: 2.2rem;
}

.box.large-header {
  min-height: 185px;
}

.box.large-header:after {
  top: 70px;
}

.box.large-header > h3:first-child {
  white-space: normal;
  height: 74px;
  padding: 0 5px;
}

.box.berekenpremie {
  color: #0068BD;
}

.box.berekenpremie p {
  color: #002857;
  margin: 0;
}

.box.berekenpremie .row-fluid .span12 {
  display: inline-block;
  float: none;
  margin: 0;
  margin-bottom: 20px;
  vertical-align: middle;
}

.box.berekenpremie .row-fluid [class*="span"] .box {
  margin: 0;
  font-size: 1.2em;
}

.box.berekenpremie.premie-small [class^="span"] {
  margin-bottom: 0;
  line-height: 2.5em;
}

.box.berekenpremie.premie-small .box {
  min-height: 0;
  margin-bottom: 0;
}

.box.berekenpremie.premie-small .text-big {
  font-size: 1.5em;
}

.box.berekenpremie.sidebar {
  font-size: 14px;
  font-size: 1.4rem;
}

.box.berekenpremie.sidebar .btn-block {
  margin: 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.box.berekenpremie.sidebar label,
.box.berekenpremie.sidebar p {
  font-size: 14px;
  font-size: 1.4rem;
}

.box.berekenpremie.sidebar label.checkbox {
  color: #002857;
  line-height: 14px;
  line-height: 1.4rem;
}

.box.berekenpremie.sidebar .box.white {
  padding: 8px;
  min-height: 20px;
  margin-top: 10px;
}

.box.berekenpremie.sidebar .price {
  font-family: 'Titillium Web', sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
}

.box.berekenpremie .form-horizontal .control-group {
  margin: 0;
}

.box.berekenpremie .form-horizontal .controls {
  margin-left: 160px;
}

.box.berekenpremie .form-horizontal .control-label {
  text-align: left;
  width: 140px;
}

.box.berekenpremie .price {
  font-family: 'Titillium Web', sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
}

.box.berekenpremie .alert-tip {
  background: #fff;
  overflow: hidden;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -16px;
}

.box.berekenpremie .alert-tip:before {
  right: -9px;
  top: -2px;
}

.box.alert-box-green {
  background: #24b6a6;
  color: #fff;
}

.box.alert-box-green.bottom {
  position: absolute;
  bottom: 0;
}

.box.alert-box-green h3 {
  color: #fff;
  margin-top: 3px;
  margin-bottom: 8px;
  line-height: 3.4rem;
}

.box.alert-box-green a {
  color: inherit;
}

.box.alert-box-green p.lead {
  padding: 0;
  margin: 0;
}

.box.header {
  border-radius: 4px 4px 0 0;
  padding: 10px;
  min-height: 45px;
  font-weight: 200;
}

.box.contactbox {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: -16px -16px -16px 10px;
  min-height: 250px;
  border-radius: 0 4px 4px 0;
}

.box.contactbox h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px 0px;
  margin: 0;
}

.box.contactbox a:visited,
.box.contactbox a:link {
  color: #0068BD;
}

.box.contactbox a.btn-primary:visited,
.box.contactbox a.btn-primary:hover,
.box.contactbox a.btn-primary:link {
  color: #fff;
  text-decoration: none;
}

.box.contactbox .btn-link {
  white-space: nowrap;
}

.box.contactbox .row-fluid .span12:first-of-type {
  padding: 0 8px 0 0;
}

.box.contactbox .row-fluid .span12:last-of-type {
  padding: 0 0 0 8px;
}

.box .arrow-top {
  position: absolute;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  margin-left: -5px;
  left: 50%;
  top: -10px;
}

.box .arrow-right {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  margin-top: -5px;
  top: 50%;
  right: -10px;
}

.box .arrow-btm {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-top: -5px;
  left: 50%;
  bottom: -10px;
}

.box .arrow-left {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  margin-bottom: -5px;
  top: 50%;
  left: -10px;
}

.box.slant-corner:before {
  left: -15px;
  top: -15px;
  margin: 0;
}

.box.slant-corner.border:before {
  border-right: 1px solid #DCEBF3;
}

.box.slant-corner-large:before {
  margin: 0;
  width: 40px;
  height: 40px;
  top: -21px;
  left: -21px;
  border: none;
}

.box.link-box {
  color: #002857;
  display: block;
  text-decoration: none;
}

.box.link-box:hover {
  background: #ECF7F9;
  /*color: @blue;*/
}

.box.link-box .box-title {
  color: #0068BD;
}

.box span.box-photo {
  margin-bottom: 1.25em;
  display: block;
}

.box span.box-photo.rounded {
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 1.25em;
}

.box span.box-photo.rounded.smaller {
  width: 62px;
  height: 62px;
}

.box span.box-photo.rounded img {
  max-width: none;
}

.box span.box-photo.text-left {
  margin: 0 0 1.25em;
}

.box.testimonialquote {
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  position: relative;
  border-radius: 4px 4px 4px 0;
}

.box.testimonialquote h2 {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
}

@media (max-width: 662px) {
  .box.testimonialquote h2 {
    line-height: 3rem;
    font-weight: 600;
  }
}

.box.testimonialquote span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}

.box.testimonialquote:after {
  content: " ";
  position: absolute;
  display: inline-block;
  bottom: -40px;
  left: 0px;
  border-bottom: 40px solid transparent;
}

.box.testimonialquote.bg-orange:after {
  border-left: 40px solid #F37903;
}

.box.testimonialquote.bg-turquoise:after {
  border-left: 40px solid #24b6a6;
}

.box.testimonialquote.bg-pink:after {
  border-left: 40px solid #C93A83;
}

.box.testimonialquote.bg-white {
  color: #002857;
}

.box.testimonialquote.bg-white:after {
  border-left: 40px solid #fff;
}

.box.testimonialquote.leftcolumn {
  border-radius: 4px 4px 0 4px;
}

.box.testimonialquote.leftcolumn.bg-turquoise:after {
  border-left: none;
  border-right: 40px solid #24b6a6;
  right: 0px;
}

.box.testimonialquote.leftcolumn.bg-orange:after {
  border-left: none;
  border-right: 40px solid #F37903;
  right: 0px;
}

.box.testimonialquote.leftcolumn.bg-white:after {
  border-left: none;
  border-right: 40px solid #fff;
  right: 0px;
}

.box--no-margin {
  margin: 0;
}

.box.quotebox {
  color: #0068BD;
  margin-top: 20%;
  width: 80%;
  text-align: center;
  padding: 16px 48px;
}

.box.quotebox .quotebox__img {
  display: block;
  margin: -70px auto 0 auto;
}

.box.box__overview-item {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 1px;
}

.box.box__overview-item .item-img-container {
  border-radius: 4px;
  padding: 0;
  margin: -1px -17px 0 -17px;
  text-align: center;
  position: relative;
}

.box.box__overview-item .item-img-container.item-img-container--icon {
  padding: 6px 7px;
  background-color: #0068BD;
  position: absolute;
  width: 22px;
  right: 27px;
}

.box.box__overview-item .item-img-container img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.box.box__overview-item .item-content {
  padding: 16px 0 48px 0;
}

.box.box__overview-item .item-footer-link {
  padding: 10px 16px;
  margin: 0 -16px;
  display: block;
  text-align: right;
  font-weight: bold;
  border-top: 1px solid #DCEBF3;
  border-radius: 0 0 5px 5px;
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box.box-colored-label {
  padding-bottom: 48px;
  margin-top: 1px;
}

.box.box-colored-label .box-colored-label__title {
  padding: 25px 16px;
  margin: -1px -17px 0 -17px;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  background-color: #F37903;
  border-radius: 0 5px 0 0;
  position: relative;
  top: -16px;
}

.box.box-colored-label .box-colored-label__title:before {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  border-style: solid;
  border-width: 21px 21px 0 0;
  border-color: white transparent;
}

.box.box-colored-label--orange .box-colored-label__title {
  background-color: #F37903;
}

.box.box-colored-label--blue .box-colored-label__title {
  background-color: #279EDA;
}

.box.box-colored-label--pink .box-colored-label__title {
  background-color: #DE4D9F;
}

.box.box-colored-label--purple .box-colored-label__title {
  background-color: #80379b;
}

.box.box-colored-label--turquoise .box-colored-label__title {
  background-color: #24b6a6;
}

.box.box-colored-label a.box-colored-label__link {
  padding: 10px 16px;
  margin: 0 -16px;
  display: block;
  text-align: right;
  font-weight: bold;
  border-top: 1px solid #DCEBF3;
  border-radius: 0 0 5px 5px;
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 0;
}

.box .row.blueLightest .box-colored-label .box-colored-label__title:before,
.box .contentzone--bg-blueLightest .box-colored-label .box-colored-label__title:before {
  border-color: #74C9E2 transparent;
}

.box .row.blueLightest1 .box-colored-label .box-colored-label__title:before,
.box .contentzone--bg-blueLightest1 .box-colored-label .box-colored-label__title:before {
  border-color: #B1E0E2 transparent;
}

.box .row.blueLightest2 .box-colored-label .box-colored-label__title:before,
.box .contentzone--bg-blueLightest2 .box-colored-label .box-colored-label__title:before {
  border-color: #DCEBF3 transparent;
}

.box .row.blueLightest6 .box-colored-label .box-colored-label__title:before,
.box .contentzone--bg-blueLightest6 .box-colored-label .box-colored-label__title:before {
  border-color: #CAE9FA transparent;
}

.box.box__curved {
  padding: 16px 32px;
}

.box.box__curved:before {
  content: ' ';
  background-color: #fff;
  width: calc(100% - 30px);
  height: 32px;
  position: absolute;
  border-top-right-radius: 4px;
  display: block;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.box.box__curved:after {
  content: ' ';
  background-color: #fff;
  width: 45px;
  height: 45px;
  position: absolute;
  display: block;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

.box.box__curved p:last-of-type {
  margin-bottom: 0;
}

.box.box__curved .btn {
  white-space: normal;
}

.box.box__curved.blue {
  color: #fff;
}

.box.box__curved.blue * {
  color: #fff;
}

.box.box__curved.blue:before {
  background-color: #0068BD;
}

.box.box__curved.blue:after {
  background-color: #0068BD;
}

.box.box__curved.bluelighter {
  color: #fff;
}

.box.box__curved.bluelighter * {
  color: #fff;
}

.box.box__curved.bluelighter:before {
  background-color: #279EDA;
}

.box.box__curved.bluelighter:after {
  background-color: #279EDA;
}

.box.box__curved.box__curved--top-left {
  margin-top: 30px;
  padding-top: 0;
  border-top-right-radius: 0;
}

@media (max-width: 667px) {
  .box.box__curved.box__curved--top-left {
    margin-top: 46px;
  }
}

.box.box__curved.box__curved--top-left:before {
  border-top-right-radius: 4px;
  right: 0;
  top: -30px;
}

.box.box__curved.box__curved--top-left:after {
  top: -22px;
  left: 8px;
}

.box.box__curved.box__curved--top-left .svg-icon {
  position: relative;
  top: -20px;
}

.box.box__curved.box__curved--top-right {
  margin-top: 30px;
  padding-top: 0;
  border-top-left-radius: 0;
}

@media (max-width: 667px) {
  .box.box__curved.box__curved--top-right {
    margin-top: 46px;
  }
}

.box.box__curved.box__curved--top-right:before {
  border-top-left-radius: 4px;
  left: 0;
  top: -30px;
}

.box.box__curved.box__curved--top-right:after {
  top: -22px;
  right: 8px;
}

.box.box__curved.box__curved--top-right .svg-icon {
  position: relative;
  top: -20px;
}

.box.box__curved.box__curved--bottom-left {
  margin-bottom: 46px;
  padding-bottom: 0;
  border-bottom-right-radius: 0;
}

.box.box__curved.box__curved--bottom-left:before {
  border-bottom-right-radius: 4px;
  right: 0;
  bottom: -30px;
}

.box.box__curved.box__curved--bottom-left:after {
  bottom: -22px;
  left: 8px;
}

.box.box__curved.box__curved--bottom-left .box-cross {
  top: calc(50% - 15px);
}

.box.box__curved.box__curved--bottom-right {
  margin-bottom: 46px;
  padding-bottom: 0;
  border-bottom-left-radius: 0;
}

.box.box__curved.box__curved--bottom-right:before {
  border-bottom-left-radius: 4px;
  left: 0;
  bottom: -30px;
}

.box.box__curved.box__curved--bottom-right:after {
  bottom: -22px;
  right: 8px;
}

.box.box__curved.box__curved--bottom-right .box-cross {
  top: calc(50% - 15px);
}

.box.box__curved.box__curved--has-border {
  z-index: 1;
  border: 1px solid #DCEBF3;
}

.box.box__curved.box__curved--has-border.box__curved--top-left:after {
  border-left: 1px solid #DCEBF3;
}

.box.box__curved.box__curved--has-border.box__curved--top-left:before {
  border-top: 1px solid #DCEBF3;
  border-right: 1px solid #DCEBF3;
  right: -1px;
}

.box.box__curved.box__curved--has-border.box__curved--top-right:after {
  border-top: 1px solid #DCEBF3;
}

.box.box__curved.box__curved--has-border.box__curved--top-right:before {
  border-top: 1px solid #DCEBF3;
  border-left: 1px solid #DCEBF3;
  left: -1px;
}

.box.box__curved.box__curved--has-border.box__curved--bottom-left:after {
  border-bottom: 1px solid #DCEBF3;
}

.box.box__curved.box__curved--has-border.box__curved--bottom-left:before {
  border-bottom: 1px solid #DCEBF3;
  border-right: 1px solid #DCEBF3;
  right: -1px;
}

.box.box__curved.box__curved--has-border.box__curved--bottom-right:after {
  border-right: 1px solid #DCEBF3;
}

.box.box__curved.box__curved--has-border.box__curved--bottom-right:before {
  border-bottom: 1px solid #DCEBF3;
  border-left: 1px solid #DCEBF3;
  left: -1px;
}

.box .box-cross {
  background-image: url('../img/svg/home-2016-bg.svg#pos-kruis-icon');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ECF7F9;
  background-size: 70% 70%;
  border-radius: 50%;
  position: absolute;
  right: -38px;
  top: calc(50% - 45px);
  width: 60px;
  height: 60px;
  z-index: 10;
}

@media screen and (max-width: 662px) {
  .box .box-cross {
    width: 45px;
    height: 45px;
    top: auto;
    bottom: -30px;
    right: calc(50% - 22px);
  }
}

.box.blue .box-cross {
  background-color: #fff;
}

.box.bluelighter .box-cross {
  background-color: #fff;
}

@media screen and (max-width: 662px) {
  div[class^="span"]:first-child .box.box__curved.box__curved--top-left {
    margin-top: 30px;
  }
}

@media screen and (max-width: 662px) {
  div[class^="span"]:first-child .box.box__curved.box__curved--top-right {
    margin-top: 30px;
  }
}

a.boxlink {
  text-decoration: none;
}

a.boxlink p {
  color: #474D6C;
}

a.boxlink:hover .box {
  text-decoration: none;
  background-color: #F37903;
  -webkit-box-shadow: 0px 0px 0px 3px #F37903;
  box-shadow: 0px 0px 0px 3px #F37903;
}

a.boxlink:hover .box.favourite:before {
  right: -9px;
  top: -8px;
}

.box > h1,
.box > h2,
.box > h3,
.box > h4,
.box > h5,
.box > h6 {
  margin-top: 0;
}

.box-large {
  padding: 24px;
  border-radius: 24px;
}

.box-small {
  padding: 9px;
  border-radius: 4px;
}

.fade-in-on-scroll {
  display: block;
}

.fade-in-on-scroll h1,
.fade-in-on-scroll h2,
.fade-in-on-scroll h3,
.fade-in-on-scroll h4 {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 1;
}

.fade-in-on-scroll p,
.fade-in-on-scroll span,
.fade-in-on-scroll div {
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  opacity: 1;
}

.fade-in-on-scroll.hidden {
  display: block;
  visibility: visible;
}

.fade-in-on-scroll.hidden h1,
.fade-in-on-scroll.hidden h2,
.fade-in-on-scroll.hidden h3,
.fade-in-on-scroll.hidden h4,
.fade-in-on-scroll.hidden p,
.fade-in-on-scroll.hidden span,
.fade-in-on-scroll.hidden div {
  opacity: 0;
  -webkit-transition: all 0s ease-in;
  transition: all 0s ease-in;
}

.side-bar h4 {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.equalize-boxes .box .size1,
.equalize-boxes .box .size2,
.equalize-boxes .box .size3 {
  height: auto;
}

.alignbtnbottom .box {
  padding-bottom: 50px;
}

.alignbtnbottom .box a.btn:first-of-type {
  position: absolute;
  bottom: 10px;
}

@media (max-width: 480px) {
  .box.product-small {
    overflow: hidden;
    min-height: 300px;
  }

  .box.product .bottom {
    height: 200px;
    overflow: hidden;
  }

  .longtext.box .controls {
    margin-left: 0;
  }
}

.box.product h3 {
  font-size: 20px;
  line-height: 64px;
}

.box.product h4 {
  font-size: 16px;
  line-height: 20px;
}

.box.product .bottom .price {
  font-size: 30px;
  line-height: 30px;
}

.box.product .bottom .readmore {
  font-size: 12;
  line-height: 18px;
}

.divider {
  z-index: 10;
  position: relative;
  background-repeat: no-repeat;
  text-align: left;
  padding-top: 15px;
  padding-left: 13px;
  width: 47px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -46px;
  margin-bottom: 0px;
}

.divider.divider-bluelightest2 {
  background-image: url('../img/next-block-bluelightest2.png');
}

.divider.divider-bluelightest3 {
  background-image: url('../img/next-block-bluelightest3.png');
}

.divider.divider-white {
  background-image: url('../img/next-block-white.png');
}

.divider:after {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0 0 0 5px;
  color: #0073CF;
}

.image-box {
  position: relative;
}

.image-box img {
  margin-bottom: -20px;
}

.image-box .box-heading {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 20px 25px;
  width: 92%;
  padding: 0;
}

.image-box .box-heading h1 {
  color: #fff;
  font-size: 36px;
  padding: 14px 32px;
  margin: 0;
  position: relative;
  z-index: 1;
}

.image-box .box-heading:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 887px;
  top: -335px;
  right: -14%;
  background: #C93A83;
  -webkit-transform: rotate(229deg);
  -ms-transform: rotate(229deg);
  transform: rotate(229deg);
}

.funnel-popup .image-box.choice:before {
  border-left: 15px solid #fff;
}

.image-box.choice:first-child:before {
  display: none;
}

.image-box.choice:last-child:after {
  display: none;
}

.image-box.choice:after {
  content: '';
  position: absolute;
  right: -29px;
  top: 50px;
  width: 1px;
  height: 1px;
  border-left: 15px solid #DCEBF3;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.image-box.choice:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50px;
  width: 1px;
  height: 1px;
  border-left: 15px solid #E7F5F5;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.image-box.choice img {
  width: auto;
  margin: auto;
}

.image-box.choice .box-heading {
  position: relative;
  margin: 0;
  font-size: 20px;
  padding-top: 15px;
}

.image-box.choice .box-heading:after {
  display: none;
}

.half-width {
  width: 50%;
}

ul.two-columns-icon li {
  width: 40%;
  float: left;
}

.nav-aanbod .box.border {
  padding: 0 0 35px 0;
}

.nav-aanbod .box.border img {
  width: 100%;
  max-width: none;
}

.nav-aanbod .box.border p {
  color: #002857;
  display: inline-block;
  margin: 6px 16px 16px;
}

.nav-aanbod .box.border h3 {
  color: #0068BD;
  display: inline-block;
  margin: 16px 16px 0 16px;
}

.nav-aanbod .box.border a.btn-link {
  display: block;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #DCEBF3;
  width: 93%;
  text-align: right;
  left: 0;
  height: 30px;
  padding: 5px 7% 0 0;
  font-weight: 600;
}

@media (max-width: 662px) {
  .nav-aanbod .box.border a.btn-link {
    margin-bottom: 0;
  }
}

@media (min-width: 663px) and (max-width: 980px) {
  .image-box img {
    width: 100%;
  }

  .image-box .box-heading:after {
    top: -355px;
  }
}

@media (max-width: 767px) {
  .box.quotebox {
    margin-top: 5%;
    padding: 16px 24px;
    left: 20%;
    width: 60%;
  }
}

@media (max-width: 414px) {
  .box.quotebox {
    left: 10%;
    width: 80%;
  }
}

.counter-block {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 74px;
  color: #0068BD;
  font-size: 20px;
  font-family: 'Titillium Web', sans-serif;
}

.counter-block .counter-dot {
  display: inline-block;
  margin-left: -3px;
  margin-right: -2px;
}

.counter-block.small .counter-dot {
  margin-left: 1px;
  margin-right: -3px;
}

.counter-block .pre-counter-text,
.counter-block .post-counter-text {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

.counter-block.small .pre-counter-text,
.counter-block.small .post-counter-text {
  margin: 0 6px;
}

.counter-block.small {
  margin: 0;
}

.counter-block .counter {
  display: inline-table;
  font-size: 32px;
  border-collapse: separate;
  border-spacing: 6px;
}

.counter-block .counter-number {
  width: 40px;
  height: 56px;
  background-color: #0068BD;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  margin-left: 6px;
}

.counter-block.small .counter-number {
  height: 35px;
  width: 25px;
  font-size: 21px;
  line-height: 1.6;
  display: inline-block;
  margin-left: 4px;
}

.counter-block .counter-shadow {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #0073CF;
  top: 28px;
  left: 0;
  z-index: -1;
}

.counter-block.small .counter-shadow {
  top: 18px;
}

.large-header-counter .counter-block {
  margin-top: 30px;
}

@media (max-width: 662px) {
  .half-width {
    width: 100%;
  }

  .box ul.centered-content {
    width: 100%;
    /*margin: 0;*/
  }

  .forum-item .forum-item-footer span {
    margin-left: 2.9em;
  }
}

h2 .stars {
  display: inline-block;
  background: url('../img/sprite_stars_blue.png') no-repeat;
  width: 80px;
  height: 16px;
}

h2 .stars.stars4 {
  background-position: 0 -48px;
}

h2 .stars.stars3 {
  background-position: 0 -32px;
}

h2 .stars.stars2 {
  background-position: 0 -16px;
}

h2 .stars.stars1 {
  background-position: 0 0;
}

.stars-branded {
  display: block;
  background: url('../img/star-rating.png') no-repeat;
  width: 68px;
  height: 15px;
  position: absolute;
  bottom: 20px;
}

.stars-branded.stars4 {
  background-position: 0 -45px;
}

.stars-branded.stars3 {
  background-position: 0 -30px;
}

.stars-branded.stars2 {
  background-position: 0 -15px;
}

.stars-branded.stars1 {
  background-position: 0 0;
}

.star-branded-2015 {
  height: 16px;
  width: 16px;
  margin-left: -1px;
  margin-right: -2px;
  display: block;
  float: left;
  background-image: url(../img/brands/aanvullend/stars-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -16px;
}

.star-branded-2015.inactive {
  background-position: -16px -16px;
}

.box--has-avatar {
  padding-top: 80px;
  margin-top: 80px;
}

@media only screen and (min-width: 663px) {
  .box--has-avatar {
    margin-top: 36px;
  }
}

.box__avatar {
  background: url('/Style%20Library/custom/img/avatar_female.png') no-repeat #24b6a6;
  background-size: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  border: 8px solid #fff;
  -webkit-box-shadow: 4px 2px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 2px 1px 0 rgba(0, 0, 0, 0.1);
}

.box__avatar--male {
  background-image: url('/Style%20Library/custom/img/avatar_male_bald.png');
  background-position: 50% -25%;
}

body > header,
header,
body > form > header {
  position: relative;
  z-index: 101;
  padding: 0;
  background: #fff;
  height: 110px;
  border-bottom: 1px solid #eee;
}

header ul.inline {
  position: relative;
  z-index: 100;
}

header ul.inline > li {
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 2px 4px 2px 4px;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
}

@media (max-width: 992px) {
  header ul.inline > li:not(:last-child) {
    display: none;
  }
}

header ul.inline > li ul {
  width: 100%;
}

header ul.inline > li:hover,
header ul.inline > li:focus {
  border: 1px solid #DCEBF3;
  border-radius: 24px;
}

header ul.inline li:last-child:hover {
  border-color: transparent;
}

header ul.inline li:last-child:hover a {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

header ul.inline.overons li:hover {
  border: 1px solid transparent;
}

header ul.inline ul {
  overflow: hidden;
}

header .user-icon:before {
  font-family: 'zk-icons-new';
  content: '\e977';
}

header .user-icon ~ ul li a.btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

header #sprite-digid {
  flex-shrink: 0.2;
  width: 34px;
  width: 3.4rem;
  padding-right: 5px;
}

header ul.inline ul {
  position: absolute;
  left: -333em;
  top: auto;
  list-style: none;
  margin: 0;
  border: 1px solid #DCEBF3;
  border-radius: 24px;
  z-index: -1;
  background-color: #fff;
}

header ul.inline > li:hover > ul {
  position: absolute;
  left: auto;
  top: 47px;
  margin-left: -5px;
  margin-top: -2px;
}

header ul.inline > li:hover ul li,
header ul.inline > li:hover ul li:hover {
  border: none;
}

header ul.inline ul > li a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
}

header ul.inline ul > li a:not(.btn-inlog):hover {
  background-color: #F6F3F1;
}

@media (max-width: 992px) {
  header ul.inline ul > li a.btn-inlog #sprite-digid {
    padding-right: 0;
  }

  header ul.inline ul > li a.btn-inlog span {
    white-space: nowrap;
    margin-bottom: 0;
  }
}

header ul.inline a.selected {
  background-color: transparent;
  color: #0b91ff;
}

body.navless > header,
body.navless > form > header {
  background: #fff;
  height: 150px;
  border-bottom: 2px solid #bfbfbf;
}

body.navless > header h1,
body.navless > form > header h1 {
  font-size: 4.8rem;
  line-height: 5rem;
}

.photo-header {
  margin-top: -25px;
  position: relative;
  min-height: 309px;
  padding: 40px 0 22px;
  background: url(../img/header/alpaca_home.jpg) top center no-repeat;
  margin-bottom: 50px;
  margin-bottom: 2rem;
}

.photo-header[data-type="parallax"] {
  padding: 40px 0;
  min-height: 290px;
}

.photo-header .container {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.photo-header[data-type="parallax"] .container {
  padding: 0;
}

.photo-header .box.product > h3:first-child {
  line-height: 26px;
  line-height: 2.6rem;
  white-space: normal;
  display: table-cell;
  width: 406px;
  vertical-align: middle;
  border-collapse: collapse;
}

.photo-header .box.product .product-body {
  margin-top: 24px;
}

.photo-header h1 {
  color: #fff;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 58px;
  line-height: 4.8rem;
  font-weight: 700;
  margin: 3rem;
}

.photo-header .productshome {
  margin-top: 100px;
}

.photo-header.subpage {
  min-height: 190px;
}

.photo-header.detail {
  min-height: 128px;
}

header .container {
  position: relative;
}

header .logo {
  display: block;
  margin-top: 20px;
  width: 200px;
  height: 64px;
  position: relative;
  z-index: 2;
}

header .sitewide {
  position: absolute;
  right: 0px;
  top: 5px;
}

header .navbar-search {
  color: #999999;
  position: absolute;
  top: 10px;
  right: 0px;
}

header .navbar-search[data-icon]:after {
  font-size: 2rem;
  position: absolute;
  right: 9px;
  top: 7px;
}

header .navbar-search .search-query {
  color: #113E83;
  background-color: #eee;
  border-color: #fff;
  width: 155px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
}

header .navbar-search .search-query:-moz-placeholder {
  color: #DADADA;
  font-size: 14px;
  opacity: 1;
}

header .navbar-search .search-query::-moz-placeholder {
  color: #DADADA;
  font-size: 14px;
  opacity: 1;
}

header .navbar-search .search-query:-ms-input-placeholder {
  color: #DADADA;
  font-size: 14px;
}

header .navbar-search .search-query::-webkit-input-placeholder {
  color: #DADADA;
  font-size: 14px;
}

header .navbar-search .search-query:focus,
header .navbar-search .search-query.focused {
  background-color: #f4f4f4;
  width: 200px;
  -webkit-transition: 1s all;
  transition: 1s all;
}

header .container ul.overons li {
  padding-right: 0;
}

header .container ul.overons li:first-child {
  margin-right: 25px;
}

.logo-collectiviteit {
  display: none;
}

.collectiviteit .logo-collectiviteit {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
}

.collectiviteit .logo-collectiviteit img {
  max-height: 55px;
}

.mijnverzekeringen {
  margin-top: -25px;
  margin-bottom: 0px;
}

.mijnverzekeringen .row-fluid {
  color: #24b6a6;
  font-size: 14px;
  font-size: 1.4rem;
}

.mijnverzekeringen .row-fluid .box {
  background: transparent;
  padding: 0;
  min-height: 80px;
}

.mijnverzekeringen .row-fluid .stars {
  display: inline-block;
  background-image: url('../img/sprite_stars_turqoise.png');
  background-repeat: no-repeat;
  width: 66px;
  height: 15px;
}

.mijnverzekeringen .row-fluid .stars.stars5 {
  background-position: 0 -64px;
}

.mijnverzekeringen .row-fluid .stars.stars4 {
  background-position: 0 -48px;
}

.mijnverzekeringen .row-fluid .stars.stars3 {
  background-position: 0 -32px;
}

.mijnverzekeringen .row-fluid .stars.stars2 {
  background-position: 0 -16px;
}

.mijnverzekeringen .row-fluid .stars.stars1 {
  background-position: 0 0;
}

.mijnverzekeringen .row-fluid .stars.star5 {
  background-position: 0 -64px;
}

.mijnverzekeringen .row-fluid .stars.star4 {
  background-position: 0 -48px;
}

.mijnverzekeringen .row-fluid .stars.star3 {
  background-position: 0 -32px;
}

.mijnverzekeringen .row-fluid .stars.star2 {
  background-position: 0 -16px;
}

.mijnverzekeringen .row-fluid .stars.star1 {
  background-position: 0 0;
}

.mijnverzekeringen .row-fluid > div:first-of-type {
  border-left: 1px solid #DDDDDD;
}

.mijnverzekeringen .row-fluid > div {
  padding: 10px 0 0;
  min-height: 90px;
  border-right: 1px solid #DDDDDD;
}

.mijnpakket {
  background: #24b6a6;
  font-size: 14px;
  font-size: 1.4rem;
  height: 35px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 25px;
  margin-top: -25px;
  position: relative;
}

.mijnpakket.showopen {
  margin-top: 0px;
}

.mijnpakket .container {
  padding: 5px 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mijnpakket a.pakketten-toggle {
  position: absolute;
  text-decoration: none;
  width: 200px;
  left: 50%;
  margin: 0 0 0 -100px;
  bottom: 6px;
  text-align: center;
}

.mijnpakket a.pakketten-toggle:after {
  content: 'c';
  font-family: "zk-icons-font";
  background: #24b6a6;
  border-radius: 0 0 40px 40px;
  position: absolute;
  top: 20px;
  line-height: 21px;
  width: 38px;
  height: 23px;
  left: 50%;
  margin-left: -19px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  vertical-align: middle;
}

.mijnpakket a {
  color: #fff;
}

.content ul,
ul.normallist {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.content ul li,
ul.normallist li {
  list-style: none;
  display: block;
  padding: 4px 20px 0 25px;
  position: relative;
}

.content ul li:before,
ul.normallist li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -20px;
  left: -2.5rem;
  top: -1px;
  top: -0.1rem;
  color: #002857;
  font-size: 24px;
}

ul.block-links li {
  padding-right: 0;
}

ul.checkmark.ta-middle li,
.content ul.checkmark.ta-middle li,
ul.cross.ta-middle li,
.content ul.cross.ta-middle li {
  text-align: center;
}

ul.checkmark.ta-middle li:before,
.content ul.checkmark.ta-middle li:before,
ul.cross.ta-middle li:before,
.content ul.cross.ta-middle li:before {
  position: relative;
  top: 7px;
  vertical-align: inherit;
  left: -20px;
}

ul.checkmark li,
.content ul.checkmark li,
ul.cross li,
.content ul.cross li {
  padding: 4px 0 0 25px;
  padding: 0.4rem 0 0 2.5rem;
}

ul.checkmark li:before,
.content ul.checkmark li:before,
ul.cross li:before,
.content ul.cross li:before {
  position: absolute;
  left: 0px;
  font-family: "zk-icons-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px 0 0;
  padding: 0 0.8rem 0 0;
  font-size: 16px;
  top: 8px;
}

@media (max-width: 662px) {
  ul.checkmark li:before,
  .content ul.checkmark li:before,
  ul.cross li:before,
  .content ul.cross li:before {
    top: 5px;
  }
}

ul.checkmark li.unchecked:before,
.content ul.checkmark li.unchecked:before,
ul.cross li.unchecked:before,
.content ul.cross li.unchecked:before {
  content: '';
  padding: 0;
}

ul.checkmark li:before,
.content ul.checkmark li:before {
  content: 'g';
  color: #24b6a6;
}

ul.cross li:before,
.content ul.cross li:before {
  color: #BF2B2D;
  font-family: zk-icons-new;
  content: '\e928';
}

ul.checkmark.circle {
  overflow: hidden;
}

ul.checkmark.circle li {
  padding-left: 50px;
  padding-bottom: 30px;
}

ul.checkmark.circle li:before {
  background-color: #24b6a6;
  top: -8px;
  left: -10px;
  border: 10px solid #fff;
  color: #fff;
  border-radius: 33px 33px;
  height: 33px;
  width: 33px;
  padding: 0;
  line-height: 2.4;
  text-indent: 8px;
  z-index: 20;
}

ul.checkmark.circle li:after {
  content: '';
  display: block;
  background: #24b6a6;
  position: absolute;
  left: 16px;
  top: -200%;
  width: 1px;
  height: 200%;
  z-index: 10;
}

ul.checkmark.circle li:first-child:after {
  display: none;
}

ul.checkmark.circle li.unchecked:before {
  z-index: 8;
  background: #91dad2;
}

ul.checkmark.circle li.unchecked:after {
  z-index: 4;
  background: #b6f0ea;
}

@media (min-width: 600px) and (max-width: 10000px) {
  ul.checkmark.circle li {
    margin-bottom: 15px;
  }
}

ul.big li,
.content ul.big li {
  padding: 4px 0 0 35px;
  padding: 0.4rem 0 0 3.5rem;
}

ul.big li:before,
.content ul.big li:before {
  font-size: 2.4rem;
  top: 7px;
  top: 0.7rem;
}

ul.nomargin,
.content ul.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

.boekenkast ul li {
  display: inline-block;
  vertical-align: top;
  min-width: 130px;
  max-width: 130px;
  margin-top: 20px;
  text-align: left;
}

.boekenkast ul li a {
  text-decoration: none;
  font-size: 14px;
}

.boekenkast ul li img {
  width: 100%;
}

.ordered-list {
  counter-reset: ordered-list;
  list-style: none;
  margin: 20px 0;
}

.ordered-list__item {
  margin-bottom: 15px;
}

.ordered-list__item:before {
  content: counter(ordered-list);
  counter-increment: ordered-list;
  background: #C93A83;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 30px;
  line-height: 30px;
  color: #fff;
  margin-right: 20px;
  font-size: 1.25em;
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
}

.bg-color-blueDarkest {
  background: #002857;
  color: #fff;
}

.bg-color-blueDarkest h1,
.bg-color-blueDarkest .h1,
.bg-color-blueDarkest h4,
.bg-color-blueDarkest .h4 {
  color: #fff;
}

.bg-color-blueDarkest h2,
.bg-color-blueDarkest .h2,
.bg-color-blueDarkest h6,
.bg-color-blueDarkest .h6 {
  color: #fff;
}

.bg-color-blueDarkest h3,
.bg-color-blueDarkest .h3 {
  color: #fff;
}

.bg-color-blueDarkest h5,
.bg-color-blueDarkest .h5 {
  color: #fff;
}

.bg-color-blueDarkest .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--blueDarkest {
  background: #002857;
  color: #fff;
}

.bg-color-blueDark {
  background: #113E83;
  color: #fff;
}

.bg-color-blueDark h1,
.bg-color-blueDark .h1,
.bg-color-blueDark h4,
.bg-color-blueDark .h4 {
  color: #fff;
}

.bg-color-blueDark h2,
.bg-color-blueDark .h2,
.bg-color-blueDark h6,
.bg-color-blueDark .h6 {
  color: #fff;
}

.bg-color-blueDark h3,
.bg-color-blueDark .h3 {
  color: #fff;
}

.bg-color-blueDark h5,
.bg-color-blueDark .h5 {
  color: #fff;
}

.bg-color-blueDark .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--blueDark {
  background: #113E83;
  color: #fff;
}

.bg-color-blue {
  background: #0068BD;
  color: #fff;
}

.bg-color-blue h1,
.bg-color-blue .h1,
.bg-color-blue h4,
.bg-color-blue .h4 {
  color: #fff;
}

.bg-color-blue h2,
.bg-color-blue .h2,
.bg-color-blue h6,
.bg-color-blue .h6 {
  color: #fff;
}

.bg-color-blue h3,
.bg-color-blue .h3 {
  color: #fff;
}

.bg-color-blue h5,
.bg-color-blue .h5 {
  color: #fff;
}

.bg-color-blue .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--blue {
  background: #0068BD;
  color: #fff;
}

.bg-color-blueLight {
  background: #0073CF;
  color: #fff;
}

.bg-color-blueLight h1,
.bg-color-blueLight .h1,
.bg-color-blueLight h4,
.bg-color-blueLight .h4 {
  color: #fff;
}

.bg-color-blueLight h2,
.bg-color-blueLight .h2,
.bg-color-blueLight h6,
.bg-color-blueLight .h6 {
  color: #fff;
}

.bg-color-blueLight h3,
.bg-color-blueLight .h3 {
  color: #fff;
}

.bg-color-blueLight h5,
.bg-color-blueLight .h5 {
  color: #fff;
}

.bg-color-blueLight .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--blueLight {
  background: #0073CF;
  color: #fff;
}

.bg-color-blueLighter {
  background: #279EDA;
  color: #fff;
}

.bg-color-blueLighter h1,
.bg-color-blueLighter .h1,
.bg-color-blueLighter h4,
.bg-color-blueLighter .h4 {
  color: #fff;
}

.bg-color-blueLighter h2,
.bg-color-blueLighter .h2,
.bg-color-blueLighter h6,
.bg-color-blueLighter .h6 {
  color: #fff;
}

.bg-color-blueLighter h3,
.bg-color-blueLighter .h3 {
  color: #fff;
}

.bg-color-blueLighter h5,
.bg-color-blueLighter .h5 {
  color: #fff;
}

.bg-color-blueLighter .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--blueLighter {
  background: #279EDA;
  color: #fff;
}

.bg-color-blueLightest {
  background: #74C9E2;
  color: #002857;
}

.bg-color-blueLightest h1,
.bg-color-blueLightest .h1,
.bg-color-blueLightest h4,
.bg-color-blueLightest .h4 {
  color: #113E83;
}

.bg-color-blueLightest h2,
.bg-color-blueLightest .h2,
.bg-color-blueLightest h6,
.bg-color-blueLightest .h6 {
  color: #002857;
}

.bg-color-blueLightest h3,
.bg-color-blueLightest .h3 {
  color: #0068BD;
}

.bg-color-blueLightest h5,
.bg-color-blueLightest .h5 {
  color: #279EDA;
}

.bg-color-blueLightest .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--blueLightest {
  background: #74C9E2;
  color: #002857;
}

.bg-color-blueLightest1 {
  background: #B1E0E2;
  color: #002857;
}

.bg-color-blueLightest1 h1,
.bg-color-blueLightest1 .h1,
.bg-color-blueLightest1 h4,
.bg-color-blueLightest1 .h4 {
  color: #113E83;
}

.bg-color-blueLightest1 h2,
.bg-color-blueLightest1 .h2,
.bg-color-blueLightest1 h6,
.bg-color-blueLightest1 .h6 {
  color: #002857;
}

.bg-color-blueLightest1 h3,
.bg-color-blueLightest1 .h3 {
  color: #0068BD;
}

.bg-color-blueLightest1 h5,
.bg-color-blueLightest1 .h5 {
  color: #279EDA;
}

.bg-color-blueLightest1 .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--blueLightest1 {
  background: #B1E0E2;
  color: #002857;
}

.bg-color-blueLightest2 {
  background: #DCEBF3;
  color: #002857;
}

.bg-color-blueLightest2 h1,
.bg-color-blueLightest2 .h1,
.bg-color-blueLightest2 h4,
.bg-color-blueLightest2 .h4 {
  color: #113E83;
}

.bg-color-blueLightest2 h2,
.bg-color-blueLightest2 .h2,
.bg-color-blueLightest2 h6,
.bg-color-blueLightest2 .h6 {
  color: #002857;
}

.bg-color-blueLightest2 h3,
.bg-color-blueLightest2 .h3 {
  color: #0068BD;
}

.bg-color-blueLightest2 h5,
.bg-color-blueLightest2 .h5 {
  color: #279EDA;
}

.bg-color-blueLightest2 .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--blueLightest2 {
  background: #DCEBF3;
  color: #002857;
}

.bg-color-turquoiseDark {
  background: #288E9A;
  color: #fff;
}

.bg-color-turquoiseDark h1,
.bg-color-turquoiseDark .h1,
.bg-color-turquoiseDark h4,
.bg-color-turquoiseDark .h4 {
  color: #fff;
}

.bg-color-turquoiseDark h2,
.bg-color-turquoiseDark .h2,
.bg-color-turquoiseDark h6,
.bg-color-turquoiseDark .h6 {
  color: #fff;
}

.bg-color-turquoiseDark h3,
.bg-color-turquoiseDark .h3 {
  color: #fff;
}

.bg-color-turquoiseDark h5,
.bg-color-turquoiseDark .h5 {
  color: #fff;
}

.bg-color-turquoiseDark .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--turquoiseDark {
  background: #288E9A;
  color: #fff;
}

.bg-color-turquoise {
  background: #24b6a6;
  color: #fff;
}

.bg-color-turquoise h1,
.bg-color-turquoise .h1,
.bg-color-turquoise h4,
.bg-color-turquoise .h4 {
  color: #fff;
}

.bg-color-turquoise h2,
.bg-color-turquoise .h2,
.bg-color-turquoise h6,
.bg-color-turquoise .h6 {
  color: #fff;
}

.bg-color-turquoise h3,
.bg-color-turquoise .h3 {
  color: #fff;
}

.bg-color-turquoise h5,
.bg-color-turquoise .h5 {
  color: #fff;
}

.bg-color-turquoise .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--turquoise {
  background: #24b6a6;
  color: #fff;
}

.bg-color-turquoiseLighter {
  background: #2FDC93;
  color: #002857;
}

.bg-color-turquoiseLighter h1,
.bg-color-turquoiseLighter .h1,
.bg-color-turquoiseLighter h4,
.bg-color-turquoiseLighter .h4 {
  color: #113E83;
}

.bg-color-turquoiseLighter h2,
.bg-color-turquoiseLighter .h2,
.bg-color-turquoiseLighter h6,
.bg-color-turquoiseLighter .h6 {
  color: #002857;
}

.bg-color-turquoiseLighter h3,
.bg-color-turquoiseLighter .h3 {
  color: #0068BD;
}

.bg-color-turquoiseLighter h5,
.bg-color-turquoiseLighter .h5 {
  color: #279EDA;
}

.bg-color-turquoiseLighter .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--turquoiseLighter {
  background: #2FDC93;
  color: #002857;
}

.bg-color-turquoiseLightest {
  background: #82E4BA;
  color: #002857;
}

.bg-color-turquoiseLightest h1,
.bg-color-turquoiseLightest .h1,
.bg-color-turquoiseLightest h4,
.bg-color-turquoiseLightest .h4 {
  color: #113E83;
}

.bg-color-turquoiseLightest h2,
.bg-color-turquoiseLightest .h2,
.bg-color-turquoiseLightest h6,
.bg-color-turquoiseLightest .h6 {
  color: #002857;
}

.bg-color-turquoiseLightest h3,
.bg-color-turquoiseLightest .h3 {
  color: #0068BD;
}

.bg-color-turquoiseLightest h5,
.bg-color-turquoiseLightest .h5 {
  color: #279EDA;
}

.bg-color-turquoiseLightest .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--turquoiseLightest {
  background: #82E4BA;
  color: #002857;
}

.bg-color-turquoiseLightest1 {
  background: #CEECDD;
  color: #002857;
}

.bg-color-turquoiseLightest1 h1,
.bg-color-turquoiseLightest1 .h1,
.bg-color-turquoiseLightest1 h4,
.bg-color-turquoiseLightest1 .h4 {
  color: #113E83;
}

.bg-color-turquoiseLightest1 h2,
.bg-color-turquoiseLightest1 .h2,
.bg-color-turquoiseLightest1 h6,
.bg-color-turquoiseLightest1 .h6 {
  color: #002857;
}

.bg-color-turquoiseLightest1 h3,
.bg-color-turquoiseLightest1 .h3 {
  color: #0068BD;
}

.bg-color-turquoiseLightest1 h5,
.bg-color-turquoiseLightest1 .h5 {
  color: #279EDA;
}

.bg-color-turquoiseLightest1 .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--turquoiseLightest1 {
  background: #CEECDD;
  color: #002857;
}

.bg-color-turquoiseFadeout {
  background: #91dad2;
  color: #002857;
}

.bg-color-turquoiseFadeout h1,
.bg-color-turquoiseFadeout .h1,
.bg-color-turquoiseFadeout h4,
.bg-color-turquoiseFadeout .h4 {
  color: #113E83;
}

.bg-color-turquoiseFadeout h2,
.bg-color-turquoiseFadeout .h2,
.bg-color-turquoiseFadeout h6,
.bg-color-turquoiseFadeout .h6 {
  color: #002857;
}

.bg-color-turquoiseFadeout h3,
.bg-color-turquoiseFadeout .h3 {
  color: #0068BD;
}

.bg-color-turquoiseFadeout h5,
.bg-color-turquoiseFadeout .h5 {
  color: #279EDA;
}

.bg-color-turquoiseFadeout .box:not(.transparent) {
  color: #002857;
}

.ordered-list__item--turquoiseFadeout {
  background: #91dad2;
  color: #002857;
}

.header-style1 {
  background-size: cover;
  width: 100%;
  height: 374px;
}

.header-style1__container {
  position: relative;
  height: 100%;
}

.header-style1__box {
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 663px) {
  .header-style1__box {
    width: 400px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 663px) {
  .header-style1__mask {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -36px;
    bottom: 0;
  }

  .header-style1__mask:before,
  .header-style1__mask:after {
    content: '';
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .header-style1__mask:before {
    background: #fff;
    bottom: 58px;
    border-top-right-radius: 4px;
  }

  .header-style1__mask:after {
    background: url('/Style%20Library/custom/img/header/corner-bottom-right.png') no-repeat 0 100%;
  }
}

.background-split {
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: 1;
}

@media only screen and (min-width: 663px) {
  .background-split {
    display: block;
  }
}

.background-split--right {
  left: auto;
  right: 0;
}

@media only screen and (min-width: 663px) {
  .background-split ~ * {
    position: relative;
    z-index: 2;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/*
  Menu buttons
*/

.block .buttons {
  position: relative;
  width: 100%;
  height: auto;
  margin: 35px 0 10px;
  overflow: hidden;
}

.block .buttons a {
  display: block;
  position: relative;
  float: left;
  height: 38px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #c1dee6;
  border-style: solid;
  border-width: 0 0 2px;
  border-radius: 4px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  color: #0066bd;
}

.block .buttons.large a {
  width: 338px;
}

.block .buttons a:focus {
  outline: none;
}

.block .buttons a:hover,
.block .buttons a.current {
  border: 3px solid #6ac9f1;
}

.block .buttons a.current {
  border-color: #f37903;
}

.block .buttons a:first-child:hover,
.block .buttons a.current:first-child {
  margin-left: 0;
}

@media screen and (max-width: 739px) {
  .block .buttons a {
    width: 250px;
    margin-bottom: 12px;
    margin-left: 3px;
  }

  .block .buttons a:hover,
  .block .buttons a.current {
    margin-left: 0;
  }

  .block .buttons.large a {
    width: 250px;
  }
}

.contactpage {
  float: none;
  position: relative;
  width: 740px;
  height: auto;
  padding-bottom: 50px;
  margin: 0 auto;
  overflow: hidden;
  /*  & .block.loading {
    background-image: url("http://www.zilverenkruis.nl/Style%20Library/Achmea/Images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
  }*/
}

.contactpage #wtplaceholder {
  margin-top: 1.3em;
}

.contactpage .block.five {
  float: none;
}

.contactpage .popdown {
  padding-bottom: 40px;
}

.contactpage .popdown .box {
  position: inherit;
}

.contactpage .popdown .address {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0px 20px 10px 0px;
}

.contactpage .chatbox-option {
  overflow: hidden;
}

.contactpage .accordion.blue .accordion-group .accordion-inner {
  text-align: left;
}

.contactpage a.button {
  display: block;
  position: relative;
  float: left;
  clear: both;
  width: auto;
  padding: 2px 45px 2px 15px;
  border-radius: 4px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #ccc;
  border-style: solid;
  border-width: 0 0 2px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

.contactpage a.button.pink {
  background-color: #c93a83;
  border-color: #a0144c;
}

.contactpage a.button.pink:hover {
  background-color: #de4d9f;
}

.contactpage a.button.blue {
  background-color: #0068bd;
  border-color: #00508f;
}

.contactpage a.button.blue:hover {
  background-color: #0073cf;
}

.contactpage a.button i {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 13px;
  line-height: 16px;
}

.contactpage h1,
.contactpage h2,
.contactpage h3 {
  margin: 0;
}

.contactpage h1 {
  color: #00508F;
}

.contactpage h2 {
  color: #0066bd;
}

.contactpage h3 {
  margin-top: 0 !important;
  color: #0066bd;
}

.contactpage > h1,
.contactpage > h2 {
  text-align: center;
}

.contactpage .header {
  display: block;
  position: relative;
  width: 100%;
  height: 212px;
  background-position-x: center;
  margin-top: 30px;
  background-image: url("/SiteCollectionImages/Consumenten/Themaheader/contact.jpg");
  background-repeat: no-repeat;
}

.contactpage .block.five .contactoptions {
  width: 505px;
  margin: 0 auto;
}

.contactpage .block {
  position: relative;
  float: left;
  width: 710px;
  height: auto;
  min-height: 50px;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 25px;
  background-color: #d6eff0;
  overflow: hidden;
}

.contactpage .block.inactive .overlay {
  content: ".";
  text-indent: -999999px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/overlaypixel.png");
  z-index: 1;
}

.contactpage .block .overlay {
  display: none;
}

.contactpage .block.two {
  overflow: visible;
}

.contactpage .block.three,
.contactpage .block.four {
  width: 330px;
  min-height: 600px;
}

.contactpage .block.four {
  margin-left: 20px;
}

.contactpage .block.arrow {
  overflow: visible;
}

.contactpage .block.arrow:after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -34px;
  width: 0;
  height: 0;
  border: 17px solid #d6f0f1;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  margin-left: -17px;
  overflow: hidden;
  content: ".";
  text-indent: -999999px;
}

.contactpage .block > a {
  float: left;
  clear: both;
  margin-bottom: 20px;
}

.contactpage .block .buttons a {
  width: 155px;
  margin-right: 22px;
}

.contactpage .block select {
  display: block;
  position: relative;
  width: 704px;
  height: 40px;
  padding: 8px 10px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #fff;
  border-color: transparent transparent #c1dee6;
  border-style: solid;
  border-width: 0 0 2px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 40px;
  color: #494f6d;
}

.contactpage .block option {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
}

.contactpage .contactoptions {
  width: 336px;
  height: auto;
  padding-top: 20px;
  overflow: hidden;
}

.contactpage .tile-wrapper:hover {
  cursor: pointer;
}

.contactpage .tile-link {
  display: block;
  position: relative;
  float: left;
  width: 155px;
  height: 155px;
  margin: 0 13px 5px 0;
  outline-width: medium;
  outline-style: none;
  outline-color: invert;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #fff;
  border-color: transparent transparent #c1dee6;
  border-style: solid;
  border-width: 0 0 2px;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
}

.contactpage .tile-link:hover {
  width: 149px;
  height: 152px;
  border: 3px solid #6ac9f1;
}

.contactpage .tile-link .span {
  font-size: 13px;
  line-height: 17px;
}

.contactpage .tile-link-small {
  height: 70px;
  margin: 0 5px 13px 0;
}

.contactpage .tile-link-small:hover {
  height: 66px;
}

.contactpage .tile-link__large {
  width: 238px;
}

.contactpage .tile-link__large:hover {
  width: 232px;
}

.contactpage .tile-link__extra-large {
  width: 491px;
}

.contactpage .tile-link__extra-large:hover {
  width: 485px;
}

.contactpage .contactoptions > span {
  display: block;
  position: relative;
  float: left;
  width: 155px;
  height: 155px;
  margin: 0 13px 12px 0;
}

.contactpage .contactoptions a:hover i {
  top: 10px;
}

.contactpage .contactoptions a strong {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 88px;
  font-size: 16px;
  text-align: center;
  color: #0068bd;
}

.contactpage .contactoptions a:hover strong {
  top: 85px;
}

.contactpage .contactoptions .tile-link-small strong {
  top: 26px !important;
}

.contactpage .contactoptions .tile-link-small:hover strong {
  top: 23px !important;
}

.contactpage .contactoptions > span a strong {
  top: 12px;
}

.contactpage .contactoptions > span a:hover strong {
  top: 9px;
}

.contactpage .contactoptions object {
  position: absolute;
  left: -333em;
  top: 0;
}

.contactpage .contactoptions a span {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 118px;
  font-size: 14.5px;
  text-align: center;
  color: #279eda;
}

.contactpage .contactoptions a:hover span {
  top: 115px;
}

.contactpage .contactoptions > span a span {
  top: 40px;
}

.contactpage .contactoptions > span a:hover span {
  top: 37px;
}

.contactpage .block.three .button {
  margin: 5px 0 20px;
}

.contactpage .block > .button {
  margin-bottom: 20px;
}

.contactpage .title {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 0;
  font-size: 18px;
}

.contactpage .title.blue {
  color: #279eda;
}

.contactpage .title.pink {
  color: #c93a83;
}

.contactpage .block > .title {
  float: left;
  clear: both;
}

.contactpage .highlight {
  position: relative;
  width: 312px;
  height: auto;
  padding: 15px 0 15px 15px;
  border-radius: 4px;
  margin-top: 20px;
  background-color: #fff;
  overflow: hidden;
  color: #494f6d;
}

.contactpage .highlight .title {
  font-size: 17.5px;
}

.contactpage .highlight .title i {
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
}

.contactpage .highlight ul,
.contactpage ul.questions {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.contactpage .highlight li,
.contactpage ul.questions li,
.contactpage ul li,
.contactpage ul.normallist li {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 !important;
  margin: 0;
  overflow: hidden;
  content: '.';
}

.contactpage ul li:before {
  content: '' !important;
}

.contactpage .highlight ul a,
.contactpage ul.questions a {
  display: block;
  position: relative;
  padding: 7px 0 !important;
  font-family: "PT Sans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  color: #0066bd;
}

.contactpage .highlight ul a:after,
.contactpage ul.questions a:after {
  position: absolute;
}

.contactpage ul.questions a:after {
  right: 23px;
  top: 14px;
}

.contactpage .highlight ul a:after {
  right: 0;
  top: 12px;
  color: #c93a83;
}

.contactpage .highlight ul a:hover,
.contactpage ul.questions a:hover {
  color: #279eda;
}

.contactpage .highlight ul a {
  width: 282px;
  padding-right: 30px;
}

.contactpage .faq {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 20px;
  overflow: hidden;
}

.contactpage .faq a {
  display: block;
  position: relative;
  width: 678px;
  height: auto;
  padding: 15px 13px !important;
  border-radius: 4px !important;
  background-color: #fff;
  text-decoration: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #fff;
  border-color: transparent transparent #c1dee6;
  border-style: solid;
  border-width: 0 0 2px;
  margin-bottom: 11px;
  text-align: left;
  font-weight: bold;
  color: #0066bd;
}

.contactpage .faq a:after {
  position: absolute;
  right: 23px;
  top: 20px;
}

.contactpage .faq a:hover {
  padding: 12px 10px 14px 10px !important;
  border: 3px solid #6ac9f1;
  background-color: #fff !important;
}

.contactpage .faq a:hover:after {
  right: 20px;
  top: 17px;
}

.contactpage .info {
  display: none;
}

.contactpage .collapse-contactpage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: #d6eff0;
}

.contactpage .collapse-contactpage .box {
  background-color: #d6eff0;
}

.contactpage .collapse-body {
  position: relative;
}

.contactpage .collapse .collapse-hide {
  float: right;
}

@media screen and (max-width: 739px) {
  .contactpage.simplecontactpage {
    width: 100%;
  }

  .contactpage.simplecontactpage .block.five {
    width: 100%;
  }

  .contactpage.simplecontactpage .contactoptions {
    width: 522px !important;
  }

  .contactpage.simplecontactpage .contactoptions .tile-link:not(.tile-link-small) {
    margin-right: 5px;
  }

  .contactpage.verzekeringszaken {
    width: 100%;
  }

  .contactpage {
    width: 280px;
  }

  .contactpage h1 {
    font-size: 32px;
  }

  .contactpage h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .contactpage > h2 {
    width: 180px;
    margin: 0 auto;
  }

  .contactpage .header {
    height: 83px;
    min-height: 50px;
    background-image: url(/SiteCollectionImages/Consumenten/Themaheader/contact-mobiel.jpg);
    background-position-x: center;
  }

  .contactpage .block {
    width: 256px;
    padding: 12px;
  }

  .contactpage .block.three,
  .contactpage .block.four {
    width: 256px;
  }

  .contactpage .block.four {
    margin-left: 0;
  }

  .contactpage .block select {
    width: 250px;
  }

  .contactpage .contactoptions {
    width: 256px;
  }

  .contactpage .tile-link,
  .contactpage .contactoptions > span,
  .contactpage .tile-link.tile-link__large {
    width: 256px;
    height: 82px;
    margin-right: 0;
  }

  .contactpage .contactoptions > span {
    margin-right: 5px;
  }

  .contactpage .tile-link:hover {
    width: 250px;
    height: 78px;
  }

  .contactpage .tile-link-small {
    float: left;
    width: 120px;
    height: 81px;
    margin-left: 16px;
  }

  .contactpage .contactoptions > span a,
  .contactpage .contactoptions > span a strong,
  .contactpage .contactoptions > span a span {
    left: 0px;
    margin-left: 16px;
    padding-right: 16px;
    width: 104px;
  }

  .contactpage .contactoptions > span a:hover,
  .contactpage .contactoptions > span a:hover strong,
  .contactpage .contactoptions > span a:hover span {
    left: 0px;
    margin-left: 13px;
    width: 102px;
  }

  .contactpage .contactoptions span a:hover {
    width: 98px;
    margin-left: 16px;
    height: 77px;
  }

  .contactpage .contactoptions > span a:first-child {
    margin-left: 0;
  }

  .contactpage .contactoptions a i {
    left: 14px;
    top: 0px;
    width: 46px;
    font-size: 51px;
  }

  .contactpage .contactoptions a:hover i {
    left: 11px;
    top: -3px;
  }

  .contactpage .contactoptions a strong {
    left: 85px;
    top: 19px;
    width: 157px;
    text-align: left;
  }

  .contactpage .contactoptions a:hover strong {
    left: 82px;
    top: 16px;
  }

  .contactpage .contactoptions a span {
    left: 85px;
    top: 48px;
    width: 157px;
    text-align: left;
  }

  .contactpage .contactoptions a:hover span {
    left: 82px;
    top: 45px;
  }

  .contactpage .highlight {
    width: 241px;
  }

  .contactpage .highlight .title {
    width: 222px;
  }

  .contactpage .highlight ul a {
    width: 211px;
  }

  .contactpage ul.questions a {
    width: 238px;
    padding-right: 30px !important;
  }

  .contactpage .faq a {
    width: 200px;
    padding-right: 43px !important;
  }

  .contactpage .faq a:hover {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 600px) {
  .contactpage.simplecontactpage .block.five {
    padding: 20px 0px;
  }

  .contactpage.simplecontactpage .block.five .contactoptions {
    padding: 0px;
    width: 256px !important;
  }
}

@media (max-width: 739px) {
  .tile-wrapper {
    height: 90px;
    overflow: hidden;
    float: left;
  }
}

@media (max-width: 400px) {
  .klantenservice.address {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.subsitemenu {
  background: #279EDA;
  border-bottom: 1px solid rgba(116, 201, 226, 0.3);
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 2;
}

.subsitemenu.stuck {
  top: 35px;
}

.subsitemenu__nav {
  margin: 0;
  display: table;
  margin: 0 auto;
  width: 992px;
}

.subsitemenu__navlabel {
  display: table-cell;
  font-family: 'Titillium Web', sans-serif;
  font-size: 22px;
  color: #fff;
  border: 2px solid transparent;
  background: transparent;
  white-space: nowrap;
  cursor: auto;
  width: 1px;
  padding-right: 10px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
}

.subsitemenu__mobile-toggle {
  display: none;
}

.subsitemenu__navmenu {
  background: #279EDA;
  margin: 0 !important;
}

.subsitemenu__menu-item {
  width: auto;
  display: table-cell !important;
  padding: 4px 0 0 10px !important;
  vertical-align: top;
  padding-left: 10px;
}

.subsitemenu__menu-item:before {
  display: none !important;
}

.subsitemenu__menu-item a {
  background: #fff;
  color: #0068BD;
  border-radius: 5px;
  display: inline-block;
  border: 2px solid #fff;
  height: 56px;
  width: 100%;
  margin: 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 24px;
  font-weight: 600;
  padding: 13px 20px;
  cursor: pointer;
  font-size: 18px;
  line-height: 26px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}

.subsitemenu__menu-item a:hover,
.subsitemenu__menu-item a:active,
.subsitemenu__menu-item a:focus {
  background: #0068BD;
  border-color: #0068BD;
  color: #fff;
}

.subsitemenu__menu-item.active a {
  background: #0068BD;
  border-color: #0068BD;
  color: #fff;
}

@media (max-width: 979px) {
  .subsitemenu {
    padding: 0 20px;
  }

  .subsitemenu__menu-item a {
    padding: 13px 10px;
  }
}

@media (max-width: 767px) {
  .subsitemenu {
    padding: 0;
  }

  .subsitemenu.stuck {
    top: 60px;
  }

  .subsitemenu__nav {
    position: relative;
    width: 100%;
  }

  .subsitemenu__navlabel {
    display: inline-block;
    padding: 20px 50px 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .subsitemenu__navlabel:after {
    font-family: "zk-icons-font";
    content: 'c';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 9px;
    font-size: 2rem;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    padding: 0;
    margin-left: 10px;
    height: 1em;
    line-height: 1;
  }

  .subsitemenu__navlabel:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 300ms ease;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
  }

  .subsitemenu__navlabel.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .subsitemenu__menu-item {
    display: block !important;
    padding: 0 20px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.btn {
  text-decoration: none;
  position: relative;
  outline: 0;
  display: inline-block;
  white-space: nowrap;
  padding: 6px 12px;
  margin-bottom: 0;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  *border: 0;
  border-radius: 24px;
  *margin-left: 0.3em;
}

.btn:first-child {
  *margin-left: 0;
}

.btn[data-icon] {
  padding: 10px 11px 10px 16px;
}

.btn[data-beforeicon] {
  padding: 6px 20px 6px 15px;
}

.btn[data-icon]:after,
.btn[data-beforeicon]:before {
  font-size: 1.2rem;
  margin-top: -1px;
}

.btn:hover,
.btn:focus,
.btn.active,
.btn:active,
.btn:visited,
.btn.disabled,
.btn[disabled] {
  outline: 0;
  text-decoration: none;
}

.btn.disabled,
.btn.disabled:focus,
.btn[disabled],
.btn[disabled]:focus {
  cursor: default;
  background: #bfbfbf;
  border-color: #808080;
}

.btn.disabled:hover,
.btn.disabled:focus:hover,
.btn[disabled]:hover,
.btn[disabled]:focus:hover {
  background: #bfbfbf;
}

.btn.disabled:active,
.btn.disabled:focus:active,
.btn[disabled]:active,
.btn[disabled]:focus:active {
  border-width: 0 0 2px 0;
}

.btn.right {
  float: right;
}

.btn--inverted {
  background: #fff;
  color: #0068BD;
  border: 2px solid #0068BD !important;
}

.btn--inverted:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.btn-larger {
  padding: 12px 40px;
  font-size: 18px;
  border-radius: 24px;
}

.btn-larger[data-beforeicon]:before {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: -2px;
}

.btn-larger[data-icon]:after {
  padding: 0 0 0 16px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: -2px;
}

.btn-larger[data-beforeicon]:before {
  padding: 0 16px 0 0px;
}

.btn-larger[data-icon] {
  padding: 12px 30px 12px 40px;
}

.btn-larger[data-beforeicon] {
  padding: 12px 40px 12px 30px;
}

.btn-larger.btn-normal-inversed:active {
  padding-top: 13px;
  padding-bottom: 11px;
}

.btn-large {
  padding: 6px 16px;
  font-size: 18px;
  border-radius: 24px;
}

.btn-large[data-beforeicon]:before {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: -2px;
}

.btn-large[data-icon]:after {
  padding: 0 0 0 19px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: -2px;
}

.btn-large[data-beforeicon]:before {
  padding: 0 19px 0 0px;
}

.btn-large[data-icon] {
  padding: 6px 16px;
}

.btn-large[data-beforeicon] {
  padding: 6px 16px;
}

.btn-large > input {
  color: #fff;
  text-decoration: none;
  background: none;
  border: 0;
  line-height: 20px;
  vertical-align: baseline;
  display: inline-block;
  margin: -5px -30px;
  padding: 5px 30px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-block[data-icon]:after {
  padding: 0;
  position: absolute;
  top: 40%;
  bottom: 0;
  height: 1em;
  margin-bottom: auto;
  right: 16px;
  line-height: 1;
}

.btn-block.active:after,
.btn-block:active:after {
  padding-top: 2px;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-info.active,
.btn-normal-inversed.active,
.btn-primary-inversed.active,
.btn-info:active,
.btn-normal-inversed:active,
.btn-primary-inversed:active {
  padding-top: 2px;
  padding-bottom: 0px;
}

.btn-info.btn-large:active,
.btn-normal-inversed.btn-large:active,
.btn-primary-inversed.btn-large:active {
  padding-top: 8px;
  padding-bottom: 4px;
}

.btn-normal.active,
.btn-primary.active,
.btn-facebook.active,
.btn-twitter.active,
.btn-white.active,
.btn-radio.active,
.btn-normal:active,
.btn-primary:active,
.btn-facebook:active,
.btn-twitter:active,
.btn-white:active,
.btn-radio:active {
  border-width: 2px 0 0 0;
}

.btn-primary {
  background: #0068BD;
  color: #fff;
  border-color: #0068BD;
}

.btn-primary > a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin: -5px -30px;
  padding: 5px 30px;
}

.btn-primary > input {
  color: #fff;
  text-decoration: none;
  background: none;
  border: 0;
  line-height: 20px;
  vertical-align: baseline;
  display: inline-block;
  margin: -5px -30px;
  padding: 5px 30px;
}

.btn-primary:focus,
.btn-primary:hover {
  background: #0073CF;
  color: #fff;
}

.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
  color: #fff;
}

.btn-primary.disabled {
  background: #0068BD;
  filter: opacity(0.65) grayscale(0.6);
}

.btn-info,
.btn-primary-inversed {
  color: #0068BD;
  background: #fff;
  border: 1px solid #0068BD;
}

.btn-info > a,
.btn-primary-inversed > a {
  color: #0068BD;
  text-decoration: none;
  display: inline-block;
  margin: -5px -30px;
  padding: 5px 30px;
}

.btn-info > input,
.btn-primary-inversed > input {
  color: #0068BD;
  text-decoration: none;
  background: none;
  border: 0;
  line-height: 20px;
  vertical-align: baseline;
  display: inline-block;
  margin: -5px -30px;
  padding: 5px 30px;
}

.btn-info:focus,
.btn-primary-inversed:focus {
  color: #0073CF;
  border-color: #0073CF;
}

.btn-info:hover,
.btn-primary-inversed:hover {
  color: #0073CF;
  border-color: #0073CF;
}

.btn-info.active,
.btn-primary-inversed.active,
.btn-info:active,
.btn-primary-inversed:active {
  color: #0073CF;
  border-color: #0073CF;
}

.btn-normal {
  background: #FECFBB;
  color: #002857;
  border-color: #FECFBB;
}

.btn-normal > a {
  color: #002857;
  text-decoration: none;
  display: inline-block;
  margin: -5px -30px;
  padding: 5px 30px;
}

.btn-normal > input {
  color: #002857;
  text-decoration: none;
  background: none;
  border: 0;
  line-height: 20px;
  vertical-align: baseline;
  display: inline-block;
  margin: -5px -30px;
  padding: 5px 30px;
}

.btn-normal:focus,
.btn-normal:hover {
  background: #F6F3F1;
  color: #002857;
}

.btn-normal:active,
.btn-normal:visited,
.btn-normal:focus {
  color: #002857;
}

.btn-note {
  border: 0;
  background-color: #24b6a6;
}

.btn-white {
  background: #fff;
  color: #0068BD;
  border-color: #bfdce9;
}

.btn-white > a {
  color: #0068BD;
  text-decoration: none;
  display: inline-block;
  margin: -5px -30px;
  padding: 5px 30px;
}

.btn-white > input {
  color: #0068BD;
  text-decoration: none;
  background: none;
  border: 0;
  line-height: 20px;
  vertical-align: baseline;
  display: inline-block;
  margin: -5px -30px;
  padding: 5px 30px;
}

.btn-white:focus,
.btn-white:hover {
  background: #fff;
  color: #0068BD;
}

.btn-white:active,
.btn-white:visited,
.btn-white:focus {
  color: #0068BD;
}

.btn-white.blueLightest2:focus,
.btn-white.blueLightest2:hover {
  background: #DCEBF3;
}

.btn-facebook,
.btn-twitter,
.btn-blue,
.btn-bluelighter {
  color: #fff;
  border-color: #FECFBB;
}

.btn-facebook:focus,
.btn-twitter:focus,
.btn-blue:focus,
.btn-bluelighter:focus,
.btn-facebook:hover,
.btn-twitter:hover,
.btn-blue:hover,
.btn-bluelighter:hover {
  background: #F6F3F1;
  color: #fff;
}

.btn-facebook:active,
.btn-twitter:active,
.btn-blue:active,
.btn-bluelighter:active,
.btn-facebook:visited,
.btn-twitter:visited,
.btn-blue:visited,
.btn-bluelighter:visited,
.btn-facebook:focus,
.btn-twitter:focus,
.btn-blue:focus,
.btn-bluelighter:focus {
  color: #fff;
}

.btn-facebook.btn-block,
.btn-twitter.btn-block,
.btn-blue.btn-block,
.btn-bluelighter.btn-block {
  text-align: left;
}

.btn-facebook[data-beforeicon]:before,
.btn-twitter[data-beforeicon]:before,
.btn-blue[data-beforeicon]:before,
.btn-bluelighter[data-beforeicon]:before {
  font-size: 14px;
}

.btn-facebook[data-beforeicon].btn-large:before,
.btn-twitter[data-beforeicon].btn-large:before,
.btn-blue[data-beforeicon].btn-large:before,
.btn-bluelighter[data-beforeicon].btn-large:before {
  font-size: 25px;
}

.btn-twitter {
  background: #00AEE8;
  padding: 12px 44px !important;
}

.btn-facebook {
  background: #3B5998;
  padding: 12px 44px !important;
}

.btn-blue {
  background: #0068BD;
}

.btn-bluelighter {
  background: #279EDA;
}

.btn-tile {
  display: block;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-tile .text {
  font-size: 18px;
  font-weight: bold;
}

.btn-phone[data-beforeicon].btn-large:before {
  font-size: 25px;
  margin-top: -5px;
}

.btn-normal-inversed {
  color: #FECFBB;
  border: 1px solid #FECFBB;
}

.btn-normal-inversed:focus {
  color: #F6F3F1;
  border-color: #F6F3F1;
}

.btn-normal-inversed:hover {
  color: #F6F3F1;
  border-color: #F6F3F1;
}

.btn-normal-inversed.active,
.btn-normal-inversed:active {
  color: #F6F3F1;
  border-color: #F6F3F1;
}

.collectiviteit-mobile .btn-results-mobile {
  color: #FECFBB;
  border: 1px solid #FECFBB;
  margin: 10px 0;
  text-align: left;
  padding: 10px 5px 5px 10px;
  display: block;
}

.collectiviteit-mobile .btn-results-mobile strong {
  margin-top: 5px;
}

.collectiviteit-mobile .btn-results-mobile:after {
  position: absolute;
  color: #c93a83;
  top: 4px;
}

.collectiviteit-mobile .btn-results-mobile:focus {
  color: #F6F3F1;
  border-color: #F6F3F1;
}

.collectiviteit-mobile .btn-results-mobile:hover {
  color: #F6F3F1;
  border-color: #F6F3F1;
}

.collectiviteit-mobile .btn-results-mobile.active,
.collectiviteit-mobile .btn-results-mobile:active {
  color: #F6F3F1;
  border-color: #F6F3F1;
}

.btn-consument {
  color: #0068BD;
  padding: 2px 12px 2px 12px;
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  margin: 0;
  background: #DCEBF3;
  border: 1px solid #DCEBF3;
  font-weight: normal;
}

.btn-consument[data-icon]:after {
  vertical-align: baseline;
  margin: 0;
  padding: 0 0 0 1rem;
}

.btn-consument.active,
.btn-consument:active {
  color: #0073CF;
  background: #DCEBF3;
}

.btn-consument:focus {
  color: #C93A83;
  background: #DCEBF3;
}

.btn-consument:hover {
  color: #0073CF;
  background: #DCEBF3;
  border-color: #DCEBF3;
}

.btn-radio {
  color: #0068BD;
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  background: #fff;
  border: 0;
  border: 3px solid #fff;
  border-bottom: 3px solid #BFDCE9;
  margin: 2px 8px;
  padding: 3px 0;
  white-space: normal;
  border-radius: 4px;
}

.btn-radio:hover {
  border-color: #74C9E2;
}

.btn-radio:focus {
  color: #0068BD;
}

.btn-radio.large {
  width: 13.7rem;
  height: 6.7rem;
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #002857;
  font-weight: 400;
  padding: 0;
}

.btn-radio.large:active,
.btn-radio.large.active,
.btn-radio.large:hover {
  width: 13.7rem;
}

.btn-radio.medium {
  width: 10.5rem;
  height: 3.5rem;
  padding: 0;
}

.btn-radio.mediumlarge {
  position: relative;
  width: 11.4rem;
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  color: #002857;
  font-weight: 400;
}

.btn-radio.mediumlarge {
  padding: 1rem 0.3rem;
}

.btn-radio.active,
.btn-radio:active,
.btn-radio:hover,
.btn-radio:focus {
  color: #0068BD;
  border: 3px solid #F37903;
  border-radius: 4px;
}

.btn-radio.active:hover {
  border-color: #F37903;
}

.funnel-content .btn-radio {
  min-width: 8rem;
}

.pull-left .btn-radio {
  margin: 2px 8px 2px 0;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-larger,
input[type="submit"].btn.btn-larger {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.btn-link,
a.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0068BD;
  border-radius: 0;
}

.btn-link[data-icon],
a.btn-link[data-icon] {
  padding: 1px 11px 1px 0px;
}

.btn-link[data-beforeicon],
a.btn-link[data-beforeicon] {
  padding: 1px 16px 1px 11px;
}

.btn-link.full-width,
a.btn-link.full-width {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.btn-link.full-width[data-icon]:after,
a.btn-link.full-width[data-icon]:after {
  padding: 0;
  position: absolute;
  top: 34%;
  bottom: 0;
  height: 1em;
  margin-bottom: auto;
  right: 36px;
  line-height: 1;
}

.btn-link:hover,
.btn-link:focus,
a.btn-link:hover,
a.btn-link:focus {
  color: #0068BD;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #888;
  text-decoration: none;
}

/*icons */

.btn-link[data-icon]:after,
.btn-link[data-icon-right]:after,
.btn-link[data-beforeicon]:before,
ul.block-links .btn-link i[data-icon]:after {
  color: #0068BD;
}

@media (max-width: 320px) {
  .btn-large {
    font-size: 16px;
    padding: 6px;
  }

  .btn.btn-block[data-icon]:after {
    right: 8px;
  }
}

.btn-zv-card {
  text-align: left;
  line-height: 16px;
  width: 220px;
  height: 50px;
  font-weight: bold;
}

.btn-zv-card .btn-zv-card-text {
  position: relative;
  top: 10px;
  padding-right: 12px;
  font-size: 1.6rem;
}

.btn-zv-card:before {
  background: url(../img/icon_zv-card.svg) no-repeat;
  content: "";
  height: 30px;
  position: relative;
  top: 10px;
  width: 35px;
  float: left;
}

.container.content .tiles {
  margin: 0;
}

.container.content .tiles .text-container {
  font-size: 18px;
}

.container.content .tiles li {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.container.content .tiles li:before {
  content: "";
}

.container.content .tiles.tiles-items-3 .tile {
  width: 31.3%;
}

.container.content .tiles.tiles-items-2 .tile {
  width: 48%;
}

.container.content .tiles.tiles-items-2.tiles-bg-photo .tile {
  min-height: 190px;
}

.container.content .tiles.tiles-large .icon-container {
  margin-bottom: 16px;
}

.container.content .tiles.tiles-large .text-container {
  font-size: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
}

.container.content .tiles .tile {
  padding: 0;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 12.5px;
  float: left;
  position: relative;
}

.container.content .tiles .tile-link {
  display: block;
  background-color: #d6eff0;
  font-size: 16px;
  color: #0068BD;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 0px 0px #a6d6d9;
  box-shadow: 0px 2px 0px 0px #a6d6d9;
  border-radius: 4px;
  border: 3px solid transparent;
  padding: 25px 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.container.content .tiles .tile-link:hover {
  border: 3px solid #6AC9F1;
  -webkit-box-shadow: 0px 0px 0px 0px #a6d6d9;
  box-shadow: 0px 0px 0px 0px #a6d6d9;
}

.container.content .tiles .tile-link.active {
  border-color: #F37903;
}

.container.content .tiles .icon-container {
  display: block;
  margin-bottom: 10px;
}

.container.content .tiles.tiles-bg-photo {
  padding-bottom: 0;
}

.container.content .tiles.tiles-bg-photo .tile {
  display: table;
  min-height: 135px;
}

.container.content .tiles.tiles-bg-photo .tile-link {
  background-repeat: no-repeat;
  background-position: center 0;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.container.content .tiles.tiles-bg-photo .tile-link:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.container.content .tiles.tiles-bg-photo .tile-link:hover .overlay {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.container.content .tiles.tiles-bg-photo .icon-container {
  margin: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.container.content .tiles.tiles-bg-photo .overlay {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 4px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
}

.container.content .tiles.tiles-bg-photo .text-container {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 1;
}

.container.content .tiles.tiles-bg-photo .text-container .highlight-text {
  font-size: 20px;
}

.container.content .blueLightest2 .tile .tile-link {
  background-color: #fff;
  color: #0068BD;
  -webkit-box-shadow: 0px 2px 0px 0px #a6d6d9;
  box-shadow: 0px 2px 0px 0px #a6d6d9;
}

@media (min-width: 663px) and (max-width: 979px) {
  .container.content .tiles.tiles-items-2 .tile {
    width: 48%;
  }

  .container.content .tiles.tiles-items-2 .tile br {
    display: none;
  }
}

@media screen and (max-width: 662px) {
  .container.content .tiles-large .text-container {
    font-size: 16px;
  }

  .container.content .tiles-bg-photo .icon {
    width: 100%;
  }

  .container.content .tiles.tiles-items-3 .tile,
  .container.content .tiles.tiles-items-4 .tile {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container.content .tiles.tiles-items-2 .text-container {
    word-wrap: break-word;
    display: block;
  }

  .container.content .tile-link {
    min-height: 45px;
  }
}

.container.content .tiles-accordion .accordion-group {
  margin-bottom: 12.5px;
}

.container.content .tiles-accordion .tile {
  margin-bottom: 0;
}

.container.content .tiles-accordion .arrow-offset-left {
  left: 40px;
}

.container.content .tiles-accordion .arrow-offset-right {
  left: auto;
  right: 40px;
}

.container.content .tiles-accordion .tiles-accordion-inner.box {
  margin: 20px 1% 0;
}

.alert {
  padding: 20px 40px;
  font-size: 14px;
  margin-bottom: 25px;
  background-color: #fcf8e3;
  border: none;
  border-radius: 4px;
}

.alert a {
  color: inherit;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 25px;
}

.alert-small {
  padding: 6px 15px;
}

.alert-success {
  background-color: #E2EEDF;
  border-color: #d7e5ce;
  color: #002857;
}

.alert-success h4 {
  color: #002857;
}

.alert-danger,
.alert-error {
  background-color: #fbdbdb;
  border-color: #f9cdd5;
  color: #BF2B2D;
}

.alert-danger h4,
.alert-error h4 {
  color: #BF2B2D;
}

.alert-info {
  background-color: #DCEBF3;
  border-color: #DCEBF3;
  color: #002857;
}

.alert-info h4 {
  color: #002857;
}

.alert-tip {
  font-family: 'Titillium Web', sans-serif;
  font-size: 22px;
  text-align: center;
  background-color: #DCEBF3;
  border-color: #DCEBF3;
  color: #0068BD;
  min-height: 50px;
  position: relative;
}

.alert-tip:before {
  content: "";
  display: block;
  background: url("../img/bg_labeltip.png") no-repeat;
  position: absolute;
  right: -7px;
  top: 0px;
  width: 72px;
  height: 71px;
}

.blueLightest2 .alert-tip {
  background-color: #b5dfe3;
}

.alert-tip.blue {
  font-size: inherit;
}

.alert-tip.blue h4 {
  color: #0068bd;
  font-size: 2.4rem;
  font-weight: 100;
  line-height: 2;
}

.alert-tip-left {
  text-align: left;
  padding-left: 16px;
  overflow: hidden;
  padding-right: 80px;
}

.alert-highlight {
  background: #24b6a6;
  color: #fff;
  border: 1px solid #24b6a6;
}

.alert-highlight h1,
.alert-highlight h2,
.alert-highlight h3,
.alert-highlight h4,
.alert-highlight p {
  color: #fff;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.collectief-tip-white:before,
.collectief-tip-rond:before {
  content: "";
  display: block;
  position: absolute;
}

.collectief-tip-white:before {
  width: 70px;
  height: 72px;
  right: 1px;
  top: 1px;
  background: url("../img/2015/collectief/collectief-tip.png") no-repeat;
  background-size: cover;
}

@media (max-width: 480px) {
  .collectief-tip-white:before {
    width: 50px;
    height: 50px;
  }
}

.collectief-tip-rond:before {
  width: 50px;
  height: 50px;
  right: 0px;
  top: 0px;
  background: url("../img/2015/collectief/beeldmerk_collectief_groen_klein_rond.png") no-repeat;
}

.nav {
  margin-left: 0;
  margin-bottom: 25px;
  list-style: none;
}

.nav:after {
  clear: both;
}

.nav > li > a,
.nav > li > span > a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > span > a:hover,
.nav > li > span > a:focus {
  text-decoration: none;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 25px;
  color: #bfbfbf;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-tabs > li,
.nav-pills > li,
.container.content .nav-tabs > li,
.container.content .nav-pills > li {
  float: left;
  padding: 0;
}

.nav-tabs > li:before,
.nav-pills > li:before,
.container.content .nav-tabs > li:before,
.container.content .nav-pills > li:before {
  content: "";
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs > li > a.btn-navbar,
.nav-pills > li > a.btn-navbar {
  display: block;
  cursor: pointer;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 3.5rem 1rem 1rem;
  background: #fff;
}

.nav-tabs > li > a.btn-navbar .icon-bar,
.nav-pills > li > a.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #0068BD;
}

.nav-tabs > li > a.btn-navbar .icon-bar + .icon-bar,
.nav-pills > li > a.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.container.content .nav-tabs {
  margin: 0;
}

.container.content .nav-tabs > li {
  position: relative;
  padding-right: 40px;
  margin-left: -10px;
  z-index: 1;
}

.container.content .nav-tabs > li:first-of-type {
  margin-left: 0;
}

.container.content .nav-tabs > li > a {
  color: #002857;
  font-family: 'Titillium Web', sans-serif;
  padding-top: 8px;
  text-decoration: none;
  padding-bottom: 8px;
  line-height: 25px;
  background: #B1E0E2;
  border-radius: 4px 4px 0 0;
}

.container.content .nav-tabs > li > a:hover,
.container.content .nav-tabs > li > a:focus {
  background: #fff;
}

.container.content .nav-tabs > li > a:hover:after,
.container.content .nav-tabs > li > a:focus:after {
  border-bottom-color: #fff;
}

.container.content .nav-tabs > li > a:after {
  position: absolute;
  right: 3px;
  top: 0px;
  display: inline-block;
  width: 0px;
  height: 0px;
  content: "";
  border: 40px solid #B1E0E2;
  top: -39px;
  border-left: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}

.container.content .nav-tabs > li:hover,
.container.content .nav-tabs > li:focus,
.container.content .nav-tabs > li.active {
  z-index: 3;
}

.container.content .nav-tabs > .active > a,
.container.content .nav-tabs > .active > a:hover,
.container.content .nav-tabs > .active > a:focus {
  background-color: #fff;
  cursor: default;
}

.container.content .nav-tabs > .active > a:after,
.container.content .nav-tabs > .active > a:hover:after,
.container.content .nav-tabs > .active > a:focus:after {
  border-bottom-color: white;
}

.container.content .nav-tabs-aov > li > a:hover,
.container.content .nav-tabs-aov > .active > a,
.container.content .nav-tabs-aov > .active > a:hover,
.container.content .nav-tabs-aov > .active > a:focus,
.container.content .nav-tabs-aov > .active > a:active {
  background-color: #e7f5f5;
}

.container.content .nav-tabs-aov > li > a:hover:after,
.container.content .nav-tabs-aov > .active > a:after,
.container.content .nav-tabs-aov > .active > a:hover:after,
.container.content .nav-tabs-aov > .active > a:focus:after,
.container.content .nav-tabs-aov > .active > a:active:after {
  border-bottom-color: #e7f5f5;
}

.nav-pills > li > a {
  padding: 7px 15px;
  margin: 6px 4px;
  text-decoration: none;
  background-color: #B1E0E2;
  border-radius: 16px;
  border: 1px solid transparent;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background: transparent;
  border-color: #B1E0E2;
}

.nav-pills > .active > a {
  color: #fff;
  background-color: #F37903;
}

.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  background: transparent;
  color: #0068BD;
  border-color: #F37903;
}

.tab-content {
  padding: 26px;
  background: #fff;
  overflow: auto;
}

.tab-content.tab-content-aov {
  background: #e7f5f5;
}

.tab-content.tab-content-aov .tab-pane {
  padding-top: 0 !important;
}

.tab-content .tab-content {
  padding: 0;
  background-color: transparent;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.container.content ul.arrow-tabs li,
ul.arrow-tabs li {
  position: relative;
  text-align: right;
  padding: 3px 10px 2px 10px;
  cursor: pointer;
  line-height: 25px;
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

.container.content ul.arrow-tabs li a,
ul.arrow-tabs li a {
  font-weight: bold;
  text-decoration: none;
  display: block;
  color: #0068BD;
}

.container.content ul.arrow-tabs li a:hover,
ul.arrow-tabs li a:hover {
  color: #0068BD;
}

.container.content ul.arrow-tabs li:last-of-type,
ul.arrow-tabs li:last-of-type {
  border: none;
}

.container.content ul.arrow-tabs li:before,
ul.arrow-tabs li:before {
  content: "";
  display: none;
}

.container.content ul.arrow-tabs li.active,
ul.arrow-tabs li.active {
  background: #0073CF;
  color: #fff;
  border-radius: 4px;
}

.container.content ul.arrow-tabs li.active a,
ul.arrow-tabs li.active a {
  color: #fff;
}

.container.content ul.arrow-tabs li.active:after,
ul.arrow-tabs li.active:after {
  position: absolute;
  right: -9px;
  top: 0px;
  content: '';
  height: 30px;
  width: 12px;
  background: url(../img/bg_active_filter.png) top right no-repeat;
}

.container.content ul.results,
ul.results {
  margin: 0;
}

.container.content ul.results li,
ul.results li {
  border-bottom: 1px solid #DCEBF3;
  padding: 15px 0;
  padding: 1.5rem 0;
}

.container.content ul.results li:last-of-type,
ul.results li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.container.content ul.results li:first-of-type,
ul.results li:first-of-type {
  padding-top: 0;
}

.container.content ul.results li > a,
ul.results li > a {
  text-decoration: none;
}

.container.content ul.results li > a > h3,
ul.results li > a > h3 {
  text-decoration: none;
  color: #0068BD;
  margin: 0px 0 5px 0;
  font-weight: 700;
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 1.8rem;
}

.container.content ul.results li > a > h3[data-icon]:after,
ul.results li > a > h3[data-icon]:after {
  color: #C93A83;
  line-height: 42px;
  line-height: 4.2rem;
}

.container.content ul.results li > a > h3 span,
ul.results li > a > h3 span {
  font-weight: normal;
}

.container.content ul.results li > a:hover > h1,
ul.results li > a:hover > h1,
.container.content ul.results li > a:hover > h2,
ul.results li > a:hover > h2,
.container.content ul.results li > a:hover > h3,
ul.results li > a:hover > h3 {
  color: #0068BD;
}

.container.content ul.results li > a p,
ul.results li > a p {
  color: #002857;
}

.container.content ul.results li > a p:last-of-type,
ul.results li > a p:last-of-type {
  margin: 0;
}

#menu-container {
  position: relative;
  z-index: 100;
  margin-bottom: 25px;
}

#menu-container.stuck {
  position: fixed;
  top: 0px;
  width: 100%;
}

#menu-container .btn-navbar {
  display: none;
}

.sticky-wrapper {
  margin-bottom: 25px;
}

@media (min-width: 662px) {
  #menu-container.stuck {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.navbar {
  overflow: visible !important;
  *position: relative;
  *z-index: 2;
}

.navbar .btn-back {
  display: none;
}

.navbar.submenu {
  display: none;
  margin-bottom: 25px;
}

.navbar .container {
  position: relative;
}

.navbar .navbar-inner {
  min-height: 47px;
  height: 47px;
  padding-left: 6px;
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}

.navbar ul.nav {
  display: block;
  left: 0px;
  margin: 0;
  padding: 9px 0 0 0;
}

.navbar ul.nav > li {
  float: left;
  display: block;
  cursor: default;
  border-radius: 4px;
  margin: 0px 4px 9px 0;
  padding: 2px 10px 2px;
  font-weight: 400;
  color: #0068BD;
}

.navbar ul.nav > li > a,
.navbar ul.nav > li > span > a {
  color: #0068BD;
  text-decoration: none;
}

.navbar ul.nav > li .btn {
  padding: 11px;
}

.navbar ul.nav > li .btn-mijnzk {
  color: #C93A83;
}

.navbar ul.nav > li .btn-mijnzk[data-icon]:after {
  vertical-align: baseline;
  margin: 0;
  padding: 0 0 0 1rem;
}

.navbar ul.nav > li .btn-mijnzk:active {
  color: #fff;
}

.navbar ul.nav > li .btn-mijnzk:focus {
  color: #C93A83;
  background: transparent;
}

.navbar ul.nav > li.active {
  background-color: #0068BD;
  color: #fff;
}

.navbar ul.nav > li.active .btn-mijnzk {
  color: #fff;
}

.navbar ul.nav > li.active .btn-mijnzk[data-icon]:after {
  color: #fff;
}

.navbar ul.nav > li:focus,
.navbar ul.nav > li.hover,
.navbar ul.nav > li.hover.active,
.navbar ul.nav > li.active {
  text-decoration: none;
  -webkit-box-shadow: inset 1px 1px 1px 0px #DCEBF3, 1px 0px 1px 0px #DCEBF3;
          box-shadow: inset 1px 1px 1px 0px #DCEBF3, 1px 0px 1px 0px #DCEBF3;
  border-bottom: 0;
}

.navbar ul.nav > li.position {
  position: relative;
}

.navbar ul.nav > li.position .unfold {
  top: 38px;
}

.navbar ul.nav > li.hasunfold.hover,
.navbar ul.nav > li.hasunfold.focus {
  padding-bottom: 11px;
  margin-bottom: 0px;
  border-radius: 4px 4px 0 0;
}

.navbar ul.nav > li.hasunfold.hover .unfold,
.navbar ul.nav > li.hasunfold.focus .unfold {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0 ease-out;
  transition: opacity 0.2s 0 ease-out;
  height: auto;
  border: 2px solid #DCEBF3;
}

.navbar ul.nav > li .unfold {
  position: absolute;
  top: 47px;
  padding: 0;
  background: #fff;
  width: 800px;
  height: 0;
  z-index: 100;
  left: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0 ease-out, height 0 0.2s ease-out;
  transition: opacity 0.2s 0 ease-out, height 0 0.2s ease-out;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}

@media (max-width: 768px) and (min-width: 663px) {
  .navbar ul.nav > li .unfold {
    width: 750px;
  }
}

.navbar ul.nav > li .unfold.columns2 {
  width: 530px;
}

.navbar ul.nav > li .unfold.columns1 {
  width: 275px;
}

.navbar ul.nav > li .unfold [class*="span"]:last-of-type {
  padding-right: 13px;
}

.navbar ul.nav > li .unfold [data-icon]:after {
  padding: 0 0 0 1.2rem;
}

.navbar ul.nav > li .unfold p {
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

.navbar ul.nav > li .unfold h4 {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 9px 0 9px 0px;
  margin: 0;
}

.navbar ul.nav > li .unfold .btn-link {
  font-weight: bold;
}

.navbar ul.nav > li .unfold img {
  margin: 10px 0;
}

.navbar ul.nav > li .unfold .btn-link,
.navbar ul.nav > li .unfold li a {
  white-space: normal;
  display: block;
  padding: 8px;
  margin-bottom: 8px;
  text-align: left;
  text-decoration: none;
  border-radius: 4px;
}

.navbar ul.nav > li .unfold .btn-link:hover,
.navbar ul.nav > li .unfold li a:hover {
  text-decoration: underline;
  background-color: #F6F3F1;
}

.navbar ul.nav > li .unfold .btn-link .menu-link--subtitle,
.navbar ul.nav > li .unfold li a .menu-link--subtitle {
  font-size: 0.9em;
}

.navbar ul.nav > li .unfold .btn-link p,
.navbar ul.nav > li .unfold li a p {
  margin: 0;
}

.navbar ul.nav > li .unfold li {
  padding: 0;
}

.navbar ul.nav > li .unfold li > a.btn-primary {
  position: absolute;
  bottom: 20px;
  left: 14px;
}

.navbar ul.nav > li .unfold h3 {
  margin: 0;
  font-weight: normal;
  font-family: 'Titillium Web', sans-serif;
  padding: 20px 0 0 16px;
  font-size: 2.2rem;
}

.navbar ul.nav > li .unfold .column__title {
  display: block;
  padding: 8px;
  margin-bottom: 8px;
  color: #002857;
  font-weight: bold;
}

.navbar ul.nav > li .unfold > .row-fluid {
  padding: 16px;
}

@media (min-width: 663px) {
  .navbar ul.nav .only-mobile {
    display: none;
  }
}

.navbar .navbar-search {
  color: #999999;
  position: absolute;
  top: 1px;
  right: 0px;
  margin: 6px 1px 6px 6px;
}

.navbar .navbar-search:before {
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 2px;
  border: 0;
  color: #0068BD;
  font-family: "zk-icons-font";
  content: 'e';
}

.navbar .navbar-search .search-query {
  -webkit-transition: 1s all;
  transition: 1s all;
  font-size: 16px;
  font-size: 1.6rem;
  color: #113E83;
  background-color: #f4f4f4;
  border-color: #fff;
  width: 100px;
  padding: 3px 14px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar .navbar-search .search-query:-moz-placeholder {
  color: #DADADA;
  font-size: 14px;
  opacity: 1;
}

.navbar .navbar-search .search-query::-moz-placeholder {
  color: #DADADA;
  font-size: 14px;
  opacity: 1;
}

.navbar .navbar-search .search-query:-ms-input-placeholder {
  color: #DADADA;
  font-size: 14px;
}

.navbar .navbar-search .search-query::-webkit-input-placeholder {
  color: #DADADA;
  font-size: 14px;
}

.navbar .navbar-search .search-query:focus,
.navbar .navbar-search .search-query.focused {
  width: 245px;
  background-color: #eee;
}

.navbar .navbar-search input.btn-submit {
  position: absolute;
  right: 7px;
  top: 4px;
  background: transparent;
  border: 0;
  color: #999999;
  font-family: "zk-icons-font";
  content: 'e';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 2.2rem;
  font-size: 16px;
}

.navbar .navbar-search input.btn-submit:hover {
  color: #113E83;
}

.navbar .navbar-search .site-search__field {
  width: 150px;
}

#submenu .navbar-inner {
  background: #279EDA;
}

#submenu .navbar-inner ul.nav > li a,
#submenu .navbar-inner ul.nav > li span,
#submenu .navbar-inner ul.nav > li span a {
  color: #fff;
}

.lt-ie9 .navbar-inverse .navbar-inner {
  border-bottom: 2px solid #e3e3e3;
}

.content.container .navbar-steps ul.nav > li:before {
  content: "";
}

.blueLightest2 .navbar-steps .navbar-inner {
  -webkit-box-shadow: inset 0 -6px #DCEBF3;
          box-shadow: inset 0 -6px #DCEBF3;
}

.navbar-steps {
  position: relative;
}

.sticky-wrapper + .navbar-steps {
  margin-top: -25px;
}

.navbar-steps .navbar-inner {
  background: #74C9E2;
  border-color: transparent;
  border-bottom: 0;
  -webkit-box-shadow: inset 0 -6px white;
          box-shadow: inset 0 -6px white;
}

.bgblue .navbar-steps .navbar-inner {
  -webkit-box-shadow: inset 0 -6px #E7F5F5;
          box-shadow: inset 0 -6px #E7F5F5;
}

.navbar-steps ul.nav {
  margin: 2px 0 0 0;
  padding: 0;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.navbar-steps ul.nav > li {
  display: block;
  position: relative;
  float: left;
  padding: 0;
  border-radius: 0;
  margin: 0;
}

.navbar-steps ul.nav > li:hover {
  background: transparent;
}

.navbar-steps .nav > li > span,
.navbar-steps .nav > li.current > span,
.navbar-steps .nav > li > a {
  display: inline-block;
  height: 28px;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Titillium Web', sans-serif;
  float: none;
  background: #0068BD;
  margin: 0;
  border-radius: 0;
  padding: 5px 60px 5px;
  text-decoration: none;
  color: #fff;
}

.navbar-steps .nav > li > span:hover,
.navbar-steps .nav > li.current > span:hover,
.navbar-steps .nav > li > a:hover,
.navbar-steps .nav > li > span:focus,
.navbar-steps .nav > li.current > span:focus,
.navbar-steps .nav > li > a:focus {
  color: #fff;
}

.navbar-steps .nav > li.current:after {
  position: absolute;
  right: -21px;
  height: 38px;
  width: 21px;
  background: url(../img/bg-arrowformsteps.png) top left no-repeat;
  content: "";
}

.navbar-steps .nav > li:first-of-type > span,
.navbar-steps .nav > li:first-of-type.current > span,
.navbar-steps .nav > li:first-of-type > a {
  padding-left: 0;
}

.navbar-steps .nav > li > span {
  background: transparent;
  margin-top: 0px;
}

.navbar-steps .nav > li > a:focus,
.navbar-steps .nav > li > a:hover {
  background-color: #0073CF;
  color: #fff;
  text-decoration: underline;
}

.navbar-steps .nav li.active > a,
.navbar-steps .nav li.active > a:hover,
.navbar-steps .nav li.active > a:focus,
.navbar-steps .nav li.active > a[data-beforeicon="g"]:before,
.navbar-steps .nav li.current > a,
.navbar-steps .nav li.current > a:hover,
.navbar-steps .nav li.current > a:focus,
.navbar-steps .nav li.current > a[data-beforeicon="g"]:before {
  color: #82E4BA;
  background-color: #0068BD;
}

.navbar-steps:before {
  background: #0068BD;
  width: 22%;
  position: absolute;
  height: 38px;
  top: 7px;
  left: 0px;
  content: "";
}

.navbar-steps .nav li.active {
  min-height: 38px;
  background-color: #0068BD;
}

.navbar-steps .nav li.active:hover {
  background-color: #0068BD;
  min-height: 38px;
}

.container.content .breadcrumb__container,
.breadcrumb__container {
  padding: 1px;
}

.container.content .breadcrumb__container .breadcrumb,
.breadcrumb__container .breadcrumb {
  margin: 9px auto !important;
}

.container.content .breadcrumb__container .breadcrumb > li a,
.breadcrumb__container .breadcrumb > li a {
  font-weight: 600;
}

.container.content .breadcrumb__container .breadcrumb > li:last-child a,
.breadcrumb__container .breadcrumb > li:last-child a {
  font-weight: 400;
}

@media (min-width: 723px) and (max-width: 1012px) {
  .container.content .breadcrumb__container .breadcrumb,
  .breadcrumb__container .breadcrumb {
    width: 662px;
  }
}

@media (max-width: 722px) {
  .container.content .breadcrumb__container,
  .breadcrumb__container {
    padding: 0;
  }
}

.offcanvas-menu__content .container.content .breadcrumb__container {
  margin-top: -25px;
}

.offcanvas-menu__content .container.content.full-width .breadcrumb__container {
  margin-top: 0;
}

.container.content .breadcrumb,
.breadcrumb {
  padding: 0px;
  margin: 0 0 25px;
  list-style: none;
  border-radius: 4px;
}

.container.content .breadcrumb > li,
.breadcrumb > li {
  display: inline-block;
  color: #0068BD;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
}

.container.content .breadcrumb > li:before,
.breadcrumb > li:before {
  content: "";
}

.container.content .breadcrumb > li a,
.breadcrumb > li a {
  text-decoration: none;
  font-weight: bold;
  padding-right: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
}

.container.content .breadcrumb > li a[data-icon]:after,
.breadcrumb > li a[data-icon]:after {
  color: #0068BD;
  padding: 0 0 0 0.8rem;
  font-size: 1rem;
}

.container.content .breadcrumb > .active,
.breadcrumb > .active {
  font-weight: normal;
  color: #002857;
}

.container.content .breadcrumb > .active a,
.breadcrumb > .active a {
  font-weight: normal;
}

.pagination {
  margin: 25px 0;
}

.container.content .pagination ul,
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
}

.container.content .pagination ul > li,
.pagination ul > li {
  float: left;
  padding: 0;
  display: inline;
}

.container.content .pagination ul > li:before,
.pagination ul > li:before {
  content: "";
}

.container.content .pagination ul > li > a,
.pagination ul > li > a,
.container.content .pagination ul > li > span,
.pagination ul > li > span {
  float: left;
  padding: 0px 8px;
  line-height: 25px;
  text-decoration: none;
}

.container.content .pagination ul > li > a[data-icon]:after,
.pagination ul > li > a[data-icon]:after,
.container.content .pagination ul > li > span[data-icon]:after,
.pagination ul > li > span[data-icon]:after {
  color: #C93A83;
}

.container.content .pagination ul > li > a[data-beforeicon]:before,
.pagination ul > li > a[data-beforeicon]:before,
.container.content .pagination ul > li > span[data-beforeicon]:before,
.pagination ul > li > span[data-beforeicon]:before {
  color: #C93A83;
}

.container.content .pagination ul > li:first-of-type > a,
.pagination ul > li:first-of-type > a {
  padding-right: 18px;
}

.container.content .pagination ul > li:last-of-type > a,
.pagination ul > li:last-of-type > a {
  padding-left: 18px;
}

.container.content .pagination ul > .active > a,
.pagination ul > .active > a,
.container.content .pagination ul > .active > span,
.pagination ul > .active > span {
  cursor: default;
  color: #fff;
  border-radius: 30px;
  background: #C93A83;
}

.container.content .pagination ul > .disabled > span,
.pagination ul > .disabled > span,
.container.content .pagination ul > .disabled > a,
.pagination ul > .disabled > a,
.container.content .pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:hover,
.container.content .pagination ul > .disabled > a:focus,
.pagination ul > .disabled > a:focus {
  color: #bfbfbf;
  background-color: transparent;
  cursor: default;
}

.container.content .pagination ul > li:first-child > a,
.pagination ul > li:first-child > a,
.container.content .pagination ul > li:first-child > span,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.container.content .pagination ul > li:last-child > a,
.pagination ul > li:last-child > a,
.container.content .pagination ul > li:last-child > span,
.pagination ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

ul.buttontabs {
  display: inline-block;
  list-style: none;
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

ul.buttontabs li {
  list-style: none;
  display: block;
  padding: 0 1rem 10px 0;
  float: left;
}

ul.buttontabs li:before {
  display: none;
}

ul.buttontabs li:last-child {
  padding-right: 0;
}

.buttontabs__btn {
  text-decoration: none;
  position: relative;
  outline: 0;
  display: inline-block;
  white-space: nowrap;
  padding: 6px 12px;
  margin-bottom: 0;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  *border: 0;
  *margin-left: 0.3em;
  padding: 6px 16px;
  font-size: 18px;
  border-radius: 24px;
}

.buttontabs__btn:first-child {
  *margin-left: 0;
}

.buttontabs__btn[data-icon] {
  padding: 10px 11px 10px 16px;
}

.buttontabs__btn[data-beforeicon] {
  padding: 6px 20px 6px 15px;
}

.buttontabs__btn[data-icon]:after,
.buttontabs__btn[data-beforeicon]:before {
  font-size: 1.2rem;
  margin-top: -1px;
}

.buttontabs__btn:hover,
.buttontabs__btn:focus,
.buttontabs__btn.active,
.buttontabs__btn:active,
.buttontabs__btn:visited,
.buttontabs__btn.disabled,
.buttontabs__btn[disabled] {
  outline: 0;
  text-decoration: none;
}

.buttontabs__btn.disabled,
.buttontabs__btn.disabled:focus,
.buttontabs__btn[disabled],
.buttontabs__btn[disabled]:focus {
  cursor: default;
  background: #bfbfbf;
  border-color: #808080;
}

.buttontabs__btn.disabled:hover,
.buttontabs__btn.disabled:focus:hover,
.buttontabs__btn[disabled]:hover,
.buttontabs__btn[disabled]:focus:hover {
  background: #bfbfbf;
}

.buttontabs__btn.disabled:active,
.buttontabs__btn.disabled:focus:active,
.buttontabs__btn[disabled]:active,
.buttontabs__btn[disabled]:focus:active {
  border-width: 0 0 2px 0;
}

.buttontabs__btn.right {
  float: right;
}

.buttontabs__btn[data-beforeicon]:before {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: -2px;
}

.buttontabs__btn[data-icon]:after {
  padding: 0 0 0 19px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: -2px;
}

.buttontabs__btn[data-beforeicon]:before {
  padding: 0 19px 0 0px;
}

.buttontabs__btn[data-icon] {
  padding: 6px 16px;
}

.buttontabs__btn[data-beforeicon] {
  padding: 6px 16px;
}

.buttontabs__btn > input {
  color: #fff;
  text-decoration: none;
  background: none;
  border: 0;
  line-height: 20px;
  vertical-align: baseline;
  display: inline-block;
  margin: -5px -30px;
  padding: 5px 30px;
}

.active > .buttontabs__btn {
  background: #FECFBB;
  color: #002857;
  border-color: #FECFBB;
}

.active > .buttontabs__btn.active,
.active > .buttontabs__btn:active {
  border-width: 2px 0 0 0;
}

.active > .buttontabs__btn > a {
  color: #002857;
  text-decoration: none;
  display: inline-block;
  margin: -5px -30px;
  padding: 5px 30px;
}

.active > .buttontabs__btn > input {
  color: #002857;
  text-decoration: none;
  background: none;
  border: 0;
  line-height: 20px;
  vertical-align: baseline;
  display: inline-block;
  margin: -5px -30px;
  padding: 5px 30px;
}

.active > .buttontabs__btn:focus,
.active > .buttontabs__btn:hover {
  background: #F6F3F1;
  color: #002857;
}

.active > .buttontabs__btn:active,
.active > .buttontabs__btn:visited,
.active > .buttontabs__btn:focus {
  color: #002857;
}

.buttontabs__content {
  padding: 0;
  background: transparent;
}

/*@media (max-width: 543px) {
	ul.buttontabs {
		li {
			float: none;
			padding-right: 0;
		}
	}
}*/

.modal-open {
  overflow: hidden;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal-container {
  position: fixed;
  z-index: 1050;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal {
  margin: 30px auto;
  width: 610px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
}

.modal .close {
  color: #0073CF;
  opacity: 1;
  text-decoration: none;
}

.modal .close:after {
  display: inline;
  text-decoration: none;
}

.modal .close.white {
  color: #fff;
  text-shadow: 0 1px 0 #000000;
}

.modal.contact-modal {
  padding: 0 20px 20px 20px;
  margin: 0;
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  -webkit-overflow-scrolling: touch;
}

.modal.fade {
  -webkit-transition: opacity 0.3s linear, margin-top 0.3s ease-out;
  transition: opacity 0.3s linear, margin-top 0.3s ease-out;
  margin-top: -25px;
}

.modal.fade.contact-modal {
  top: -25%;
}

.modal.fade.in {
  margin-top: 30px;
}

.modal.fade.in.contact-modal {
  margin-top: 20px;
}

.modal.fade.in.infooverlay {
  margin-top: 40px;
}

.modal.bluelightest2 {
  background: #DCEBF3;
}

.modal.large,
.modal.modal-large {
  width: 790px;
}

.modal.fullwidth,
.modal.modal-full {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.modal.blocked.fade {
  background: #B1E0E2;
  padding: 0;
  margin: auto auto auto 42px;
  width: 910px;
  left: auto;
  overflow: hidden;
}

.modal.blocked.fade .modal-body {
  margin: 0;
  padding: 10px 30px 50px 30px;
  width: 860px;
  position: relative;
}

.modal.blocked.fade .modal-body .close {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: absolute;
  top: 10px;
  margin-left: 30px;
}

.modal.blocked.fade .modal-body .content {
  width: 710px;
}

.modal.modal-iframe .modal-body iframe,
.modal.iframed .modal-body iframe {
  width: 100%;
}

.modal.modal-iframe .modal-body .close,
.modal.iframed .modal-body .close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.modal.full-body .modal-body {
  padding: 0;
}

.modal.full-body .modal-body iframe {
  border-radius: 4px;
}

.modal .control-group div.info div.info-content {
  width: 100%;
  max-width: 350px;
}

.modal-header {
  padding: 24px;
  border-bottom: 1px solid #DCEBF3;
  position: relative;
  margin: 0 32px;
}

.modal-header .close {
  position: absolute;
  right: 0;
  top: 12.5px;
  font-weight: bold;
  color: #0068BD;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal .modal-body {
  position: relative;
  padding: 16px 32px 16px;
}

.modal .modal-body h3 {
  margin-top: 0;
  font-size: 20px;
  line-height: 1;
}

.modal .modal-body .alert-error h3 {
  color: #A0144C;
}

.modal .modal-body .box h4 {
  font-weight: 400;
}

.modal .modal-body::-webkit-scrollbar {
  width: 7px;
}

.modal .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.modal .modal-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

#HelperPopupDiv {
  height: 100%;
  width: 100%;
  margin: 0;
  position: absolute;
  border-radius: 0;
  border: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#HelperPopupDiv.hide {
  top: 100%;
}

#HelperPopupDiv .modal-body {
  height: 100%;
  padding: 0;
}

#HelperPopupDiv .modal-body #HelperPopupIframe {
  height: 100%;
}

#HelperPopupDiv .modal-body #HelperPopupIframe .iframe {
  height: 100%;
}

.modal-belons .row-fluid {
  padding: 10px 0;
  border-top: 1px solid #113E83;
}

.modal-belons .row-fluid:first-child {
  border-top: none;
}

@media (max-width: 768px) {
  .modal-belons .text-right {
    text-align: left;
  }
}

@media (min-width: 768px) {
  #HelperPopupDiv.hide {
    top: 0;
    left: -100%;
  }
}

@media (min-width: 1024px) {
  #HelperPopupDiv {
    width: 80%;
  }

  #HelperPopupDiv.hide {
    left: -80%;
  }
}

.modal-from-left,
.fromleft {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 85%;
  max-width: 999px;
  margin: 0;
  border-radius: 0;
  border: 0;
  border-right: 1px solid #999;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  *border-right: 1px solid #999;
  /* IE6-7 */
}

.modal-from-left.fade,
.fromleft.fade {
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
  left: -100%;
  margin-top: 0;
}

.modal-from-left.fade.in,
.fromleft.fade.in {
  left: 0;
  margin-top: 0;
}

.modal-from-left.fade.in .case-header,
.fromleft.fade.in .case-header {
  width: 100%;
  margin-bottom: 110px;
}

.modal-from-left.fade.in .case-header.no-quote,
.fromleft.fade.in .case-header.no-quote {
  margin-bottom: 0;
}

.modal-from-left.fade.in .case-header .testimonialquote,
.fromleft.fade.in .case-header .testimonialquote {
  bottom: -25%;
  right: 14px;
}

.modal-from-left.fade.in div[class*="span"] h2.quote,
.fromleft.fade.in div[class*="span"] h2.quote {
  font-style: italic;
  border-left: 5px solid #0068BD;
  padding-left: 20px;
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 30px;
  font-size: 3rem;
}

.modal-from-left.fade.in div[class*="span"] h3.no-margin,
.fromleft.fade.in div[class*="span"] h3.no-margin {
  margin: 0;
}

.modal-from-left .modal-header,
.fromleft .modal-header {
  z-index: 1;
  position: relative;
  background-color: #fff;
  height: 31px;
}

.modal-from-left .modal-body,
.fromleft .modal-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 50px;
  padding: 0;
  overflow-x: hidden;
}

.modal-from-left .modal-body .modal-title,
.fromleft .modal-body .modal-title {
  margin-top: 50px;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #113E83;
  line-height: 1.2;
}

.modal-from-left.modal-iframe .iframe,
.fromleft.modal-iframe .iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 662px) {
  .modal.modal-from-left,
  .modal.fromleft {
    margin: 0;
    width: 100%;
  }

  .modal.modal-from-left .modal-body,
  .modal.fromleft .modal-body {
    padding: 16px;
  }

  .modal.modal-from-left .modal-body .modal-title,
  .modal.fromleft .modal-body .modal-title {
    margin-top: 0;
  }

  .modal.modal-from-left.modal-iframe .modal-body,
  .modal.fromleft.modal-iframe .modal-body {
    padding: inherit;
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -12px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -12px;
  padding: 0 5px;
}

.tooltip-toggle {
  cursor: help;
  text-decoration: none;
  border-bottom: dashed 1px #DCEBF3;
  display: inline-block;
}

.tooltip-toggle:hover {
  text-decoration: none;
  border-bottom: dashed 1px #DCEBF3;
}

.tooltip-toggle img {
  min-width: 30px;
}

.tooltip-toggle.infocircle {
  position: relative;
  width: 16px;
  height: 16px;
  border: 0;
  color: #0068BD;
  border-radius: 40px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  line-height: 0;
}

.ie8 .tooltip-toggle.infocircle {
  background: transparent;
  margin-left: -10px;
}

.ie8 .tooltip-toggle.infocircle:after {
  background: transparent;
}

.tooltip-toggle.infoicon {
  border: 0;
}

.infocircle[data-icon]:after {
  font-family: 'zk-icons-new';
  content: "\e940";
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  height: 1.4rem;
  width: 1.4rem;
  line-height: 1.1;
  color: #0068BD;
  padding: 0;
  margin: 0 0 0 0;
}

.tooltip-inner {
  max-width: 250px;
  padding: 12px;
  color: #0068BD;
  text-align: left;
  text-decoration: none;
  background-color: #DCEBF3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tooltip-inner h1,
.tooltip-inner h2,
.tooltip-inner h3,
.tooltip-inner h4,
.tooltip-inner h5,
.tooltip-inner h6 {
  margin: 0;
  color: #0068BD;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-inner {
  border: 1px solid #0068BD;
  font-size: 14px;
}

.tooltip.top .tooltip-arrow:before {
  width: 7px;
  height: 7px;
  background: #DCEBF3;
  content: '';
  display: inline-block;
  border: 1px solid #0068BD;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -9px;
  left: -5px;
  border-top: 0;
  border-left: 0;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #DCEBF3;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #DCEBF3;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #DCEBF3;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #DCEBF3;
}

.ie8 .tooltip.top .tooltip-arrow {
  display: none;
}

/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 25px;
}

.slider.slider-horizontal .slider-track {
  height: 12.5px;
  width: 100%;
  margin-top: -6.25px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-handle {
  margin-left: -12.5px;
  margin-top: -6.25px;
}

.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 12.5px 12.5px 12.5px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 25px;
}

.slider.slider-vertical .slider-track {
  width: 12.5px;
  height: 100%;
  margin-left: -6.25px;
  left: 50%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-handle {
  margin-left: -6.25px;
  margin-top: -12.5px;
}

.slider.slider-vertical .slider-handle.triangle {
  border-width: 12.5px 0 12.5px 12.5px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

.slider input {
  display: none;
}

.slider .tooltip {
  padding: 5px;
}

.slider .tooltip.top {
  margin-top: -5px;
}

.slider .tooltip-inner {
  white-space: nowrap;
  padding: 5px;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #0e90d2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#149bdf), to(#0480be));
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-handle.round {
  border-radius: 25px;
}

.slider-handle.triangle {
  background: transparent none;
}

div.progress {
  background: #0068BD;
  display: block;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9500;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
}

div.progressImage {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9600;
  zoom: 1;
}

div.progressImage img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -200px;
}

.accordion {
  margin-bottom: 25px;
}

.accordion.blue .accordion-group .accordion-toggle {
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  text-decoration: none;
  background: #0068BD;
  border-color: #0068BD;
}

.accordion.blue .accordion-group .accordion-toggle.collapsed {
  border-bottom-color: #002857;
}

.accordion.blue .accordion-group .accordion-toggle[data-icon]:after {
  color: #fff;
}

.accordion.blue .accordion-body {
  background: #DCEBF3;
}

.accordion.blue .accordion-body.in {
  border-color: #DCEBF3;
  background: #DCEBF3;
}

.accordion.blue .accordion-group .accordion-inner {
  padding: 9px 15px;
  text-align: center;
}

.accordion.white .accordion-group .accordion-toggle {
  color: #0068BD;
  text-decoration: none;
  background: #fff;
  border-color: #279EDA;
}

.accordion.white .accordion-group .accordion-toggle:active {
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  margin-bottom: 0px;
  border-bottom: 1px solid #279EDA;
}

.accordion.white .accordion-group .accordion-toggle.collapsed {
  border-color: #279EDA;
  border-bottom: 1px solid #279EDA;
}

.accordion.white .accordion-group .accordion-toggle[data-icon]:after {
  color: #C93A83;
}

.accordion.white .accordion-group .accordion-inner {
  text-align: left;
}

.accordion.white .accordion-body {
  background: #fff;
}

.accordion.white .accordion-body.in {
  top: 0;
  text-align: left;
  border-color: #279EDA;
  background: #fff;
  border-top: 0;
}

.accordion.white.etherical a.accordion-toggle {
  border: 0;
}

.accordion.white.etherical a.accordion-toggle.collapsed {
  border: 0;
}

.accordion.white.etherical .accordion-body.in {
  border: 0;
}

.accordion.contiguous .header {
  border-radius: 4px 4px 0 0;
  background: #113E83;
  color: #fff;
  min-height: 5rem;
}

.accordion.contiguous .accordion-group {
  margin-bottom: 0;
}

.accordion.contiguous .accordion-group .accordion-toggle {
  border-radius: 0 0 0 0;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #DCEBF3;
}

.accordion.contiguous .accordion-group .accordion-toggle:active {
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px);
  margin-bottom: 0px;
  border-bottom: 1px solid #DCEBF3;
}

.accordion.contiguous .accordion-group .accordion-body {
  background: #DCEBF3;
  font-size: 1.2rem;
}

.accordion.wijziging .accordion-group .accordion-heading {
  position: relative;
}

.accordion.wijziging .accordion-group .accordion-heading .checker {
  position: absolute;
  top: 1.5rem;
  left: 4.1rem;
  padding: 0;
  width: 2rem;
  height: 2rem;
  background: #fff;
  display: block;
  line-height: inherit;
  border-radius: 4px;
  text-indent: 0.09rem;
}

.accordion.wijziging .accordion-group .accordion-heading .checker:before {
  color: #0068BD;
}

.accordion.wijziging .accordion-group .accordion-toggle {
  padding-left: 7rem;
}

.accordion.wijziging .accordion-group .accordion-toggle .price {
  right: 55px;
}

.accordion.wijziging .accordion-group .accordion-toggle[data-icon]:after {
  float: right;
}

.accordion.wijziging .accordion-group .accordion-inner .product {
  background: #fff;
}

.accordion.wijziging ul.productlist {
  margin-bottom: 20px;
}

.accordion.wijziging ul.productlist > li {
  border-bottom: 1px solid #DCEBF3;
  margin: 0 0 10px;
  padding: 0 0 20px;
}

.accordion.wijziging ul.productlist > li:before {
  display: none;
}

.accordion.wijziging ul.productlist > li strong {
  color: #24b6a6;
}

.accordion hr.wide {
  margin-left: -15px;
  margin-right: -15px;
}

.accordion-group {
  position: relative;
  margin-bottom: 10px;
}

.accordion-group .accordion-toggle {
  position: relative;
  cursor: pointer;
  outline: 0;
  display: block;
  text-align: left;
  padding: 12px 20px 12px 20px;
  margin-bottom: 0px;
  font-weight: bold;
  text-decoration: none;
  background: #DCEBF3;
  border: 1px solid #DCEBF3;
  border-radius: 4px 4px 0 0;
}

.accordion-group .accordion-toggle:hover,
.accordion-group .accordion-toggle:focus {
  text-decoration: none;
  color: #0068BD;
}

.accordion-group .accordion-toggle:focus {
  border-bottom: 1px solid #DCEBF3;
}

.accordion-group .accordion-toggle[data-icon] {
  padding-left: 40px;
}

.accordion-group .accordion-toggle[data-icon]:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #0068BD;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  margin-bottom: auto;
  margin-top: auto;
  left: 10px;
  line-height: 1;
}

.accordion-group .accordion-toggle:active {
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px);
  margin-bottom: 1px;
  border-bottom: 1px solid #DCEBF3;
}

.accordion-group .collapsed {
  border-bottom: 2px solid #9DC7C8;
  border-radius: 4px;
}

.accordion-group .collapsed[data-icon]:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion-group .collapsed[data-beforeicon='a']:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion-group .accordion-body.in {
  position: relative;
  top: 2px;
  background: #fff;
  margin-top: -2px;
  border: 1px solid #DCEBF3;
  border-radius: 0 0 4px 4px;
}

.accordion-group .accordion-body.in.shrink {
  margin-top: -3px;
}

.accordion-group .accordion-inner {
  padding: 9px 15px;
}

.accordion-group .accordion-inner > .box {
  margin: -10px -16px -10px -16px;
}

.accordion-group .accordion-inner .form-horizontal .control-group {
  margin: 10px 0;
}

.accordion-group .accordion-inner .form-horizontal .controls {
  margin-left: 160px;
}

.accordion-group .accordion-inner .form-horizontal .control-label {
  width: 140px;
}

.ziezo-insurance .accordion-group .accordion-toggle,
.deductibles-page .accordion-group .accordion-toggle,
.insurance-showroom .accordion-group .accordion-toggle,
.dentist-insurance .accordion-group .accordion-toggle,
.basic-insurance .accordion-group .accordion-toggle,
.basic-insurance-plus .accordion-group .accordion-toggle,
.additional-insurance .accordion-group .accordion-toggle {
  font-weight: normal;
  color: #0066c0;
}

.ziezo-insurance .accordion.white .accordion-group .accordion-toggle.collapsed,
.deductibles-page .accordion.white .accordion-group .accordion-toggle.collapsed,
.insurance-showroom .accordion.white .accordion-group .accordion-toggle.collapsed,
.dentist-insurance .accordion.white .accordion-group .accordion-toggle.collapsed,
.basic-insurance .accordion.white .accordion-group .accordion-toggle.collapsed,
.basic-insurance-plus .accordion.white .accordion-group .accordion-toggle.collapsed,
.additional-insurance .accordion.white .accordion-group .accordion-toggle.collapsed {
  border: 1px solid transparent;
  background-color: #fff;
}

.ziezo-insurance .row .accordion-group .accordion-toggle,
.deductibles-page .row .accordion-group .accordion-toggle,
.insurance-showroom .row .accordion-group .accordion-toggle,
.dentist-insurance .row .accordion-group .accordion-toggle,
.basic-insurance .row .accordion-group .accordion-toggle,
.basic-insurance-plus .row .accordion-group .accordion-toggle,
.additional-insurance .row .accordion-group .accordion-toggle {
  background-color: #d6eff0;
}

.ziezo-insurance .accordion.white .accordion-group .accordion-toggle,
.deductibles-page .accordion.white .accordion-group .accordion-toggle,
.insurance-showroom .accordion.white .accordion-group .accordion-toggle,
.dentist-insurance .accordion.white .accordion-group .accordion-toggle,
.basic-insurance .accordion.white .accordion-group .accordion-toggle,
.basic-insurance-plus .accordion.white .accordion-group .accordion-toggle,
.additional-insurance .accordion.white .accordion-group .accordion-toggle {
  background-color: #fff;
}

.ziezo-insurance .accordion .accordion-group .accordion-toggle[data-icon]::after,
.deductibles-page .accordion .accordion-group .accordion-toggle[data-icon]::after,
.insurance-showroom .accordion .accordion-group .accordion-toggle[data-icon]::after,
.dentist-insurance .accordion .accordion-group .accordion-toggle[data-icon]::after,
.basic-insurance .accordion .accordion-group .accordion-toggle[data-icon]::after,
.basic-insurance-plus .accordion .accordion-group .accordion-toggle[data-icon]::after,
.additional-insurance .accordion .accordion-group .accordion-toggle[data-icon]::after {
  color: #c93a83;
}

.ziezo-insurance .row.blueLightest2 .accordion-group .accordion-toggle,
.deductibles-page .row.blueLightest2 .accordion-group .accordion-toggle,
.insurance-showroom .row.blueLightest2 .accordion-group .accordion-toggle,
.dentist-insurance .row.blueLightest2 .accordion-group .accordion-toggle,
.basic-insurance .row.blueLightest2 .accordion-group .accordion-toggle,
.basic-insurance-plus .row.blueLightest2 .accordion-group .accordion-toggle,
.additional-insurance .row.blueLightest2 .accordion-group .accordion-toggle {
  background-color: #fff;
}

.ziezo-insurance .accordion-group .accordion-inner,
.deductibles-page .accordion-group .accordion-inner,
.insurance-showroom .accordion-group .accordion-inner,
.dentist-insurance .accordion-group .accordion-inner,
.basic-insurance .accordion-group .accordion-inner,
.basic-insurance-plus .accordion-group .accordion-inner,
.additional-insurance .accordion-group .accordion-inner {
  text-align: left;
}

/*  carousel  */

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #0068bd;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 3px solid #ffffff;
  border-radius: 23px;
}

.carousel-control.no-border {
  border: none;
  background: transparent;
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:after {
  padding: 3px 0 0 1px;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #0068bd;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #0068BD;
}

.carousel-caption.no-bar {
  position: relative;
  margin-top: 10px;
  background: transparent;
}

.carousel-caption.no-bar h4,
.carousel-caption.no-bar p {
  color: #000 !important;
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.carousel-inner img {
  margin: 0 auto;
}

.surfly-button {
  display: block;
  color: #fff;
  position: relative;
  top: 1px;
}

.surfly-button:hover {
  cursor: pointer;
}

.surfly-button:after {
  display: block;
  content: ' ';
  width: 19px;
  height: 19px;
  background: url(https://www.zilverenkruis.nl/Style%20Library/custom/img/svg/eye.svg) no-repeat;
  background-size: 15px;
  position: relative;
  top: 5px;
}

.surfly-loader {
  display: none;
  content: ' ';
  width: 19px;
  height: 19px;
  background: url(https://www.zilverenkruis.nl/Style%20Library/custom/img/loading-spinner.gif) no-repeat;
  background-size: 15px;
  margin-left: 10px;
}

.surfly-error {
  display: none;
}

.surfly-session-code {
  display: none;
}

.surfly-session-code .btn {
  margin: 30px 0 0 15px;
}

.surfly-terms-conditions .btn {
  margin: 30px 0 0 15px;
}

/* Fix for survey pop-up disappearing behind c-nav */

#surfly-api-frame.surfly-popup {
  z-index: 1000;
}

.present-overview .row,
.present-overview .row-fluid {
  z-index: initial;
}

.present-overview .page-title {
  margin-bottom: 25px;
}

.present-overview .box-search .search-title {
  margin-top: 0;
  line-height: 1.2;
}

.present-overview .box-search .container-search-input {
  position: relative;
  width: 100%;
}

.present-overview .box-search .input-search {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 40px;
  margin-bottom: 0;
}

.present-overview .box-search .btn-search {
  float: right;
}

.present-overview .box-search .btn-clear-input {
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 33px;
  font-weight: bold;
  font-size: 24px;
  color: #ccc;
  cursor: pointer;
  text-decoration: none;
}

.present-overview .box-search .search-options {
  height: 39px;
  display: table;
  margin-right: 8px;
}

.present-overview .box-search .search-options .checkbox-container {
  display: table-cell;
  vertical-align: middle;
}

.present-overview .box-search .search-options .checkbox-container input[type="checkbox"] {
  margin: 0 10px 0 5px;
}

.present-overview .box-search .search-options .label-search-option {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}

.present-overview .search-statistics {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.present-overview #SRCHREF .filters .box {
  background-color: #DCEBF3;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.present-overview #SRCHREF .filters .ms-searchref-categoryname {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}

.present-overview #SRCHREF .btn-toggle {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 25px;
  text-rendering: optimizeLegibility;
  margin-bottom: 0;
}

.present-overview #SRCHREF .btn-toggle:after {
  content: attr(data-closetext);
}

.present-overview #SRCHREF .btn-toggle:before {
  content: 'c';
}

.present-overview #SRCHREF .btn-toggle.collapsed:before {
  content: 'a';
}

.present-overview #SRCHREF .btn-toggle.collapsed:after {
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  content: attr(data-opentext);
}

.present-overview #SRCHREF .filter-group {
  position: relative;
}

.present-overview #SRCHREF .filter-group .filters-reset {
  position: absolute;
  right: 16px;
  bottom: 10px;
}

.present-overview #SRCHREF .ms-searchref-categoryname {
  margin-bottom: 0;
}

.present-overview #SRCHREF .ms-searchref-filters {
  margin-bottom: 0;
}

.present-overview #SRCHREF .ms-searchref-filter {
  /*padding-right: 0;*/
}

.present-overview .search-results .box-intervention {
  margin-bottom: 50px;
}

.present-overview #SRP {
  text-align: center;
}

.present-overview #SRP .srch-Page {
  display: inline-block;
}

.present-overview .module-tiles-container {
  margin-top: 50px;
}

.present-overview .module-tiles-container > h2 {
  margin-bottom: 25px;
}

@media (max-width: 662px) {
  .present-overview .container-search-input {
    margin-bottom: 16px;
  }

  .present-overview #SRCHREF .ms-searchref-filters {
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  .present-overview #SRCHREF .filters .btn-large {
    margin: 0;
  }
}

.intervention-detail .read-more-container {
  position: relative;
}

.intervention-detail .read-more-container .overdiv {
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: 34px;
  left: 0;
  background-image: url("../img/gradient.png");
  background-repeat: repeat-x;
}

.intervention-detail .read-more-state {
  display: none;
}

.intervention-detail .read-more-target {
  display: none;
  opacity: 0;
  max-height: 0;
  font-size: 0;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.intervention-detail .read-more-state:checked ~ .read-more-wrap .read-more-target {
  display: block;
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.intervention-detail .read-more-state:checked ~ .overdiv {
  display: none;
}

.intervention-detail .read-more-state ~ .read-more-trigger:before {
  content: 'Lees meer';
}

.intervention-detail .read-more-state:checked ~ .read-more-trigger:before {
  content: 'Lees minder';
}

.intervention-detail .header-img-container {
  position: relative;
  margin-bottom: 40px;
}

.intervention-detail .header-img-container .header-img {
  border-radius: 4px;
  width: 100%;
}

.intervention-detail .header-img-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.intervention-detail .header-img-container .overlay .header-title {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  text-decoration: none;
  line-height: 2;
  font-size: 16px;
}

.intervention-detail .header-img-container .overlay .header-title .highlight-text {
  font-size: 20px;
}

.intervention-detail .header-img-container .overlay .header-title:before {
  font-size: 20px;
  font-size: 2rem;
}

.intervention-detail .header-img-container .overlay.module-1 .header-title {
  background-color: #c93a83;
}

.intervention-detail .header-img-container .overlay.module-2 .header-title {
  background-color: #24b6a6;
}

.intervention-detail .header-img-container .overlay.module-3 .header-title {
  background-color: #0068bd;
}

.intervention-detail .box-sharing .btn {
  margin-bottom: 10px;
  min-width: 180px;
}

.present .large-header h1 .small {
  font-size: 26px;
  font-size: 2.6rem;
}

.present.template-one-pager .navbar-in-page.module-1 {
  -webkit-box-shadow: 0px 2px 0px 0px #c93a83;
  box-shadow: 0px 2px 0px 0px #c93a83;
}

.present.template-one-pager .navbar-in-page.module-2 {
  -webkit-box-shadow: 0px 2px 0px 0px #24b6a6;
  box-shadow: 0px 2px 0px 0px #24b6a6;
}

.present.template-one-pager .navbar-in-page.module-3 {
  -webkit-box-shadow: 0px 2px 0px 0px #0068bd;
  box-shadow: 0px 2px 0px 0px #0068bd;
}

.present .btn.btn-back {
  padding-left: 0;
}

.present img {
  border-radius: 4px;
}

.present .extra-space {
  margin-top: 30px;
  margin-bottom: 20px;
}

.present .tabs-btn-group .btn-group {
  margin-bottom: 16px;
}

.present .btn-after-input {
  margin: 0 0 12.5px 10px;
}

.present .box.product {
  padding-bottom: 0;
}

.present .box.product .icon,
.present .box.product .icon img {
  max-height: 75px;
}

.present .box.product .product-name.module-1 {
  color: #fff;
  background-color: #c93a83;
}

.present .box.product .product-name.module-2 {
  color: #fff;
  background-color: #24b6a6;
}

.present .box.product .product-name.module-3 {
  color: #fff;
  background-color: #0068bd;
}

.present .box.product .product-name .highlight-text {
  font-size: 28px;
}

.present .box.product:after {
  content: none;
}

.present .box.product .product-body {
  margin-bottom: 0;
}

.present .box.product .product-body .text {
  font-size: 16px;
  color: #0068BD;
  font-weight: bold;
  line-height: 26px;
}

.present .box.product .product-body .container-bottom {
  margin: 0 16px 20px;
}

.present .box.product .product-body .container-pos-bottom {
  display: table;
  width: 100%;
}

.present .box.product .product-body .container-pos-bottom .table-cell {
  display: table-cell;
  vertical-align: bottom;
}

.present .box.product .product-text {
  min-height: 200px;
}

.present .box.product .sticker-round {
  float: right;
}

.present .box.product .btn-bottom {
  margin-bottom: 20px;
}

.present .tiles-bg-photo .module-1 .tile-link {
  background-image: url("../img/present/visie-thumb.jpg");
}

.present .tiles-bg-photo .module-2 .tile-link {
  background-image: url("../img/present/samen-thumb.jpg");
}

.present .tiles-bg-photo .module-3 .tile-link {
  background-image: url("../img/present/persoonlijk-thumb.jpg");
}

.present .box-intervention .box-heading-row {
  border-top-right-radius: 4px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  margin-left: -16px;
  margin-top: -16px;
  margin-right: -16px;
  padding: 10px 16px 10px 25px;
  margin-bottom: 16px;
}

.present .box-intervention .box-heading-row:before {
  font-size: 20px;
  font-size: 2rem;
}

.present .box-intervention .box-heading-row:after {
  background-image: url("../img/present/corner-orange") 0 0 no-repeat transparent;
}

.present .box-intervention .box-heading-row .highlight-text {
  font-size: 20px;
}

.present .box-intervention .box-heading-row.module-1 {
  background-color: #c93a83;
}

.present .box-intervention .box-heading-row.module-2 {
  background-color: #24b6a6;
}

.present .box-intervention .box-heading-row.module-3 {
  background-color: #0068bd;
}

.present .box-intervention .box-heading {
  font-size: 22px;
  line-height: 1.2;
  margin-left: 0;
  margin-top: 0;
}

.present .box-intervention img.img-intervention {
  border-radius: 4px;
  margin-bottom: 12.5px;
  width: 100%;
}

.present .box-intervention .box-content {
  margin-bottom: 12.5px;
}

.present .box-intervention .box-content p {
  margin: 0;
}

.present .box-intervention.box-btn-bottom {
  padding-bottom: 45px;
}

.present table.ms-rteTable-ZKA3 {
  border: none;
  margin-bottom: 12.5px;
  width: auto !important;
}

.present table.ms-rteTable-ZKA3 td {
  text-align: left;
}

.present table.ms-rteTable-ZKA3 tr.ms-rteTableOddRow-ZKA3 td,
.present table.ms-rteTable-ZKA9 tr.ms-rteTableOddRow-ZKA9 td {
  background: #fff;
}

.present .present-calc #betaaltekst,
.present .present-calc #eerstselecteren {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #002857;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  display: none;
}

.present .present-calc #presentprijs {
  color: #0068BD;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
}

.present .present-calc .present-calc-box1 input[type="checkbox"] {
  width: 15px;
  height: 15px;
  display: block;
}

.present .present-calc .present-calc-box1 input[type="checkbox"]:checked + span {
  background: url("link_to_another_image");
}

.present .present-calc .present-calc-box1 .checkbox #present1 {
  background: #000 !important;
}

.present #direct-aanvragen .tab-content {
  padding: 0;
  background: #DCEBF3;
}

@media (max-width: 662px) {
  .present .box-intervention {
    min-height: 0;
  }

  .present .box-intervention.box-btn-bottom {
    padding-bottom: 16px;
  }

  .present .btn-after-input {
    margin-left: 0;
  }

  .present .search-options {
    display: block;
  }

  .present .tabs-btn-group .btn-group .btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .present .search-results .box-intervention {
    margin-bottom: 30px;
  }

  .present .box-sharing > .btn {
    display: block;
  }

  .present .box.product .product-text {
    min-height: 0;
  }
}

@media (min-width: 663px) and (max-width: 979px) {
  .present .box .btn-pos-bottom {
    position: absolute;
    bottom: 16px;
  }

  .present .box-intervention .box-heading-row {
    padding-left: 20px;
  }

  .present .box-intervention .box-heading-row[data-beforeicon]:before {
    padding: 0 0.3rem 0 0;
  }

  .present .btn-after-input {
    margin-left: 0;
  }

  .present .contact-box ul.unstyled.contact-box-list > li {
    padding-left: 0;
  }

  .present .box-sharing > .btn {
    min-width: 0;
  }

  .present .box.product .product-text {
    min-height: 270px;
  }
}

@media (max-width: 1024px) {
  .present .present-offerte-form {
    height: 1067px;
  }

  .present .present-wijzig-form {
    height: 1077px;
  }
}

@media (max-width: 768px) {
  .present .present-offerte-form {
    height: 1128px;
  }

  .present .present-wijzig-form {
    height: 1018px;
  }
}

@media (max-width: 420px) {
  .present .present-offerte-form {
    height: 1201px;
  }

  .present .present-wijzig-form {
    height: 1016px;
  }
}

.zorgzoeker-api {
  position: relative;
  min-height: 30px;
}

.zorgzoeker-api .search {
  position: relative;
}

.zorgzoeker-api .text-info {
  min-height: 0;
}

.zorgzoeker-api .container-btn {
  margin-top: 10px;
}

.zorgzoeker-api .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
}

.laptop {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  border-color: #113E83;
  border-width: 26px 21px 18px 21px;
  border-style: solid;
  border-radius: 20px 20px 0 0;
}

.laptop:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 26px;
  margin-top: 18px;
  margin-left: -80px;
  border-radius: 7px;
  padding: 0 80px;
  background-color: #00447a;
}

.smartphone {
  position: relative;
  display: inline-block;
  margin: 0 auto -22px auto;
  border-color: #113E83;
  border-width: 49px 10px 56px 10px;
  border-style: solid;
  border-radius: 30px;
}

.smartphone:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: 13px 0 0 -15px;
  border-radius: 100%;
  background-color: #fff;
}

.letter img,
.laptop img,
.smartphone img {
  display: block;
  width: auto;
}

.imagemaptoggles {
  min-height: 0;
}

.imagemaptoggles .btn-radio {
  min-width: 105px;
  padding-right: 23px;
  padding-left: 23px;
}

.imagemap {
  position: relative;
}

.imagemap.lettersdov {
  background: transparent;
}

.imagemap .laptop ul,
.imagemap .letter ul,
.imagemap .smartphone ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background-image: none;
}

.imagemap .laptop ul > li,
.imagemap .letter ul > li,
.imagemap .smartphone ul > li {
  position: absolute;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  border: 0;
  padding: 0;
}

.imagemap .laptop ul > li:before,
.imagemap .letter ul > li:before,
.imagemap .smartphone ul > li:before {
  content: "";
}

.imagemap .laptop ul > li img,
.imagemap .letter ul > li img,
.imagemap .smartphone ul > li img {
  border: 0;
  padding: 0;
}

.imagemap .laptop ul > li .tooltip,
.imagemap .letter ul > li .tooltip,
.imagemap .smartphone ul > li .tooltip {
  width: 250px;
}

.imagemap .letter {
  position: relative;
  max-width: 572px;
  margin: auto;
  overflow: scroll;
}

.imagemap .letter > img {
  width: 100%;
  max-width: none;
}

.imagemap #overzicht .laptop li:first-child {
  top: 34.6%;
  left: 52.6%;
}

.imagemap #overzicht .laptop li:first-child + li,
.imagemap #overzicht .laptop li:first-child + div + li {
  top: 83.2%;
  left: 12.1%;
}

.imagemap #zorgverbruik .laptop li:first-child {
  top: 35.7%;
  left: 23.4%;
}

.imagemap #zorgverbruik .laptop li:first-child + li,
.imagemap #zorgverbruik .laptop li:first-child + div + li {
  top: 71%;
  left: 72.9%;
}

.imagemap #declareren .laptop li:first-child {
  top: 42.7%;
  left: 30.6%;
}

.imagemap #declareren .laptop li:first-child + li,
.imagemap #declareren .laptop li:first-child + div + li {
  top: 48.2%;
  left: 69%;
}

.imagemap #app-declareren .smartphone li:first-child {
  top: 17.2%;
  left: 5.9%;
}

.imagemap #app-declareren .smartphone li:first-child + li,
.imagemap #app-declareren .smartphone li:first-child + div + li {
  top: 36.8%;
  left: 41.7%;
}

.pagenav {
  padding: 0 0 30px 0;
}

.pagenav a {
  display: inline-block;
  padding: 0 8px;
  margin: 0 8px;
  line-height: 25px;
  text-decoration: none;
}

.pagenav .pagenav__curr__num {
  color: #fff;
  border-radius: 30px;
  background: #C93A83;
  display: inline-block;
  font-weight: bold;
  line-height: 25px;
  padding: 0 8px;
  margin: 0 8px;
}

.gsc-webResult .gsc-result {
  border-radius: 4px;
  margin: 8px 0!important;
}

.cse .gsc-webResult.gsc-result.gsc-promotion,
.gsc-webResult.gsc-result.gsc-promotion {
  border-radius: 4px;
  padding: 8px 8px!important;
  margin: 16px 0!important;
  border-color: #24B6A6 !important;
  border-width: 3px!important;
}

.gsc-result .gs-title {
  height: auto!important;
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px!important;
}

.gs-webResult div.gs-visibleUrl,
.gs-imageResult div.gs-visibleUrl {
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px!important;
}

.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet .gsc-result.gs-no-results-result .gs-snippet {
  background: #24B6A6 !important;
  color: #fff !important;
  border-color: #24B6A6 !important;
  border-radius: 4px;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px!important;
}

.gsib_a {
  padding: 0 8px!important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input-box {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.gsc-table-cell-snippet-close,
.gsc-table-cell-snippet-open {
  padding-left: 8px!important;
  padding-right: 8px!important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px!important;
  border-radius: 30px!important;
  padding: 0px!important;
  height: 30px!important;
  width: 30px!important;
  line-height: 30px!important;
  display: inline-block !important;
  text-align: center!important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page,
.gsc-cursor-page.gsc-cursor-current-page {
  color: #ffffff !important;
  background: #c93a83 !important;
}

.gsc-control-cse .gsc-search-button input[type=image],
.gsc-control-cse.gsc-control-cse-nl .gsc-search-button input[type=image] {
  background: transparent !important;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  width: 22px !important;
  height: 15px !important;
  margin-top: 0 !important;
}

.gsc-control-cse .gsc-search-button:after,
.gsc-control-cse.gsc-control-cse-nl .gsc-search-button:after {
  content: "Zoeken";
  z-index: 0;
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: -28px;
  display: block;
  padding: 1px 11px 1px 16px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #0073cf;
  border: solid #a0144c;
  border-width: 0 0 2px 0;
  border-radius: 4x;
  border-color: #a0144c;
  background-color: #de4d9f;
  color: #fff;
}

.collectiviteit .exception-title-bold {
  font-size: 18px;
  font-weight: bold;
  color: #002857;
  margin-bottom: 0;
}

.collectiviteit .resultbox-padding .collectiviteitsnummer {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  vertical-align: middle;
}

.collectiviteit .resultbox-padding .btn-link.btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
}

.collectiviteit .tip {
  width: 99.2%;
  text-align: left;
  color: #002857;
  font-size: 16px;
  padding: 20px 26px;
  margin-bottom: 0;
}

.collectiviteit .tip h5 {
  margin-bottom: 0;
  color: #002857;
}

.collectiviteit .funnel .box.bluelightest2,
.collectiviteit .funnel-content .box.bluelightest2 {
  padding: 18px;
}