/* 
 * For print 
 */
/* 
 * For print 
 */
/**
 * Replace string
 */
@font-face {
  font-family: 'Banco';
  src: url("../fonts/banco.eot?#iefix") format("embedded-opentype"), url("../fonts/banco-webfont.woff") format("woff"), url("../fonts/banco-webfont.woff2") format("woff2"), url("../fonts/banco.ttf") format("truetype"), url("../fonts/banco.svg#banco") format("svg");
  font-style: normal;
  font-weight: 400; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: fixed;
  top: 50%;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  color: #fff; }

.no-touch .slick-prev:hover,
.no-touch .slick-next:hover {
  background: #0f1234; }

.slick-prev {
  left: 3%;
  z-index: 2; }
  .slick-prev:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    line-height: 54px;
    display: block;
    content: "\f104";
    font-size: 72px;
    text-align: left;
    margin-left: 15px; }

.slick-next {
  right: 3%;
  z-index: 1; }
  .slick-next:after {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    line-height: 54px;
    display: block;
    content: "\f105";
    text-align: right;
    font-size: 72px;
    margin-right: 15px; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../scripts/vendor/fancyBox/source/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../scripts/vendor/fancyBox/source/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../scripts/vendor/fancyBox/source/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../scripts/vendor/fancyBox/source/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../scripts/vendor/fancyBox/source/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../scripts/vendor/fancyBox/source/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050; }

#fancybox-buttons.top {
  top: 10px; }

#fancybox-buttons.bottom {
  bottom: 10px; }

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); }

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0; }

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("fancybox_buttons.png");
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8; }

#fancybox-buttons a:hover {
  opacity: 1; }

#fancybox-buttons a.btnPrev {
  background-position: 5px 0; }

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e; }

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px; }

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px; }

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px; }

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px; }

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px; }

#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default; }

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050; }

#fancybox-thumbs.bottom {
  bottom: 2px; }

#fancybox-thumbs.top {
  top: 2px; }

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5; }

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff; }

#fancybox-thumbs ul li:hover {
  opacity: 1; }

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none; }

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none; }

