@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Bold.eot);
  src: url(fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"),
    url(fonts/Montserrat-Bold.woff) format("woff"),
    url(fonts/Montserrat-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Medium.eot);
  src: url(fonts/Montserrat-Medium.eot?#iefix) format("embedded-opentype"),
    url(fonts/Montserrat-Medium.woff) format("woff"),
    url(fonts/Montserrat-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-SemiBold.eot);
  src: url(fonts/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"),
    url(fonts/Montserrat-SemiBold.woff) format("woff"),
    url(fonts/Montserrat-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Regular.eot);
  src: url(fonts/Montserrat-Regular.eot?#iefix) format("embedded-opentype"),
    url(fonts/Montserrat-Regular.woff) format("woff"),
    url(fonts/Montserrat-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Light.eot);
  src: url(fonts/Montserrat-Light.eot?#iefix) format("embedded-opentype"),
    url(fonts/Montserrat-Light.woff) format("woff"),
    url(fonts/Montserrat-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Thin.eot);
  src: url(fonts/Montserrat-Thin.eot?#iefix) format("embedded-opentype"),
    url(fonts/Montserrat-Thin.woff) format("woff"),
    url(fonts/Montserrat-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
body {
  font-family: Montserrat, sans-serif;
  color: #004d8f;
  background: #fff;
}
a {
  color: #39b1b7;
}
a:hover {
  text-decoration: none;
  color: #2d8b90;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important;
}
.page-wrapper {
  overflow: hidden;
}
.hide {
  display: none;
}
.navigation-open,
.navigation-open body {
  height: 100%;
  overflow: hidden;
}
.navigation-open .parallax-mirror,
.navigation-open .top-bar,
.navigation-open main {
  filter: blur(3px);
}
.navigation-overlay {
  position: fixed;
  z-index: 998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header-page {
  position: relative;
  z-index: 999;
}
.header-page--home-page {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.top-bar {
  background: #39b1b7;
}
.lroi-theme .top-bar {
  background: #29373f;
}
@media screen and (min-width: 40em) {
  .top-bar {
    text-align: right;
  }
}
.top-bar .search-wrapper {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 0;
}
.top-bar .search-wrapper li {
  list-style: none;
}
.top-bar .search-wrapper li [type="text"] {
  margin-bottom: 2px;
}
.top-bar-nav {
  margin: 0;
  padding: 0;
  text-align: center;
}
.top-bar-nav li {
  display: inline-block;
  padding: 8px 10px;
  position: relative;
}
.top-bar-nav li:first-child {
  padding-left: 0;
}
.top-bar-nav li:last-child {
  padding-right: 0;
}
.top-bar-nav li:last-child:after {
  display: none;
}
.top-bar-nav li:after {
  content: "";
  height: 12px;
  border-left: 1px solid #9cd8db;
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.top-bar-nav a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.top-bar-nav a.no-cap {
  text-transform: inherit;
}
.lroi-theme .top-bar-nav a {
  color: hsla(0, 0%, 100%, 0.5);
}
.top-bar-nav a:hover {
  text-decoration: underline;
}
.top-bar-nav .fa-user {
  color: #fff;
  font-size: 0.875rem;
  margin-right: 5px;
}
.lroi-theme .top-bar-nav .fa-user {
  color: rgba(255, 102, 0, 0.5);
}
@media screen and (min-width: 40em) {
  .top-bar-nav {
    text-align: right;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
  }
}
.top-bar-page {
  text-align: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-bar-page > li {
  width: 50%;
  float: left;
}
.top-bar-page > li:first-child {
  background: #f60;
}
.lroi-theme .top-bar-page > li:first-child {
  background: #004d8f;
}
.top-bar-page > li:last-child {
  background: #e40e1a;
}
.top-bar-page > li.nov {
  background: #004d8f;
}
.top-bar-page > li.lroi {
  background: #ee7f00;
}
.top-bar-page a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  text-align: center;
  padding: 9px 15px;
  white-space: nowrap;
  font-size: 0.8125rem;
}
@media screen and (min-width: 40em) {
  .top-bar-page {
    display: inline-block;
    vertical-align: middle;
  }
  .top-bar-page > li {
    width: auto;
  }
  .top-bar-page a {
    font-size: 0.9375rem;
  }
}
.middle-header {
  padding: 20px 10px;
  background: #fff;
  min-height: 70px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.middle-header:after,
.middle-header:before {
  content: " ";
  display: table;
}
.middle-header:after {
  clear: both;
}
@media screen and (min-width: 82.8125em) {
  .middle-header {
    padding: 0 40px;
    position: relative;
    z-index: 1;
  }
  .middle-header:before {
    content: "";
    position: absolute;
    border-left: 1px solid #e2e2e2;
    top: 0;
    bottom: 0;
    left: 243px;
  }
}
@media screen and (min-width: 82.8125em) {
  .middle-header {
    padding: 20px 40px;
  }
  .is-sticky .middle-header {
    padding-top: 0;
    padding-bottom: 0;
    top: 0 !important;
    transform: translateY(-100%);
  }
  .is-sticky .middle-header .header-search,
  .is-sticky .middle-header .main-banner-search {
    margin-bottom: 0;
  }
  .is-sticky .middle-header .logo {
    width: 150px;
    margin-top: 5px;
  }
}
.header-page--transparent:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -50px;
  left: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 4%, 0.3) 50%,
    hsla(0, 0%, 4%, 0.1) 80%,
    transparent
  );
}
.header-page--transparent .logo img:first-child {
  display: block;
  max-height: 72px;
}
.header-page--transparent .logo img:last-child {
  display: none;
}
.header-page--transparent .top-bar {
  background: 0;
}
.header-page--transparent .top-bar-nav .fa-user,
.header-page--transparent .top-bar-nav a {
  color: #fff;
}
.header-page--transparent .middle-header {
  background: 0;
  box-shadow: none;
}
.header-page--transparent .btn-toggle-nav {
  border: 2px solid #fff;
}
.header-page--transparent .btn-toggle-nav span {
  background: #fff;
}
.header-page--transparent .btn-toggle-nav .btn-toggle-nav-text {
  color: #fff;
}
.header-page--transparent .main-nav > li.current-menu-ancestor > a:after,
.header-page--transparent .main-nav > li.current-menu-item > a:after,
.header-page--transparent .main-nav > li.current-menu-parent > a:after {
  background: hsla(0, 0%, 100%, 0.25);
}
@media screen and (min-width: 82.8125em) {
  .header-page--transparent .main-nav > li.current-menu-ancestor > a,
  .header-page--transparent .main-nav > li.current-menu-item > a,
  .header-page--transparent .main-nav > li.current-menu-parent > a,
  .header-page--transparent .main-nav > li > a,
  .header-page--transparent .main-nav > li > a:hover {
    color: #fff;
  }
}
.header-page--animate .is-sticky .middle-header {
  transition-duration: 0.3s;
  transform: translate(0);
}
.logo {
  float: left;
  width: 185px;
  transition-duration: 0.3s;
  transition-property: width;
}
.logo img:first-child {
  display: none;
}
.logo img:last-child {
  display: block;
}
@media screen and (min-width: 64em) {
  .logo {
    margin-right: 25px;
  }
}
.btn-toggle-nav {
  float: right;
  margin: 15px 0 5px;
  width: 90px;
  height: 40px;
  position: relative;
  z-index: 999;
  border: 2px solid #39b1b7;
}
@media screen and (min-width: 20.625em) {
  .btn-toggle-nav {
    width: 120px;
  }
}
.btn-toggle-nav span {
  position: absolute;
  top: 50%;
  width: 18px;
  margin-top: -2px;
  height: 4px;
  background-color: #39b1b7;
  right: 5px;
  border-radius: 99em;
  transition-duration: 0.2s;
}
@media screen and (min-width: 20.625em) {
  .btn-toggle-nav span {
    width: 30px;
  }
}
.lroi-theme .btn-toggle-nav span {
  background: #f60;
}
.btn-toggle-nav span:first-child {
  top: 30%;
}
.btn-toggle-nav span:last-child {
  top: 70%;
}
.btn-toggle-nav .btn-toggle-nav-text {
  float: left;
  margin-top: 2px;
  margin-left: 5px;
  font-size: 100%;
  color: #39b1b7;
}
@media screen and (min-width: 20.625em) {
  .btn-toggle-nav .btn-toggle-nav-text {
    font-size: 130%;
  }
}
.navigation-open .btn-toggle-nav {
  visibility: hidden;
}
.navigation-open .btn-toggle-nav span {
  opacity: 0;
}
.navigation-open .btn-toggle-nav span:first-child {
  opacity: 1;
  top: 50%;
  transform: rotate(45deg);
}
.navigation-open .btn-toggle-nav span:last-child {
  opacity: 1;
  top: 50%;
  transform: rotate(-45deg);
}
@media screen and (min-width: 82.8125em) {
  .btn-toggle-nav {
    display: none;
  }
}
.navigation-open .main-nav-wrapper .btn-toggle-nav {
  visibility: visible;
}
.main-nav-wrapper {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translate(-100%);
  transition-duration: 0.5s;
}
.navigation-open .main-nav-wrapper {
  transform: translate(0);
}
.main-nav-wrapper .btn-toggle-nav {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  border: none;
}
.main-nav-wrapper .btn-toggle-nav span {
  background-color: #39b1b7;
}
@media screen and (min-width: 82.8125em) {
  .main-nav-wrapper {
    background: 0;
    position: static;
    transform: translate(0);
    transition-duration: 0s;
    width: auto;
    max-width: none;
    overflow: visible;
    padding-left: 30px;
    margin-left: 210px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 75em) {
  .main-nav-wrapper {
    padding: 0 0 0 30px;
  }
}
.main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 80px 25px;
}
@media screen and (min-width: 82.8125em) {
  .main-nav > li:hover {
    background: #f60;
  }
}
.main-nav > li.header-search:hover,
.main-nav > li.main-banner-search:hover {
  background: none;
}
.main-nav > li > a {
  padding: 8px 0;
  display: block;
  text-transform: uppercase;
  color: #004d8f;
  font-size: 0.9375rem;
  font-weight: 300;
  white-space: nowrap;
}
.main-nav > li > a:hover {
  color: #f60;
}
@media screen and (min-width: 82.8125em) {
  .main-nav > li > a:hover {
    color: #fff;
  }
}
.lroi-theme .main-nav > li > a {
  color: #29373f;
}
.lroi-theme .main-nav > li > a:hover {
  color: #f60;
}
.main-nav > li.current-menu-ancestor > a,
.main-nav > li.current-menu-item > a,
.main-nav > li.current-menu-parent > a,
.main-nav > li.current-page-ancestor > a {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 82.8125em) {
  .main-nav > li.current-menu-ancestor > a,
  .main-nav > li.current-menu-item > a,
  .main-nav > li.current-menu-parent > a,
  .main-nav > li.current-page-ancestor > a {
    color: #39b1b7;
  }
  .main-nav > li.current-menu-ancestor > a:after,
  .main-nav > li.current-menu-item > a:after,
  .main-nav > li.current-menu-parent > a:after,
  .main-nav > li.current-page-ancestor > a:after {
    content: "";
    height: 4px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    background: rgba(57, 177, 183, 0.25);
  }
}
.lroi-theme .main-nav > li.current-menu-ancestor > a,
.lroi-theme .main-nav > li.current-menu-item > a,
.lroi-theme .main-nav > li.current-menu-parent > a,
.lroi-theme .main-nav > li.current-page-ancestor > a {
  color: #f60;
}
@media screen and (min-width: 82.8125em) {
  .lroi-theme .main-nav > li.current-menu-ancestor > a:after,
  .lroi-theme .main-nav > li.current-menu-item > a:after,
  .lroi-theme .main-nav > li.current-menu-parent > a:after,
  .lroi-theme .main-nav > li.current-page-ancestor > a:after {
    background: rgba(255, 102, 0, 0.25);
  }
}
.main-nav > li.current-menu-ancestor:hover a:after,
.main-nav > li.current-menu-item:hover a:after,
.main-nav > li.current-menu-parent:hover a:after,
.main-nav > li.current-page-ancestor:hover a:after {
  background: transparent;
}
.main-nav .menu-item-has-children > a {
  padding-right: 35px;
}
@media screen and (min-width: 82.8125em) {
  .main-nav .menu-item-has-children > a:hover {
    color: #fff !important;
  }
}
.main-nav .menu-item-has-children .fa-chevron-right {
  width: 35px;
  height: 40px;
  position: absolute;
  z-index: -1;
  right: 25px;
  text-align: center;
  line-height: 40px;
  color: #bfd2e3;
  margin-top: -40px;
}
.lroi-theme .main-nav .menu-item-has-children .fa-chevron-right {
  color: #f60;
}
.main-nav .menu-item-has-children.opened > .sub-menu {
  transform: translate(0);
}
@media screen and (min-width: 82.8125em) {
  .main-nav {
    padding: 0;
  }
  .main-nav > li {
    display: inline-block;
  }
  .main-nav > li.current-menu-ancestor,
  .main-nav > li.current-menu-item,
  .main-nav > li.current-menu-parent,
  .main-nav > li.current-page-ancestor {
    background: 0;
  }
  .main-nav > li > a {
    padding: 10px;
    font-weight: 400;
  }
  .main-nav > .menu-item-has-children > a {
    padding-right: 10px;
  }
  .main-nav > .menu-item-has-children .fa-chevron-right {
    display: none;
  }
  .main-nav > .menu-item-has-children:hover {
    background: #f60;
  }
  .main-nav > .menu-item-has-children:hover > a {
    color: #fff;
  }
  .main-nav > .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .main-nav > .menu-item-has-children:hover > .sub-menu .sub-menu {
    visibility: visible;
  }
  .main-nav > .menu-item-has-children:hover > .sub-menu > li {
    transform: translate(0);
  }
}
.sub-menu {
  list-style: none;
  margin: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  padding: 80px 25px;
  background: #fff;
  transition-duration: 0.5s;
  transform: translate(100%);
}
.sub-menu__back {
  cursor: pointer;
  color: #fff;
  background-color: #39b1b7;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  padding: 5px 10px;
}
.sub-menu .sub-menu__back .has-lock:after,
.sub-menu__back .fa,
.sub-menu__back .sub-menu .has-lock:after {
  margin-right: 5px;
}
.sub-menu a,
.sub-menu strong {
  display: block;
  padding: 8px 0;
  color: #004d8f;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.9375rem;
}
.lroi-theme .sub-menu a,
.lroi-theme .sub-menu strong {
  color: #29373f;
}
.sub-menu strong {
  font-weight: 600;
}
.sub-menu .has-lock {
  padding: 5px 0;
  opacity: 0.5;
}
.sub-menu .has-lock:after {
  content: "\f023";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
@media screen and (min-width: 82.8125em) {
  .sub-menu {
    margin: 0;
    padding: 20px;
    background: #f60;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transform: none;
    left: auto;
    right: auto;
    top: auto;
  }
  .sub-menu > li {
    transition-duration: 0.3s;
    transform: translateY(5px);
  }
  .sub-menu > li > a:before {
    content: "\00BB";
    display: inline-block;
    margin-right: 5px;
  }
  .sub-menu a {
    text-transform: none;
    color: #fff !important;
    font-weight: 400;
    padding: 5px 0;
  }
  .sub-menu a:hover {
    text-decoration: underline;
  }
  .sub-menu .has-lock {
    color: #fff;
  }
  .sub-menu .menu-item-has-children:hover > a {
    font-weight: 400;
  }
  .sub-menu .sub-menu {
    position: static;
    transform: translate(0);
    visibility: hidden;
    padding: 0;
    opacity: 1;
    display: none !important;
  }
  .sub-menu .sub-menu li {
    padding-left: 14px;
    transform: translate(0);
  }
  .sub-menu .sub-menu a:before {
    display: none;
  }
}
.header-search,
.main-banner-search {
  margin: 0;
}
.header-search form,
.main-banner-search form {
  position: relative;
}
.main-banner-search form {
  z-index: 999;
}
.header-search__input,
.main-banner-search__input {
  background: #f1f1f1;
  border: 0;
  width: 100%;
  border-radius: 5px;
  padding: 10px 40px 10px 15px;
}
.header-search__button,
.main-banner-search__button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.lroi-theme .header-search__button,
.lroi-theme .main-banner-search__button {
  color: #28353d;
}
@media screen and (min-width: 64em) {
  .header-search,
  .main-banner-search {
    float: right;
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .header-search,
  .main-banner-search {
    margin: 0;
    width: auto;
    width: 220px;
    padding: 0;
  }
}
.main-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #fff;
  padding: 200px 0 0;
  min-height: 480px;
}
@media screen and (min-width: 728px) {
  .main-banner {
    height: 100vh;
  }
}
.main-banner__title {
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  line-height: 1;
  font-style: italic;
}
.main-banner-search {
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 77, 143, 0.1);
}
.main-banner-search__input {
  background: #fff;
  padding: 20px 40px 20px 20px;
  color: #004d8f;
  font-size: 0.9375rem;
  height: 3.75rem;
  margin: 0;
}
@media screen and (min-width: 40em) {
  .main-banner-search__input {
    font-size: 1.125rem;
  }
}
.main-banner-search__button {
  color: #004d8f;
  width: 16px;
  height: 16px;
}
.main-banner__button {
  font-weight: 700;
  color: #fff;
  background: #f60;
  margin-bottom: 50px;
  display: inline-block;
  padding: 20px;
  position: relative;
  z-index: 998;
  font-size: 1.125rem;
}
.main-banner__button:hover {
  color: #fff;
  background: #e65c00;
}
.main-banner__button.red {
  background-color: #880015;
}
.main-banner__button.red:after,
.main-banner__button.red:before {
  border-color: transparent #880015;
}
.main-banner__button.red:hover {
  background: transparent #6f0011;
}
.main-banner__button.red:hover:before {
  border-right-color: #880015;
  border-top-color: #880015;
}
.main-banner__button.red:hover:after {
  border-left-color: #880015;
  border-bottom-color: #880015;
}
.main-banner__description {
  color: #000;
  padding: 20px 10px;
  margin: 0 0 30px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3333;
  position: relative;
  z-index: 5;
  background: #fff;
}
@media screen and (min-width: 64em) {
  .main-banner__description {
    position: absolute;
    background: #fff;
    padding: 35px 20px 0 0;
    bottom: -10px;
    margin: 0;
    text-align: left;
  }
  .main-banner__description:after {
    content: "";
    width: 9999em;
    height: 100%;
    position: absolute;
    z-index: -1;
    right: -85px;
    top: 0;
    background: #fff;
    transform: skew(45deg);
  }
  .main-banner__description-inner {
    width: 500px;
    float: right;
    height: 115px;
    overflow: hidden;
  }
}
@media screen and (min-width: 40em) {
  .main-banner__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .main-banner {
    padding-top: 0;
    margin-bottom: 80px;
    max-height: 700px;
  }
  .main-banner,
  .main-banner .large-centered {
    min-height: 640px;
    position: relative;
    z-index: 10;
  }
  .main-banner__inner {
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    width: 100%;
    max-width: 720px;
  }
  .main-banner__button {
    font-size: 1.1875rem;
    margin: 0;
    position: absolute;
    bottom: 0;
    padding: 0;
    height: 70px;
    width: 374px;
    line-height: 70px;
    border-radius: 0;
    left: 50%;
    margin-left: 90px;
  }
  .main-banner__button:before {
    border-width: 0 71px 71px 0;
    left: -70px;
  }
  .main-banner__button:after,
  .main-banner__button:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #f60;
    position: absolute;
  }
  .main-banner__button:after {
    border-width: 70px 0 0 70px;
    right: -69px;
  }
  .main-banner__button:hover:before {
    border-right-color: #e65c00;
    border-top-color: #e65c00;
  }
  .main-banner__button:hover:after {
    border-left-color: #e65c00;
    border-bottom-color: #e65c00;
  }
}
.lid-worden {
  padding: 35px 0;
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3333;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .lid-worden {
    position: absolute;
    transform: translateY(-100%);
    z-index: 9999;
    margin-top: -80px;
    padding: 0;
  }
  .lid-worden:before {
    content: "";
    position: absolute;
    width: 2000px;
    left: -1999px;
    top: 0;
    bottom: 0;
    background: #fff;
  }
  .lid-worden__text {
    padding: 30px 0;
    width: 40%;
    background: #fff;
    text-align: left;
    position: relative;
  }
  .lid-worden__text:after {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    right: -100px;
    transform: skew(45deg);
  }
  .lid-worden__text p {
    margin: 0;
  }
}
@media screen and (min-width: 75em) {
  .lid-worden__text:after {
    right: -110px;
  }
}
.list-block {
  text-align: center;
}
.list-block__heading,
.schedule__heading {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 20px;
  background: rgba(0, 77, 143, 0.1);
  margin-bottom: 20px;
}
.lroi-theme .list-block__heading,
.lroi-theme .schedule__heading {
  background: rgba(255, 102, 0, 0.1);
  color: #29373f;
}
.list-block__content {
  margin: 0;
  text-align: left;
  list-style: none;
}
.list-block__item + .list-block__item {
  margin-top: 20px;
}
.list-block__link {
  display: block;
  position: relative;
}
.list-block__link:hover {
  color: #39b1b7;
  text-decoration: none;
}
.list-block__thumb {
  width: 100%;
  display: block;
}
.list-block__date {
  width: 120px;
  height: 110px;
  background: #004d8f;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
.list-block__date strong {
  font-size: 2.8125rem;
  line-height: 1;
  display: block;
}
.list-block__date span {
  font-size: 1.375rem;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}
.lroi-theme .list-block__date {
  background: #f60;
}
.list-block__info {
  padding: 20px;
  background: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
.list-block__meta-wrap {
  position: absolute;
  left: 87px;
  transform: translateY(-100%);
}
.feature-block__meta,
.list-block__meta,
.news-detail__meta,
.news-feature__meta,
.news-list__meta {
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 10px;
  display: inline-block;
  border: 1px solid;
  white-space: nowrap;
  background: hsla(0, 0%, 100%, 0.9);
}
.lroi-theme .feature-block__meta,
.lroi-theme .list-block__meta,
.lroi-theme .news-detail__meta,
.lroi-theme .news-feature__meta,
.lroi-theme .news-list__meta {
  color: #f60;
}
.feature-block__meta .fa,
.feature-block__meta .sub-menu .has-lock:after,
.feature-block__meta span,
.list-block__meta .fa,
.list-block__meta .sub-menu .has-lock:after,
.list-block__meta span,
.news-detail__meta .fa,
.news-detail__meta .sub-menu .has-lock:after,
.news-detail__meta span,
.news-feature__meta .fa,
.news-feature__meta .sub-menu .has-lock:after,
.news-feature__meta span,
.news-list__meta .fa,
.news-list__meta .sub-menu .has-lock:after,
.news-list__meta span,
.sub-menu .feature-block__meta .has-lock:after,
.sub-menu .list-block__meta .has-lock:after,
.sub-menu .news-detail__meta .has-lock:after,
.sub-menu .news-feature__meta .has-lock:after,
.sub-menu .news-list__meta .has-lock:after {
  display: inline-block;
}
.feature-block__meta span,
.list-block__meta span,
.news-detail__meta span,
.news-feature__meta span,
.news-list__meta span {
  padding: 5px 10px 5px 0;
}
.feature-block__meta .fa,
.feature-block__meta .sub-menu .has-lock:after,
.list-block__meta .fa,
.list-block__meta .sub-menu .has-lock:after,
.news-detail__meta .fa,
.news-detail__meta .sub-menu .has-lock:after,
.news-feature__meta .fa,
.news-feature__meta .sub-menu .has-lock:after,
.news-list__meta .fa,
.news-list__meta .sub-menu .has-lock:after,
.sub-menu .feature-block__meta .has-lock:after,
.sub-menu .list-block__meta .has-lock:after,
.sub-menu .news-detail__meta .has-lock:after,
.sub-menu .news-feature__meta .has-lock:after,
.sub-menu .news-list__meta .has-lock:after {
  width: 25px;
  text-align: center;
}
.feature-block__meta--style-2,
.list-block__meta--style-2,
.schedule__meta {
  border: 0;
}
.feature-block__meta--style-2 .fa,
.feature-block__meta--style-2 .sub-menu .has-lock:after,
.list-block__meta--style-2 .fa,
.list-block__meta--style-2 .sub-menu .has-lock:after,
.schedule__meta .fa,
.schedule__meta .sub-menu .has-lock:after,
.sub-menu .feature-block__meta--style-2 .has-lock:after,
.sub-menu .list-block__meta--style-2 .has-lock:after,
.sub-menu .schedule__meta .has-lock:after {
  width: 30px;
}
.lroi-theme .feature-block__meta--style-2 .fa,
.lroi-theme .feature-block__meta--style-2 .sub-menu .has-lock:after,
.lroi-theme .list-block__meta--style-2 .fa,
.lroi-theme .list-block__meta--style-2 .sub-menu .has-lock:after,
.lroi-theme .schedule__meta .fa,
.lroi-theme .schedule__meta .sub-menu .has-lock:after,
.sub-menu .lroi-theme .feature-block__meta--style-2 .has-lock:after,
.sub-menu .lroi-theme .list-block__meta--style-2 .has-lock:after,
.sub-menu .lroi-theme .schedule__meta .has-lock:after {
  color: #29373f;
}
.feature-block__meta--style-2 span,
.list-block__meta--style-2 span,
.schedule__meta span {
  background: #39b1b7;
  color: #fff;
  padding-left: 10px;
}
.lroi-theme .feature-block__meta--style-2 span,
.lroi-theme .list-block__meta--style-2 span,
.lroi-theme .schedule__meta span {
  background: #29373f;
}
.feature-block__title,
.list-block__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #004d8f;
  line-height: 1.25;
}
.lroi-theme .feature-block__title,
.lroi-theme .list-block__title {
  color: #29373f;
}
.feature-block__more,
.list-block__more,
.news-feature__more,
.news-list__more,
.overzich__list-more,
.schedule__more {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.lroi-theme .feature-block__more,
.lroi-theme .list-block__more,
.lroi-theme .news-feature__more,
.lroi-theme .news-list__more,
.lroi-theme .overzich__list-more,
.lroi-theme .schedule__more {
  color: #f60;
}
.lroi-theme .feature-block__more--style-2,
.lroi-theme .list-block__more--style-2 {
  color: #29373f;
}
.list-block__btn-more {
  font-size: 0.75rem;
  font-weight: 700;
  color: #004d8f;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px;
  background: rgba(0, 77, 143, 0.1);
  margin: 40px 0;
}
.list-block__btn-more--style-2 {
  color: #39b1b7;
  background: rgba(57, 177, 183, 0.1);
}
.lroi-theme .list-block__btn-more {
  background: rgba(41, 55, 63, 0.1);
  color: #29373f;
}
@media screen and (min-width: 30em) {
  .list-block__heading,
  .schedule__heading {
    margin-bottom: 50px;
  }
  .list-block__link:after,
  .list-block__link:before {
    content: " ";
    display: table;
  }
  .list-block__link:after {
    clear: both;
  }
  .list-block__item + .list-block__item {
    margin-top: 40px;
  }
  .list-block__thumb {
    float: left;
    width: 200px;
  }
  .list-block__date {
    float: left;
    text-align: left;
    padding-left: 20px;
  }
  .list-block__info {
    margin-left: 180px;
    padding-left: 60px;
    padding-top: 0;
    padding-bottom: 40px;
    position: relative;
    background: hsla(0, 0%, 100%, 0.9);
    top: 10px;
  }
  .list-block__info:after,
  .list-block__info:before {
    content: " ";
    display: table;
  }
  .list-block__info:after {
    clear: both;
  }
  .list-block__info--style-2 {
    margin-left: 100px;
  }
  .list-block__info.no_image {
    margin-left: 0;
  }
  .list-block__meta-wrap {
    overflow: hidden;
    position: relative;
    left: -80px;
    padding: 10px;
    top: auto;
    transform: none;
  }
  .feature-block__meta,
  .list-block__meta,
  .news-detail__meta,
  .news-feature__meta,
  .news-list__meta {
    float: left;
    clear: both;
    border: 0;
    box-shadow: 0 0 10px rgba(57, 177, 183, 0.3);
  }
  .lroi-theme .feature-block__meta,
  .lroi-theme .list-block__meta,
  .lroi-theme .news-detail__meta,
  .lroi-theme .news-feature__meta,
  .lroi-theme .news-list__meta {
    box-shadow: 0 0 10px rgba(255, 102, 0, 0.3);
  }
  .lroi-theme .feature-block__meta--style-2,
  .lroi-theme .list-block__meta--style-2,
  .lroi-theme .schedule__meta {
    box-shadow: 0 0 10px rgba(41, 55, 63, 0.3);
  }
  .feature-block__meta:last-child,
  .list-block__meta:last-child,
  .news-detail__meta:last-child,
  .news-feature__meta:last-child,
  .news-list__meta:last-child {
    margin: 0;
  }
  .feature-block__title,
  .list-block__title {
    margin-top: 20px;
  }
  .feature-block__more,
  .list-block__more,
  .news-feature__more,
  .news-list__more,
  .overzich__list-more,
  .schedule__more {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .feature-block__more--style-2,
  .list-block__more--style-2 {
    bottom: auto;
    top: 20px;
  }
  .list-block__btn-more {
    margin: 50px 0;
  }
}
@media screen and (min-width: 64em) {
  .list-block__heading--full {
    margin-right: -40px;
  }
}
.footer-page {
  position: relative;
  z-index: 10;
  background: rgba(0, 77, 143, 0.1);
  font-size: 0.875rem;
  text-align: center;
}
.footer-page__inner {
  background: #fff;
  margin: 0 10px;
  box-shadow: 0 6px 12px rgba(0, 77, 143, 0.1);
  margin-top: 60px;
  position: relative;
  top: -60px;
}
.footer-menu > li > a,
.footer-page__title {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 5px 10px;
  background: #004d8f;
  color: #fff;
  margin-bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 77, 143, 0.3);
}
.footer-menu ul a,
.footer-page__content a {
  color: #004d8f;
}
@media screen and (min-width: 64em) {
  .footer-page {
    text-align: left;
  }
  .footer-page__inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-page p.socials {
  font-size: 1.875rem;
}
.footer-top {
  padding: 30px 0 20px;
}
@media screen and (min-width: 64em) {
  .footer-top {
    padding-top: 50px;
  }
}
.footer-menu {
  list-style: none;
  margin: 0;
}
.footer-menu ul {
  list-style: none;
  margin-bottom: 20px;
}
.footer-menu ul a {
  color: #39b1b7;
  display: inline-block;
}
.footer-menu ul a:after {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 5px;
}
.footer-menu ul a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 64em) {
  .footer-menu {
    margin-left: -20px;
    margin-right: -20px;
  }
  .footer-menu > li {
    width: 33.3333%;
    float: left;
  }
}
.footer-bottom {
  padding: 25px 10px;
  border-top: 1px solid #e5edf4;
  text-align: center;
  opacity: 0.5;
}
.footer-bottom p {
  margin: 0;
}
@media screen and (min-width: 64em) {
  .footer-bottom .copyright,
  .footer-bottom .site-by {
    display: inline-block;
    margin: 0 20px;
  }
}
.feature-block {
  margin-bottom: 40px;
  min-height: 140px;
}
.feature-block__link,
.schedule__link {
  display: block;
}
.feature-block__link:hover,
.schedule__link:hover {
  color: #39b1b7;
}
.feature-block__thumb {
  display: block;
  width: 100%;
}
.feature-block__content {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  top: -20px;
  background: hsla(0, 0%, 100%, 0.9);
  padding: 20px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
.feature-block__content:after,
.feature-block__content:before {
  content: " ";
  display: table;
}
.feature-block__content:after {
  clear: both;
}
.feature-block__date {
  display: block;
  background: #004d8f;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto 20px;
}
.feature-block__date strong {
  display: block;
  font-size: 2.8125rem;
  line-height: 1;
}
.feature-block__date span {
  font-size: 1.375rem;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}
.lroi-theme .feature-block__date {
  background: #f60;
}
.feature-block__meta {
  white-space: nowrap;
  margin-bottom: 10px;
  background-color: hsla(0, 0%, 100%, 0.9);
}
.feature-block__title {
  clear: both;
}
.feature-block__title--style-2 {
  font-size: 1.25rem;
}
@media screen and (min-width: 30em) {
  .feature-block {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
  }
  .feature-block__content {
    padding: 20px 40px;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -50px;
    top: auto;
    margin: 0;
  }
  .feature-block__content--style-2 {
    left: 90px;
  }
  .feature-block__title {
    margin: 10px 0 40px;
  }
  .feature-block__title--style-2 {
    margin-left: 53px;
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 31px;
  }
  .feature-block__meta {
    position: absolute;
    z-index: 30;
    left: 10px;
    top: -20px;
  }
  .feature-block__meta--style-2 {
    top: 10px;
    left: -10px;
  }
  .feature-block__meta--style-2:nth-child(2) {
    top: 50px;
  }
  .feature-block__date {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 160px;
    padding: 0 20px;
    text-align: left;
    height: 110px;
  }
  .feature-block__date-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .feature-block__more--style-2 {
    bottom: auto;
    top: 20px;
  }
}
@media screen and (min-width: 64em) {
  .feature-block {
    margin-bottom: 130px;
  }
}
.image-banner {
  margin-bottom: 35px;
}
.vervolg {
  z-index: 0;
}
.vervolg,
.vervolg__inner {
  position: relative;
  overflow: hidden;
}
.vervolg__inner {
  z-index: 10;
  color: #000;
}
.vervolg__navigation {
  display: none;
  background: #004d8f;
  padding: 25px 35px 45px;
  margin-bottom: 20px;
}
.vervolg__navigation.block {
  display: block !important;
  margin: 0 0 10px;
  padding: 25px 35px;
  background-color: #e9edf6;
}
.vervolg__navigation.block a {
  padding: 0;
  color: #004a8f;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.vervolg__navigation.block a i {
  float: right;
}
.vervolg__navigation a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  display: block;
  padding: 9px 0;
  transition-duration: 0.3s;
}
.vervolg__navigation a:hover {
  color: #f60;
}
.vervolg__navigation ul {
  margin: 0;
  list-style: none;
}
.vervolg__navigation li {
  border-bottom: 1px solid #336ea5;
  list-style: none;
  position: relative;
}
.vervolg__navigation li:last-child {
  border-bottom: 0;
}
.vervolg__navigation li.current-menu-item > a {
  color: #f60;
  font-weight: 600;
}
.vervolg__navigation li .fa-chevron-right {
  width: 35px;
  height: 40px;
  position: absolute;
  z-index: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  color: #cedae3;
  top: 4px;
}
.vervolg__navigation li .fa-chevron-down {
  width: 35px;
  height: 40px;
  position: absolute;
  z-index: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  color: #cedae3;
  top: 4px;
}
.vervolg__navigation li ul {
  padding: 0 0 9px;
  display: none;
}
.vervolg__navigation li ul li {
  margin-left: 30px;
  border: 0;
}
.vervolg__navigation li ul li a {
  font-size: 1rem;
  padding: 4px 0;
}
.vervolg__navigation li.current-menu-item .fa-chevron-right {
  top: 2px;
}
.vervolg__navigation li.current-menu-item ul {
  display: block;
}
.vervolg__title {
  color: #004d8f;
}
.vervolg__content {
  margin-top: 40px;
  background: #fff;
  font: 400 1rem Montserrat, sans-serif;
  line-height: 1.6666;
}
.vervolg__content p {
  margin-bottom: 1.875rem;
  color: #232323;
}
.vervolg__content big {
  font-weight: 600;
  font-size: 1rem;
  font-family: Montserrat, sans-serif;
  line-height: 1.75rem;
  color: #004d8f;
  display: block;
}
.vervolg__content big:first-letter {
  font-size: 4.5rem !important;
  line-height: 42px;
  float: left;
  margin-right: 3px;
  margin-top: 10px;
}
.vervolg__content h3 {
  font-size: 1.25rem;
  color: #39b1b7;
  font-weight: 700;
  margin: 20px 0;
}
.vervolg__content q {
  display: block;
  border: 0;
  color: #f60;
  font-size: 2.25rem;
  position: relative;
  padding: 0 0 0 110px;
  line-height: 1.1111;
  margin-bottom: 30px;
}
.vervolg__content q:before {
  font-size: 18.75rem;
  color: rgba(255, 102, 0, 0.1);
  position: absolute;
  left: 0;
  top: 110px;
  line-height: 0;
}
.vervolg h1 {
  font-size: 2.25rem;
  line-height: 1;
  margin-bottom: 25px;
  font-weight: 700;
}
@media screen and (max-width: 63.9375em) {
  .vervolg {
    background-image: none !important;
  }
}
@media screen and (min-width: 64em) {
  .vervolg {
    clear: both;
    overflow: hidden;
    padding-top: 80px;
  }
  .vervolg__navigation {
    display: block;
    width: 31.03448%;
    max-width: 360px;
    float: left;
    margin-top: 60px;
  }
  .vervolg__content {
    margin-top: 0;
    overflow: hidden;
    padding: 20px 40px;
    min-height: 700px;
  }
}
@media screen and (min-width: 75em) {
  .vervolg:before {
    border-top-width: 800px;
    border-right-width: 800px;
  }
}
@media screen and (min-width: 64em) {
  .shape-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    padding-bottom: 61.34969%;
    top: 0;
    overflow: hidden;
  }
  .shape-background:before {
    width: 100%;
    left: 0;
    transform: rotate(-45deg) translateY(-100%);
  }
  .shape-background:after,
  .shape-background:before {
    content: "";
    height: 100%;
    background: #fff;
    position: absolute;
  }
  .shape-background:after {
    width: 200%;
    transform-origin: left top;
    transform: rotate(25deg);
  }
  .shape-background--style-2:before {
    display: none;
  }
}
.breadcrumbs {
  color: #878787;
  font-size: 0.75rem;
  margin-bottom: 20px;
}
.breadcrumbs a {
  color: #878787;
  display: inline-block;
}
.breadcrumbs a:hover {
  color: #f60;
}
.breadcrumbs a:after {
  content: "\00bb";
  margin-left: 2px;
}
@media screen and (min-width: 64em) {
  .homepage .main-nav .header-search,
  .homepage .main-nav .main-banner-search {
    display: none;
  }
}
.homepage .search-wrapper {
  display: none;
}
.overzich {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 40px 0;
}
.overzich__head {
  padding: 20px 0 0 0;
  background: #fff;
  text-align: center;
  margin-bottom: 2.5rem;
  margin-bottom: 0;
}
.overzich__title {
  font-size: 1.875rem;
  line-height: 1.1111;
  color: #004a8f;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
.overzich__description {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.6666;
  color: #232323;
}
.overzich__inner {
  position: relative;
  z-index: 10;
  background: white;
}
@media screen and (min-width: 94em) {
  .overzich__inner {
    width: 91rem;
  }
}
@media screen and (min-width: 64em) {
  .overzich .overzich__width {
    max-width: 98rem;
    margin-left: auto;
    margin-right: auto;
  }
  .overzich__width:after, .overzich__width:before {
    content: " ";
    display: table;
  }
  .overzich__width .overzich__width {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .overzich__inner .overzich__list {
    padding-right: 50px;
    background: white;
    transform: translateY(-20px) translateX(20px);
    margin-left: 80px;
  }
  .overzich__inner .overzich__list .overzich__width .column {
    padding-left: 0;
    padding-right: 0;
  }
}
.overzich__list-link {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.overzich__list-link:hover {
  color: #39b1b7;
}
.overzich__list-link:hover img {
  transform: scale(1.2);
}
.overzich__list-thumb {
  display: block;
  width: 100%;
  overflow: hidden;
}
.overzich__list-thumb img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition-duration: 0.6s;
  height: 100px;
}
.overzich__list-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -30px;
  background: #004d8f;
  padding: 10px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overzich__list-title {
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.overzich__list-more {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
@media screen and (min-width: 64em) {
  .overzich {
    padding: 80px 0;
  }
  .overzich:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1200px 0 0 2200px;
    border-color: transparent transparent transparent #fff;
    top: -100px;
  }
  .overzich:after,
  .overzich:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
  }
  .overzich:after {
    right: 0;
    top: 1000px;
    bottom: 0;
    background: #fff;
  }
  .overzich__head {
    padding-left: 150px;
    padding-right: 150px;
  }
}
.news-feature {
  padding: 35px 0;
  background: #e5edf4;
  margin-bottom: 40px;
  position: relative;
}
.news-feature__link {
  display: block;
}
.news-feature__link:hover {
  color: #39b1b7;
}
.news-feature__content {
  position: relative;
  display: block;
  padding-bottom: 40px;
}
.news-detail__meta,
.news-feature__meta {
  position: relative;
  display: inline-block;
  transform: translateY(-100%);
  background: hsla(0, 0%, 100%, 0.9);
  margin-bottom: -30px;
}
.news-detail__title,
.news-feature__title {
  font-size: 1.875rem;
  color: #004d8f;
  font-weight: 700;
  line-height: 1.3;
}
.news-feature__description {
  color: #000;
  font-size: 1.125rem;
}
.news-feature__more {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (min-width: 64em) {
  .news-feature {
    margin-bottom: 80px;
  }
  .news-feature:after {
    content: "";
    position: absolute;
    z-index: 5;
    left: 50%;
    right: 0;
    height: 115px;
    background: #fff;
    bottom: 0;
  }
  .news-feature__link {
    position: relative;
    z-index: 10;
  }
  .news-feature__content {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.9);
    left: 20px;
    right: 20px;
    bottom: -40px;
    padding: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .news-detail__meta,
  .news-feature__meta {
    position: absolute;
    left: 10px;
    top: -20px;
    transform: translate(0);
  }
}
.news-list__item {
  margin-bottom: 60px;
}
.news-list__link {
  display: block;
}
.news-list__link:hover {
  color: #39b1b7;
}
.news-list__content {
  position: relative;
  top: -20px;
  margin: 0 20px;
  background: hsla(0, 0%, 100%, 0.9);
  display: block;
  padding: 20px;
}
.news-list__content:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.news-list__meta {
  position: absolute;
  top: -20px;
  left: 10px;
  margin: 0;
  background: hsla(0, 0%, 100%, 0.9);
}
.news-list__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #004d8f;
  line-height: 1.3333;
  margin: 20px 0;
}
.news-list__description {
  color: #004d8f;
}
.schedule__item {
  margin-bottom: 40px;
  padding-left: 10px;
}
.schedule__link {
  background: #fff;
  position: relative;
  padding-bottom: 40px;
}
.schedule__link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.schedule__date {
  width: 100px;
  height: 90px;
  display: inline-block;
  background: #004d8f;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  margin-left: -10px;
}
.schedule__date strong {
  font-size: 2.8125rem;
  display: block;
  line-height: 1;
}
.schedule__date span {
  font-size: 1.375rem;
  text-transform: uppercase;
  line-height: 1;
}
.schedule__meta-wrap {
  top: 0;
  left: 80px;
  right: 0;
  height: 90px;
}
.schedule__meta,
.schedule__meta-wrap {
  background: hsla(0, 0%, 100%, 0.9);
  position: absolute;
}
.schedule__meta {
  display: block;
  left: -10px;
  top: 10px;
}
.schedule__meta .fa,
.schedule__meta .sub-menu .has-lock:after,
.sub-menu .schedule__meta .has-lock:after {
  width: 30px;
  text-align: center;
}
.schedule__meta span {
  padding: 5px 10px;
  display: inline-block;
}
.schedule__meta + .schedule__meta {
  top: 50px;
}
.schedule__title {
  color: #004d8f;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 0;
  padding: 0 20px;
}
.schedule__more {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.news-detail {
  padding: 35px 0 80px;
}
.news-detail__content {
  position: relative;
  display: block;
}
.news-detail__meta {
  color: #39b1b7;
}
.news-detail__description {
  font-size: 1.5rem;
  line-height: 1.4583;
  color: #004d8f !important;
}
@media screen and (min-width: 64em) {
  .news-detail__content {
    min-height: 210px;
    margin: 0 20px;
    position: relative;
    background: hsla(0, 0%, 100%, 0.95);
    padding: 0 80px;
  }
  .news-detail__image {
    margin-bottom: -210px;
  }
  .news-detail__content:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 150px;
    bottom: 0;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .news-detail__heading {
    padding-top: 2rem;
    position: relative;
    display: block;
  }
  .news-detail__title {
    margin-bottom: 1.5rem;
  }
  .news-detail__meta {
    left: 80px;
  }
  .news-detail .content-editor {
    padding-bottom: 150px;
    background: #fff;
  }
}
.kalender-block,
.zoek-block {
  position: relative;
  z-index: 100;
}
.kalender-block__inner,
.zoek-block__inner {
  background: #fff;
  padding: 0.9375rem 1.25rem;
}
.kalender-block__title,
.zoek-block__title {
  font-size: 1.5rem;
  font-weight: 700;
}
.kalender-block__filter p,
.zoek-block__filter p {
  font-size: 1.125rem;
  color: #232323;
  font-weight: 300;
}
.kalender-block__select,
.zoek-block__select {
  height: 3.125rem;
  margin: 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  border: 2px solid #e2e2e2;
  font-size: 1rem;
  font-weight: 300;
  background: 0;
  border-radius: 3px;
  -webkit-appearance: none;
  box-shadow: none;
  margin-bottom: 0.9375rem;
}
.kalender-block__item + .kalender-block__item {
  margin-top: 1.25rem;
}
.kalender-block__link {
  display: block;
}
.kalender-block__image {
  display: block;
  width: 100%;
}
.kalender-block__date {
  display: block;
  background: #004d8f;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.kalender-block__date span {
  font-size: 1.375rem;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}
.kalender-block__date strong {
  font-size: 2.8125rem;
}
.kalender-block__content {
  display: block;
  position: relative;
  padding: 20px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.kalender-block__meta {
  white-space: nowrap;
  margin-bottom: 10px;
  display: block;
  background-color: hsla(0, 0%, 100%, 0.9);
  font-size: 0.75rem;
  text-transform: uppercase;
}
.kalender-block__meta .fa,
.kalender-block__meta .sub-menu .has-lock:after,
.sub-menu .kalender-block__meta .has-lock:after {
  width: 30px;
  text-align: center;
}
.kalender-block__meta span {
  display: inline-block;
  padding: 5px 10px;
  background: #39b1b7;
  color: #fff;
}
.kalender-block__description {
  padding-top: 20px;
  display: none;
}
.kalender-block__head {
  font-weight: 400;
  color: #004d8f;
  font-size: 1.125rem;
}
.kalender-block__more {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #39b1b7;
}
@media screen and (min-width: 40em) {
  .kalender-block__inner,
  .zoek-block__inner {
    padding: 1.875rem 3.125rem;
    min-height: 31.25rem;
  }
  .kalender-block__title,
  .zoek-block__title {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
  }
  .kalender-block__item {
    position: relative;
  }
  .kalender-block__item + .kalender-block__item {
    margin-top: 2.5rem;
  }
  .kalender-block__date {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 160px;
    transform: translateY(-50%);
    padding-left: 20px;
    text-align: left;
  }
  .kalender-block__content {
    position: relative;
    z-index: 2;
    background: hsla(0, 0%, 100%, 0.9);
    margin-left: 90px;
    top: -50px;
  }
  .kalender-block__meta {
    position: absolute;
    left: -10px;
    top: 10px;
  }
  .kalender-block__meta + .kalender-block__meta {
    top: 50px;
  }
  .kalender-block__head {
    font-size: 1.5rem;
    padding-left: 72px;
    padding-top: 77px;
  }
  .kalender-block__more {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 0.75rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 40em) and (min-width: 64em) {
  .kalender-block__filter,
  .zoek-block__filter {
    margin-bottom: 4.0625rem;
  }
  .kalender-block__filter:after,
  .kalender-block__filter:before,
  .zoek-block__filter:after,
  .zoek-block__filter:before {
    content: " ";
    display: table;
  }
  .kalender-block__filter:after,
  .zoek-block__filter:after {
    clear: both;
  }
  .kalender-block__filter p,
  .zoek-block__filter p {
    margin: 10px 0 0;
    float: left;
  }
  .kalender-block__select,
  .zoek-block__select {
    float: right;
    width: auto;
    min-width: 230px;
    margin: 0;
  }
}
@media screen and (min-width: 64em) {
  .kalender-block,
  .zoek-block {
    max-width: 800px;
    float: right;
    width: 100%;
  }
}
.vervolg-download-block {
  position: relative;
  z-index: 100;
}
.vervolg-download-block__inner {
  background: #fff;
  padding: 0.9375rem 1.25rem;
}
.vervolg-download-block__title {
  font-size: 1.5rem;
  font-weight: 700;
}
.vervolg-download-block__filter p {
  font-size: 1.125rem;
  color: #232323;
  font-weight: 300;
}
.vervolg-download-block__select {
  height: 3.125rem;
  margin: 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  border: 2px solid #e2e2e2;
  font-size: 1rem;
  font-weight: 300;
  background: 0;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  margin-bottom: 0.9375rem;
}
.vervolg-download-block__item + .vervolg-download-block__item {
  margin-top: 1.25rem;
  margin-left: 0;
}
.vervolg-download-block__link {
  display: block;
}
.vervolg-download-block__image {
  display: block;
  width: 100%;
}
.vervolg-download-block__date {
  display: block;
  background: #004d8f;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.vervolg-download-block__date span {
  font-size: 1.375rem;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}
.vervolg-download-block__date strong {
  font-size: 2.8125rem;
}
.vervolg-download-block__content {
  display: block;
  position: relative;
  padding: 20px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
.vervolg-download-block__meta {
  white-space: nowrap;
  margin-bottom: 10px;
  display: block;
  background-color: hsla(0, 0%, 100%, 0.9);
  font-size: 0.75rem;
  text-transform: uppercase;
}
.sub-menu .vervolg-download-block__meta .has-lock:after,
.vervolg-download-block__meta .fa,
.vervolg-download-block__meta .sub-menu .has-lock:after {
  width: 30px;
  text-align: center;
}
.vervolg-download-block__meta span {
  display: inline-block;
  padding: 5px 10px;
  background: #39b1b7;
  color: #fff;
}
.vervolg-download-block__description {
  padding-top: 20px;
  display: none;
}
.vervolg-download-block__head {
  font-weight: 400;
  color: #004d8f;
  font-size: 1.125rem;
}
.vervolg-download-block__more {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #39b1b7;
}
@media screen and (min-width: 40em) {
  .vervolg-download-block__inner {
    padding: 1.875rem 3.125rem;
    min-height: 31.25rem;
  }
  .vervolg-download-block__title {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
  }
  .vervolg-download-block__item {
    position: relative;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .vervolg-download-block__item + .vervolg-download-block__item {
    margin-top: 2.5rem;
  }
  .vervolg-download-block__date {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 110px;
    transform: translateY(-50%);
    padding-left: 20px;
    text-align: left;
  }
  .vervolg-download-block__content {
    position: relative;
    z-index: 2;
    background: hsla(0, 0%, 100%, 0.9);
    padding: 7px 50px 5px;
    top: -20px;
  }
  .vervolg-download-block__meta {
    position: absolute;
    left: 0;
    top: 10px;
  }
  .vervolg-download-block__meta + .vervolg-download-block__meta {
    top: 50px;
  }
  .vervolg-download-block__head {
    font-size: 1.25rem;
    padding: 0 0 0 10px;
    font-weight: 700;
  }
  .vervolg-download-block__more {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 0.75rem;
    font-weight: 700;
  }
  .vervolg-download-block__item-download {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
    color: #39b1b7;
  }
  .sub-menu .vervolg-download-block__item-download .has-lock:after,
  .vervolg-download-block__item-download .fa,
  .vervolg-download-block__item-download .sub-menu .has-lock:after {
    font-size: 0.9375rem;
  }
  .sub-menu .vervolg-download-block__item-download .has-lock:first-child:after,
  .vervolg-download-block__item-download .fa:first-child,
  .vervolg-download-block__item-download .sub-menu .has-lock:first-child:after {
    margin-right: 5px;
  }
  .sub-menu .vervolg-download-block__item-download .has-lock:last-child:after,
  .vervolg-download-block__item-download .fa:last-child,
  .vervolg-download-block__item-download .sub-menu .has-lock:last-child:after {
    margin-left: 5px;
  }
}
@media screen and (min-width: 40em) and (min-width: 64em) {
  .vervolg-download-block__filter {
    margin-bottom: 4.0625rem;
  }
  .vervolg-download-block__filter:after,
  .vervolg-download-block__filter:before {
    content: " ";
    display: table;
  }
  .vervolg-download-block__filter:after {
    clear: both;
  }
  .vervolg-download-block__filter p {
    margin: 10px 0 0;
    float: left;
  }
  .vervolg-download-block__select {
    float: right;
    width: auto;
    min-width: 230px;
    margin: 0;
  }
}
@media screen and (min-width: 64em) {
  .vervolg-download-block {
    max-width: 800px;
    float: right;
    width: 100%;
  }
}
.zoek-block__filter > p > span {
  font-weight: 700;
}
.zoek-list {
  list-style: none;
  margin: 0;
}
.zoek-list__item {
  padding: 2.5rem 0;
  border-bottom: 1px solid #f1f1f1;
}
.zoek-list__item:first-child {
  border-top: 1px solid #f1f1f1;
}
.zoek-list__heading {
  font-size: 1.3125rem;
  line-height: 1.6666;
  margin: 0 0 0.625rem;
}
.zoek-list__heading a {
  color: #004d8f;
}
.zoek-list__meta {
  margin: 0 0 1.25rem;
}
.download-block__item-type,
.zoek-list__meta-type {
  display: inline-block;
  height: 1.875rem;
  line-height: 1.875rem;
  background: #39b1b7;
  color: #fff;
  padding: 0 0.625rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-right: 0.625rem;
}
.download-block__item-type .fa,
.download-block__item-type .sub-menu .has-lock:after,
.sub-menu .download-block__item-type .has-lock:after,
.sub-menu .zoek-list__meta-type .has-lock:after,
.zoek-list__meta-type .fa,
.zoek-list__meta-type .sub-menu .has-lock:after {
  font-size: 0.9375rem;
  margin-right: 0.3125rem;
}
.zoek-list__meta-links {
  display: block;
  margin-top: 0.625rem;
}
.zoek-list__meta-link {
  display: inline-block;
  font-size: 0.75rem;
}
.zoek-list__meta-link:after {
  content: "\00bb";
  display: inline-block;
  margin-left: 3px;
}
.zoek-list__meta-link:last-child:after {
  display: none;
}
.zoek-list__des {
  font-size: 1.125rem;
  line-height: 1.6666;
  color: #232323;
  font-weight: 300;
}
.zoek-list__key {
  color: #f60;
  font-weight: 500;
}
@media screen and (min-width: 40em) {
  .zoek-list__meta-links {
    display: inline-block;
    margin: 0;
  }
}
.login-block {
  clear: both;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.login-block__inner {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 35px 20px;
  position: relative;
  z-index: 100;
}
.login-block__title {
  font-weight: 700;
}
.login-block__des {
  color: #232323;
  font-weight: 300;
  margin: 0;
}
.login-block__link {
  color: #004d8f;
  text-decoration: underline;
  font-weight: 300;
}
.login-block__submit {
  background: #f60;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  height: 3.125rem;
}
.login-block__submit:hover {
  background: #cc5200;
}
.login-block__error {
  font-size: 0.875rem;
  background-color: #ebf7f8;
  padding: 19px 15px;
  font-weight: 300;
  margin-bottom: 25px;
}
.login-block__error .fa,
.login-block__error .sub-menu .has-lock:after,
.sub-menu .login-block__error .has-lock:after {
  width: 20px;
  height: 20px;
  line-height: 18px;
  border: 2px solid #004d8f;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}
.login-block .form-form {
  margin-top: 40px;
}
.login-block .form-checkbox,
.login-block .form-field--forget {
  text-align: center;
}
.login-block .form-field--forget a {
  display: block;
}
@media screen and (min-width: 64em) {
  .login-block {
    padding: 80px 0;
  }
  .login-block:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1200px 0 0 2200px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -100px;
  }
  .login-block__inner {
    padding: 35px 45px;
  }
  .login-block__title {
    line-height: 1;
    font-size: 2.25rem;
    margin-bottom: 25px;
  }
  .login-block__des {
    font-size: 1rem;
    line-height: 1.625;
  }
  .login-block .form-field--forget a {
    display: inline-block;
  }
  .login-block .form-field--forget a:first-child {
    margin-right: 35px;
    position: relative;
  }
  .login-block .form-field--forget a:first-child:after {
    content: "";
    width: 3px;
    height: 3px;
    background: #004d8f;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }
}
.download-search {
  margin-top: 20px;
}
.download-search__text {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.download-search__inner {
  position: relative;
}
.download-search__input {
  border: 0;
  border-radius: 5px;
  height: 50px;
  padding: 0 50px 0 20px;
  margin: 0;
}
.download-search__button {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
}
.download-block {
  background: #fff;
  padding-bottom: 40px;
}
.download-block__title {
  font-weight: 700;
}
.download-block__item {
  padding: 15px 20px;
  box-shadow: 0 20px 20px hsla(0, 0%, 4%, 0.05);
}
.download-block__item + .download-block__item {
  margin-top: 40px;
}
.download-block__item-thumb {
  display: block;
  width: 160px;
  margin: 0 auto;
}
.download-block__item-author {
  font-weight: 300;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 15px;
}
.download-block__item-title {
  font-size: 1.3125rem;
  line-height: 1.471;
}
.download-block__item-title-2 {
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 1.5333;
  margin-bottom: 0.75rem;
}
.download-block__item-des {
  color: #232323;
  font-weight: 300;
  line-height: 1.625;
  max-height: 132px;
  overflow: hidden;
  position: relative;
}
.download-block__item-des p:last-of-type {
  display: inline;
}
.download-block__item-des--open {
  max-height: none;
}
.download-block__item-des--open .download-block__more {
  display: none;
}
.download-block__item-type .fa,
.download-block__item-type .sub-menu .has-lock:after,
.sub-menu .download-block__item-type .has-lock:after {
  vertical-align: middle;
}
.download-block__item-download {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
}
.download-block__item-download .fa,
.download-block__item-download .sub-menu .has-lock:after,
.sub-menu .download-block__item-download .has-lock:after {
  font-size: 0.9375rem;
}
.download-block__item-download .fa:first-child,
.download-block__item-download .sub-menu .has-lock:first-child:after,
.sub-menu .download-block__item-download .has-lock:first-child:after {
  margin-right: 5px;
}
.download-block__item-download .fa:last-child,
.download-block__item-download .sub-menu .has-lock:last-child:after,
.sub-menu .download-block__item-download .has-lock:last-child:after {
  margin-left: 5px;
}
.download-block__item-download--style-2 {
  text-transform: none;
  font-weight: 400;
  color: #39b1b7;
}
.download-block__item-download--style-2 .fa,
.download-block__item-download--style-2 .sub-menu .has-lock:after,
.sub-menu .download-block__item-download--style-2 .has-lock:after {
  font-size: 0.75rem;
}
.download-block__more {
  position: absolute;
  bottom: 3px;
  right: 0;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #39b1b7;
  background: #fff;
  padding-left: 3px;
  cursor: pointer;
}
.download-block__more:before {
  content: ".. ";
  color: #232323;
  font-size: 1rem;
}
.download-block__less {
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #39b1b7;
  background: #fff;
  padding-left: 3px;
  cursor: pointer;
}
.download-block__load-more {
  display: inline-block;
  background: #f60;
  color: #fff;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  margin-top: 60px;
}
.download-block__load-more:hover {
  color: #fff;
  background: #cc5200;
}
.download-block__item--vacatures {
  display: block;
  color: #004d8f;
  border: 2px solid #fff;
}
.download-block__item--vacatures:hover {
  color: #004d8f;
  background-color: #f5f5f5;
}
@media screen and (min-width: 64em) {
  .download-block {
    overflow: hidden;
    padding: 25px 45px;
    min-height: 700px;
  }
  .download-block__title {
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 30px;
  }
  .download-block__item {
    padding: 30px 40px;
  }
  .download-block__item-des {
    margin-bottom: 15px;
  }
  .download-block__item-download {
    display: inline-block;
    margin-top: 0;
  }
  .download-block__item-thumb {
    float: left;
    margin-right: 25px;
  }
  .download-block__item-content {
    overflow: hidden;
  }
}
.zoek-block__filter span {
  font-weight: 700;
}
.vacatures-single__image {
  height: 200px;
  background-size: cover;
}
.vacatures-single__inner {
  padding: 40px 0;
  position: relative;
}
.vacatures-single__date {
  font-size: 0.75rem;
  color: #39b1b7;
  position: absolute;
  top: 0;
  padding: 6px 15px;
  background-color: #fff;
  transform: translateY(-50%);
  box-shadow: 0 0 12px rgba(57, 177, 183, 0.4);
}
.vacatures-single__sub-title {
  font-size: 1.5rem;
  line-height: 1.458;
  color: #004d8f;
}
.vacatures-single__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: auto;
  color: #004d8f;
}
.vacatures-single__time {
  font-size: 1.125rem;
  font-weight: 700;
  color: #39b1b7;
  margin: 30px 0 50px;
}
.vacatures-single__content {
  color: #333;
}
.vacatures-single__wrap:after,
.vacatures-single__wrap:before {
  content: " ";
  display: table;
}
.vacatures-single__wrap:after {
  clear: both;
}
.vacatures-single__button {
  display: block;
  height: 3.125rem;
  padding: 0 1.25rem;
  line-height: 3.125rem;
  background: #f60;
  border: 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.25rem;
}
.vacatures-single__button:active,
.vacatures-single__button:focus,
.vacatures-single__button:hover {
  color: #fff;
  background: #cc5200;
}
.vacatures-single__logo {
  border: 1px solid #d3d3d3;
  display: block;
  margin: 0 auto 1.25rem;
}
.vacatures-single__text {
  font-size: 0.875rem;
  line-height: 1.857;
  color: #909090;
}
.vacatures-single__text h3 {
  font-size: 1.125rem;
  color: #004d8f;
}
@media screen and (min-width: 40em) {
  .vacatures-single__image {
    height: 400px;
  }
}
@media screen and (min-width: 64em) {
  .vacatures-single__image {
    height: 640px;
    position: relative;
  }
  .vacatures-single__image:before {
    content: "";
    background: #fff;
    position: absolute;
    bottom: -175px;
    left: -300px;
    height: 240px;
    width: 3000px;
    transform: rotate(8deg);
  }
  .vacatures-single__inner {
    margin-top: -240px;
    background: #fff;
    position: relative;
    margin-bottom: 100px;
  }
  .vacatures-single__inner:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    height: 150px;
    bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .vacatures-single__content {
    width: 77.08333%;
    float: left;
    padding-right: 40px;
  }
  .vacatures-single__sidebar {
    width: 22.91667%;
    float: left;
  }
}
@media screen and (min-width: 75em) {
  .vacatures-single__wrap {
    padding: 0 100px;
  }
  .vacatures-single .sticky {
    max-width: 220px !important;
  }
}
table.faq {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  width: 100%;
  margin: 0 0 10px;
}
table.faq td,
table.faq th {
  border: 0;
  padding: 0 10px;
}
table.faq td.answer > div,
table.faq th.answer > div {
  display: none;
  font-size: 0.875rem;
  padding: 0 10px 20px;
}
table.faq td.question,
table.faq th.question {
  cursor: pointer;
  font-size: 1rem;
  padding: 10px 0;
  color: #39b1b7;
}
table.faq td.question:before,
table.faq th.question:before {
  font: normal normal normal 16px/1 FontAwesome;
  content: "\f0da";
  display: inline-block;
  width: 18px;
}
table.faq td.question.active:before,
table.faq th.question.active:before {
  content: "\f0d7";
}
#cookieBar {
  background: none repeat scroll 0 0 #004d8f;
  bottom: 0;
  color: #fff;
  display: none;
  float: left;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  left: 0;
  opacity: 0.95;
  padding: 10px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 2000;
}
#cookieBar a {
  color: #fff !important;
  font-size: 13px;
}
#cookieBar .cont {
  width: 97%;
  margin: 0 auto;
}
@media screen and (min-width: 47.5em) {
  #cookieBar .cont {
    width: 70%;
  }
}
#cookieBar .cont .notice {
  margin: 2px 0;
}
@media screen and (min-width: 37.5em) {
  #cookieBar .cont .notice {
    float: left;
  }
}
#cookieBar .close {
  margin: 10px auto 0;
  padding: 5px 10px;
  background-color: #f60;
}
#cookieBar .close a {
  color: #fff;
}
@media screen and (min-width: 37.5em) {
  #cookieBar .close {
    margin: 0 auto;
    float: right !important;
  }
}
.program-view {
  background-position: 50%;
  padding-top: 100px;
}
.program-view:before {
  transform: rotate(4deg);
}
.banner-caption {
  text-align: center;
  color: #fff;
}
.banner-caption p {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.banner-caption h1 {
  font-size: 3.4375rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.banner-caption a {
  font-size: 1rem;
  display: inline-block;
}
.grid-block,
.speaker-blog,
.tab-blog {
  position: relative;
}
.tab-blog {
  background: #fff;
}
@media screen and (min-width: 40em) {
  .tab-blog {
    margin-top: -250px;
    padding: 40px;
  }
}
.tab-blog:before {
  box-shadow: none;
}
.select-title {
  color: #232323;
  font-size: 1rem;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  padding: 10px 15px;
  position: relative;
  background-color: #fafafa;
}
.select-title a.select-icon {
  background: url(../images/select.png);
  display: block;
  position: absolute;
  right: 12px;
  height: 16px;
  width: 12px;
  top: 15px;
}
@media screen and (min-width: 40em) {
  .select-title {
    display: none;
  }
}
.tabs {
  list-style: none;
  margin: 0;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  border-top: none;
}
@media screen and (min-width: 40em) {
  .tabs {
    padding: 20px 0 20px 100px;
    background: #e9eef5;
    border: none;
  }
}
.tabs li {
  display: block;
  padding: 10px 15px;
}
@media screen and (min-width: 40em) {
  .tabs li {
    display: inline-block;
    padding: 0;
  }
}
.tabs .tab-link {
  color: #232323;
}
.tabs .tab-link.current {
  color: #004a8f;
  background-color: #fafafa;
}
@media screen and (min-width: 40em) {
  .tabs .tab-link {
    color: #004a8f;
    font-size: 0.9375rem;
    text-transform: uppercase;
    margin-right: 20px;
  }
  .tabs .tab-link.current {
    font-weight: 700;
    border-bottom: 3px solid #afc5db;
  }
}
.tab-content {
  display: none;
  color: #333;
}
@media screen and (min-width: 40em) {
  .tab-content .text {
    padding: 50px 100px;
  }
}
.tab-content.current {
  display: inherit;
}
.date-control {
  list-style: none;
  text-align: left;
  float: left;
  width: 100%;
  margin: 20px 0;
}
@media screen and (min-width: 40em) {
  .date-control {
    margin: 0 0 30px;
    width: auto;
  }
}
.date-control li {
  display: inline-block;
  padding: 10px;
  border: 1px solid #c2ccdb;
  text-align: center;
  width: 100%;
}
.date-control li:first-child {
  margin-left: 0;
}
@media screen and (min-width: 40em) {
  .date-control li {
    margin-left: -5px;
    width: auto;
  }
}
.date-control li a {
  display: inline-block;
  color: #004a8f;
  font-weight: 700;
}
.date-control li.active {
  background-color: #004a8f;
  border: 1px solid #004a8f;
}
.date-control li.active a {
  color: #fff;
}
.page-control {
  list-style: none;
  text-align: center;
  float: left;
  margin: 20px 0 0;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .page-control {
    text-align: right;
    float: right;
    width: auto;
    margin: 0;
  }
}
.page-control li {
  display: inline-block;
  width: 100%;
}
.page-control li.prev {
  float: left;
}
.page-control li.next {
  float: right;
}
@media screen and (min-width: 40em) {
  .page-control li {
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  .page-control li {
    margin-left: 20px;
  }
  .page-control li.next,
  .page-control li.prev {
    float: none;
  }
}
.page-control li a {
  display: inline-block;
  opacity: 0.4;
}
.page-control li a:active,
.page-control li a:focus,
.page-control li a:hover {
  background: #f60;
}
.page-control li a.active {
  opacity: 1;
}
.page-control li a.active:active,
.page-control li a.active:focus,
.page-control li a.active:hover {
  background: #cc5200;
}
.overview-page .vacatures-single__inner {
  padding: 40px 25px;
}
.overview-page .vacatures-single__inner:before {
  height: 0p;
}
@media screen and (min-width: 48em) {
  .overview-page .vacatures-single__inner.congresses .future .large-6 {
    margin: 15px;
    width: 47%;
  }
}
.overview-page .vacatures-single__inner.congresses .future .post-info {
  top: 20px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
}
.overview-page .vacatures-single__image {
  padding-top: 30px;
}
@media screen and (min-width: 48em) {
  .overview-page .vacatures-single__image {
    padding-top: 100px;
  }
}
@media screen and (min-width: 64em) {
  .overview-page .vacatures-single__image {
    padding-top: 150px;
  }
}
@media screen and (min-width: 112.5em) {
  .overview-page .vacatures-single__image {
    background-position: center -120px;
  }
}
.overview-page .vacatures-single__image .banner-caption .caption-main {
  width: 95%;
  margin: 0 auto;
}
.overview-page .vacatures-single__image .banner-caption h1 {
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.overview-page .vacatures-single__image .banner-caption p {
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .overview-page .vacatures-single__image .banner-caption .caption-main {
    width: 80%;
  }
  .overview-page .vacatures-single__image .banner-caption h1 {
    font-size: 2rem;
  }
  .overview-page .vacatures-single__image .banner-caption p {
    font-size: 1.5rem;
  }
}
.overview-page .post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.overview-page .post .small-12 {
  margin-bottom: 20px;
}
.overview-page .post .post-item {
  position: relative;
  background-color: #e9eef5;
  text-align: center;
  height: 100%;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.overview-page .post .post-img.active {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.overview-page .post .post-img.active img {
  width: 100%;
  transition: all 0.3s;
}
.overview-page .post .post-img.active:hover img {
  transform: scale(1.1);
}
.overview-page .post .post-info {
  color: #fff;
  position: absolute;
  top: 80px;
  left: 30px;
  text-align: left;
}
.overview-page .post .post-info h2 {
  font-size: 1.125rem;
  font-weight: 700;
}
.overview-page .post .post-info .day-time {
  font-size: 0.875rem;
}
@media screen and (min-width: 25em) {
  .overview-page .post .post-info {
    top: 170px;
  }
}
@media screen and (min-width: 31.25em) {
  .overview-page .post .post-info {
    top: 230px;
  }
}
@media screen and (min-width: 37.5em) {
  .overview-page .post .post-info {
    top: 280px;
  }
}
@media screen and (min-width: 48em) {
  .overview-page .post .post-info {
    top: 380px;
  }
  .overview-page .post .post-info h2 {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 64em) {
  .overview-page .post .post-info {
    top: 140px;
  }
}
.overview-page .post .post-decs {
  width: 85%;
  margin: 30px auto;
  color: #333;
  font-size: 0.9375rem;
}
.overview-page .post .vacatures-single__button {
  display: inline-block;
  padding: 0 30px;
  font-size: 0.875rem;
  font-weight: 400;
  margin: auto auto 0;
}
.overview-page .post .unactive__button {
  display: inline-block;
  height: 3.125rem;
  padding: 0;
  line-height: 3.125rem;
  background: #f3f5f8;
  border: 0;
  color: #004a8f;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  pointer-events: none;
  cursor: default;
}
@media screen and (min-width: 23.4375em) {
  .overview-page .post .unactive__button {
    padding: 0 0.625rem;
  }
}
@media screen and (min-width: 48em) {
  .overview-page .post .unactive__button {
    padding: 0 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .overview-page .post .unactive__button {
    padding: 0 0.625rem;
  }
}
@media screen and (min-width: 75em) {
  .overview-page .post .unactive__button {
    padding: 0 1.25rem;
  }
}
.overview-page .post .unactive__button:active,
.overview-page .post .unactive__button:focus,
.overview-page .post .unactive__button:hover {
  background: #d3dae5;
}
.overview-page .post .subpage {
  padding-bottom: 0;
}
.overview-page .post .subpage .post-info {
  padding: 20px 0;
  text-align: center;
  position: inherit;
  top: 0;
  left: 0;
}
.overview-page .post .subpage .post-info h2 a {
  color: #004a8f;
}
@media screen and (min-width: 64em) {
  .overview-page .large-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.overview-page .lightbox-list {
  margin-top: 50px;
}
.overview-page .lightbox-list h2 {
  color: #004a8f;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 20px 0;
  background-color: #e9eef5;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 64em) {
  .overview-page .lightbox-list h2 {
    margin: 0 15px;
  }
}
.overview-page .lightbox-list .lightbox-list-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.overview-page .lightbox-list .lightbox-list-main .lightbox-item {
  text-align: right;
  background-color: #fff;
  box-shadow: 0 0 30px 5px #dee9f5;
  margin-bottom: 30px;
  padding: 30px 20px 10px;
  min-height: 200px;
}
.overview-page .lightbox-list .lightbox-list-main .lightbox-item h3 {
  text-align: center;
}
.overview-page .lightbox-list .lightbox-list-main .lightbox-item h3 a {
  color: #004a8f;
  font-weight: 700;
  font-size: 1.5rem;
}
.overview-page .lightbox-list .lightbox-list-main .lightbox-item .album-link {
  font-size: 0.75rem;
}
.overview-page .fancybox-arrow {
  opacity: 0.6;
}
.overview-page .fancybox-arrow:after {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 8px 10px;
  font: normal normal normal 12px/1 FontAwesome;
  color: #fff;
  height: 30px;
  width: 30px;
}
.overview-page .fancybox-arrow--left:after,
.overview-page .fancybox-arrow--right:after {
  content: "\f054";
  background: none;
}
.overview-page .fancybox-show-nav .fancybox-arrow {
  opacity: 1;
}
.overview-page .fancybox-caption-wrap {
  visibility: visible;
  opacity: 1;
  padding: 0;
  top: 70%;
  font-family: Montserrat;
}
@media screen and (min-width: 75em) {
  .overview-page .fancybox-caption-wrap {
    top: auto;
    bottom: 0;
  }
}
.overview-page .fancybox-caption-wrap .fancybox-caption {
  border: none;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.overview-page .fancybox-caption-wrap .fancybox-caption span {
  font-size: 0.875rem;
  line-height: 35px;
}
.overview-page .fancybox-toolbar {
  width: 54px;
  top: 30px;
}
.overview-page .fancybox-button--close {
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  visibility: visible;
  opacity: 1;
  width: 30px;
  height: 30px;
}
.overview-page .fancybox-button--close:after,
.overview-page .fancybox-button--close:before {
  width: 13px;
  opacity: 1;
  left: calc(50% - 6px);
}
.onderzoeksagenda-tree {
  background-color: #e5edf4;
  padding: 28px 20px 36px;
}
@media screen and (min-width: 64em) {
  .onderzoeksagenda-tree {
    padding: 90px 0;
  }
}
.onderzoeksagenda-tree .row {
  max-width: 80.625rem;
}
.onderzoeksagenda-tree__top {
  position: relative;
  z-index: 15;
}
.onderzoeksagenda-tree__top--title {
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 3.8125rem;
  cursor: default;
}
@media screen and (min-width: 64em) {
  .onderzoeksagenda-tree__top--title {
    margin: 12px 0 0;
    font-size: 4.375rem;
    line-height: 5.375rem;
  }
}
.onderzoeksagenda-tree__top--title span {
  display: block;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.5rem;
}
@media screen and (min-width: 64em) {
  .onderzoeksagenda-tree__top--title span {
    font-size: 2.5rem;
  }
}
.onderzoeksagenda-tree__top p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 24px;
}
@media screen and (min-width: 64em) {
  .onderzoeksagenda-tree__top p {
    font-size: 1rem;
    line-height: 2.25rem;
  }
}
@media screen and (min-width: 64em) {
  .onderzoeksagenda-tree__top .spacer {
    display: block;
    height: 13px;
  }
}
@media screen and (min-width: 64em) {
  .onderzoeksagenda-tree__bottom {
    text-align: center;
  }
}
.onderzoeksagenda-tree__bottom .meta-date {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
  .onderzoeksagenda-tree__bottom .meta-date {
    width: inherit;
  }
}
.onderzoeksagenda-tree__root,
.onderzoeksagenda-tree__tree {
  background-image: url(../images/tree/Tree-mobile.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 64em) {
  .onderzoeksagenda-tree__root,
  .onderzoeksagenda-tree__tree {
    background-image: url(../images/tree/Tree-desktop.svg);
    background-position: top;
  }
}
.onderzoeksagenda-tree__root {
  background-position: 0 100%;
  height: 163px;
  margin-bottom: 27px;
}
@media screen and (min-width: 64em) {
  .onderzoeksagenda-tree__root {
    position: relative;
    background-position: bottom;
    height: 265px;
    margin-bottom: 38px;
  }
}
.onderzoeksagenda-tree__tree {
  position: relative;
  z-index: 10;
  margin-top: 45px;
  padding-top: 96px;
  background-position: 0 0;
}
@media screen and (min-width: 64em) {
  .onderzoeksagenda-tree__tree {
    margin-top: -190px;
    padding-top: 292px;
    background-position: top;
  }
}
.onderzoeksagenda-tree__tree:after {
  content: "";
  display: table;
  clear: both;
}
.onderzoeksagenda-tree__item {
  margin-bottom: 28px;
}
.onderzoeksagenda-tree__item:last-child {
  margin-bottom: 0;
  height: 36px;
}
@media screen and (min-width: 64em) {
  .onderzoeksagenda-tree__item {
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 90px;
    height: 110px;
  }
  .onderzoeksagenda-tree__item:nth-child(2n) {
    position: relative;
    top: -100px;
  }
  .onderzoeksagenda-tree__item:nth-child(2n)
    .onderzoeksagenda-tree__item-content {
    float: right;
  }
  .onderzoeksagenda-tree__item:last-child {
    position: relative;
    top: -13px;
  }
  .onderzoeksagenda-tree__item:last-child .onderzoeksagenda-tree__item-content {
    float: right;
  }
  .onderzoeksagenda-tree__item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.onderzoeksagenda-tree__item--title {
  margin-bottom: 0;
  padding: 10px;
  color: #004d8f;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .onderzoeksagenda-tree__item--title {
    padding: 10px 25px;
    font-size: 1rem;
    line-height: 2.25rem;
    position: absolute;
  }
}
.onderzoeksagenda-tree__item-body {
  position: relative;
  z-index: 20;
  display: none;
}
@media screen and (min-width: 64em) {
  .onderzoeksagenda-tree__item-body {
    color: #fff;
    padding: 29px 35px 27px;
  }
}
.onderzoeksagenda-tree__item-body p {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: center;
}
.onderzoeksagenda-tree__item-body p a {
  color: #fff;
  text-decoration: underline;
}
.onderzoeksagenda-tree__item-content {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-height: 72px;
  margin-left: 55px;
  background-color: #fff;
  border-radius: 55px;
  transform: translateY(-50%);
}
@media screen and (min-width: 23.75em) {
  .onderzoeksagenda-tree__item-content {
    margin-left: 120px;
  }
}
@media screen and (min-width: 64em) {
  .onderzoeksagenda-tree__item-content {
    width: 350px;
    min-height: 110px;
    margin-left: 0;
    transition-duration: 0.2s;
  }
  .onderzoeksagenda-tree__item-content:focus,
  .onderzoeksagenda-tree__item-content:hover {
    background-color: #004e91;
  }
  .onderzoeksagenda-tree__item-content:focus
    .onderzoeksagenda-tree__item--title,
  .onderzoeksagenda-tree__item-content:hover
    .onderzoeksagenda-tree__item--title {
    opacity: 0;
  }
  .onderzoeksagenda-tree__item-content:focus .onderzoeksagenda-tree__item-body,
  .onderzoeksagenda-tree__item-content:hover .onderzoeksagenda-tree__item-body {
    display: block;
  }
}
.onderzoeksagenda-tree__mobile-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}
@media screen and (min-width: 64em) {
  .onderzoeksagenda-tree__mobile-button {
    display: none;
  }
}
.onderzoeksagenda-tree .meta-date {
  display: inline-block;
  background-color: #004e91;
  border-radius: 20px;
  padding: 5px 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .onderzoeksagenda-tree .meta-date {
    padding: 9px 22px;
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.onderzoeksagenda-tree .meta-tag {
  background-color: #fff;
  color: #004e91;
}
.onderzoeksagenda-tree a.meta-date:focus,
.onderzoeksagenda-tree a.meta-date:hover {
  background-color: #004e91;
  color: #fff;
  transition-duration: 0.2s;
}
.tree-reveal {
  padding: 56px 27px 28px;
  background-color: #004e91;
  color: #fff;
  border: none;
  border-radius: 0;
  text-align: center;
}
.tree-reveal p {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.tree-reveal .close-button {
  position: absolute;
  top: 23px;
  right: 15px;
  width: 25px;
  height: 25px;
}
.tree-reveal .close-button span {
  position: relative;
}
.tree-reveal .close-button span:after,
.tree-reveal .close-button span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 2px;
  background-color: #fff;
}
.tree-reveal .close-button span:before {
  transform: rotate(-45deg);
}
.tree-reveal .close-button span:after {
  transform: rotate(45deg);
}
::-webkit-input-placeholder {
  color: #b9b9b9;
  opacity: 1;
}
:-moz-placeholder,
::-moz-placeholder {
  color: #b9b9b9;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #b9b9b9;
  opacity: 1;
}
.form-form {
  font-family: Montserrat, sans-serif;
}
.form-form .description {
  color: #807878;
}
.form-form .description ul {
  margin-left: 45px;
}
.form-form .hide {
  display: none;
}
.form-form.loading {
  opacity: 0.4;
}
.form-form .form-page-labels {
  list-style: none;
  overflow: hidden;
  margin: 0 0 2.5rem;
}
.form-form .form-page-labels li {
  float: left;
  border-bottom: 1px solid #e2e2e2;
}
.form-form .form-page-labels li:first-child a {
  padding-left: 0;
}
.form-form .form-page-labels li:first-child.current {
  border-left: 0;
}
.form-form .form-page-labels li.current {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 0;
}
.form-form .form-page-labels li.current a {
  color: #004d8f;
}
.form-form .form-page-labels li.visited a {
  color: #232323;
}
.form-form .form-page-labels a {
  color: #d5d5d5;
  display: block;
  font-size: 1rem;
  padding: 0 1.5625rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.form-form .form-controls:after,
.form-form .form-controls:before {
  content: " ";
  display: table;
}
.form-form .form-controls:after {
  clear: both;
}
.form-form .form-label {
  color: #004d8f;
  font-size: 0.9375rem;
  font-weight: 400;
}
.form-form .form-label span {
  color: #b9b9b9;
}
.form-form .clear {
  clear: both;
  margin-bottom: 0.625rem;
}
.form-form .form-field {
  margin-bottom: 1.875rem;
}
.form-form .button {
  height: 3.125rem;
  padding: 0 1.25rem;
  border: 0;
  background: #f60;
  color: #fff;
  font-weight: 400 !important;
  border-radius: 3px;
  text-transform: lowercase !important;
}
.form-form .button:hover {
  background: #ec6206;
}
.form-form .button:active {
  position: relative;
  top: 2px;
}
.form-form .button:disabled {
  background: #e2e2e2;
  color: #b9b9b9;
}
.form-form .button.red {
  background: #880015;
}
.form-form .form-textarea,
.form-form .form-textfield {
  margin: 0;
  padding-left: 0.8125rem;
  padding-right: 0.9375rem;
  border: 2px solid #e2e2e2;
  font-size: 0.9375rem;
  font-weight: 300;
  background: 0;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
.form-form .form-textarea:-moz-read-only,
.form-form .form-textfield:-moz-read-only {
  color: #777;
}
.form-form .form-textarea:read-only,
.form-form .form-textfield:read-only {
  color: #777;
}
.form-form .form-textfield {
  height: 3.125rem;
}
.form-form .input-group-label {
  background: #f1f1f1;
  color: #564b50;
  border-width: 2px;
  border-color: #e2e2e2;
  border-radius: 3px 0 0 3px;
}
.form-form .input-group-label + .input-group-field {
  border-radius: 0 !important;
}
.form-form .input-group-field {
  border-radius: 3px 0 0 3px;
}
.form-form .input-group-button .button {
  border-radius: 0 3px 3px 0;
}
.form-form .input-group-button .button:active {
  top: 0;
}
.form-form .input-group-button--file {
  position: relative;
}
.form-form .input-group-button--file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  height: 3.125rem;
}
.form-form .validation-success .form-textfield {
  border-color: #39b1b7;
  color: #39b1b7;
}
.form-form .validation-error .form-textfield {
  border-color: #d01100;
  color: #d01100;
}
.form-form .validation-error .form-label {
  color: #d01100;
}
.form-form .error-message {
  font-size: 0.75rem;
  font-style: italic;
  text-align: right;
  color: #d01100;
  padding-top: 0.3125rem;
}
.form-form .form-checkbox,
.form-form .form-radio {
  height: 3.125rem;
  padding-top: 0.625rem;
}
.form-form .form-option-label {
  display: inline-block;
  margin-right: 1.5625rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 300;
}
.form-form .confirmation-message {
  background: #fae7e5;
  color: #d01100;
  padding: 0.75rem 0.9375rem;
  border-radius: 3px;
  margin-top: 1.25rem;
}
.form-form .confirmation-message.success {
  background: #e6f2f2;
  color: #39b1b7;
}
.form-form .confirmation-message p {
  margin-bottom: 0;
}
.form-form .counterText {
  padding: 0;
  text-align: right;
  font-size: 0.875rem;
  color: #b9b9b9;
}
.form-form .counterText.error {
  color: red;
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
@media screen and (min-width: 40em) {
  .form-form .form-field--half {
    width: 50%;
    float: left;
  }
  .form-form .form-field--first {
    padding-right: 0.3125rem;
  }
  .form-form .form-field--last {
    padding-left: 0.3125rem;
  }
  .form-form .form-field--large {
    width: 65%;
    float: left;
  }
  .form-form .form-field--small {
    width: 35%;
    float: left;
  }
  .form-form .form-textfield--medium {
    margin: 0 5px !important;
    width: calc(35% - 10px);
    float: left;
  }
  .form-form .form-textfield--medium.form-textfield--first {
    width: calc(35% - 5px);
    margin-left: 0 !important;
  }
  .form-form .form-textfield--medium.form-textfield--last {
    width: calc(35% - 5px);
    margin-right: 0 !important;
  }
  .form-form .form-textfield--half {
    margin: 0 5px !important;
    width: calc(50% - 10px);
    float: left;
  }
  .form-form .form-textfield--half.form-textfield--first {
    width: calc(50% - 5px);
    margin-left: 0 !important;
  }
  .form-form .form-textfield--half.form-textfield--last {
    width: calc(50% - 5px);
    margin-right: 0 !important;
  }
  .form-form .form-textfield--small {
    margin: 0 5px !important;
    width: calc(30% - 10px);
    float: left;
  }
  .form-form .form-textfield--small.form-textfield--first {
    width: calc(30% - 5px);
    margin-left: 0 !important;
  }
  .form-form .form-textfield--small.form-textfield--last {
    width: calc(30% - 5px);
    margin-right: 0 !important;
  }
  .form-form .form-textfield--smaller {
    margin: 0 5px !important;
    width: calc(25% - 10px);
    float: left;
  }
  .form-form .form-textfield--smaller.form-textfield--first {
    width: calc(25% - 5px);
    margin-left: 0 !important;
  }
  .form-form .form-textfield--smaller.form-textfield--last {
    width: calc(25% - 5px);
    margin-right: 0 !important;
  }
  .form-form .form-textfield--date {
    width: calc(28.3333% - 10px);
    float: left;
    margin: 0 5px !important;
  }
  .form-form .form-textfield--date:first-of-type {
    width: calc(33.3333% - 5px);
    margin-left: 0 !important;
  }
  .form-form .form-textfield--date:last-of-type {
    width: calc(33.3333% - 5px);
    margin-right: 0 !important;
  }
}
.event-nav {
  background-color: #e9eef5;
}
.is-sticky .event-nav {
  left: 0;
  width: 100% !important;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.is-sticky .event-nav .events-nav {
  margin: 0 auto !important;
}
.events-page .program-contain {
  display: none;
}
.events-page .tabs {
  width: 100%;
}
.events-page .tabs.nav {
  display: none;
}
.events-page .tabs.nav a {
  color: #004a8f;
}
@media screen and (min-width: 40em) {
  .events-page .tabs.nav {
    display: table;
    padding: 20px 30px;
  }
}
@media screen and (min-width: 64em) {
  .events-page .tabs.nav {
    padding: 20px 70px;
  }
}
.events-page .tabs .tab-link.current {
  background-color: transparent;
}
@media screen and (min-width: 40em) {
  .events-page .menuSelector {
    display: none;
  }
}
.events-page .sponsor-header {
  color: #bfbfbf;
  font-size: 0.875rem;
  font-weight: 300;
}
.events-page .sponsors .column,
.events-page .sponsors .columns {
  padding-right: 0;
}
.events-page.homepage {
  background-color: #e9eef4;
  margin-bottom: 140px;
  padding-bottom: 140px;
}
.events-page.homepage .speaker-blog {
  text-align: center;
  position: relative;
}
.events-page.homepage .speaker-blog img {
  padding-bottom: 10px;
}
.events-page.homepage .speaker-blog h3 {
  font-weight: 700;
}
.events-page.homepage .speaker-blog .speakers-container {
  display: table;
  margin: 0 auto;
}
.events-page.homepage .speaker-blog .speaker {
  color: #000;
  font-size: 0.875rem;
  float: left;
  padding: 0 11px;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .events-page.homepage .speaker-blog .speaker {
    width: auto;
    max-width: 260px;
  }
}
.events-page.homepage .speaker-blog .button {
  padding: 10px 20px;
  background-color: #f60;
  color: #fff;
  font-size: 1rem;
}
.events-page.homepage .images-photo {
  display: inline-table;
}
.events-page.homepage .images-photo__link {
  display: block;
}
.events-page.homepage .images-photo__image {
  width: 100%;
  display: block;
}
@media screen and (min-width: 40em) {
  .events-page.homepage .images-photo__item {
    position: absolute;
  }
  .events-page.homepage .images-photo__item,
  .events-page.homepage .images-photo__item--sizer {
    width: 50%;
  }
  .events-page.homepage .images-photo__item--landscape {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .events-page.homepage .images-photo__item,
  .events-page.homepage .images-photo__item--sizer {
    width: 25%;
  }
  .events-page.homepage .images-photo__item--landscape {
    width: 50%;
  }
}
.events-page.homepage .grid-blog .column,
.events-page.homepage .grid-blog .columns {
  display: flex;
  flex-wrap: wrap;
  float: none;
  padding: 0;
}
.events-page.homepage .grid-blog .column img,
.events-page.homepage .grid-blog .columns img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.events-page__content {
  color: #333;
  padding: 20px 0;
  font-size: 1.125rem;
}
.events-page__content big {
  font: 600 1.25rem Montserrat, sans-serif;
  line-height: 2rem;
  color: #004d8f;
}
.program-view .events-page__content,
.speakers .events-page__content {
  padding: 0 8px;
}
.events-page__content .print_all {
  background-color: #004a8f;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  float: right;
  font-size: 25px;
}
@media screen and (min-width: 40em) {
  .events-page__content .print_all {
    margin-top: 60px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .events-page.speakers .speakers__grid .medium-clear {
    clear: both;
  }
}
@media screen and (max-width: 39.9375em) {
  .events-page.speakers .speakers__grid .small-clear {
    clear: both;
  }
}
.events-page.speakers .item {
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 40px;
  padding: 0 0.75rem;
}
.events-page.speakers .item img {
  padding-bottom: 10px;
  width: 100%;
}
.events-page.speakers .item .arrow_up {
  display: none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #e9eef5;
  margin: 0 auto;
}
.events-page.speakers .bio {
  background-color: #e9eef5;
  padding: 40px;
  margin: 0 10px 50px;
  display: none;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .events-page.speakers .bio {
    text-align: center;
  }
}
.events-page.speakers .bio .fa.fa-times,
.events-page.speakers .bio .sub-menu .fa-times.has-lock:after,
.sub-menu .events-page.speakers .bio .fa-times.has-lock:after {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #004a8f;
  cursor: pointer;
}
.events-page.speakers .bio .fa.fa-linkedin-square,
.events-page.speakers .bio .sub-menu .fa-linkedin-square.has-lock:after,
.sub-menu .events-page.speakers .bio .fa-linkedin-square.has-lock:after {
  float: left;
  width: 100%;
  font-size: 1.5625rem;
  padding: 0;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 39.9375em) {
  .events-page.speakers .bio .fa.fa-linkedin-square,
  .events-page.speakers .bio .sub-menu .fa-linkedin-square.has-lock:after,
  .sub-menu .events-page.speakers .bio .fa-linkedin-square.has-lock:after {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 40em) {
  .events-page.speakers .bio .fa.fa-linkedin-square,
  .events-page.speakers .bio .sub-menu .fa-linkedin-square.has-lock:after,
  .sub-menu .events-page.speakers .bio .fa-linkedin-square.has-lock:after {
    font-size: 3.125rem;
    padding: 0 28px 0 0;
    width: 13%;
  }
}
.events-page.speakers .bio__text {
  float: left;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .events-page.speakers .bio__text {
    width: 87%;
  }
}
.events-page__image {
  height: 200px;
  background-size: cover;
  text-align: center;
  padding-top: 30px;
  color: #fff;
}
.events-page__image h2.mainTitle {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 1rem;
}
.events-page__image h3.subTitle {
  font-size: 0.75rem;
}
.events-page__image .button {
  padding: 10px 20px;
  background-color: #f60;
  color: #fff;
}
.events-page__inner {
  margin-top: -40px;
  background: #fff;
  position: relative;
  margin-bottom: 100px;
  padding: 30px 40px;
}
.events-page__wrap:after,
.events-page__wrap:before {
  content: " ";
  display: table;
}
.events-page__wrap:after {
  clear: both;
}
@media screen and (min-width: 40em) {
  .events-page__inner {
    margin-top: -140px;
  }
  .events-page__image {
    height: 400px;
    padding-top: 30px;
  }
  .events-page__image h2.mainTitle {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 1.5rem;
  }
  .events-page__image h3.subTitle {
    font-size: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .events-page__image {
    height: 640px;
    position: relative;
    padding-top: 100px;
  }
  .events-page__image h2.mainTitle {
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 1.875rem;
  }
  .events-page__image h3.subTitle {
    font-size: 1.5625rem;
  }
  .events-page__image:before {
    content: "";
    background: #fff;
    position: absolute;
    bottom: -175px;
    left: -300px;
    height: 240px;
    width: 3000px;
    transform: rotate(3deg);
  }
  .events-page__content {
    padding: 60px 70px;
  }
  .new_programm .events-page__content {
    padding: 60px 0;
  }
  .events-page__inner {
    margin-top: -240px;
    background: #fff;
    position: relative;
    margin-bottom: 100px;
  }
  .events-page__inner:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    height: 150px;
    bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 75em) {
  .events-page__wrap {
    padding: 0 100px;
  }
}
.print_day {
  display: none;
  position: absolute;
  right: 0;
  margin: -62px 44px 0 0;
  font-size: 14px;
}
@media screen and (min-width: 64em) {
  .print_day {
    display: block;
  }
}
.time-table {
  position: relative;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 20px;
}
@media screen and (min-width: 40em) {
  .time-table {
    margin-left: 0;
    margin-right: 0;
  }
}
.time-table table {
  width: 100%;
}
.time-table th {
  border: 1px solid #c2ccdb;
  padding: 15px;
  color: #fff;
}
.time-table th:first-child {
  border: none;
  height: 58px;
}
.time-table th:last-child {
  position: absolute;
  width: 86%;
}
@media screen and (min-width: 64em) {
  .time-table th:last-child {
    width: auto;
    position: relative;
  }
}
.time-table td {
  border: 1px solid #c2ccdb;
  border-bottom: 0;
  padding: 20px;
}
@media screen and (min-width: 40em) {
  .time-table td {
    border-bottom: 1px solid #c2ccdb;
  }
}
.time-table td.time {
  background-color: #e9eef5;
  width: 52px;
  text-align: center;
  vertical-align: top;
  padding: 10px 0 0 2px;
}
@media screen and (min-width: 40em) {
  .time-table td.time {
    text-align: right;
    width: 90px;
    padding: 10px 22px 0 0;
    height: 300px;
    vertical-align: top;
  }
  .time-table td.time.half {
    height: 150px;
  }
}
.time-table td.time .time-events {
  font-size: 0.9375rem;
}
@media screen and (min-width: 40em) {
  .time-table td.time .time-events {
    font-size: 1.125rem;
  }
}
.time-table tbody tr td {
  height: 301px;
  margin-left: -1px;
  width: 86%;
}
.time-table tbody tr td.half {
  height: 150px;
}
@media screen and (min-width: 64em) {
  .time-table tbody tr td {
    width: auto;
    margin-left: 0;
    height: 98px;
  }
}
.time-table tbody tr td:last-child {
  position: absolute;
}
@media screen and (min-width: 64em) {
  .time-table tbody tr td:last-child {
    position: relative;
  }
}
.room-slider {
  position: absolute;
  top: 0;
  left: 57px;
  width: calc(100% - 60px);
}
@media screen and (min-width: 40em) {
  .room-slider {
    left: 90px;
    width: calc(100% - 90px);
  }
}
@media screen and (min-width: 64em) {
  .room-slider {
    display: flex;
  }
}
.room-slider .room-contain {
  flex: 100%;
  opacity: 0;
}
.room-slider .room-contain:first-child {
  opacity: 1;
}
@media screen and (min-width: 64em) {
  .room-slider .room-contain {
    opacity: 1;
    flex: 50%;
  }
}
.room-slider .room-contain .title {
  color: #004a8f;
  padding: 15px;
  font-size: 0.8125rem;
  height: 56px;
}
@media screen and (min-width: 64em) {
  .room-slider .room-contain .title {
    font-size: 1.125rem;
    padding: 15px 0 15px 30px;
  }
}
.no_event {
  height: 10px;
}
.no_event.half {
  height: 5px;
}
.event {
  padding-left: 27px;
  position: relative;
  margin: 1px -5px 0 2px;
}
@media screen and (min-width: 40em) {
  .event {
    margin: 0;
  }
}
.event:before {
  background-color: #39b1b7;
  display: inline-block;
  height: 100%;
  width: 22px;
  content: "";
  position: absolute;
  left: 0;
}
.event.parallel .parallelSession {
  line-height: 17px;
  cursor: pointer;
  margin-top: 5px;
  background-color: #004a8f;
  color: #fff;
  align-items: center;
  border-right: 5px solid #fff;
  padding: 9px 10px;
  position: relative;
}
.event.parallel .parallelSession strong {
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
}
.event.parallel .parallelSession .fa-chevron-right {
  position: absolute;
  right: 5px;
  top: 36%;
}
@media screen and (min-width: 40em) {
  .event.parallel .parallelSession {
    border-right: 0;
  }
  .event.parallel .parallelSession .fa-chevron-right {
    top: 29%;
  }
}
.event h6 {
  line-height: 22px;
  white-space: nowrap;
  position: absolute;
  right: 100%;
  top: 20px;
  transform-origin: top right 0;
  transform: rotate(-90deg);
  font-size: 0.75rem;
  color: #fff;
}
.event .event-blog {
  background-color: #bae4e6;
  padding: 3px 7px 0;
  width: 99%;
  margin-bottom: 0;
  margin-top: 0.64375rem;
  position: relative;
}
@media screen and (min-width: 40em) {
  .event .event-blog {
    padding: 10px 20px 5px;
    margin-bottom: 0;
    margin-top: 0.59375rem;
    overflow: overlay;
  }
}
.event .event-blog.event-break {
  background-color: #e0f6f7;
}
.event .event-blog.min-5 {
  min-height: 44px;
}
.event .event-blog.min-15 {
  min-height: 142px;
}
.event .event-blog.min-20 {
  min-height: 188px;
}
.event .event-blog.min-25 {
  min-height: 239px;
}
.event .event-blog.min-30 {
  min-height: 287px;
}
.event .event-blog.min-1hour {
  min-height: 190px;
}
.event .event-blog.min-1h30 {
  min-height: 286px;
}
.event .event-blog.min-2hours {
  min-height: 578px;
}
.event .event-blog .event-title {
  display: flex;
}
.event .event-blog .event-title .title {
  height: auto;
}
.event .event-blog .title {
  color: #2c6d70;
  font-size: 0.6875rem;
  padding: 0;
  font-weight: 600;
}
@media screen and (min-width: 40em) {
  .event .event-blog .title {
    font-size: 0.875rem;
  }
}
.event .event-blog .title i {
  color: #39b1b7;
  margin-right: 2px;
}
@media screen and (min-width: 40em) {
  .event .event-blog .title i {
    margin-right: 5px;
  }
}
.event .event-blog .time {
  color: #2c6d70;
  font-size: 0.6875rem;
  font-weight: 600;
  text-align: right;
  margin-left: auto;
  min-width: 106px;
}
@media screen and (min-width: 40em) {
  .event .event-blog .time {
    font-size: 0.875rem;
  }
}
.event .event-blog .time:before {
  content: "\f017";
  font: normal normal normal 14px/1 FontAwesome;
  color: #39b1b7;
  margin-right: 5px;
}
.event .event-blog .person {
  margin-top: 10px;
}
@media screen and (min-width: 64em) {
  .event .event-blog .person {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.event .event-blog .person .p-info {
  display: flex;
  padding: 2px;
  background-color: #eef8f9;
  color: #2c6d70;
  font-size: 0.75rem;
  width: 100%;
  justify-content: initial;
  margin-bottom: 5px;
}
@media screen and (min-width: 64em) {
  .event .event-blog .person .p-info {
    margin-bottom: 0;
  }
}
.event .event-blog .person .p-info img {
  width: 40px;
  height: 40px;
  display: none;
}
@media screen and (min-width: 40em) {
  .event .event-blog .person .p-info img {
    display: block;
  }
}
.event .event-blog .person .p-info .info {
  margin-left: 3px;
}
@media screen and (min-width: 40em) {
  .event .event-blog .person .p-info .info {
    margin-left: 10px;
  }
}
.event .event-blog .person .p-info .name {
  font-size: 0.625rem;
  padding: 0 5px 0 0;
  font-weight: 700;
}
@media screen and (min-width: 40em) {
  .event .event-blog .person .p-info .name {
    font-size: 0.75rem;
    padding: inherit;
  }
}
.event .event-blog .person .p-info .position {
  font-size: 0.625rem;
}
@media screen and (min-width: 40em) {
  .event .event-blog .person .p-info .position {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 64em) {
  .event .event-blog .person.persons-2 .p-info {
    width: 49%;
  }
}
.event .event-blog .subject {
  font-size: 0.875rem;
  margin-top: 10px;
  color: #2c6d70;
  font-weight: 300;
}
@media screen and (min-width: 40em) {
  .event .event-blog .subject {
    font-size: 0.8125rem;
    margin-top: 5px;
  }
}
.event .event-blog .subject span {
  float: left;
  width: 75%;
}
.event .event-blog .subject .description {
  font-size: 0.875rem;
  color: #39b1b7;
}
.event .event-blog .subject .description a {
  color: #2c6d70;
  text-decoration: underline;
}
.event .event-blog .subject .download {
  float: right;
  width: 22%;
  padding: 4px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #f60;
}
.event .event-blog .subject .subspeakers {
  list-style: none;
  padding: 0;
  margin: 0;
}
.event .event-blog .subject .subspeakers li {
  padding: 2px;
  margin: 2px 0;
  background-color: #fafdfd;
  float: left;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .event .event-blog .subject .subspeakers li {
    width: 49.8%;
  }
}
.event .event-blog .subject .subspeakers li:nth-child(2) {
  float: right;
}
.programm__mobile {
  display: block;
  position: relative;
}
.programm__mobile__venue {
  position: absolute;
  width: 100%;
}
.programm__mobile #venue_picker {
  margin: 0;
}
.programm__mobile__title {
  border: 1px solid #c2ccdb;
  color: #004a8f;
  padding: 15px;
  margin: 20px 0 0;
  font-size: 0.8125rem;
}
@media screen and (min-width: 64em) {
  .programm__mobile__title {
    font-size: 1.125rem;
    padding: 20px 0 15px 30px;
  }
}
.programm__mobile__speech {
  margin: 5px 5px 0 0;
  background-color: #bae4e6;
  min-height: 100px;
  padding: 10px;
}
.programm__mobile__speech.borrel,
.programm__mobile__speech.coffeebreak,
.programm__mobile__speech.lunch,
.programm__mobile__speech.receive {
  background-color: #e0f6f7;
}
.programm__mobile__speech .title {
  display: flex;
  color: #2c6d70;
  font-size: 0.6875rem;
  padding: 0;
}
@media screen and (min-width: 40em) {
  .programm__mobile__speech .title {
    font-size: 0.75rem;
  }
}
.programm__mobile__speech .title i {
  color: #39b1b7;
  margin-right: 2px;
}
@media screen and (min-width: 40em) {
  .programm__mobile__speech .title i {
    margin: 3px 7px 0 2px;
  }
}
.programm__mobile__speech .time {
  color: #2c6d70;
  font-size: 0.6875rem;
  text-align: right;
  margin-left: auto;
  min-width: 106px;
}
@media screen and (min-width: 40em) {
  .programm__mobile__speech .time {
    font-size: 0.75rem;
  }
}
.programm__mobile__speech .time:before {
  content: "\f017";
  font: normal normal normal 14px/1 FontAwesome;
  color: #39b1b7;
  margin-right: 5px;
}
.programm__mobile__speech .person {
  margin-top: 10px;
}
@media screen and (min-width: 64em) {
  .programm__mobile__speech .person {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.programm__mobile__speech .person .p-info {
  display: flex;
  padding: 2px;
  background-color: #eef8f9;
  color: #2c6d70;
  font-size: 0.75rem;
  width: 100%;
  justify-content: initial;
  margin-bottom: 5px;
}
@media screen and (min-width: 64em) {
  .programm__mobile__speech .person .p-info {
    margin-bottom: 0;
  }
}
.programm__mobile__speech .person .p-info img {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 40em) {
  .programm__mobile__speech .person .p-info img {
    display: block;
  }
}
.programm__mobile__speech .person .p-info .info {
  margin-left: 3px;
}
@media screen and (min-width: 40em) {
  .programm__mobile__speech .person .p-info .info {
    margin-left: 10px;
  }
}
.programm__mobile__speech .person .p-info .name {
  font-size: 0.625rem;
  padding: 0 5px 0 0;
  font-weight: 700;
}
@media screen and (min-width: 40em) {
  .programm__mobile__speech .person .p-info .name {
    font-size: 0.75rem;
    padding: inherit;
  }
}
.programm__mobile__speech .person .p-info .position {
  font-size: 0.625rem;
}
@media screen and (min-width: 40em) {
  .programm__mobile__speech .person .p-info .position {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 64em) {
  .programm__mobile__speech .person.persons-2 .p-info {
    width: 49%;
  }
}
.programm__mobile__speech .subject {
  font-size: 0.875rem;
  margin-top: 10px;
  color: #2c6d70;
  font-weight: 300;
}
@media screen and (min-width: 40em) {
  .programm__mobile__speech .subject {
    font-size: 0.8125rem;
    margin-top: 5px;
  }
}
.programm__mobile__speech .subject span {
  float: left;
  width: 75%;
}
.programm__mobile__speech .subject .description {
  font-size: 0.875rem;
  color: #39b1b7;
  width: 100%;
}
.programm__mobile__speech .subject .description a {
  color: #2c6d70;
  text-decoration: underline;
}
.programm__mobile__speech .subject .download {
  float: right;
  width: 22%;
  padding: 4px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #f60;
}
.programm__mobile__speech .subject .subspeakers {
  list-style: none;
  padding: 0;
  margin: 0;
}
.programm__mobile__speech .subject .subspeakers li {
  padding: 2px;
  margin: 2px 0;
  background-color: #fafdfd;
  float: left;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .programm__mobile__speech .subject .subspeakers li {
    width: 49.8%;
  }
}
.programm__mobile__speech .subject .subspeakers li:nth-child(2) {
  float: right;
}
@media screen and (min-width: 40.625em) {
  .programm__mobile__speech {
    min-height: 100px;
    margin: 5px 0 0;
  }
}
.programm__day {
  padding-left: 80px;
  display: none;
}
.programm__venuesbox {
  position: absolute;
  right: 0;
  width: 100%;
  height: 70px;
  max-width: 460px;
  margin-top: -69px;
  border: 1px solid #c2ccdb;
}
@media screen and (min-width: 53.5em) {
  .programm__venuesbox {
    max-width: 671px;
  }
}
@media screen and (min-width: 66.25em) {
  .programm__venuesbox {
    max-width: 861px;
  }
}
.programm__venuesbox .title {
  width: 50%;
  float: right;
  border-bottom: 1px solid #c2ccdb;
  color: #004a8f;
  padding: 15px;
  font-size: 0.8125rem;
}
.single .programm__venuesbox .title {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .programm__venuesbox .title {
    font-size: 1.125rem;
    padding: 20px 0 15px 30px;
  }
}
.programm__venuesbox .title:last-child {
  border-right: 1px solid #c2ccdb;
}
.single .programm__venuesbox .title:last-child {
  border-right: 0;
}
.programm__venue {
  position: relative;
  float: left;
  width: 229px;
}
@media screen and (min-width: 53.5em) {
  .programm__venue {
    width: 333px;
  }
}
@media screen and (min-width: 66.25em) {
  .programm__venue {
    width: 430px;
  }
  .single .programm__venue {
    width: 860px;
  }
}
.programm__times {
  position: absolute;
  float: left;
  width: 540px;
  display: none;
  margin-top: 70px;
}
@media screen and (min-width: 40.625em) {
  .programm__times {
    display: inherit;
  }
}
@media screen and (min-width: 53.5em) {
  .programm__times {
    width: 750px;
  }
}
@media screen and (min-width: 66.25em) {
  .programm__times {
    width: 940px;
  }
}
.programm__theme {
  position: absolute;
  width: 100%;
  padding: 5px 0 0;
  margin: 0 0 0 6px;
}
.programm__theme:before {
  background-color: #39b1b7;
  display: inline-block;
  height: 100%;
  width: 22px;
  content: "";
  position: absolute;
  left: 0;
}
.programm__theme h6 {
  line-height: 22px;
  white-space: nowrap;
  position: absolute;
  right: 100%;
  top: 20px;
  transform-origin: top right 0;
  transform: rotate(-90deg);
  font-size: 0.75rem;
  color: #fff;
}
.programm__speech {
  position: absolute;
  overflow: hidden;
  width: 396px;
}
.programm__speech.toespraak {
  margin: 5px 7px 5px 32px;
  background-color: #bae4e6;
  padding: 1px 5px 1px 3px;
  max-width: 193px;
  min-height: 19px;
}
.programm__speech.toespraak.speech.hover .person,
.programm__speech.toespraak.speech.hover .subject {
  display: none;
}
.programm__speech.toespraak.speech.hover:hover {
  cursor: pointer;
  background-color: #8fd3d6;
  overflow: visible;
  height: auto !important;
  z-index: 999999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
}
.programm__speech.toespraak.speech.hover:hover .person,
.programm__speech.toespraak.speech.hover:hover .subject {
  display: block;
}
.programm__speech.toespraak.speech.hover:hover .info .name {
  display: none;
}
.single .programm__speech.toespraak {
  max-width: 423px;
  width: 423px;
}
@media screen and (min-width: 53.5em) {
  .programm__speech.toespraak {
    max-width: 295px;
  }
  .single .programm__speech.toespraak {
    max-width: 633px;
    width: 633px;
  }
}
@media screen and (min-width: 66.25em) {
  .programm__speech.toespraak {
    max-width: 390px;
  }
  .single .programm__speech.toespraak {
    max-width: 823px;
    width: 823px;
  }
}
.programm__speech.borrel,
.programm__speech.coffeebreak,
.programm__speech.lunch,
.programm__speech.receive {
  background-color: #e0f6f7;
}
.programm__speech .title {
  display: flex;
  color: #2c6d70;
  font-size: 0.6875rem;
  padding: 0;
}
@media screen and (min-width: 40em) {
  .programm__speech .title {
    font-size: 0.75rem;
  }
}
.programm__speech .title i {
  color: #39b1b7;
  margin-right: 2px;
}
@media screen and (min-width: 40em) {
  .programm__speech .title i {
    margin: 3px 7px 0 2px;
  }
}
.programm__speech .time {
  color: #2c6d70;
  font-size: 0.6875rem;
  text-align: right;
  margin-left: auto;
  min-width: 106px;
}
@media screen and (min-width: 40em) {
  .programm__speech .time {
    font-size: 0.75rem;
  }
}
.programm__speech .time:before {
  content: "\f017";
  font: normal normal normal 14px/1 FontAwesome;
  color: #39b1b7;
  margin-right: 5px;
}
.programm__speech .person {
  margin-top: 10px;
}
@media screen and (min-width: 64em) {
  .programm__speech .person {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.programm__speech .person .p-info {
  display: flex;
  padding: 2px;
  background-color: #eef8f9;
  color: #2c6d70;
  font-size: 0.75rem;
  width: 100%;
  justify-content: initial;
  margin-bottom: 5px;
}
@media screen and (min-width: 64em) {
  .programm__speech .person .p-info {
    margin-bottom: 0;
  }
}
.programm__speech .person .p-info img {
  width: 40px;
  height: 40px;
  display: none;
}
@media screen and (min-width: 40em) {
  .programm__speech .person .p-info img {
    display: block;
  }
}
.programm__speech .person .p-info .info {
  margin-left: 3px;
}
@media screen and (min-width: 40em) {
  .programm__speech .person .p-info .info {
    margin-left: 10px;
  }
}
.programm__speech .person .p-info .name {
  font-size: 0.625rem;
  padding: 0 5px 0 0;
  font-weight: 700;
}
@media screen and (min-width: 40em) {
  .programm__speech .person .p-info .name {
    font-size: 0.75rem;
    padding: inherit;
  }
}
.programm__speech .person .p-info .position {
  font-size: 0.625rem;
}
@media screen and (min-width: 40em) {
  .programm__speech .person .p-info .position {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 64em) {
  .programm__speech .person.persons-2 .p-info {
    width: 49%;
  }
}
.programm__speech .subject {
  font-size: 0.875rem;
  margin-top: 10px;
  color: #2c6d70;
  font-weight: 300;
}
@media screen and (min-width: 40em) {
  .programm__speech .subject {
    font-size: 0.8125rem;
    margin-top: 5px;
  }
}
.programm__speech .subject span {
  float: left;
  width: 75%;
}
.programm__speech .subject .description {
  font-size: 0.875rem;
  color: #39b1b7;
}
.programm__speech .subject .description a {
  color: #2c6d70;
  text-decoration: underline;
}
.programm__speech .subject .download {
  float: right;
  width: 22%;
  padding: 4px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #f60;
}
.programm__speech .subject .subspeakers {
  list-style: none;
  padding: 0;
  margin: 0;
}
.programm__speech .subject .subspeakers li {
  padding: 2px;
  margin: 2px 0;
  background-color: #fafdfd;
  float: left;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .programm__speech .subject .subspeakers li {
    width: 49.8%;
  }
}
.programm__speech .subject .subspeakers li:nth-child(2) {
  float: right;
}
.programm__timeblock {
  height: 300px;
  border-top: 1px solid #c2ccdb;
  border-left: 1px solid #c2ccdb;
  border-right: 1px solid #c2ccdb;
}
.programm__timeblock .timetext {
  background-color: #e9eef5;
  height: 300px;
  float: left;
  padding: 10px 15px;
  border-right: 1px solid #c2ccdb;
  border-bottom: 1px solid #c2ccdb;
}
body.programma-screen-page {
  background-color: #236aab;
  min-height: 100vh;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #000;
  cursor: default;
}
body.programma-screen-page .header h2 {
  margin: 0 0 10px;
  font-size: 35px;
  font-weight: 500;
  line-height: 43px;
  color: #fff;
  letter-spacing: 0.9px;
}
body.programma-screen-page .header h3 {
  margin: 22px 0 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.4px;
}
body.programma-screen-page .event {
  margin: 0 0 4px;
  padding: 14px 10px 7px;
  border-radius: 11.7px;
  background-color: #fff;
}
body.programma-screen-page .event.empty {
  background-color: #236aab;
}
body.programma-screen-page .event:before {
  display: none;
}
body.programma-screen-page .event__hour {
  display: inline-block;
  float: left;
  font-size: 13.65px;
  font-style: italic;
  line-height: 18px;
}
body.programma-screen-page .event__description {
  padding: 0 0 0 55px;
  font-size: 10.4px;
  font-weight: 300;
  line-height: 16px;
}
body.programma-screen-page .event__description h3 {
  margin: 0 0 7px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.15px;
}
body.programma-screen-page .event__description p {
  margin: 0;
  font-size: 10.4px;
  letter-spacing: 0.08px;
}
body.programma-screen-page .event__split {
  margin-left: -2px;
  margin-right: -2px;
}
body.programma-screen-page .event__split:after {
  content: "";
  display: table;
  clear: both;
}
body.programma-screen-page .event__split-in {
  width: 50%;
  float: left;
  padding-left: 2px;
  padding-right: 2px;
}
body.programma-screen-page .event__split-sh {
  display: flex;
  margin-bottom: 4px;
  margin-left: -2px;
  margin-right: -2px;
}
body.programma-screen-page .event__split-sh-in {
  flex: 1;
  padding-left: 2px;
  padding-right: 2px;
}
body.programma-screen-page .event__split-sh .event {
  height: 100%;
}
body.programma-screen-page .event-break {
  padding: 13px 13px 9px;
  background-color: #fd6401;
  color: #fff;
}
body.programma-screen-page .event-break h3 {
  margin-bottom: 1px;
  font-size: 13.65px;
  font-weight: 500;
  line-height: 20px;
}
body.programma-screen-page .event-break .event__description {
  padding-left: 55px;
}
body.programma-screen-page .event-break.ico-coffe {
  background-image: url(../images/icons/programma/coffe-01.svg);
  background-position: right 27px center;
  background-repeat: no-repeat;
  background-size: 31.22px;
}
body.programma-screen-page .event-break.ico-lunch {
  background-image: url(../images/icons/programma/lunch-01.svg);
  background-position: right 27px center;
  background-repeat: no-repeat;
  background-size: 25.36px;
}
body.programma-screen-page .event-break.ico-registration {
  background-image: url(../images/icons/programma/registration-01.svg);
  background-position: right 27px center;
  background-repeat: no-repeat;
  background-size: 43.9px;
}
body.programma-screen-page .event-break.ico-glass {
  background-image: url(../images/icons/programma/glass-01.svg);
  background-position: right 35px center;
  background-repeat: no-repeat;
  background-size: 16px;
}
body.programma-screen-page .event-header h3 {
  margin: 9px 0 6px;
  font-size: 19.5px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  letter-spacing: 0.6px;
}
body.programma-screen-page .event-header h4 {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
  letter-spacing: 0.35px;
}
body.programma-screen-page .flex-container {
  height: 100vh;
  width: 100vw;
  padding: 30px 15px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
body.programma-screen-page .flex-container li {
  width: 33.333333%;
  padding: 0 15px;
}
body.new_programm .programm_2020 .header {
  border-bottom: 2px solid #004d8f;
  margin-bottom: 20px;
}
body.new_programm .programm_2020 .header__title {
  text-transform: uppercase;
  color: #004d8f;
}
body.new_programm .programm_2020 .header__title h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  body.new_programm .programm_2020 .header__title h3 {
    font-size: 24px;
  }
}
body.new_programm .programm_2020 .header__print {
  padding-bottom: 5px;
}
@media screen and (min-width: 64em) {
  body.new_programm .programm_2020 .header__print {
    text-align: right;
  }
}
body.new_programm .programm_2020 .header__print a {
  color: #004d8f;
  font-size: 14px;
}
body.new_programm .programm_2020 .cal {
  font-size: 15px;
}
body.new_programm .programm_2020 .cal__title {
  color: #004d8f;
  font-size: 16px;
  padding: 3px 0;
  border-bottom: 1px solid #2c6d70;
  margin-bottom: 5px;
}
body.new_programm .programm_2020 .cal .speech {
  margin-bottom: 15px;
  color: #2c6d70;
}
body.new_programm .programm_2020 .cal .speech > .large-10 {
  line-height: 26px;
}
body.new_programm .programm_2020 .cal .speech .person,
body.new_programm .programm_2020 .cal .speech .subject {
  color: #000;
  font-weight: 300;
}
body.new_programm .programm_2020 .cal .speech .person .subspeakers,
body.new_programm .programm_2020 .cal .speech .subject .subspeakers {
  list-style: none;
}
body.new_programm .programm_2020 .cal a {
  color: #004d8f;
  text-decoration: underline;
}
body.new_programm .programm_2020 .cal .subspeakers {
  margin: 0;
}
body.new_programm .programm_2020 .cal .person .info .name {
  color: 2c6d70;
  font-weight: 400;
}
body.new_programm .programm_2020 .cal .mobile_sessions {
  background-color: #e9eef5;
  cursor: pointer;
}
body.new_programm .programm_2020 .cal .mobile_sessions .column.inactive,
body.new_programm .programm_2020 .cal .mobile_sessions .inactive.columns {
  background-color: #fff;
}
@media screen and (min-width: 64em) {
  body.new_programm .programm_2020 .cal .mobile_sessions {
    display: none;
  }
}
body.new_programm .programm_2020 .cal .mobile_sessions .title {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #2c6d70;
  font-size: 16px;
}
body.new_programm .programm_2020 .cal .sessions {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.new_programm .programm_2020 .cal .sessions .session {
  background-color: #e9eef5;
  display: none;
}
body.new_programm .programm_2020 .cal .sessions .session:first-child {
  display: block;
}
@media screen and (min-width: 64em) {
  body.new_programm .programm_2020 .cal .sessions .session {
    display: block !important;
    border-left: 10px solid #fff;
  }
  body.new_programm .programm_2020 .cal .sessions .session:first-child {
    border-right: 10px solid #fff;
    border-left: 0 solid #fff;
  }
}
body.new_programm .programm_2020 .cal .sessions .session .title {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #2c6d70;
  font-size: 16px;
  display: none;
}
@media screen and (min-width: 64em) {
  body.new_programm .programm_2020 .cal .sessions .session .title {
    display: block;
  }
}
body.new_programm .programm_2020 .cal .sessions .session .theme {
  border-bottom: 1px solid #2c6d70;
  font-weight: 400;
  font-size: 16px;
  color: #004d8f;
  padding-bottom: 5px;
  padding-top: 5px;
}
body.new_programm .programm_2020 .cal .sessions .session .speech {
  padding: 10px;
  border-top: 1px solid #fff;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  body.new_programm .programm_2020 .cal .sessions .session .speech {
    padding: 20px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .column,
.no-gutters > .columns,
.no-gutters > [class*="column-"] {
  padding-right: 0;
  padding-left: 0;
}
.clearfix {
  clear: both;
}
.clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  content: "";
  clear: both;
}
.column.column-hero-links {
    width: 50%;
}
.column.column-hero-links .main-hero-links {
    position: absolute;
    bottom: 0px;
}
.column.column-hero-links .extra-hero-link,
.column.column-hero-links .main-hero-link-wrapper .main-banner__button {
  position: relative;
  margin-left: 0;
  left: -1px;
  width: 374px;
}
.column.column-hero-links .main-hero-link-wrapper .main-banner__button {
  left: 70px;
}
.column.column-hero-links .extra-hero-link {
  background: #004d8f;
}
.column.column-hero-links .extra-hero-link:hover {
  background: #004480;
}
.column.column-hero-links .extra-hero-link.main-banner__button:hover::after,
.column.column-hero-links .extra-hero-link.main-banner__button:hover::before {
  border-color: transparent #004480;
}
.column.column-hero-links .extra-hero-link,
.column.column-hero-links .extra-hero-link.main-banner__button:active,
.column.column-hero-links .extra-hero-link.main-banner__button::before {
  border-color: transparent #004d8f;
}
.column.column-hero-links .extra-hero-link.main-banner__button::after{
  border-color: transparent #004d8f;
  top: 1px;
  border-width: 70px 0 0 69px;
  right: -68px;
}
@media screen and (max-width: 64rem) {
  .column.column-hero-links {
    width: 100%;
    margin: auto 0;
  }
  .column.column-hero-links .main-hero-link-wrapper .main-banner__button {
    left: 0;
  }
  .column.column-hero-links .extra-hero-link.main-banner__button,
  .column.column-hero-links.main-banner__button {
    margin-bottom: 20px;
  }
  .column.column-hero-links .extra-hero-link,
  .column.column-hero-links .main-hero-link-wrapper .main-banner__button {
    width: fit-content;
  }
  .column.column-hero-links .main-hero-links {
    width: fit-content;
    margin: auto;
    position: relative;
  }
  .column.column-hero-links .main-hero-link-wrapper {
    float: inline-start;
  }
  .column.column-hero-links .main-extra-hero-link-wrapper {
    float: inline-end;
  }
}
@media screen and (max-width: 35.375em) {
  .column.column-hero-links .main-extra-hero-link-wrapper,
  .column.column-hero-links .main-hero-link-wrapper {
    float: none;
  }
}

ul ul {
    list-style-type: circle;
}

.overview-page .post .post-item__text-align-left {
    text-align: left;
}

.overview-page .post .post-item__text-align-left .vacatures-single__button {
    margin-left: 7%;
}