.menu-pdf, .pagination, .search-page .results, #menu, ul.submenu ul, ul.submenu, ol.footnotes {
  list-style: none;
  padding: 0;
  margin: 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.cornered {
  border-radius: 5px;
}

/** Public mixins **/
/** Media Queries **/
* {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* CONTENT ELEMENTS */
img {
  border: none;
}

a {
  color: #004199;
  text-decoration: none;
}

body {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

header {
  background-color: #fff;
}

main > .container {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-radius: 0 0 5px 5px;
}
main > .container .sidebar {
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  main > .container .sidebar {
    margin-top: 50px;
    border-top: 1px solid #eee;
  }
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

[class*=col-] {
  float: left;
  padding: 0 15px;
}

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

.row::after {
  content: "";
  clear: both;
  display: block;
}

.col-1 {
  width: calc((100% / 12) * 1);
}

.col-2 {
  width: calc((100% / 12) * 2);
}

.col-3 {
  width: calc((100% / 12) * 3);
}

.col-4 {
  width: calc((100% / 12) * 4);
}

.col-5 {
  width: calc((100% / 12) * 5);
}

.col-6 {
  width: calc((100% / 12) * 6);
}

.col-7 {
  width: calc((100% / 12) * 7);
}

.col-8 {
  width: calc((100% / 12) * 8);
}

.col-9 {
  width: calc((100% / 12) * 9);
}

.col-10 {
  width: calc((100% / 12) * 10);
}

.col-11 {
  width: calc((100% / 12) * 11);
}

.col-12 {
  width: calc((100% / 12) * 12);
}

.col-0-offset {
  margin-left: calc((100% / 12) * 0);
}

.col-1-offset {
  margin-left: calc((100% / 12) * 1);
}

.col-2-offset {
  margin-left: calc((100% / 12) * 2);
}

.col-3-offset {
  margin-left: calc((100% / 12) * 3);
}

.col-4-offset {
  margin-left: calc((100% / 12) * 4);
}

.col-5-offset {
  margin-left: calc((100% / 12) * 5);
}

.col-6-offset {
  margin-left: calc((100% / 12) * 6);
}

.col-7-offset {
  margin-left: calc((100% / 12) * 7);
}

.col-8-offset {
  margin-left: calc((100% / 12) * 8);
}

.col-9-offset {
  margin-left: calc((100% / 12) * 9);
}

.col-10-offset {
  margin-left: calc((100% / 12) * 10);
}

.col-11-offset {
  margin-left: calc((100% / 12) * 11);
}

.col-12-offset {
  margin-left: calc((100% / 12) * 12);
}

@media screen and (min-width: 1025px) {
  .hide-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1400px) {
  .col-lg-1 {
    width: calc((100% / 12) * 1);
  }
  .col-lg-2 {
    width: calc((100% / 12) * 2);
  }
  .col-lg-3 {
    width: calc((100% / 12) * 3);
  }
  .col-lg-4 {
    width: calc((100% / 12) * 4);
  }
  .col-lg-5 {
    width: calc((100% / 12) * 5);
  }
  .col-lg-6 {
    width: calc((100% / 12) * 6);
  }
  .col-lg-7 {
    width: calc((100% / 12) * 7);
  }
  .col-lg-8 {
    width: calc((100% / 12) * 8);
  }
  .col-lg-9 {
    width: calc((100% / 12) * 9);
  }
  .col-lg-10 {
    width: calc((100% / 12) * 10);
  }
  .col-lg-11 {
    width: calc((100% / 12) * 11);
  }
  .col-lg-12 {
    width: calc((100% / 12) * 12);
  }
  .col-lg-0-offset {
    margin-left: calc((100% / 12) * 0);
  }
  .col-lg-1-offset {
    margin-left: calc((100% / 12) * 1);
  }
  .col-lg-2-offset {
    margin-left: calc((100% / 12) * 2);
  }
  .col-lg-3-offset {
    margin-left: calc((100% / 12) * 3);
  }
  .col-lg-4-offset {
    margin-left: calc((100% / 12) * 4);
  }
  .col-lg-5-offset {
    margin-left: calc((100% / 12) * 5);
  }
  .col-lg-6-offset {
    margin-left: calc((100% / 12) * 6);
  }
  .col-lg-7-offset {
    margin-left: calc((100% / 12) * 7);
  }
  .col-lg-8-offset {
    margin-left: calc((100% / 12) * 8);
  }
  .col-lg-9-offset {
    margin-left: calc((100% / 12) * 9);
  }
  .col-lg-10-offset {
    margin-left: calc((100% / 12) * 10);
  }
  .col-lg-11-offset {
    margin-left: calc((100% / 12) * 11);
  }
  .col-lg-12-offset {
    margin-left: calc((100% / 12) * 12);
  }
}
@media screen and (max-width: 1024px) {
  [class*=col-] {
    width: calc((100% / 12) * 12);
    margin-left: 0;
  }
  .col-md-1 {
    width: calc((100% / 12) * 1);
  }
  .col-md-2 {
    width: calc((100% / 12) * 2);
  }
  .col-md-3 {
    width: calc((100% / 12) * 3);
  }
  .col-md-4 {
    width: calc((100% / 12) * 4);
  }
  .col-md-5 {
    width: calc((100% / 12) * 5);
  }
  .col-md-6 {
    width: calc((100% / 12) * 6);
  }
  .col-md-7 {
    width: calc((100% / 12) * 7);
  }
  .col-md-8 {
    width: calc((100% / 12) * 8);
  }
  .col-md-9 {
    width: calc((100% / 12) * 9);
  }
  .col-md-10 {
    width: calc((100% / 12) * 10);
  }
  .col-md-11 {
    width: calc((100% / 12) * 11);
  }
  .col-md-12 {
    width: calc((100% / 12) * 12);
  }
  .col-md-0-offset {
    margin-left: calc((100% / 12) * 0);
  }
  .col-md-1-offset {
    margin-left: calc((100% / 12) * 1);
  }
  .col-md-2-offset {
    margin-left: calc((100% / 12) * 2);
  }
  .col-md-3-offset {
    margin-left: calc((100% / 12) * 3);
  }
  .col-md-4-offset {
    margin-left: calc((100% / 12) * 4);
  }
  .col-md-5-offset {
    margin-left: calc((100% / 12) * 5);
  }
  .col-md-6-offset {
    margin-left: calc((100% / 12) * 6);
  }
  .col-md-7-offset {
    margin-left: calc((100% / 12) * 7);
  }
  .col-md-8-offset {
    margin-left: calc((100% / 12) * 8);
  }
  .col-md-9-offset {
    margin-left: calc((100% / 12) * 9);
  }
  .col-md-10-offset {
    margin-left: calc((100% / 12) * 10);
  }
  .col-md-11-offset {
    margin-left: calc((100% / 12) * 11);
  }
  .col-md-12-offset {
    margin-left: calc((100% / 12) * 12);
  }
  .hide-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .col-sm-1 {
    width: calc((100% / 12) * 1);
  }
  .col-sm-2 {
    width: calc((100% / 12) * 2);
  }
  .col-sm-3 {
    width: calc((100% / 12) * 3);
  }
  .col-sm-4 {
    width: calc((100% / 12) * 4);
  }
  .col-sm-5 {
    width: calc((100% / 12) * 5);
  }
  .col-sm-6 {
    width: calc((100% / 12) * 6);
  }
  .col-sm-7 {
    width: calc((100% / 12) * 7);
  }
  .col-sm-8 {
    width: calc((100% / 12) * 8);
  }
  .col-sm-9 {
    width: calc((100% / 12) * 9);
  }
  .col-sm-10 {
    width: calc((100% / 12) * 10);
  }
  .col-sm-11 {
    width: calc((100% / 12) * 11);
  }
  .col-sm-12 {
    width: calc((100% / 12) * 12);
  }
  .col-sm-0-offset {
    margin-left: calc((100% / 12) * 0);
  }
  .col-sm-1-offset {
    margin-left: calc((100% / 12) * 1);
  }
  .col-sm-2-offset {
    margin-left: calc((100% / 12) * 2);
  }
  .col-sm-3-offset {
    margin-left: calc((100% / 12) * 3);
  }
  .col-sm-4-offset {
    margin-left: calc((100% / 12) * 4);
  }
  .col-sm-5-offset {
    margin-left: calc((100% / 12) * 5);
  }
  .col-sm-6-offset {
    margin-left: calc((100% / 12) * 6);
  }
  .col-sm-7-offset {
    margin-left: calc((100% / 12) * 7);
  }
  .col-sm-8-offset {
    margin-left: calc((100% / 12) * 8);
  }
  .col-sm-9-offset {
    margin-left: calc((100% / 12) * 9);
  }
  .col-sm-10-offset {
    margin-left: calc((100% / 12) * 10);
  }
  .col-sm-11-offset {
    margin-left: calc((100% / 12) * 11);
  }
  .col-sm-12-offset {
    margin-left: calc((100% / 12) * 12);
  }
  .hide-mobile {
    display: none !important;
  }
}
.table-wrapper {
  margin: 30px 0;
}

table.standard thead tr {
  color: #3a0056;
}
table.standard thead tr:last-of-type th, table.standard thead tr:last-of-type td {
  border-bottom: 1px solid #aeaba8;
}
table.standard thead tr th {
  font-weight: 100;
}
table.standard tr.border-top th, table.standard tr.border-top td {
  border-top: 1px solid #ccc;
}
table.standard th, table.standard td {
  vertical-align: top;
  padding: 5px 4px;
  /* Status approved/etc todo */
}
table.standard th a, table.standard td a {
  color: #e60a14;
}
table.standard th.border, table.standard th.border-bottom, table.standard td.border, table.standard td.border-bottom {
  border-bottom: 1px solid #ccc;
}
table.standard th.border-top, table.standard td.border-top {
  border-top: 1px solid #ccc;
}
table.standard .underline td {
  border-bottom: 1px solid #666;
}
table.standard .subtotal td {
  font-weight: bold;
  border-top: 1px solid #666;
}
table.standard .total td {
  font-weight: bold;
  border-bottom: 1px solid #f70606;
}
table .donkerrood {
  color: rgb(192, 0, 0);
}
table .rood {
  color: rgb(255, 0, 0);
}
table .oranje {
  color: rgb(255, 192, 0);
}
table .geel {
  color: rgb(255, 255, 0);
}
table .groen {
  color: rgb(136, 170, 34);
}
table .donkergroen {
  color: rgb(0, 176, 80);
}
table .lichtblauw {
  color: rgb(0, 176, 240);
}
table .blauw {
  color: rgb(0, 112, 192);
}
table .donkerblauw {
  color: rgb(0, 32, 96);
}
table .paars {
  color: rgb(112, 48, 160);
}

.footnote-separator {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 30px;
}

.footnote {
  color: #006699;
  margin-right: 5px;
  margin-left: 3px;
}

.footnotes {
  color: #777;
  font-style: italic;
}
.footnotes li {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.footnotes sup {
  color: #006699;
  margin-right: 5px;
  margin-left: 3px;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 2.3rem;
  font-weight: 100;
  color: #3a0056;
}

h2 {
  font-size: 1.5rem;
  font-weight: 100;
  color: #3a0056;
}
h2.B {
  color: #f70606;
}

p {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
p.no-margin-bottom {
  margin-bottom: 0;
}
p.no-margin-bottom + * {
  margin-top: 0;
}
p + h2 {
  margin-top: 30px;
}
p.small {
  font-size: 1.2rem;
}

ul, ol {
  padding-left: 18px;
  margin-bottom: 10px;
}
ul li, ol li {
  font-size: 1.4rem;
  margin-bottom: 3px;
}

ol.footnotes {
  font-size: 13px;
}
ol.footnotes sup {
  margin-right: 3px;
}

a {
  cursor: pointer;
  text-decoration: underline;
}
a.inactive {
  opacity: 1;
  cursor: not-allowed;
}
a:focus {
  outline: 1px dotted #f00;
}

header .logo {
  margin: 20px 0;
}

nav {
  min-height: 6px;
  background-color: #662c91;
}
nav .menu-trigger {
  display: block;
  position: absolute;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 700;
  padding: 8px 15px;
  right: 15px;
  top: -39px;
  color: #fff;
  background-color: #662c91;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
nav .container > div > div {
  position: relative;
}
nav ul#menu {
  display: none;
  margin: 20px 0 10px;
}
@media screen and (min-width: 1025px) {
  nav ul#menu.show-home {
    display: block;
  }
}
nav ul#menu li {
  display: inline-block;
}
nav ul#menu li a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 0px 10px 10px 0;
  transition: all 0.3s;
  text-decoration: none;
}
nav ul#menu li a span {
  color: #fff;
}
nav ul#menu li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

ul.submenu {
  margin-bottom: 30px;
}
ul.submenu li a {
  display: block;
  color: #151515;
  padding: 9px 10px;
}
ul.submenu li a.active {
  color: #e60a14;
}
ul.submenu li a.active i {
  transform: rotate(-180deg);
}
ul.submenu > li > a {
  position: relative;
  border-bottom: 1px solid #eee;
}
ul.submenu > li > a i {
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 999;
  transition: 0.3s transform;
}
ul.submenu > li > a.active {
  border-bottom: 2px solid #e60a14;
}
ul.submenu ul {
  display: none;
  padding-left: 15px;
  margin-bottom: 10px;
}
ul.submenu a.active + ul {
  display: block;
}

.searchbar {
  background-color: #e60a14;
}
.searchbar > div {
  position: relative;
  min-height: 44px;
}
.searchbar form {
  position: absolute;
  right: 15px;
  top: 7px;
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 1024px) {
  .searchbar form {
    max-width: calc(100% - 30px);
    right: auto;
    left: 15px;
  }
}
.searchbar input[type=text] {
  width: auto;
  padding: 7px 10px;
  font-size: 1.3rem;
  border: 0;
  border-radius: 3px;
}
.searchbar input[type=submit] {
  background-color: #662c91;
  color: #fff;
  display: inline-block;
  padding: 6px 15px;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 0px 8px 8px 5px;
  transition: all 0.3s;
}

.breadcrumbs {
  text-transform: lowercase;
  padding: 7px 5px;
  background-color: #f9f9f9;
}
.breadcrumbs span, .breadcrumbs a, .breadcrumbs i {
  color: #666;
}
.breadcrumbs span {
  display: inline-block;
  transform: translateY(-7px);
  margin: 0;
}
.breadcrumbs a {
  display: inline-block;
  line-height: 24px;
}
.breadcrumbs a:not(:first-of-type) {
  transform: translateY(-7px);
}

.search-page .results li {
  margin-bottom: 5px;
}
.search-page .results li i {
  font-size: 1.8rem;
  transform: translateY(4px);
}

.pagination li {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  background-color: #f9f9f9;
  color: #151515;
  margin: 0 4px;
  text-align: center;
  transition: 0.3s background-color;
}
.pagination li:hover:not(.disabled) {
  background-color: #006699;
}
.pagination li:hover:not(.disabled) i, .pagination li:hover:not(.disabled) a {
  color: #fff;
}
.pagination li.current {
  background-color: #006699;
  color: #fff;
}
.pagination li.disabled {
  color: #999;
  cursor: not-allowed;
}
.pagination li a {
  display: block;
  text-align: center;
}

.carrousel {
  margin-top: 10px;
}
.carrousel:first-of-type {
  margin-top: 40px;
}
.carrousel h2 {
  position: relative;
  font-size: 1.8rem;
  margin: 0;
  margin-top: 20px;
}
.carrousel > h2 {
  border-bottom: 1px solid #aeaba8;
  padding: 10px 15px;
  cursor: pointer;
}
.carrousel > h2 i {
  position: absolute;
  right: 15px;
  top: 9px;
  transition: 0.3s transform;
}
.carrousel .content {
  display: none;
  padding: 0 15px;
}
.carrousel.open i {
  transform: rotate(-180deg);
}

.highlights .highlight {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px;
  min-height: 150px;
  margin-right: 20px;
  margin-bottom: 50px;
  width: 100%;
  max-width: calc(25% - 20px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.highlights .highlight h2 {
  position: absolute;
  display: block;
  width: 100%;
  bottom: -12px;
  border-radius: 0 0 5px 5px;
  background-color: rgba(0, 0, 0, 0.7);
  margin-left: -20px;
  padding: 9px 10px;
  color: #fff;
  font-size: 1.4rem;
}
.highlights .highlight p {
  position: absolute;
  bottom: -50px;
  width: 100%;
  left: 0;
  padding: 9px 10px;
}

.submenu ~ h2 {
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #006699;
  padding-bottom: 4px;
  margin-top: 40px;
  padding: 0 10px 4px;
}

.menu-pdf {
  padding-left: 10px;
}
.menu-pdf li {
  margin-bottom: 8px;
}

#go-to-top {
  top: 20px;
  display: none;
  position: fixed;
  cursor: pointer;
  color: #458AE7;
  font-weight: bold;
}

#go-to-top:hover {
  color: #333;
}

.table-wrapper {
  width: 100%;
  margin-bottom: 10px;
  padding: 2px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}

.table-overlay {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 20px;
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

table {
  border-collapse: collapse;
}

table p {
  margin: 0;
}
/*# sourceMappingURL=all.css.map */