@keyframes flash-off {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes flash-on {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-in-slow {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-out-slow {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*
$hamburger-types: (
  3dx,
  3dx-r,
  3dy,
  3dy-r,
  3dxy,
  3dxy-r,
  arrow,
  arrow-r,
  arrowalt,
  arrowalt-r,
  arrowturn,
  arrowturn-r,
  boring,
  collapse,
  collapse-r,
  elastic,
  elastic-r,
  emphatic,
  emphatic-r,
  minus,
  slider,
  slider-r,
  spin,
  spin-r,
  spring,
  spring-r,
  stand,
  stand-r,
  squeeze,
  vortex,
  vortex-r
) !default;
*/
.hamburger {
  padding: 7px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 18px;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 18px;
    height: 2px;
    background-color: #fff;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before,
  .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

/*
@import "hamburgers/3dx";
@import "hamburgers/3dx-r";
@import "hamburgers/3dy";
@import "hamburgers/3dy-r";
@import "hamburgers/3dxy";
@import "hamburgers/3dxy-r";
@import "hamburgers/arrow";
@import "hamburgers/arrow-r";
@import "hamburgers/arrowalt";
@import "hamburgers/arrowalt-r";
@import "hamburgers/arrowturn";
@import "hamburgers/arrowturn-r";
@import "hamburgers/boring";
@import "hamburgers/collapse";
@import "hamburgers/collapse-r";
@import "hamburgers/elastic";
@import "hamburgers/elastic-r";
@import "hamburgers/emphatic";
@import "hamburgers/emphatic-r";
*/
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
@import "hamburgers/slider";
@import "hamburgers/slider-r";
@import "hamburgers/spin";
@import "hamburgers/spin-r";
@import "hamburgers/spring";
@import "hamburgers/spring-r";
@import "hamburgers/stand";
@import "hamburgers/stand-r";
@import "hamburgers/squeeze";
@import "hamburgers/vortex";
@import "hamburgers/vortex-r";
*/
#window-size {
  display: none;
  z-index: 99;
  position: fixed;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  padding: 2px;
  background: black;
  color: white;
  font-size: 0.8rem; }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.scroll {
  overflow: auto; }

.noscroll {
  overflow: hidden; }

.hide {
  display: none;
  visibility: hidden; }

.show {
  display: block;
  visibility: visible; }

.target:after {
  content: "";
  display: block;
  height: 120px;
  /* fixed header height*/
  margin: -120px 0 0;
  /* negative fixed header height */
  visibility: hidden; }

html {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  height: 100%; }

body {
  background: #e2e2e2;
  color: #000;
  line-height: 1.3rem;
  font-weight: normal;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

.site-container {
  /* sets width & horizontal position  */
  position: relative;
  margin: 0 auto 0 auto; }
  @media only screen and (min-width: 320px) {
    .site-container {
      width: 100%; } }
  @media only screen and (min-width: 680px) {
    .site-container {
      width: 660px; } }
  @media only screen and (min-width: 780px) {
    .site-container {
      width: 740px; } }
  @media only screen and (min-width: 1000px) {
    .site-container {
      width: 980px; } }

@media only screen and (min-width: 680px) {
  body > .site-container {
    padding-right: 7px;
    box-sizing: content-box;
    pointer-events: none; }
    body > .site-container * {
      pointer-events: auto; } }

@media only screen and (min-width: 780px) {
  body.home > .site-container {
    border: 1px dotted transparent; } }

.site-content {
  /* sets vertical position */
  padding-top: 260px;
  width: inherit; }

.content-header {
  width: 100%;
  height: 30px;
  border-top: 1px solid transparent; }
  .content-header:after {
    margin-top: 19px;
    width: 100%;
    content: '';
    display: block;
    background: #FFF;
    height: 11px;
    box-shadow: 7px 0 0 #6bc9c7; }

.content-background {
  overflow: auto;
  width: inherit;
  height: auto;
  min-height: 50px;
  background: white;
  padding: 0 10px 20px 10px;
  box-shadow: 7px 0 0 #6bc9c7;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 680px) {
    .content-background > .content {
      width: auto;
      flex: 0 1 auto; } }

.content-nav {
  padding-top: 5px;
  height: 40px;
  width: 100%; }

.content-block {
  padding: 0 10px 0 10px; }
  .content-block .inner {
    overflow: auto; }
    @media only screen and (max-width: 680px) {
      .content-block .inner iframe {
        width: 90vw;
        height: 51vw; } }

.cb4, .cb8, .cb9, .cb12 {
  width: 100%; }

@media only screen and (min-width: 680px) {
  .cb8, .cb9, .cb12 {
    width: 640px; } }

@media only screen and (min-width: 780px) {
  .cb9, .cb12 {
    width: 720px; } }

@media only screen and (min-width: 1000px) {
  .cb12 {
    width: 960px; } }

.aside {
  padding-top: 20px;
  flex: 0 0 auto;
  min-height: 80px; }
  @media only screen and (min-width: 320px) {
    .aside {
      width: 100%; } }
  @media only screen and (min-width: 780px) {
    .aside {
      width: 640px; } }
  @media only screen and (min-width: 1000px) {
    .aside {
      width: 320px; } }

.readmore .hide {
  height: 0; }

.readmore .show {
  height: auto; }

.slick-slider .slick-list,
.slick-slider
.slick-track {
  height: 100%; }

.slider {
  z-index: 0;
  position: fixed;
  width: 102%;
  height: auto;
  left: -1%;
  top: 0px;
  bottom: 0px; }
  .slider .slide {
    height: 100%; }
  .slider .site-container {
    height: 100%; }
    .slider .site-container .caption {
      color: #FFF;
      position: absolute;
      bottom: 160px; }
      .slider .site-container .caption .caption-header {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        margin: 0;
        /*
				.buttons {
					flex: 0 0 auto;
					padding: 5px 10px 0 0;
					
					.fa-plus-circle { display: none; }
					.fa-minus-circle { display: none; }
					.fa-info-circle { display: inline; }

					.fa {
						cursor: pointer;
						margin: 0 10px 0 0;
						font-size: $font-size-large;
						display: inline;
					}
				}
*/ }
        .slider .site-container .caption .caption-header .title, .slider .site-container .caption .caption-header .buttons {
          display: block;
          height: 40px;
          text-shadow: 1px 1px 3px #000; }
        .slider .site-container .caption .caption-header .title {
          flex: 0 1 auto;
          padding: 8px 10px 0 10px;
          font-weight: bolder; }
      .slider .site-container .caption .caption-content {
        background: #0f1234;
        padding: 20px;
        min-height: 160px; }
      .slider .site-container .caption .button.close {
        display: none; }
      @media only screen and (min-width: 500px) {
        .slider .site-container .caption {
          bottom: 174px;
          min-height: 0px;
          width: 340px;
          right: 0px; }
          .slider .site-container .caption .caption-header {
            justify-content: flex-end;
            width: auto; }
            .slider .site-container .caption .caption-header .buttons .fa-info-circle {
              display: none; } }
  .slider.full .site-container .caption {
    bottom: 20px; }
    .slider.full .site-container .caption .caption-header .buttons .fa-plus-circle {
      display: none; }
    .slider.full .site-container .caption .caption-header .buttons .fa-minus-circle {
      display: inline; }
    .slider.full .site-container .caption .caption-content {
      max-height: 800px;
      opacity: 1;
      transition: max-height 0.2s ease-in 0.2s, opacity 0.2s ease-in 0.2s; }
  @media only screen and (min-width: 320px) and (max-width: 500px) {
    .slider.full .site-container .caption {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      background: #0f1234;
      padding: 0;
      overflow: auto; }
      .slider.full .site-container .caption .button.close {
        display: block;
        z-index: 12;
        color: #fff;
        text-shadow: 3px 3px 5px #0f1234;
        position: fixed;
        right: 15px;
        top: 15px;
        font-size: 1.5rem; }
      .slider.full .site-container .caption .caption-header {
        display: none; }
      .slider.full .site-container .caption .caption-content {
        display: block;
        width: 200px;
        margin-left: 60px; }
      .slider.full .site-container .caption .button.close {
        display: block;
        position: fixed;
        left: 280px;
        top: 20px; } }
  .slider.compact .site-container .caption .caption-header .buttons .fa-minus-circle {
    display: none; }
  .slider.compact .site-container .caption .caption-content {
    max-height: 180px;
    display: none;
    opacity: 0;
    transition: max-height 0.2s ease-out 0.2s, opacity 0.1s ease-in 0s; }

.site-background {
  width: 103%;
  height: 320px;
  z-index: -2;
  position: fixed;
  left: 0;
  top: 30px; }
  .site-background--static {
    position: absolute; }

a, a:link a:visited {
  text-decoration: none;
  color: #6bc9c7; }

a:hover {
  color: #54adac; }

p {
  margin-bottom: 1rem; }

h1, h2, h3, h4, h5 {
  line-height: 1.5em;
  margin: 0;
  hyphens: auto; }

h1 {
  font-size: 2rem;
  font-weight: bolder;
  color: #0f1234;
  margin: 0 0 20px 0; }

h2 {
  font-size: 16px;
  margin: 0 0 5px 0;
  font-weight: bolder;
  color: #0f1234; }

h3 {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 60px;
  color: #9d9d9c; }

h5 {
  color: #6bc9c7;
  font-size: 0.875rem; }

b, strong {
  font-weight: bolder; }

.menu-item {
  cursor: pointer;
  color: #0f1234; }

.title-tab {
  position: absolute;
  background: #FFF;
  margin-left: 10px;
  height: 20px;
  min-width: 160px;
  width: auto;
  padding: 10px 30px 0 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 5px 0 0 #6bc9c7; }

.title-text {
  font-family: 'Banco', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 2rem;
  font-size: 1.5rem;
  color: #000; }
  .title-text.medium {
    font-size: 1.3125rem;
    line-height: 1.25rem; }
  .title-text.small {
    line-height: 20px;
    font-size: 17px; }

.fancybox-inner .content .content-block .inner ul,
.single .content .content-block .inner ul,
.pdf__module__intro ul,
.pdf__module__intro ul,
.pdf__module__chapter ul {
  margin: 0 0 20px 40px;
  list-style: none; }
  .fancybox-inner .content .content-block .inner ul li,
  .single .content .content-block .inner ul li,
  .pdf__module__intro ul li,
  .pdf__module__intro ul li,
  .pdf__module__chapter ul li {
    line-height: 1.3rem; }
  .fancybox-inner .content .content-block .inner ul li:before,
  .single .content .content-block .inner ul li:before,
  .pdf__module__intro ul li:before,
  .pdf__module__intro ul li:before,
  .pdf__module__chapter ul li:before {
    content: "\2022";
    font-size: 1.25rem;
    color: #6bc9c7;
    margin: 0 0 0 -30px;
    display: inline-block;
    width: 30px; }
  @media only print {
    .fancybox-inner .content .content-block .inner ul,
    .single .content .content-block .inner ul,
    .pdf__module__intro ul,
    .pdf__module__intro ul,
    .pdf__module__chapter ul {
      page-break-before: avoid; } }

.fancybox-inner .content .content-block .inner ol,
.content-block .inner ol,
.pdf__module__intro ol,
.pdf__module__chapter ol {
  counter-reset: item1;
  margin: 0 0 20px 40px; }
  .fancybox-inner .content .content-block .inner ol li,
  .content-block .inner ol li,
  .pdf__module__intro ol li,
  .pdf__module__chapter ol li {
    list-style: none;
    display: table-row;
    counter-reset: item2; }
  .fancybox-inner .content .content-block .inner ol li:before,
  .content-block .inner ol li:before,
  .pdf__module__intro ol li:before,
  .pdf__module__chapter ol li:before {
    counter-increment: item1;
    content: counter(item1) ". ";
    margin: 0 0 0 -30px;
    display: inline-block;
    width: 30px;
    color: #6bc9c7;
    font-weight: bolder; }
  .fancybox-inner .content .content-block .inner ol li ol li:before,
  .content-block .inner ol li ol li:before,
  .pdf__module__intro ol li ol li:before,
  .pdf__module__chapter ol li ol li:before {
    counter-increment: item2;
    content: counter(item1) "." counter(item2);
    padding-right: 0.5rem; }

blockquote {
  position: relative;
  display: block;
  height: auto;
  max-width: 620px;
  text-align: center;
  padding: 20px 20px 40px 20px;
  color: #6bc9c7;
  font-size: 1.5rem;
  line-height: 2rem; }
  @media only screen and (min-width: 500px) {
    blockquote.left {
      width: 300px;
      float: left;
      text-align: left;
      padding: 20px; } }
  blockquote:before {
    content: "\201C";
    font-size: 1.5rem; }
  blockquote:after {
    content: "\201D";
    font-size: 1.5rem; }

.social {
  color: #6bc9c7;
  cursor: pointer;
  font-size: 0.875rem; }

.a2a_menu a {
  color: #6bc9c7 !important;
  cursor: pointer; }
  .a2a_menu a:hover {
    color: #54adac !important; }

.a2a_menu, .a2a_menu_find_container {
  border-radius: 0 !important;
  border: none !important;
  border-right: 7px solid #6bc9c7 !important;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.25);
  padding: 10px !important; }

.addtoany_list a img,
.addtoany_list a span {
  background-color: #6bc9c7; }

.addtoany_list a:hover img,
.addtoany_list a:hover span {
  opacity: 1 !important;
  background-color: #54adac; }

.a2a_more {
  display: none !important; }

a.addtoany_share img {
  height: 16px !important; }

.twitter-link {
  float: right;
  margin: 0 0 0 30px; }
  .twitter-link i {
    margin: 0px 5px 0 0; }

.image-container {
  display: block;
  height: auto;
  padding-bottom: 20px; }
  .image-container p {
    margin-bottom: 0; }
  .image-container .image {
    width: 100%; }
  .image-container img {
    height: auto; }
  .image-container .caption {
    display: inline-block;
    font-weight: lighter;
    font-size: 9pt;
    font-size: 0.875rem;
    color: #9d9d9c;
    width: auto; }
  .image-container .source:before {
    content: "\00a0 \2014 \00a0"; }
  .image-container .source a:after {
    font-family: FontAwesome;
    margin-left: 7px;
    content: "\f08e";
    font-size: 0.875rem;
    font-style: normal; }
  @media only screen and (min-width: 780px) {
    .image-container.set0 {
      width: 700px; } }
  @media only screen {
    .image-container.set1 {
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      .image-container.set1 .image {
        flex: 1 0 auto;
        margin-right: 10px;
        width: 100%; } }
    @media only screen and (min-width: 500px) {
      .image-container.set1 .image {
        width: 300px; } }
  @media only screen {
      .image-container.set1 .caption {
        flex: 1 0 auto;
        width: 100%;
        margin: 10px 0 0 0; } }
    @media only screen and (min-width: 500px) {
      .image-container.set1 .caption {
        flex: 0 0 auto;
        margin: 10px 0 0 10px;
        width: 140px; } }
    @media only screen and (min-width: 780px) {
      .image-container.set1 .caption {
        width: 300px; } }
  @media only print {
    .image-container.set1 {
      padding-bottom: 2.399mm;
      width: 165.212mm;
      display: table;
      margin: 0 0 4.798mm 0; }
      .image-container.set1 .image {
        float: left;
        width: 70.762mm;
        margin: 0 2.399mm 0 0; }
      .image-container.set1 .caption {
        float: left;
        width: 70.762mm;
        margin: 2.399mm 0 0 2.399mm;
        float: left; } }

.image-set {
  height: auto;
  display: flex;
  flex-wrap: wrap; }
  .image-set .image-container p {
    margin-bottom: 0; }
  @media only screen {
    .image-set .image-container {
      flex: 0 1 auto;
      margin: 0;
      width: 100%; }
      .image-set .image-container .image {
        padding: 62.5% 0 0 0;
        height: auto;
        display: block;
        margin-bottom: 10px; } }
  @media only screen and (min-width: 680px) {
    .image-set .image-container.set2 {
      width: 300px;
      margin-right: 20px; }
      .image-set .image-container.set2:nth-child(2n+0) {
        margin-right: 0; }
      .image-set .image-container.set2 .image {
        width: 300px; } }
  @media only screen and (min-width: 520px) {
    .image-set .image-container.set3 {
      width: 220px;
      margin-right: 20px; }
      .image-set .image-container.set3:nth-child(3n+0) {
        margin-right: 0; }
      .image-set .image-container.set3 .image {
        width: 220px; } }
  @media only print {
    .image-set {
      height: auto;
      display: table;
      width: 165.212mm;
      margin-bottom: 2.399mm; }
      .image-set .image-container {
        page-break-inside: avoid;
        display: block;
        padding-bottom: 2.399mm;
        margin-bottom: 0; }
        .image-set .image-container .image {
          float: left;
          height: 44.22625mm;
          background-size: cover;
          background-position: center center; }
        .image-set .image-container .image,
        .image-set .image-container .caption {
          width: 70.762mm; }
        .image-set .image-container.set1 {
          display: block;
          height: 44.22625mm; }
        .image-set .image-container.set2 {
          float: left;
          width: 70.762mm;
          margin-right: 20px; }
          .image-set .image-container.set2:nth-child(2n+0) {
            margin-right: 0; }
          .image-set .image-container.set2 .image {
            height: 44.22625mm; }
        .image-set .image-container.set3 {
          float: left;
          width: 51.872mm;
          margin-right: 20px; }
          .image-set .image-container.set3:nth-child(3n+0) {
            margin-right: 0; }
          .image-set .image-container.set3 .image,
          .image-set .image-container.set3 .caption {
            width: 51.872mm; }
          .image-set .image-container.set3 .image {
            height: 32.42mm; } }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: auto; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.fancybox-overlay {
  background: rgba(30, 28, 58, 0.6); }

.fancybox-type-ajax
.fancybox-skin {
  background: #fff; }

.site-header {
  z-index: 5;
  background-color: #FFF;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70px; }
  .site-header .main-nav {
    display: none; }
  .site-header.compact {
    top: -70px; }
    .site-header.compact .button.mobile-menu {
      right: 15px;
      top: 75px; }
  .site-header.full {
    top: 0; }
    .site-header.full .button.mobile-menu {
      right: 15px;
      top: 15px;
      background-image: url("../images/button-bars.svg"); }
  @media only screen and (min-width: 500px) {
    .site-header .main-nav {
      display: block; }
    .site-header .button.mobile-menu {
      display: none; }
    .site-header.show {
      top: 0;
      transition: top 0.2s ease-in 0.2s, visibility 0.2s ease-in 0.2s; }
    .site-header.hide {
      display: block;
      visibility: hidden;
      top: -120px;
      transition: top 0.2s linear 0.2s, visibility 0.2s linear 0.2s; } }

.brand {
  z-index: 10;
  position: absolute;
  display: block;
  background-size: contain !important;
  background-image: url("../images/vihm_logo_3l.png");
  background-repeat: no-repeat;
  width: 56px;
  height: 50px;
  margin: 10px 0 0 25px; }
  @media only screen and (min-width: 500px) {
    .brand {
      transition: width 0.3s, height 0.3s, margin 0.3s; } }
  @media only screen and (min-width: 320px) and (max-width: 500px) {
    .brand.compact {
      height: 0px;
      width: 0px; } }
  .brand.full {
    width: 100px;
    height: 89px;
    margin: 25px 0 0 25px; }
    @media only screen and (min-width: 500px) {
      .brand.full {
        transition: width 0.3s, height 0.3s, margin 0.3s; } }

.single-lesmodules .brand.full,
.single-lesprogramma .brand.full {
  width: 56px;
  height: 50px;
  margin: 10px 0 0 25px; }

.fixed-nav-mobile {
  z-index: 7; }

.main-nav {
  z-index: 11; }

.fixed-nav-mobile {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: auto;
  bottom: auto;
  min-height: 1000px;
  background: #0f1234; }
  .fixed-nav-mobile .button.close {
    display: block;
    z-index: 12;
    color: #fff;
    text-shadow: 3px 3px 5px #0f1234;
    position: fixed;
    right: 15px;
    top: 15px;
    font-size: 1.5rem; }
  @media only screen and (min-width: 500px) {
    .fixed-nav-mobile {
      display: none; } }
  .fixed-nav-mobile.hide * {
    opacity: 0; }
  .fixed-nav-mobile.show * {
    opacity: 1;
    transition: opacity 0.2s; }
  .fixed-nav-mobile .fixed-nav-mobile-inner {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .fixed-nav-mobile .fixed-nav-mobile-inner .nav-mobile {
      background: inherit; }
      .fixed-nav-mobile .fixed-nav-mobile-inner .nav-mobile .brand {
        position: static;
        margin: 40px auto 40px auto;
        background-image: url("../images/vihm_logo_white_3l.svg");
        width: 100px;
        height: 89px; }
      .fixed-nav-mobile .fixed-nav-mobile-inner .nav-mobile form.searchform {
        display: block;
        border: 2px solid #6bc9c7;
        width: 280px;
        height: 44px;
        margin: 0 auto 30px auto;
        padding: 0; }
        .fixed-nav-mobile .fixed-nav-mobile-inner .nav-mobile form.searchform .searchfield {
          background: inherit;
          display: block;
          float: left;
          height: 40px;
          width: 276px;
          border: none !important;
          color: #fff;
          padding-left: 10px;
          margin: 0 0 -40px 0; }
        .fixed-nav-mobile .fixed-nav-mobile-inner .nav-mobile form.searchform .button.search {
          padding: 0;
          color: #6bc9c7;
          float: right; }
      .fixed-nav-mobile .fixed-nav-mobile-inner .nav-mobile .main-menu {
        width: 300px;
        margin: 0 auto 0 auto;
        padding: 0 0 30px 0; }
        .fixed-nav-mobile .fixed-nav-mobile-inner .nav-mobile .main-menu ul {
          list-style: none; }
          .fixed-nav-mobile .fixed-nav-mobile-inner .nav-mobile .main-menu ul li {
            font-size: 1.5rem;
            line-height: 3.5rem;
            text-align: center;
            color: #6bc9c7; }
            .fixed-nav-mobile .fixed-nav-mobile-inner .nav-mobile .main-menu ul li.search {
              display: none; }
      .fixed-nav-mobile .fixed-nav-mobile-inner .nav-mobile .sub-nav {
        width: 300px;
        margin: 0 auto 0 auto;
        padding: 0 0 20px 0;
        background: transparent; }
        .fixed-nav-mobile .fixed-nav-mobile-inner .nav-mobile .sub-nav .sub-nav-content ol.column {
          border-top: 2px solid #fff;
          padding-top: 40px;
          margin: 0 auto 0 auto;
          float: none; }
          .fixed-nav-mobile .fixed-nav-mobile-inner .nav-mobile .sub-nav .sub-nav-content ol.column li a.menu-item {
            padding: 7px 0 7px 0; }

.main-nav {
  display: block;
  position: absolute;
  right: 0px;
  padding: 10px 0 0 0; }
  .main-nav .main-menu {
    display: block; }
  .main-nav ul.main-menu {
    margin-top: 14px;
    padding: 0; }
  .main-nav li.menu-item {
    display: inline-block;
    box-sizing: content-box;
    font-weight: bolder;
    letter-spacing: 1px;
    margin: 0 15px; }
    .main-nav li.menu-item a {
      display: inline-block;
      padding: 15px 0 2px 0;
      color: inherit; }
    .main-nav li.menu-item.facebook a i.fa {
      font-size: 1.1rem;
      line-height: 1rem; }

.sub-nav-background {
  z-index: 6; }
  @media only screen and (min-width: 500px) {
    .sub-nav-background {
      display: block;
      position: fixed;
      width: 100%;
      height: 100%; }
      .sub-nav-background.compact {
        left: 0px;
        top: 120px; }
        .sub-nav-background.compact .button.close {
          display: none; }
      .sub-nav-background.full {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background: #0f1234;
        top: 0 !important; }
        .sub-nav-background.full .button.close {
          display: block;
          z-index: 12;
          color: #fff;
          text-shadow: 3px 3px 5px #0f1234;
          position: fixed;
          right: 15px;
          top: 15px;
          font-size: 1.5rem; }
      .sub-nav-background.show .site-container .sub-nav .sub-nav-content {
        transition: opacity 0.5s;
        opacity: 1; }
      .sub-nav-background.hide .site-container .sub-nav .sub-nav-content {
        opacity: 0; } }

.sub-nav {
  padding: 0;
  width: 100%;
  background: #0f1234;
  height: auto;
  overflow: auto;
  padding: 20px 10px 20px 10px; }
  .sub-nav *::selection {
    background: none; }
  .sub-nav .sub-nav-content {
    width: 100%;
    height: 100%;
    min-height: 100px; }
    .sub-nav .sub-nav-content ol.column {
      width: 300px;
      margin: 0 10px 0 10px;
      float: left; }
      .sub-nav .sub-nav-content ol.column li:first-child .toc-level-1 {
        margin-top: 0px !important; }
      .sub-nav .sub-nav-content ol.column li {
        list-style: none; }
        .sub-nav .sub-nav-content ol.column li a.menu-item {
          padding: 2px 0 2px 0;
          color: #fff;
          display: flex; }
          .sub-nav .sub-nav-content ol.column li a.menu-item:hover {
            color: #0f1234;
            background: white; }
          .sub-nav .sub-nav-content ol.column li a.menu-item .ch-number {
            flex-grow: 0;
            margin-right: 5px; }
          .sub-nav .sub-nav-content ol.column li a.menu-item .ch-title {
            flex-grow: 1; }
          .sub-nav .sub-nav-content ol.column li a.menu-item.toc-level-1 {
            font-weight: bolder;
            margin-top: 30px; }

.locationbar {
  z-index: 4;
  position: fixed;
  width: 100%;
  background: #0f1234;
  cursor: auto;
  top: 70px;
  height: 50px; }
  .locationbar .site-container.locationbar-inner {
    padding: 0 20px 0 20px;
    height: inherit;
    display: flex;
    align-items: center; }
    .locationbar .site-container.locationbar-inner .location {
      color: #FFF;
      flex: 0 1 auto; }
    .locationbar .site-container.locationbar-inner button.hamburger {
      position: absolute;
      right: 10px;
      width: 30px;
      height: 30px; }
    .locationbar .site-container.locationbar-inner button.hamburger {
      display: none; }
    .locationbar .site-container.locationbar-inner .title {
      display: none; }
    @media only screen and (min-width: 500px) {
      .locationbar .site-container.locationbar-inner button.hamburger {
        display: block; }
      .locationbar .site-container.locationbar-inner .title {
        display: inline;
        flex: 1 1 auto;
        color: #fff; } }
    .locationbar .site-container.locationbar-inner .title-text {
      margin-right: 10px; }
  .locationbar.full {
    transition: height 0.2s ease-out 0s; }
    .locationbar.full.hide {
      display: block;
      visibility: visible;
      height: 0px; }
      .locationbar.full.hide .site-container {
        opacity: 0; }
  .locationbar.compact {
    top: 0px;
    height: 50px;
    transition: height 0.2s ease-out 0s; }
    .locationbar.compact .locationbar-inner .location {
      max-width: 250px; }
    @media only screen and (min-width: 500px) {
      .locationbar.compact {
        top: 70px;
        height: 30px; }
        .locationbar.compact .locationbar-inner .location {
          max-width: none; } }
    .locationbar.compact.show {
      transition: height 0.3s ease-out; }
      .locationbar.compact.show .site-container {
        height: inherit;
        opacity: 1;
        transition: opacity 0.1s ease-out 0.3s; }

.overlay-background {
  z-index: 8;
  position: fixed;
  width: 100%;
  height: 100%; }
  .overlay-background.show {
    animation: fade-in;
    animation-duration: 0.2s; }
  .overlay-background.hide {
    animation: fade-out;
    animation-duration: 0.2s; }
  .overlay-background .site-container .show * {
    animation: fade-in-slow;
    animation-duration: 0.2s; }
  .overlay-background .site-container .overlay {
    position: absolute;
    background: white;
    padding: 0 0px 10px 0px;
    top: 0px; }
    .overlay-background .site-container .overlay .overlay-header {
      height: 70px;
      width: 100%;
      padding: 15px 10px 10px 20px; }
      .overlay-background .site-container .overlay .overlay-header .button.close {
        color: #0f1234 !important;
        text-shadow: none !important;
        font-size: 16px; }
    .overlay-background .site-container .overlay .overlay-content {
      padding: 0 10px 0 10px;
      display: flex;
      flex-wrap: wrap; }
      .overlay-background .site-container .overlay .overlay-content .menu-item {
        margin: 0 0 20px 0; }
        .overlay-background .site-container .overlay .overlay-content .menu-item .image {
          display: flex;
          align-items: center;
          background: #000;
          margin: 0 0 0 0; }
          .overlay-background .site-container .overlay .overlay-content .menu-item .image img {
            z-index: 1;
            opacity: 0.8; }
          .overlay-background .site-container .overlay .overlay-content .menu-item .image .title {
            z-index: 2;
            display: block;
            flex: 0 1 auto;
            padding: 0 4% 0 4%;
            height: auto;
            width: inherit;
            color: white;
            text-transform: uppercase;
            text-align: center;
            font-size: 1.25rem;
            line-height: 26px;
            word-wrap: break-word; }
        .overlay-background .site-container .overlay .overlay-content .menu-item .excerpt {
          padding: 10px 0 0 0; }
  @media only screen and (min-width: 320px) {
    .overlay-background.compact {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      background: white; }
      .overlay-background.compact .button.close {
        display: block;
        z-index: 12;
        color: #fff;
        text-shadow: 3px 3px 5px #0f1234;
        position: fixed;
        right: 15px;
        top: 15px;
        font-size: 1.5rem; }
      .overlay-background.compact .site-container .overlay {
        width: inherit; }
        .overlay-background.compact .site-container .overlay .overlay-header .button.close {
          font-size: 1.5rem; }
        .overlay-background.compact .site-container .overlay .overlay-content {
          justify-content: center; }
          .overlay-background.compact .site-container .overlay .overlay-content .menu-item {
            flex: 0 0 300px;
            width: 300px; }
            .overlay-background.compact .site-container .overlay .overlay-content .menu-item .image {
              width: 300px;
              height: 163.93443px; } }
  @media only screen and (min-width: 500px) {
    .overlay-background.compact {
      top: 70px;
      background: rgba(30, 28, 58, 0.6); }
      .overlay-background.compact .site-container .overlay {
        top: 45px;
        width: 100%;
        box-shadow: 7px 0 0 #6bc9c7; }
        .overlay-background.compact .site-container .overlay .overlay-header .button.close {
          position: static;
          display: inline;
          margin-top: -10px;
          font-size: 16px; }
        .overlay-background.compact .site-container .overlay .overlay-content {
          justify-content: flex-start; }
          .overlay-background.compact .site-container .overlay .overlay-content .menu-item {
            flex: 0 0 220px;
            height: auto;
            padding: 0 10px 0 10px; }
            .overlay-background.compact .site-container .overlay .overlay-content .menu-item .image {
              width: 220px;
              height: 120.21858px; } }
  .overlay-background.full {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: white; }
    .overlay-background.full .button.close {
      display: block;
      z-index: 12;
      color: #fff;
      text-shadow: 3px 3px 5px #0f1234;
      position: fixed;
      right: 15px;
      top: 15px;
      font-size: 1.5rem; }
    @media only screen and (min-width: 320px) {
      .overlay-background.full .site-container .overlay {
        width: inherit; }
        .overlay-background.full .site-container .overlay .overlay-header .button.close {
          font-size: 1.5rem; }
        .overlay-background.full .site-container .overlay .overlay-header .searchform {
          margin-top: 40px; }
        .overlay-background.full .site-container .overlay .overlay-content {
          justify-content: center; }
          .overlay-background.full .site-container .overlay .overlay-content .menu-item {
            flex: 0 0 300px;
            width: 300px; }
            .overlay-background.full .site-container .overlay .overlay-content .menu-item .image {
              width: 300px;
              height: 163.93443px; } }
    @media only screen and (min-width: 500px) {
      .overlay-background.full .site-container .overlay .overlay-content {
        justify-content: flex-start; }
        .overlay-background.full .site-container .overlay .overlay-content .menu-item {
          flex: 0 0 220px;
          height: auto;
          padding: 0 10px 0 10px; }
          .overlay-background.full .site-container .overlay .overlay-content .menu-item .image {
            width: 220px;
            height: 120.21858px; } }

/*
.nav-menugrid::after {
	// Prevent collapsing parent, menu-items are floating
	// http://stackoverflow.com/questions/211383/what-methods-of-clearfix-can-i-use
    content:"";
    display:block;
    clear:both;
}
*/
.nav-tri {
  display: none; }
  @media only screen and (min-width: 500px) {
    .nav-tri {
      display: block;
      z-index: -1;
      position: absolute;
      top: 24px;
      width: 49px;
      height: 43px;
      padding: 6px; } }

.nav-tri-front, .nav-tri-shadow {
  background: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  transform: rotate(45deg); }

.nav-tri-shadow {
  background: #6bc9c7;
  margin-left: 7px; }

.dot-nav-container {
  z-index: 3;
  top: 86px;
  position: fixed;
  width: inherit; }
  .dot-nav-container.flash__on {
    animation-name: flash-on;
    animation-duration: 0.3s;
    opacity: 1; }
  .dot-nav-container.flash__off {
    animation-name: flash-off;
    animation-duration: 0.3s;
    opacity: 0; }
  @media only screen and (min-width: 500px) {
    .dot-nav-container {
      top: 300px; } }
  @media only screen and (min-width: 780px) {
    .dot-nav-container.flash__on {
      animation-name: none;
      opacity: 1; }
    .dot-nav-container.flash__off {
      animation-name: none;
      opacity: 1; } }

.dot-nav {
  position: absolute;
  display: flex;
  height: auto;
  right: 1%;
  flex-flow: column nowrap; }
  .dot-nav a.dot-button {
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
    height: 32px;
    width: 32px;
    overflow: visible;
    line-height: 1.3rem;
    position: relative; }
    .dot-nav a.dot-button .dot {
      flex: 0 0 auto;
      align-self: center;
      width: 10px;
      height: 10px;
      background: #6bc9c7;
      border-radius: 30px;
      border: 2px solid white;
      color: white;
      font-weight: bolder;
      font-size: 0.875rem;
      text-align: center;
      white-space: nowrap;
      margin: 8px auto 8px auto; }
      .dot-nav a.dot-button .dot .ch-number, .dot-nav a.dot-button .dot .ch-title {
        display: none;
        line-height: 30px; }
      .dot-nav a.dot-button .dot .ch-title {
        width: auto;
        margin: 0 10px 0 10px; }
      .dot-nav a.dot-button .dot .ch-number {
        text-align: center; }
  @media only screen and (min-width: 500px) {
    .dot-nav {
      right: 3%; } }

.dot-nav a.dot-button.active,
.no-touch .dot-nav a.dot-button:hover,
.no-touch .dot-nav a.dot-button.active:hover {
  opacity: 1;
  justify-content: flex-end; }
  .dot-nav a.dot-button.active .dot,
  .no-touch .dot-nav a.dot-button:hover .dot,
  .no-touch .dot-nav a.dot-button.active:hover .dot {
    width: auto;
    min-width: 32px;
    height: 32px;
    margin: 0; }
    .dot-nav a.dot-button.active .dot .ch-number,
    .no-touch .dot-nav a.dot-button:hover .dot .ch-number,
    .no-touch .dot-nav a.dot-button.active:hover .dot .ch-number {
      display: inline-block;
      margin: 0 10px 0 10px;
      width: auto;
      height: auto; }
    .dot-nav a.dot-button.active .dot .ch-title,
    .no-touch .dot-nav a.dot-button:hover .dot .ch-title,
    .no-touch .dot-nav a.dot-button.active:hover .dot .ch-title {
      display: inline-block; }

.no-touch .dot-nav a.dot-button.active {
  justify-content: center; }
  .no-touch .dot-nav a.dot-button.active .dot {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0; }
    .no-touch .dot-nav a.dot-button.active .dot .ch-number {
      display: block;
      margin: initial;
      width: 100%;
      height: 100%; }
    .no-touch .dot-nav a.dot-button.active .dot .ch-title {
      display: none; }

.button {
  text-align: center;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 25px 0 25px;
  width: auto; }
  .button.square {
    padding: 0;
    width: 40px; }
  .button.small {
    height: 30px;
    line-height: 30px;
    text-align: center; }
    .button.small.square {
      width: 30px; }
  .button.color, .cookie-notice-container
.button {
    background: #6bc9c7;
    color: white; }
  .button.white {
    background: white;
    color: #000; }
  .button.close {
    padding: 0;
    color: #000;
    float: right;
    font-size: 16px; }
    .button.close:before {
      font-family: FontAwesome;
      content: "\f00d"; }
  .button.bars {
    position: absolute;
    background-repeat: no-repeat;
    background-image: url("../images/button-bars-white.svg");
    background-size: 50%;
    background-position: 50% 50%; }
  .button.search:before {
    font-family: FontAwesome;
    content: "\f002";
    text-align: center; }
  .button.next, .button.prev {
    position: relative;
    background: #6bc9c7;
    color: #FFF;
    width: 100px;
    box-shadow: 6px 0 0 #0f1234; }
    .button.next:before, .button.prev:before {
      content: '\A';
      position: absolute;
      right: -15px;
      top: 0px;
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 10px solid #0f1234; }
    .button.next:after, .button.prev:after {
      content: '\A';
      position: absolute;
      right: -10px;
      top: 0px;
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 10px solid #6bc9c7; }
  .button.prev {
    position: relative;
    background: #6bc9c7;
    color: #FFF;
    width: 100px;
    box-shadow: -6px 0 0 #0f1234;
    margin-left: 15px; }
    .button.prev:before {
      left: -35px;
      border-left: 20px solid transparent;
      border-right: 10px solid #0f1234; }
    .button.prev:after {
      left: -30px;
      border-left: 20px solid transparent;
      border-right: 10px solid #6bc9c7; }
  .button.more,
  .button.less {
    color: #6bc9c7;
    width: auto;
    padding: 0;
    text-align: left; }
    .button.more:before,
    .button.less:before {
      font-family: FontAwesome;
      margin-right: 5px;
      color: #6bc9c7; }
  .button.more:before {
    content: "\f067"; }
  .button.more:after {
    content: 'Meer'; }
  .button.less:before {
    content: "\f068"; }
  .button.less:after {
    content: 'Minder'; }
  .button.showhide,
  .button.fullcompact,
  .button.submenu,
  .button.menu {
    /* Classes only used in JS */ }

.feature, .aside-news, .links, .videolink, .categories, .article-meta {
  padding-bottom: 0;
  margin: 0 0 30px 0;
  width: inherit; }
  .feature .inner, .aside-news .inner, .links .inner, .videolink .inner, .categories .inner, .article-meta .inner {
    border-bottom: 2px dotted #6bc9c7; }
  .feature .feature-header,
  .aside-news .feature-header,
  .links .feature-header,
  .videolink .feature-header,
  .categories .feature-header,
  .article-meta .feature-header,
  .feature .feature-content,
  .aside-news .feature-content,
  .links .feature-content,
  .videolink .feature-content,
  .categories .feature-content,
  .article-meta .feature-content,
  .feature .feature-footer, .aside-news .feature-footer, .links .feature-footer, .videolink .feature-footer, .categories .feature-footer, .article-meta .feature-footer {
    overflow: auto; }
  .feature .feature-header, .aside-news .feature-header, .links .feature-header, .videolink .feature-header, .categories .feature-header, .article-meta .feature-header {
    height: 40px; }
  .feature .feature-footer, .aside-news .feature-footer, .links .feature-footer, .videolink .feature-footer, .categories .feature-footer, .article-meta .feature-footer {
    min-height: 30px;
    padding-bottom: 20px; }

.intro .inner {
  padding: 30px 0 36px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid black; }

.aside-news .inner .news-item:last-child {
  border-bottom: none; }

.news-item {
  margin: 0 0 20px 0;
  line-height: 1.2rem;
  border-bottom: 1px solid #9d9d9c; }
  .news-item .tw-fullname {
    margin-bottom: 10px;
    font-weight: bolder; }
  .news-item a.tw-name {
    margin-left: 5px;
    font-weight: normal;
    color: #9d9d9c; }
  .news-item .tw-tweet {
    margin: 0 0 10px 0; }
  .news-item
.tw-media {
    margin-bottom: 4px; }
    .news-item
.tw-media-item
img {
      width: 100%;
      height: auto;
      border-radius: 4px; }
  .news-item .tw-meta {
    color: #9d9d9c;
    padding-bottom: 20px; }
    .news-item .tw-meta
a.a2a_dd.addtoany_share_save {
      float: none;
      padding-left: 8px !important;
      vertical-align: baseline; }
  .news-item
.tw-retweet {
    margin-left: 8px; }

.teasers .title-text {
  margin: 12px 0 20px 0; }

.teasers .teaser {
  margin-bottom: 20px;
  color: #000; }
  .teasers .teaser a {
    color: #000; }
    .teasers .teaser a .title {
      font-weight: bolder;
      margin-bottom: 12px; }
    .teasers .teaser a .excerpt {
      margin-bottom: 5px; }
  .teasers .teaser a:hover {
    color: #54adac; }
  .teasers .teaser .meta {
    color: #9d9d9c; }
    .teasers .teaser .meta .entry-date {
      margin-right: 7px; }

.links .link {
  display: flex;
  margin-bottom: 5px; }
  .links .link > a {
    display: inline-block;
    flex: 1 1 auto;
    width: 100%;
    padding: 7px 0; }
  .links .link .a2a_kit {
    flex: 0 0 auto; }
    .links .link .a2a_kit a {
      padding: 7px; }

.videolink .inner {
  border-bottom: none; }
  .videolink .inner .play-video {
    width: inherit;
    display: block;
    height: 188px;
    color: #fff;
    background-position: center center;
    background-size: cover;
    position: relative; }
    .videolink .inner .play-video:before {
      content: '';
      position: absolute;
      display: block;
      width: 300px;
      height: 188px;
      background: rgba(0, 0, 0, 0.3); }
    .videolink .inner .play-video:after {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      font-family: FontAwesome;
      content: "\f144";
      font-size: 60px;
      text-align: center;
      transform: translateX(-50%) translateY(-50%); }
    .videolink .inner .play-video .video-title {
      font-weight: bolder;
      position: absolute;
      top: 130px;
      width: 300px;
      max-height: 58px;
      padding: 0 10px 0 10px;
      overflow: hidden;
      line-height: 1.2rem;
      vertical-align: bottom; }

.categories {
  font-size: 0.875rem; }
  .categories:first-child {
    padding-top: 20px; }
  .categories .feature-header {
    height: 30px; }
    .categories .feature-header .title-text.small {
      font-size: 0.875rem; }
  .categories .inner .feature-content ul {
    margin-left: 0; }
    .categories .inner .feature-content ul li {
      font-weight: bolder;
      margin: 0 0 10px 0; }
    .categories .inner .feature-content ul li:before {
      content: '';
      margin: 0;
      width: 0; }

input {
  height: 30px; }

textarea,
input[type="email"],
input[type="text"] {
  border: 1px solid #6bc9c7;
  padding: 5px;
  color: #9d9d9c; }

input[type="button"], input[type="submit"], input[type="reset"] {
  border: 0;
  background: #6bc9c7;
  color: #FFF;
  width: 160px;
  float: right; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  cursor: pointer;
  pointer-events: none; }

input[type="checkbox"] + label::before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\f10c";
  color: #9d9d9c; }

input[type="checkbox"]:checked + label::before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\f058";
  color: #6bc9c7; }

input[type="checkbox"]:indeterminate + label::before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\f058";
  color: #9d9d9c; }

textarea.cw4 {
  height: 200px; }

.cw3, .cw4 {
  width: 220px;
  display: block;
  height: 30px;
  margin-bottom: 10px; }

.cw4 {
  width: 300px; }

form.searchform {
  width: auto;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  form.searchform input[type=text] {
    width: 140px;
    max-width: 440px;
    flex: 1 0 auto;
    margin: 10px 0px 10px 20px; }
  form.searchform input[type=submit] {
    width: 140px;
    flex: 0 0 auto;
    margin: 10px 20px 10px 20px; }
  .site-background form.searchform {
    margin-top: 104px;
    padding: 16px;
    background: #fff; }
    .site-background form.searchform input[type=text] {
      width: 428px;
      margin-right: 20px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #6bc9c7;
  padding: 0px 34px 0px 8px;
  border-radius: 0;
  line-height: 30px;
  background: #fff;
  height: 30px;
  cursor: pointer;
  color: #6bc9c7;
  vertical-align: top;
  max-width: 100%;
  background-size: 18px 10px;
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 18 10" xmlns="http://www.w3.org/2000/svg"><style type="text/css">.arrow{fill:%236bc9c7;}</style><path class="arrow" d="M9,9C8.8,9,8.5,8.9,8.3,8.8l-7-6c-0.4-0.4-0.5-1-0.1-1.4c0.4-0.4,1-0.5,1.4-0.1L9,6.7l6.3-5.4c0.4-0.4,1.1-0.3,1.4,0.1c0.4,0.4,0.3,1-0.1,1.4l-7,6C9.5,8.9,9.2,9,9,9z"/></svg>'); }
  select:focus {
    border-color: #6bc9c7;
    outline: none; }
  select::-ms-expand {
    display: none; }

.gform_wrapper .validation_error {
  display: none; }

.gform_wrapper .gform_fields .gfield.hidden,
.gform_wrapper .gform_fields .gfield.gform_validation_container {
  display: none; }

.gform_wrapper .gform_fields .gfield label {
  display: block;
  margin-bottom: 6px; }

.gform_wrapper .gform_fields .gfield-nolabel label {
  display: none; }

.gform_wrapper .gform_fields .gfield .validation_message {
  color: #e02126;
  font-size: 0.875rem;
  font-weight: 700; }

.overlay.nav-lescontact .overlay-content .gform_wrapper {
  padding: 0 10px 20px 10px;
  max-width: 320px; }
  .overlay.nav-lescontact .overlay-content .gform_wrapper .gform_body .gform_fields .gfield {
    height: auto; }
    .overlay.nav-lescontact .overlay-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input {
      width: 100%; }
    .overlay.nav-lescontact .overlay-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea {
      height: 250px; }
      .overlay.nav-lescontact .overlay-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea textarea {
        width: 100%;
        height: inherit;
        float: left;
        clear: both; }
    .overlay.nav-lescontact .overlay-content .gform_wrapper .gform_body .gform_fields .gfield .validation_message {
      display: block;
      height: 20px; }

.gform_confirmation_wrapper .gform_confirmation_message {
  padding: 20px 10px 20px 10px; }
  .gform_confirmation_wrapper .gform_confirmation_message p {
    max-width: 620px; }
  .gform_confirmation_wrapper .gform_confirmation_message .button {
    display: inline-block;
    margin-right: 20px; }

.home .site-container .news-footer {
  padding-top: 0; }
  .home .site-container .news-footer .content-background {
    margin-bottom: 0;
    display: block; }
    .home .site-container .news-footer .content-background .content-nav .twitter-link {
      position: absolute; }
    .home .site-container .news-footer .content-background .content {
      flex: none;
      overflow: hidden; }
      .home .site-container .news-footer .content-background .content .news-masonry {
        overflow: hidden; }
        .home .site-container .news-footer .content-background .content .news-masonry .inner {
          min-height: 30px;
          height: auto; }
          .home .site-container .news-footer .content-background .content .news-masonry .inner .news-item {
            width: 300px;
            margin-left: 10px;
            margin-right: 10px;
            line-height: 1.4rem; }
            .home .site-container .news-footer .content-background .content .news-masonry .inner .news-item:nth-child(-n+3) {
              min-height: 131px; }
              .home .site-container .news-footer .content-background .content .news-masonry .inner .news-item:nth-child(-n+3) .tw-fullname {
                margin-bottom: 5px; }
              .home .site-container .news-footer .content-background .content .news-masonry .inner .news-item:nth-child(-n+3) .tw-tweet {
                margin-bottom: 7px; }
            @media only screen and (min-width: 500px) {
              .home .site-container .news-footer .content-background .content .news-masonry .inner .news-item {
                width: 460px; } }
            @media only screen and (min-width: 680px) {
              .home .site-container .news-footer .content-background .content .news-masonry .inner .news-item {
                width: 300px; } }
  .home .site-container .news-footer.full .content-background .content .news-masonry .inner .news-item {
    /* background: pink;  */ }
  .home .site-container .news-footer.compact {
    position: fixed;
    bottom: 0px;
    height: 164px; }
    @media only screen and (min-width: 500px) and (min-height: 600px) {
      .home .site-container .news-footer.compact {
        height: 200px; } }
    .home .site-container .news-footer.compact .content {
      min-height: 0;
      height: 140px; }
      .home .site-container .news-footer.compact .content .news-masonry .inner .news-item {
        display: none; }
      @media only screen and (min-width: 320px) {
        .home .site-container .news-footer.compact .content .news-masonry .inner .news-item:nth-child(-n + 1) {
          display: block; } }
      @media only screen and (min-width: 680px) {
        .home .site-container .news-footer.compact .content .news-masonry .inner .news-item:nth-child(-n + 2) {
          display: block; } }
      @media only screen and (min-width: 1000px) {
        .home .site-container .news-footer.compact .content .news-masonry .inner .news-item:nth-child(-n + 3) {
          display: block; } }
  @media only screen and (min-width: 500px) {
    .home .site-container .news-footer.show {
      transition: padding-top 0.2s ease-in 0.2s; }
    .home .site-container .news-footer.hide {
      display: block;
      visibility: visible;
      padding-top: 200px;
      pointer-events: none;
      transition: padding-top 0.2s ease-in 0.2s; } }

.single-artikelen .article .entry-meta {
  display: none;
  margin: -20px 0 20px 0;
  font-size: 0.875rem; }
  @media only screen and (max-width: 1000px) {
    .single-artikelen .article .entry-meta {
      display: block; } }
  .single-artikelen .article .entry-meta .entry-date {
    margin-right: 7px; }

.single-artikelen .content-background {
  overflow: auto;
  height: auto; }

.single-artikelen .aside {
  width: 160px;
  font-size: 0.875rem;
  padding-top: 10px; }
  .single-artikelen .aside .categories .inner {
    padding-bottom: 20px; }
  .single-artikelen .aside .article-meta {
    display: none; }
    @media only screen and (min-width: 1000px) {
      .single-artikelen .aside .article-meta {
        display: block; } }
    .single-artikelen .aside .article-meta .inner {
      padding-bottom: 30px; }
      .single-artikelen .aside .article-meta .inner .feature-content .entry-meta {
        display: flex; }
        .single-artikelen .aside .article-meta .inner .feature-content .entry-meta .entry-date {
          flex: 1 1 auto;
          width: 100%; }
        .single-artikelen .aside .article-meta .inner .feature-content .entry-meta a2a_kit {
          flex: 0 0 auto; }

.single-lesprogramma-intro .site-background {
  height: 100%; }

.single-lesprogramma-intro .site-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (min-width: 780px) {
    .single-lesprogramma-intro .site-content {
      flex-wrap: nowrap; } }
  @media only screen and (min-width: 320px) {
    .single-lesprogramma-intro .site-content .content-background {
      flex: 0 0 auto;
      width: 100%; } }
  @media only screen and (min-width: 780px) {
    .single-lesprogramma-intro .site-content .content-background {
      flex: 0 1 auto;
      max-width: 460px; } }
  @media only screen and (min-width: 1000px) {
    .single-lesprogramma-intro .site-content .content-background {
      max-width: 660px;
      margin-right: 40px; } }
  .single-lesprogramma-intro .site-content .content-background .content {
    width: 100%; }
    .single-lesprogramma-intro .site-content .content-background .content .content-block.intro .inner {
      border-bottom: none;
      padding-bottom: 0; }
      .single-lesprogramma-intro .site-content .content-background .content .content-block.intro .inner .button {
        margin: 40px auto 0 auto;
        max-width: 240px; }
  .single-lesprogramma-intro .site-content .meta {
    flex: 1 0 240px;
    margin: 40px 20px 0 20px;
    padding-bottom: 40px;
    min-width: 240px;
    height: auto; }
    .single-lesprogramma-intro .site-content .meta p {
      text-align: right;
      color: #fff;
      font-weight: bolder;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); }
    .single-lesprogramma-intro .site-content .meta .button {
      margin-top: 20px;
      float: right; }

.single-lesmodules
.locationbar
,
.single-lesprogramma
.locationbar {
  display: block !important;
  visibility: visible; }

.single-lesmodules .chapter.level-1,
.single-lesmodules .chapter.level-2,
.single-lesprogramma .chapter.level-1,
.single-lesprogramma .chapter.level-2,
.page-template-lesprogramma .chapter.level-1,
.page-template-lesprogramma .chapter.level-2,
.post-type-archive-lesmodules .chapter.level-1,
.post-type-archive-lesmodules .chapter.level-2 {
  padding-top: 140px;
  margin-top: -110px; }

.single-lesmodules .chapter h1,
.single-lesmodules .chapter h2,
.single-lesprogramma .chapter h1,
.single-lesprogramma .chapter h2,
.page-template-lesprogramma .chapter h1,
.page-template-lesprogramma .chapter h2,
.post-type-archive-lesmodules .chapter h1, .post-type-archive-lesmodules .chapter h2 {
  display: flex; }
  .single-lesmodules .chapter h1 .ch-number,
  .single-lesmodules .chapter h1 .ch-title,
  .single-lesmodules .chapter h2 .ch-number,
  .single-lesmodules .chapter h2 .ch-title,
  .single-lesprogramma .chapter h1 .ch-number,
  .single-lesprogramma .chapter h1 .ch-title,
  .single-lesprogramma .chapter h2 .ch-number,
  .single-lesprogramma .chapter h2 .ch-title,
  .page-template-lesprogramma .chapter h1 .ch-number,
  .page-template-lesprogramma .chapter h1 .ch-title,
  .page-template-lesprogramma .chapter h2 .ch-number,
  .page-template-lesprogramma .chapter h2 .ch-title,
  .post-type-archive-lesmodules .chapter h1 .ch-number, .post-type-archive-lesmodules .chapter h1 .ch-title, .post-type-archive-lesmodules .chapter h2 .ch-number, .post-type-archive-lesmodules .chapter h2 .ch-title {
    flex: auto;
    display: block; }
  .single-lesmodules .chapter h1 .ch-number,
  .single-lesmodules .chapter h2 .ch-number,
  .single-lesprogramma .chapter h1 .ch-number,
  .single-lesprogramma .chapter h2 .ch-number,
  .page-template-lesprogramma .chapter h1 .ch-number,
  .page-template-lesprogramma .chapter h2 .ch-number,
  .post-type-archive-lesmodules .chapter h1 .ch-number, .post-type-archive-lesmodules .chapter h2 .ch-number {
    flex-grow: 0;
    margin-right: 5px; }
  .single-lesmodules .chapter h1 .ch-title,
  .single-lesmodules .chapter h2 .ch-title,
  .single-lesprogramma .chapter h1 .ch-title,
  .single-lesprogramma .chapter h2 .ch-title,
  .page-template-lesprogramma .chapter h1 .ch-title,
  .page-template-lesprogramma .chapter h2 .ch-title,
  .post-type-archive-lesmodules .chapter h1 .ch-title, .post-type-archive-lesmodules .chapter h2 .ch-title {
    flex-grow: 1; }

.search-results form.searchform {
  padding: 0 20px 40px 0; }
  .search-results form.searchform input[type=text] {
    margin-left: 0; }
  .search-results form.searchform input[type=submit] {
    margin-right: 0; }
    @media only screen and (max-width: 500px) {
      .search-results form.searchform input[type=submit] {
        width: auto;
        padding-left: 20px;
        padding-right: 20px; } }

.search-results .search-result {
  padding-bottom: 1rem; }
  .search-results .search-result .search-result__title {
    font-size: 1.25rem;
    line-height: 1.3em; }
  .search-results .search-result .search-result__meta {
    color: #9d9d9c;
    font-size: 0.875rem; }
    .search-results .search-result .search-result__meta *:nth-child(1n+2) {
      margin-left: 5px; }
    .search-results .search-result .search-result__meta .search-result__type {
      font-weight: bolder; }
  .search-results .search-result .search-everything-highlight {
    font-style: italic; }

.post-type-archive-lesmodules .modules-list {
  float: left; }
  .post-type-archive-lesmodules .modules-list .inner > ul {
    margin-bottom: 40px; }

.post-type-archive-lesmodules .intro .inner p {
  margin: 0 10px 0 10px;
  text-align: center;
  line-height: 2rem; }
  @media only screen and (min-width: 780px) {
    .post-type-archive-lesmodules .intro .inner p {
      margin: 0 40px 0 40px; } }
  @media only screen and (min-width: 1000px) {
    .post-type-archive-lesmodules .intro .inner p {
      font-size: 1.25rem;
      margin: 0 80px 0 80px; } }

.post-type-archive-lesmodules .intro .inner div.button-container {
  margin: 0 auto;
  padding-top: 40px;
  text-align: center; }
  .post-type-archive-lesmodules .intro .inner div.button-container a.button {
    display: inline-block; }
  .post-type-archive-lesmodules .intro .inner div.button-container a.button.color:hover, .post-type-archive-lesmodules .intro .inner div.button-container .cookie-notice-container
a.button:hover, .cookie-notice-container
.post-type-archive-lesmodules .intro .inner div.button-container a.button:hover {
    background-color: #54adac; }
  .post-type-archive-lesmodules .intro .inner div.button-container a.button.outline {
    outline: 2px solid #6bc9c7;
    outline-offset: -2px; }
    .post-type-archive-lesmodules .intro .inner div.button-container a.button.outline:hover {
      outline-color: #54adac; }

.post-type-archive-lesmodules .banner-button {
  position: fixed;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  min-height: 60px; }
  .post-type-archive-lesmodules .banner-button .inner {
    width: inherit;
    background: #fff;
    height: 60px;
    bottom: 0px;
    padding: 10px 20px 10px 20px; }
    .post-type-archive-lesmodules .banner-button .inner * {
      display: none; }
    .post-type-archive-lesmodules .banner-button .inner .button {
      display: block; }
    .post-type-archive-lesmodules .banner-button .inner h1 {
      hyphens: none; }
    .post-type-archive-lesmodules .banner-button .inner .button {
      margin: 0 auto 0 auto;
      max-width: 320px; }
  @media only screen and (min-width: 680px) {
    .post-type-archive-lesmodules .banner-button {
      margin: 0 10px 0 10px;
      width: 640px; } }
  @media only screen and (min-width: 780px) {
    .post-type-archive-lesmodules .banner-button {
      width: 720px; } }
  @media only screen and (min-width: 1000px) {
    .post-type-archive-lesmodules .banner-button {
      position: absolute;
      right: 8px;
      top: initial;
      left: initial;
      bottom: initial;
      width: 320px; }
      .post-type-archive-lesmodules .banner-button .inner {
        position: fixed;
        top: 140px;
        width: 320px;
        height: auto;
        text-align: center;
        padding: 40px 20px 0 20px;
        bottom: auto; }
        .post-type-archive-lesmodules .banner-button .inner * {
          display: initial; }
        .post-type-archive-lesmodules .banner-button .inner .button {
          margin: 40px 0 40px 0; }
        .post-type-archive-lesmodules .banner-button .inner h1 {
          font-weight: normal; } }

li.modules-item.slide-out,
li.curriculum-composer__modules__item.slide-out {
  min-height: 60px;
  cursor: pointer;
  padding: 0;
  border-bottom: 1px solid #9d9d9c;
  display: block; }
  li.modules-item.slide-out ul,
  li.curriculum-composer__modules__item.slide-out ul {
    overflow: hidden; }
    li.modules-item.slide-out ul li,
    li.curriculum-composer__modules__item.slide-out ul li {
      border-top: 1px solid #9d9d9c;
      background: white; }
  li.modules-item.slide-out.compact ul,
  li.curriculum-composer__modules__item.slide-out.compact ul {
    max-height: 0px;
    transition: max-height 0.2s linear 0s; }
  li.modules-item.slide-out.compact .module-flexbox .chevron:after,
  li.curriculum-composer__modules__item.slide-out.compact .module-flexbox .chevron:after {
    content: "\f078"; }
  li.modules-item.slide-out.full ul,
  li.curriculum-composer__modules__item.slide-out.full ul {
    max-height: 999px;
    transition: max-height 0.2s linear 0s; }
  li.modules-item.slide-out.full .module-flexbox .chevron:after,
  li.curriculum-composer__modules__item.slide-out.full .module-flexbox .chevron:after {
    content: "\f077"; }

.module-flexbox {
  overflow: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 100%; }
  .module-flexbox .module-select {
    flex: 0 0 1;
    height: 60px;
    display: block;
    overflow: hidden;
    padding-top: 20px; }
    .module-flexbox .module-select.module-select-all {
      padding-left: 17px;
      width: 50px; }
    .module-flexbox .module-select.module-select-chapter {
      padding: 20px 0 0 27px;
      width: 60px; }
      .module-flexbox .module-select.module-select-chapter input[type="checkbox"] + label::before {
        color: #6bc9c7; }
  .module-flexbox .module-title,
  .module-flexbox .chapter-title {
    flex: 1 1 0;
    display: block;
    vertical-align: middle;
    overflow: hidden; }
  .module-flexbox .chapter-title {
    min-height: 60px;
    display: flex;
    align-items: center; }
    .module-flexbox .chapter-title__flex {
      flex: 1 1 auto;
      display: block;
      padding: 0 0 0 20px;
      width: 100%; }
    .module-flexbox .chapter-title:hover {
      background: #6bc9c7; }
    .module-flexbox .chapter-title:hover {
      color: white; }
  .module-flexbox .chevron:after {
    flex: 0 0 1;
    text-align: center;
    font-family: FontAwesome;
    width: 40px;
    height: 60px;
    display: block;
    line-height: 60px; }
  .module-flexbox .preview:after {
    margin-right: 12px;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    content: "\f06e";
    color: white; }

.curriculum-composer_wrapper.gform_wrapper {
  position: relative;
  z-index: 0; }
  .curriculum-composer_wrapper.gform_wrapper .gform_heading {
    padding: 50px 0 30px 0; }
    .curriculum-composer_wrapper.gform_wrapper .gform_heading .gform_title {
      text-align: center;
      color: #000;
      font-size: 1.25rem; }
  .curriculum-composer_wrapper.gform_wrapper
.gf_page_steps {
    max-width: 788px;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 6px 0px;
    margin-bottom: 50px; }
    .curriculum-composer_wrapper.gform_wrapper
.gf_page_steps
.gf_step {
      position: relative;
      display: table-cell;
      width: 100%;
      background: #eee;
      padding: 10px 12px 10px 32px;
      text-align: left;
      color: #9d9d9c; }
      .curriculum-composer_wrapper.gform_wrapper
.gf_page_steps
.gf_step:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: -16px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 10px solid #FFF; }
      .curriculum-composer_wrapper.gform_wrapper
.gf_page_steps
.gf_step:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: -10px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 10px solid #eee; }
      .curriculum-composer_wrapper.gform_wrapper
.gf_page_steps
.gf_step.gf_step_pending {
        background: #eee; }
        .curriculum-composer_wrapper.gform_wrapper
.gf_page_steps
.gf_step.gf_step_pending:after {
          border-left-color: #e9e9e9; }
      .curriculum-composer_wrapper.gform_wrapper
.gf_page_steps
.gf_step.gf_step_active {
        background: #ffe500;
        color: #000; }
        .curriculum-composer_wrapper.gform_wrapper
.gf_page_steps
.gf_step.gf_step_active:after {
          border-left-color: #ffe500; }
      .curriculum-composer_wrapper.gform_wrapper
.gf_page_steps
.gf_step:nth-child(1) {
        z-index: 10; }
      .curriculum-composer_wrapper.gform_wrapper
.gf_page_steps
.gf_step:nth-child(2) {
        z-index: 9; }
      .curriculum-composer_wrapper.gform_wrapper
.gf_page_steps
.gf_step:nth-child(3) {
        z-index: 8; }
      .curriculum-composer_wrapper.gform_wrapper
.gf_page_steps
.gf_step:nth-last-child(2):before,
      .curriculum-composer_wrapper.gform_wrapper
.gf_page_steps
.gf_step:nth-last-child(2):after {
        display: none; }
      .curriculum-composer_wrapper.gform_wrapper
.gf_page_steps
.gf_step:first-child {
        padding-left: 12px; }
    .curriculum-composer_wrapper.gform_wrapper
.gf_page_steps
.gf_step_clear {
      display: none; }
  .curriculum-composer_wrapper.gform_wrapper
.gform_page
.gform_page_footer {
    text-align: right;
    margin-top: 36px; }
    .curriculum-composer_wrapper.gform_wrapper
.gform_page
.gform_page_footer
.button {
      width: 132px;
      float: none;
      margin-bottom: 40px; }
    .curriculum-composer_wrapper.gform_wrapper
.gform_page
.gform_page_footer .gform_next_button {
      float: right;
      margin-left: 24px;
      /* for some reason pseudo elements are ignored, work around */
      background: #6bc9c7 url("../images/next_prev_arrow_head.svg") no-repeat;
      background-position: right 0px;
      background-size: 10px 80px; }
    .curriculum-composer_wrapper.gform_wrapper
.gform_page
.gform_page_footer .gform_previous_button {
      /* for some reason pseudo elements are ignored, work around */
      background: #6bc9c7 url("../images/next_prev_arrow_head.svg") no-repeat;
      background-position: left -40px;
      background-size: 10px 80px; }
    .curriculum-composer_wrapper.gform_wrapper
.gform_page
.gform_page_footer
.gform_ajax_spinner {
      float: left; }
  .curriculum-composer_wrapper.gform_wrapper
.gform_fields {
    list-style-type: none;
    margin-left: -20px; }
    .curriculum-composer_wrapper.gform_wrapper
.gform_fields
.gfield {
      margin-left: 20px;
      margin-bottom: 16px; }
      .curriculum-composer_wrapper.gform_wrapper
.gform_fields
.gfield:after,
      .curriculum-composer_wrapper.gform_wrapper
.gform_fields
.gfield:before {
        content: "";
        display: table;
        clear: both; }
      @media only screen and (min-width: 780px) {
        .curriculum-composer_wrapper.gform_wrapper
.gform_fields
.gfield-col-6,
        .curriculum-composer_wrapper.gform_wrapper
.gform_fields
.gfield-col-4,
        .curriculum-composer_wrapper.gform_wrapper
.gform_fields
.gfield-col-2 {
          float: left; }
        .curriculum-composer_wrapper.gform_wrapper
.gform_fields
.gfield-col-6 {
          width: 470px; }
        .curriculum-composer_wrapper.gform_wrapper
.gform_fields
.gfield-col-4 {
          width: 310px; }
        .curriculum-composer_wrapper.gform_wrapper
.gform_fields
.gfield-col-2 {
          width: 150px; } }

.curriculum-composer {
  /**
	 * Page 2
	 */
  /**
	 * Page 3
	 */ }
  .curriculum-composer__modules {
    width: 100%; }
    @media only screen and (min-width: 680px) {
      .curriculum-composer__modules {
        width: 300px;
        float: left; } }
    @media only screen and (min-width: 780px) {
      .curriculum-composer__modules {
        width: 380px; } }
    @media only screen and (min-width: 1000px) {
      .curriculum-composer__modules {
        width: 620px; } }
    .curriculum-composer__modules__item
> ul > li {
      list-style-type: none;
      min-height: 0 !important; }
      .curriculum-composer__modules__item
> ul > li
input {
        float: left;
        height: 18px;
        margin-right: 10px;
        margin-top: 3px; }
      .curriculum-composer__modules__item
> ul > li
a {
        display: block; }
  .curriculum-composer__order {
    float: none;
    width: 100%;
    margin-top: 24px; }
    @media only screen and (min-width: 680px) {
      .curriculum-composer__order {
        width: 300px;
        float: right;
        margin-top: 0; } }
    .curriculum-composer__order__list {
      padding: 12px 0 24px;
      list-style-type: none; }
    .curriculum-composer__order__item {
      margin-top: 12px;
      border: 1px solid #6bc9c7;
      padding: 12px 48px 12px 12px;
      position: relative;
      border-radius: 3px;
      background: #fff;
      cursor: pointer;
      min-height: 142px; }
      .curriculum-composer__order__item.hidden {
        display: block; }
      .curriculum-composer__order__item__title {
        font-weight: bold; }
      .curriculum-composer__order__item__buttons {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 40px;
        height: 100%;
        padding: 1px 0 1px 0;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-around; }
        .curriculum-composer__order__item__buttons__up, .curriculum-composer__order__item__buttons__close, .curriculum-composer__order__item__buttons__down {
          width: 40px;
          height: 40px;
          background: #FFF;
          text-align: center;
          line-height: 30px;
          border-radius: 20px;
          border: 5px solid white;
          font-size: 16px;
          margin-botom: 5px;
          flex: 0 0 40px; }
        .curriculum-composer__order__item__buttons__up {
          margin-bottom: 10px; }
        .curriculum-composer__order__item__buttons__close {
          margin-bottom: 10px; }
      .curriculum-composer__order__item__chapters {
        list-style-type: none; }
        .curriculum-composer__order__item__chapters
> li {
          color: #9d9d9c; }
          .curriculum-composer__order__item__chapters
> li.hidden {
            display: none; }
      .curriculum-composer__order__item.hidden {
        display: none; }
  @media only screen and (min-width: 780px) {
    .curriculum-composer
#gform_page_1_2
.gform_page_fields {
      width: 640px;
      margin: 0 auto; } }
  @media only screen and (min-width: 1000px) {
    .curriculum-composer
#gform_page_1_2
.gform_page_fields {
      margin: 0 0; } }
  .curriculum-composer
#gform_page_1_2 textarea,
  .curriculum-composer
#gform_page_1_2 input[type=text],
  .curriculum-composer
#gform_page_1_2
input[type=email] {
    width: 100%; }
  .curriculum-composer
#gform_page_1_3 {
    position: relative; }
    .curriculum-composer
#gform_page_1_3
.gform_page_fields
.curriculum-composer__generating {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      text-align: center;
      padding: 36px 24px;
      transform: translateY(-50%);
      margin-bottom: 0; }
      .curriculum-composer
#gform_page_1_3
.gform_page_fields
.curriculum-composer__generating__spinner {
        width: 24px;
        height: 24px;
        margin: 0 auto;
        font-size: 10px;
        border-radius: 50%;
        position: relative;
        text-indent: -9999em;
        border-top: 3px solid rgba(107, 201, 199, 0.2);
        border-right: 3px solid rgba(107, 201, 199, 0.2);
        border-bottom: 3px solid rgba(107, 201, 199, 0.2);
        border-left: 3px solid #6bc9c7;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: load8 1.1s infinite linear;
        animation: load8 1.1s infinite linear; }
        .curriculum-composer
#gform_page_1_3
.gform_page_fields
.curriculum-composer__generating__spinner:after {
          border-radius: 50%;
          width: 12px;
          height: 12px; }
    .curriculum-composer
#gform_page_1_3
.gform_page_fields:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #fff;
      opacity: .85; }

.no-touch .curriculum-composer__order__item__buttons__up:hover,
.no-touch .curriculum-composer__order__item__buttons__close:hover,
.no-touch .curriculum-composer__order__item__buttons__down:hover {
  background: #6bc9c7;
  color: #fff; }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@media screen {
  .cover {
    background-image: none !important; } }

.error404 .intro .inner {
  border: none;
  text-align: center; }
  .error404 .intro .inner h1 {
    font-size: 1.5rem;
    line-height: 3rem; }
  .error404 .intro .inner p {
    margin: 0 10px 0 10px;
    line-height: 2rem; }
    @media only screen and (min-width: 780px) {
      .error404 .intro .inner p {
        margin: 0 40px 0 40px; } }
    @media only screen and (min-width: 1000px) {
      .error404 .intro .inner p {
        font-size: 1.25rem;
        margin: 0 80px 0 80px; } }

.error404 .inner .searchform {
  padding-top: 40px;
  padding-bottom: 40px; }

.cookie-notice-container
.button {
  display: inline-block !important; }
