/**
 *  ==========  Style scss file
 *  
 *  Theme Name  : QP theme
 *  Description : QP theme quality practice website
 *  Version     : 1.1
 *
 */
/**
 *  ==========  CSS
 *
 *  Extra small devices (portrait phones, less than 350px)
 *  No media query since this is the default
 */
/* colors */
/* fonts */
/* gradient red */
/**
 *  ==========  CSS
 *
 *  Extra small devices (portrait phones, less than 350px)
 *  No media query since this is the default
 */
*:not(.original-style *) {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

html,
body {
  margin: 0;
  padding: 0;
  color: #000;
  min-height: 100%;
  font-family: var(--text-font-family);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto; }

a img {
  border: none;
  text-decoration: none; }

a img:hover {
  text-decoration: none; }

a:link {
  text-decoration: none;
  color: var(--link-color); }

a:visited {
  text-decoration: none;
  color: var(--link-color); }

a:hover {
  text-decoration: underline;
  color: var(--link-color); }

a:active,
a:focus {
  text-decoration: none;
  color: var(--link-color); }

h1:not(.original-style h1),
h2:not(.original-style h2),
h3:not(.original-style h3),
h4:not(.original-style h4),
h5:not(.original-style h5),
h6:not(.original-style h6),
.title {
  font-family: var(--heading-tags-font-family);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: var(--heading-tags-color); }

h1:not(.original-style h1) {
  font-size: 50px;
  line-height: 43px; 
  color: var(--heading-tags-h1-color);
}

h2:not(.original-style h2) {
  font-size: 40px;
  line-height: 42px; }

h3:not(.original-style h3) {
  font-size: 30px;
  line-height: 32px; }

h4:not(.original-style h4),
h5:not(.original-style h5),
h6:not(.original-style h6) {
  font-size: 26px;
  line-height: 28px; }

button:focus {
  outline: 0; }

/**
 *  ==========  Custom CSS
 */
.bg-primary {
  background-color: var(--primay-color); }

.bg-page {
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center; }

.hide {
  display: none !important; }

.text {
  line-height: 1.5; }

.relative {
  position: relative; }

.clearfloat {
  clear: both;
  height: 0; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.pointer {
  cursor: pointer; }

.light {
  font-weight: 300; }

.normal {
  font-weight: 400; }

.bold {
  font-weight: 700; }

.black {
  font-weight: 900; }

.border-box {
  box-sizing: border-box; }

.border-r {
  border: 1px dotted #ff0000; }

.border-g {
  border: 1px dotted #00ff00; }

.border-b {
  border: 1px dotted #0000ff; }

.line-hor {
  border-top: 1px dotted #ddd;
  height: 1px;
  width: 100%; }

.line-hor-solid {
  border-top: 1px solid #e1e1e1;
  height: 1px;
  width: 100%; }

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

.text-up {
  text-transform: uppercase; }

.text-down {
  text-transform: lowercase; }

.gradient {
  background: #e4223b;
  background: -moz-linear-gradient(left, #e4243b 0%, #ea655a 100%);
  background: -webkit-linear-gradient(left, #e4243b 0%, #ea655a 100%);
  background: linear-gradient(to right, #e4243b 0%, #ea655a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4243b', endColorstr='#ea655a', GradientType=0); }

.bg-purple-light {
  background-color: #bbbbe0; }

.bg-purple-dark {
  background-color: #aaaad5; }

.black-t {
  color: #000; }

.white-t {
  color: #fff; }

.green-t {
  color: #5daa1a; }

.pre-title.grey {
  color: #aaa; }

.color-home {
  background-color: #b5b7bb; }

.color-tandheelkunde {
  background-color: #bbbbe0; }

.color-mondhygiene {
  background-color: #98c9be; }

@media (min-width: 740px) {
  .color-home-dark {
    background-color: #a3a6ac; }
  .color-tandheelkunde-dark {
    background-color: #aaaad5; }
  .color-mondhygiene-dark {
    background-color: #81b7ab; } }

.border-w-b {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3); }

.shadow {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2); }

.filter-shadow {
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.2)); }

.box-shadow {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17), 0 1px 1px rgba(0, 0, 0, 0.27);
  transition: box-shadow 83ms; }

.pointer {
  cursor: pointer; }

.pt-sans {
  font-family: "Lato", "Segoe UI", "Open Sans", "Arial", "sans-serif"; }

.source-sans {
  font-family: "Lato", "Segoe UI", "Open Sans", "Arial", "sans-serif"; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-small {
  margin-top: 10px; }

.margin-top-medium {
  margin-top: 20px; }

.margin-top-big {
  margin-top: 30px; }

.margin-bottom-small {
  margin-bottom: 10px; }

.margin-bottom-medium {
  margin-bottom: 20px; }

.margin-bottom-big {
  margin-bottom: 30px; }

.text-small {
  font-size: 14px; }

.text-medium {
  font-size: 14px; }

.text-big {
  font-size: 14px; }

/**
 *  Small devices (portrait phones, 400px and up)
 */
@media (min-width: 300px) {
  h1:not(.original-style h1),
  h2:not(.original-style h2) {
    font-size: 32px;
    line-height: 34px; }
  h3:not(.original-style h3),
  h4:not(.original-style h4),
  h5:not(.original-style h5),
  h6:not(.original-style h6) {
    font-size: 20px;
    line-height: 22px; }
  .line-hor {
    margin: 20px 0; }
  .text p {
    margin-bottom: 14px; } }

/**
 *  Small devices (portrait phones, 400px and up)
 */
/**
 *  Small devices (landscape phones, 576px and up)
 */
@media (min-width: 576px) {
  h1:not(.original-style h1),
  h2:not(.original-style h2) {
    font-size: 28px;
    line-height: 30px; }
  h3:not(.original-style h3),
  h4:not(.original-style h4),
  h5:not(.original-style h5),
  h6:not(.original-style h6) {
    font-size: 24px;
    line-height: 26px; } }

/**
 *  Medium devices (tablets, 768px and up)
 */
@media (min-width: 768px) {
  .text-small {
    font-size: 14px; }
  .text-medium {
    font-size: 15px; }
  .text-big {
    font-size: 16px; }
  .text p {
    margin-bottom: 14px; } }

/**
 *  Large devices (desktops, 992px and up)
 */
@media (min-width: 992px) {
  h1:not(.original-style h1),
  h2:not(.original-style h2) {
    font-size: 30px;
    line-height: 32px; }
  h3:not(.original-style h3),
  h4:not(.original-style h4),
  h5:not(.original-style h5),
  h6:not(.original-style h6) {
    font-size: 24px;
    line-height: 26px; }
  .margin-top-small {
    margin-top: 20px; }
  .margin-top-medium {
    margin-top: 30px; }
  .margin-top-big {
    margin-top: 40px; }
  .margin-bottom-small {
    margin-bottom: 20px; }
  .margin-bottom-medium {
    margin-bottom: 30px; }
  .margin-bottom-big {
    margin-bottom: 40px; }
  .text-small {
    font-size: 14px; }
  .text-medium {
    font-size: 15px; }
  .text-big {
    font-size: 16px; } }

/**
 *  Extra large devices (large desktops, 1200px and up)
 */
@media (min-width: 1200px) {
  h1:not(.original-style h1) {
    font-size: 48px;
    line-height: 50px; }
  h2:not(.original-style h2) {
    font-size: 48px;
    line-height: 50px; }
  h3:not(.original-style h3) {
    font-size: 36px;
    line-height: 38px; }
  h4:not(.original-style h4),
  h5:not(.original-style h5),
  h6:not(.original-style h6) {
    font-size: 30px;
    line-height: 32px; }
  .text {
    font-size: 17px; }
  .content h1,
  .content h2 {
    font-size: 36px;
    line-height: 38px; }
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    font-size: 28px;
    line-height: 30px; }
  .margin-top-small {
    margin-top: 30px; }
  .margin-top-medium {
    margin-top: 40px; }
  .margin-top-big {
    margin-top: 50px; }
  .margin-bottom-small {
    margin-bottom: 30px; }
  .margin-bottom-medium {
    margin-bottom: 40px; }
  .margin-bottom-big {
    margin-bottom: 50px; }
  .text-small {
    font-size: 14px; }
  .text-medium {
    font-size: 18px; }
  .text-big {
    font-size: 22px; } }

/**
 *  Extra extra large devices (large desktops, 1600px and up)
 */
@media (min-width: 1600px) {
  .bg-home {
    background-position: center 900px; }
  h1:not(.original-style h1) {
    font-size: 64px;
    line-height: 66px; }
  h2:not(.original-style h2) {
    font-size: 64px;
    line-height: 66px; }
  h3:not(.original-style h3) {
    font-size: 40px;
    line-height: 42px; }
  h4:not(.original-style h4),
  h5:not(.original-style h5),
  h6:not(.original-style h6) {
    font-size: 30px;
    line-height: 32px; }
  .text {
    font-size: 18px; }
  .content h1,
  .content h2 {
    font-size: 40px;
    line-height: 42px; }
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    font-size: 30px;
    line-height: 32px; }
  .margin-top-small {
    margin-top: 40px; }
  .margin-top-medium {
    margin-top: 50px; }
  .margin-top-big {
    margin-top: 60px; }
  .margin-bottom-small {
    margin-bottom: 20px; }
  .margin-bottom-medium {
    margin-bottom: 40px; }
  .margin-bottom-big {
    margin-bottom: 60px; } }

/**
 *  ==========  CSS
 *
 *  Extra small devices (portrait phones, less than 350px)
 *  No media query since this is the default
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.container-padding {
  width: 100%;
  padding: 0 10px; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1140px; } }

@media (min-width: 1600px) {
  .container {
    max-width: 1432px; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 350px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 20px;
    padding-left: 20px; } }

@media (min-width: 400px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 25px;
    padding-left: 25px; } }

@media (min-width: 600px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

/*# sourceMappingURL=bootstrap-grid.css.map */
/* https://getbootstrap.com/docs/4.0/getting-started/introduction */
/**
 *  ==========  CSS
 *
 *  Extra small devices (portrait phones, less than 350px)
 *  No media query since this is the default
 */
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  color: #2a484a;
  min-height: 200px;
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 33px 800px; }
  .wrapper .container {
    min-height: 20px; }

#content {
  min-height: 300px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-top: 30px; }
  #content .module-padding {
    padding: 40px 0; }
  #content .content-block {
    margin-bottom: 40px; }

.content-margin-top {
  margin-top: 0 !important; }

.homepage {
  margin-top: 0 !important; }

.togglelist {
  margin-bottom: 20px; }
  .togglelist__title {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    margin-bottom: 0 !important; }
    .togglelist__title.active, .togglelist__title:hover {
      background-color: #555; }
  .togglelist__content {
    padding: 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1; }

/**
 *  Small devices (portrait phones, 300px and up)
 */
@media (min-width: 300px) {
  #content .module-padding {
    padding: 20px 0; } }

/**
 *  Small devices (portrait phones, 400px and up)
 */
/**
 *  Small devices (landscape phones, 576px and up)
 */
/**
 *  Medium devices (tablets, 768px and up)
 */
/**
 *  Large devices (desktops, 992px and up)
 */
@media (min-width: 992px) {
  #content {
    margin-top: 40px; }
  .content-margin-top {
    margin-top: 20px !important; } }

/**
 *  Extra large devices (large desktops, 1200px and up)
 */
@media (min-width: 1200px) {
  #content {
    margin-top: 60px; }
    #content .content-block {
      margin-bottom: 60px; } }

/**
 *  Extra extra large devices (large desktops, 1600px and up)
 */
@media (min-width: 1600px) {
  #content {
    margin-top: 80px; }
    #content .content-block {
      margin-bottom: 80px; } }

/**
 *  ==========  CSS
 *
 *  Extra small devices (portrait phones, less than 350px)
 *  No media query since this is the default
 */
input[type=submit] {
  border: 0;
  border-width: 0; }

.margin-a {
  margin-right: 20px; }

.button-a,
.link-button,
.button-wide {
  font-weight: 700; }

.link-a,
.link-green,
.link-button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  font-size: 15px;
  padding-left: 30px; }

.link-non {
  position: relative;
  display: inline-block;
  line-height: 24px;
  font-size: 15px; }
  .link-non .icon-cer {
    color: #d4af37;
    margin-right: 7px;
    font-size: 20px;
    line-height: 24px; }
  .link-non .icon-grey {
    color: #203846;
    margin-right: 7px;
    font-size: 20px;
    line-height: 24px; }

.link-center {
  display: inline-block; }

.margin-b-a {
  margin-bottom: 15px; }

.link-a::before,
.link-green::before,
.link-button::before {
  font-family: "Font Awesome 7 Pro";
  content: '\f343';
  position: absolute;
  color: var(--primay-color);
  line-height: 22px;
  text-align: center;
  padding: 2px;
  font-size: 12px;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #bbc7c7;
  font-weight: bold; }

.link-green::before {
  content: '\f00c' !important;
  background: #23a915 !important; }

.link-back::before {
  content: '\f060' !important; }

.link-a:link,
.link-a:visited,
.link-a:active,
.link-button {
  color: #2a484a; }

.link-a:hover,
.link-button:hover {
  color: #000;
  text-decoration: none; }

a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.3; }

.link-button {
  border: none;
  background-color: transparent;
  cursor: pointer; }

.button-wide {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  color: #fff !important;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: -moz-linear-gradient(left, #e4243b 0%, #ea655a 100%);
  background: -webkit-linear-gradient(left, #e4243b 0%, #ea655a 100%);
  background: linear-gradient(to right, #e4243b 0%, #ea655a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4243b', endColorstr='#ea655a',GradientType=0); }

.button-wide:hover {
  text-decoration: none; }

.button-wide::before {
  font-family: "Font Awesome 7 Pro";
  content: '\f061';
  color: #fff;
  position: absolute;
  left: 15px;
  top: 0;
  width: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding-right: 10px; }

.button-wide:hover::before {
  padding-left: 2px; }

/**
 *  Small devices (portrait phones, 400px and up)
 */
/**
 *  Small devices (portrait phones, 400px and up)
 */
/**
 *  Small devices (landscape phones, 576px and up)
 */
/**
 *  Medium devices (tablets, 768px and up)
 */
/**
 *  Large devices (desktops, 992px and up)
 */
/**
 *  Desktops, 1200px and up
 */
@media (min-width: 1200px) {
  .link-a,
  .link-button {
    line-height: 28px;
    font-size: 16px;
    padding-left: 34px; }
  .link-non {
    line-height: 28px;
    font-size: 16px; }
  .link-a::before,
  .link-button::before {
    line-height: 26px;
    padding: 2px;
    font-size: 15px;
    width: 28px;
    height: 28px; }
  .buttons-big .link-a,
  .buttons-big .link-button {
    line-height: 32px;
    font-size: 26px;
    padding-left: 50px; }
  .buttons-big .link-a::before,
  .buttons-big .link-button::before {
    line-height: 36px;
    padding: 4px;
    font-size: 18px;
    width: 40px;
    height: 40px; } }

/**
 *  Large desktops, 1400px and up
 */
/**
 *  Large desktops, 1600px and up
 */
@media (min-width: 1600px) {
  .link-a,
  .link-button {
    line-height: 34px;
    font-size: 18px;
    padding-left: 40px; }
  .link-non {
    line-height: 34px;
    font-size: 18px; }
  .margin-b-a {
    margin-bottom: 20px; }
  .link-a::before,
  .link-button:before {
    line-height: 32px;
    padding: 2px;
    font-size: 16px;
    width: 34px;
    height: 34px; } }

/**
 *  ==========  CSS
 *
 *  Extra small devices (portrait phones, less than 350px)
 *  No media query since this is the default
 */
#overlay,
.content-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 900; }

.login,
.content-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 999;
  overflow-y: auto; }
  .login .content-info__header,
  .content-overlay .content-info__header {
    margin-bottom: 20px; }
    .login .content-info__header .close,
    .content-overlay .content-info__header .close {
      font-size: 22px;
      color: #aaa; }
  .login .content-info,
  .content-overlay .content-info {
    position: relative;
    width: 100%;
    max-width: 600px;
    min-height: 200px;
    margin: 0 auto;
    background-color: #fff; }
    .login .content-info #content-html,
    .content-overlay .content-info #content-html {
      padding: 0 20px 20px 20px; }
    .login .content-info p,
    .content-overlay .content-info p {
      margin-top: 20px; }
  .login .close-content-info,
  .content-overlay .close-content-info {
    float: right;
    font-size: 20px;
    padding: 20px; }
  .login .close-content-info:hover,
  .content-overlay .close-content-info:hover {
    opacity: 0.8; }

.login {
  padding: 20% 20px; }

.content-login-message {
  padding-top: 20px; }
  .content-login-message p {
    margin-bottom: 12px; }
  .content-login-message ul {
    margin-bottom: 12px;
    margin-left: 20px; }
    .content-login-message ul li {
      margin-bottom: 12px;
      list-style-type: square; }

#cookie_ok,
#contact-popup,
.inschrijven,
.content-overlay {
  background-color: rgba(0, 0, 0, 0.4); }
  #cookie_ok .cookie-notice,
  #cookie_ok .content-info,
  #contact-popup .cookie-notice,
  #contact-popup .content-info,
  .inschrijven .cookie-notice,
  .inschrijven .content-info,
  .content-overlay .cookie-notice,
  .content-overlay .content-info {
    width: 90%;
    max-width: 450px;
    padding: 30px;
    margin: 0 auto;
    background-color: #f9f9f9; }
  #cookie_ok h3,
  #contact-popup h3,
  .inschrijven h3,
  .content-overlay h3 {
    font-size: 28px;
    margin-bottom: 0; }
  #cookie_ok .buttons,
  #contact-popup .buttons,
  .inschrijven .buttons,
  .content-overlay .buttons {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap; }
    #cookie_ok .buttons a,
    #contact-popup .buttons a,
    .inschrijven .buttons a,
    .content-overlay .buttons a {
      margin-right: 0.5rem;
      border: 1px solid #bbc7c7;
      padding: 0.5rem 0.75rem;
      text-decoration: none;
      display: inline-block; }
      #cookie_ok .buttons a:hover, #cookie_ok .buttons a:first-child,
      #contact-popup .buttons a:hover,
      #contact-popup .buttons a:first-child,
      .inschrijven .buttons a:hover,
      .inschrijven .buttons a:first-child,
      .content-overlay .buttons a:hover,
      .content-overlay .buttons a:first-child {
        background: #bbc7c7;
        color: white; }
      #cookie_ok .buttons a:first-child:hover,
      #contact-popup .buttons a:first-child:hover,
      .inschrijven .buttons a:first-child:hover,
      .content-overlay .buttons a:first-child:hover {
        background-color: transparent;
        color: #bbc7c7; }

/**
 *  Small devices (portrait phones, 350px and up)
 */
/**
 *  Small devices (portrait phones, 400px and up)
 */
/**
 *  Small devices (landscape phones, 576px and up)
 */
@media (min-width: 550px) {
  .login,
  .content-overlay,
  #cookie_ok,
  .inschrijven {
    padding: 20px; } }

/**
 *  Medium devices (tablets, 768px and up)
 */
@media (min-width: 768px) {
  .login,
  .content-overlay {
    padding: 5% 20px; }
    .login .content-info #content-html,
    .content-overlay .content-info #content-html {
      padding: 0 30px 30px 30px; }
  .login,
  #cookie_ok,
  .inschrijven {
    padding: 20% 20px; }
  .content-login-message {
    padding-top: 40px; }
    .content-login-message p {
      margin-bottom: 16px; }
    .content-login-message ul {
      margin-bottom: 16px; }
      .content-login-message ul li {
        margin-bottom: 16px; } }

/**
 *  Large devices (desktops, 992px and up)
 */
@media (min-width: 992px) {
  .login,
  .content-overlay {
    padding: 5% 20px; }
    .login .content-info,
    .content-overlay .content-info {
      max-width: 450px; }
      .login .content-info #content-html,
      .content-overlay .content-info #content-html {
        padding: 40px; }
  .login,
  #cookie_ok,
  .inschrijven {
    padding: 15% 20px; }
  #contact-form-popup .content-info {
    max-width: 600px; } }

/**
 *  Desktops, 1200px and up
 */
/**
 *  Large desktops, 1400px and up
 */
/**
 *  Large desktops, 1600px and up
 */
#cookie_ok {
  padding: 0;
  background-color: unset;
  height: auto;
  top: unset;
  bottom: 14px;
  box-shadow: 0px 0px 4px 0px #000;
  width: 315px;
  right: 14px;
  left: unset; }
  #cookie_ok .cookie-notice {
    width: 100%;
    max-width: 100%;
    padding: 8px 11px 10px; }
    #cookie_ok .cookie-notice .cn-box .cn-body h3 {
      font-size: 22px; }
      #cookie_ok .cookie-notice .cn-box .cn-body h3 strong {
        color: #5e5d5d; }
    #cookie_ok .cookie-notice .cn-box .cn-body p {
      font-size: 13px;
      color: gray; }
    #cookie_ok .cookie-notice .cn-box .buttons {
      margin-top: 8px; }
      #cookie_ok .cookie-notice .cn-box .buttons a {
        padding: 0.35rem 0.75rem; }

.login.overlay-show {
  padding: 0; }
  .login.overlay-show .login-form.shadow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

/**
 *  ==========  CSS
 *
 *  Extra small devices (portrait phones, less than 350px)
 *  No media query since this is the default
 */
.login-form {
  margin: 0 auto;
  background-color: #f9f9f9;
  height: auto;
  min-height: 100px;
  max-width: 400px;
  width: 90%;
  overflow: hidden;
  z-index: 910;
  padding: 20px; }
  .login-form h2 {
    font-size: 24px;
    line-height: 26px; }
  .login-form .close {
    float: right;
    font-size: 20px;
    color: #aaa; }

.alert-box li {
  color: #e4223b; }

.form-element h3 {
  margin-bottom: 10px; }

.form-login {
  margin: 20px 0; }

.form-user-data {
  width: 100%; }

.form-col-1, .form-col-2, .form-col-3, .form-col-5 {
  width: 100%; }

.form-action {
  height: 30px;
  line-height: 26px; }

.form-actions {
  clear: both;
  border-top: 1px dotted #aaa;
  margin-top: 20px;
  padding-top: 20px; }
  .form-actions h2 {
    margin-bottom: 20px; }

.form-field {
  margin-bottom: 30px; }
  .form-field .invalid {
    border: 1px solid #d52b1e;
    color: #d52b1e; }
  .form-field .valid {
    border: 1px solid #5daa1a;
    color: #5daa1a; }
  .form-field .input-error {
    display: none;
    text-align: right;
    padding: 10px 0 0 0;
    color: #d52b1e; }
    .form-field .input-error i {
      margin-left: 5px; }

input:focus,
textarea:focus,
select:focus {
  outline: 0;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2); }

input::placeholder,
textarea::placeholder {
  color: #aaa;
  opacity: 1; }

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=number],
input[type=password],
input[type=phone],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
select,
textarea {
  border: 1px solid #bbb;
  padding: 7px;
  width: 100%;
  font-size: 14px;
  font-family: "Lato", "Segoe UI", "Open Sans", "Arial", "sans-serif"; }

textarea {
  min-height: 200px; }

input[type=checkbox], input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.custom-checkbox {
  background-color: #fff;
  border: 1px solid #000;
  cursor: pointer; }

.custom-checkbox:hover {
  background-color: #f5f5f5; }

.container-checkbox input:checked ~ .custom-checkbox,
.container-checkbox-fw input:checked ~ .custom-checkbox {
  background-color: #10a655;
  border: 1px solid #10a655; }

.checkmark::after {
  content: "";
  position: absolute;
  display: none; }

.container-checkbox input:checked ~ .custom-checkbox::after,
.container-checkbox-fw input:checked ~ .custom-checkbox::after {
  display: block;
  content: ""; }

.container-checkbox .custom-checkbox::after,
.container-checkbox-fw .custom-checkbox::after {
  position: absolute;
  left: 4px;
  top: 1px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.checkbox {
  position: relative; }
  .checkbox .custom-checkbox {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px; }
  .checkbox .info-checkbox {
    margin-left: 30px;
    margin-bottom: 20px; }

.checked {
  margin-right: 5px; }

/** 
 *  Smartphones (landscape)
 */
@media only screen and (max-height: 400px) and (min-width: 560px) and (orientation: landscape) {
  .login-form {
    position: absolute;
    top: 30px;
    transform: translateX(-50%); } }

/**
 *  Small devices (portrait phones, 400px and up)
 */
/**
 *  Small devices (portrait phones, 400px and up)
 */
/**
 *  Small devices (landscape phones, 576px and up)
 */
/**
 *  Medium devices (tablets, 768px and up)
 */
@media (min-width: 768px) {
  .form-col-1 {
    width: 100%;
    padding-right: 20px; }
  .form-col-2 {
    width: 50%;
    float: left;
    padding-right: 20px; }
  .form-col-3 {
    width: 33.33333%;
    float: left;
    padding-right: 20px; }
  .form-col-5 {
    width: 66.66666%;
    float: left;
    padding-right: 20px; }
  .form-user-data .form-action, .form-user-data .form-content {
    padding-right: 20px; } }

/**
 *  Large devices (desktops, 992px and up)
 */
@media (min-width: 992px) {
  .form-col-1 {
    padding-right: 30px; }
  .form-col-2 {
    padding-right: 30px; }
  .form-col-3 {
    padding-right: 30px; }
  .form-col-5 {
    padding-right: 30px; }
  .form-user-data .form-action, .form-user-data .form-content {
    padding-right: 30px; } }

/**
 *  Desktops, 1200px and up
 */
@media (min-width: 1200px) {
  .login-form {
    padding: 30px; }
    .login-form h2 {
      font-size: 28px;
      line-height: 30px; }
    .login-form .close {
      font-size: 22px; }
  input[type=date],
  input[type=datetime-local],
  input[type=datetime],
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=phone],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  select,
  textarea {
    padding: 10px;
    font-size: 16px; } }

/**
 *  Large desktops, 1400px and up
 */
/**
 *  Large desktops, 1600px and up
 */
.owl-carousel .owl-stage {
  display: flex; }

.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto; }

.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  left: 5px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white !important;
  font-size: 100px !important; }
  .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 5px; }

.owl-carousel .owl-dots {
  counter-reset: dots;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .owl-carousel .owl-dots .owl-dot {
    -moz-transition: all 0.3 ease-in-out;
    -webkit-transition: all 0.3 ease-in-out;
    transition: all 1 ease-in-out;
    color: white !important;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center; }

/**
 *  ==========  CSS
 *
 *  Extra small devices (portrait phones, less than 350px)
 *  No media query since this is the default
 */
#header-page {
  position: relative;
  z-index: 101;
  background-color: #fff;
  position: relative; }
  #header-page .header-sub .sub-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 10px; }
  #header-page .main-menu,
  #header-page .main-menu-sec {
    display: none; }
  #header-page #menu-op-m {
    cursor: pointer; }
  #header-page .mobile-menu {
    width: 70px;
    padding: 3px 0; }
    #header-page .mobile-menu li {
      float: left;
      list-style-type: none;
      font-size: 22px;
      line-height: 20px;
      margin-right: 16px; }
      #header-page .mobile-menu li a:link,
      #header-page .mobile-menu li a:visited,
      #header-page .mobile-menu li a:active,
      #header-page .mobile-menu li #search {
        color: #2a484a;
        text-decoration: none; }
      #header-page .mobile-menu li a:hover,
      #header-page .mobile-menu li #search:hover {
        color: #000;
        text-decoration: none; }
    #header-page .mobile-menu .menu-link {
      width: 30px;
      float: right; }
    #header-page .mobile-menu .menu-hamburger {
      width: 30px;
      height: 4px;
      margin-bottom: 4px;
      display: inline-block;
      float: left; }
  #header-page .header-main {
    padding: 7px 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #header-page .header-main .logo {
      display: block;
      height: 35px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #header-page .header-main .logo img {
        height: 100%; }
  #header-page .sub-menu {
    display: none;
    color: #fff;
    position: relative;
    z-index: 3; }
    #header-page .sub-menu a:link,
    #header-page .sub-menu a:visited,
    #header-page .sub-menu a:active {
      color: #fff; }
    #header-page .sub-menu a:hover {
      text-decoration: none;
      opacity: 0.8; }
  #header-page .item-mob {
    color: #fff;
    position: relative;
    z-index: 3; }
  #header-page .first-item {
    padding-right: 20px;
    float: left;
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%); }
  #header-page .header-sub.tandheelkunde {
    background-color: #bbbbe0; }
  #header-page .header-sub.mondhygiene {
    background-color: #7bbfee; }
  #header-page .first-item.tandheelkunde {
    background-color: #aaaad5; }
  #header-page .first-item.mondhygiene {
    background-color: #6dadd9; }
  #header-page .header-sub,
  #header-page .sub-header {
    height: 30px;
    line-height: 28px; }
    #header-page .header-sub .intro,
    #header-page .header-sub .item-mob,
    #header-page .sub-header .intro,
    #header-page .sub-header .item-mob {
      color: #fff;
      font-weight: 500;
      font-family: "Lato", "Segoe UI", "Open Sans", "Arial", "sans-serif";
      line-height: 30px;
      font-size: 14px; }
  #header-page .menu-open {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear; }
  #header-page .mobile-menu-items {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100%;
    padding: 80px 40px 40px 0;
    visibility: hidden;
    opacity: 0;
    max-width: none !important;
    -webkit-transition: visibility 1s, opacity 0.5s linear;
    -o-transition: visibility 1s, opacity 0.5s linear;
    transition: visibility 1s, opacity 0.5s linear;
    overflow-y: auto; }
    #header-page .mobile-menu-items .close-mobile-menu {
      color: #aaa;
      font-size: 30px;
      position: fixed;
      right: 40px;
      top: 40px;
      width: 50px;
      height: 50px;
      border: none;
      outline: none; }
    #header-page .mobile-menu-items .mobile-sub-header {
      display: none;
      margin-left: 30px; }
      #header-page .mobile-menu-items .mobile-sub-header li {
        font-size: 16px;
        font-weight: normal;
        list-style-type: none;
        line-height: 36px; }
    #header-page .mobile-menu-items .mobile-sub-menu {
      margin-left: 18px;
      padding-left: 14px;
      border-left: 1px solid rgba(32, 56, 70, 0.12);
      opacity: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.2s;
      -o-transition: max-height 0.2s;
      transition: max-height 0.2s;
      max-height: 0;
      display: block; }
      #header-page .mobile-menu-items .mobile-sub-menu li.menu-item-sub {
        font-size: 15px;
        line-height: 30px;
        font-weight: normal;
        margin: 0;
        padding: 0; }
    #header-page .mobile-menu-items .menu-item.sub-open .mobile-sub-menu {
      opacity: 1;
      -webkit-transition: max-height 0.2s;
      -o-transition: max-height 0.2s;
      transition: max-height 0.2s;
      max-height: 1000px; }
    #header-page .mobile-menu-items .menu-item.relative {
      padding-right: 34px; }
    #header-page .mobile-menu-items .open-sub-menu {
      position: absolute;
      right: 0;
      top: 10px;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #2a484a;
      text-decoration: none;
      z-index: 2; }
      #header-page .mobile-menu-items .open-sub-menu .fa-chevron-down {
        font-size: 16px;
        color: #2a484a; }
    #header-page .mobile-menu-items .menu-item.sub-open .open-sub-menu .fa-chevron-down {
      transform: rotate(180deg); }
    #header-page .mobile-menu-items .menu-item .fa-chevron-down {
      transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      transition: -webkit-transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    #header-page .mobile-menu-items .menu-item.sub-open .fa-chevron-down {
      transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      transition: -webkit-transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  #header-page .menu {
    font-family: "Lato", "Segoe UI", "Open Sans", "Arial", "sans-serif";
    font-size: 24px;
    font-weight: 700;
    margin-left: 30px;
    padding: 18px 0 0 0; }
    #header-page .menu li.menu-item {
      list-style-type: none;
      padding-right: 30px;
      padding: 10px 0; }
      #header-page .menu li.menu-item:last-child {
        margin-right: 0; }
    #header-page .menu a {
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #header-page .menu a:link,
    #header-page .menu a:visited,
    #header-page .menu a:active,
    #header-page .menu #search {
      color: #2a484a;
      text-decoration: none; }
    #header-page .menu a:hover,
    #header-page .menu #search:hover {
      color: #000;
      text-decoration: none; }
    #header-page .menu a::after {
      display: none;
      content: "\f111";
      font-family: "Font Awesome 7 Pro";
      font-size: 9px;
      background-color: inherit;
      font-weight: bold; }
    #header-page .menu .fa-chevron-down:before,
    #header-page .menu .fa-chevron-up:before {
      color: #ddd;
      font-size: 18px; }
    #header-page .menu span.item {
      margin-right: 5px;
      font-weight: 300; }
    #header-page .menu span.no-icon {
      margin-left: 20px; }
  #header-page .start-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 16%;
    z-index: 1;
    height: 100%; }
  #header-page .start-menu.tandheelkunde {
    background-color: #aaaad5; }
  #header-page .start-menu.mondhygiene {
    background-color: #6dadd9; }

/** 
 *  Smartphones (landscape)
 */
@media only screen and (max-width: 500px) and (orientation: portrait) {
  .sub-header .intro {
    display: none; } }

/**
 *  Small devices (landscape phones, 576px and up)
 */
/**
 *  Medium devices (tablets, 768px and up)
 */
@media (min-width: 768px) {
  #header-page .main-menu,
  #header-page .main-menu-sec {
    display: none; }
    #header-page .main-menu .menu,
    #header-page .main-menu-sec .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 16px;
      margin-left: 15px;
      margin-top: auto;
      padding: 0; }
      #header-page .main-menu .menu li.menu-item,
      #header-page .main-menu-sec .menu li.menu-item {
        margin-right: 15px;
        padding: 10px 0; }
      #header-page .main-menu .menu li.menu-item:last-child,
      #header-page .main-menu-sec .menu li.menu-item:last-child {
        margin-right: 0; }
      #header-page .main-menu .menu a,
      #header-page .main-menu-sec .menu a {
        color: #fff;
        text-decoration: none; }
  #header-page .main-menu .menu li.menu-item {
    font-size: 15px;
    position: relative;
    margin-right: 15px !important; }
    #header-page .main-menu .menu li.menu-item > a {
      color: #2a484a;
      padding: 8px 15px;
      border-radius: 6px; }
    #header-page .main-menu .menu li.menu-item:hover .sub-menu, #header-page .main-menu .menu li.menu-item:focus-within .sub-menu {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    #header-page .main-menu .menu li.menu-item:hover:not(.menu-icon) > a, #header-page .main-menu .menu li.menu-item:focus-within:not(.menu-icon) > a {
      background-color: #2a484a;
      color: #fff; }
  #header-page .main-menu .menu li.menu-icon a {
    color: #2a484a; }
  #header-page .main-menu .menu .sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 5px);
    min-width: 250px;
    margin: 0;
    background: #f8fbfb;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease,
 transform 0.2s ease;
    z-index: 20;
    list-style-type: none; }
    #header-page .main-menu .menu .sub-menu li {
      float: none;
      margin: 0; }
    #header-page .main-menu .menu .sub-menu a {
      display: block;
      padding: 12px 18px;
      color: #2a484a;
      font-size: 18px;
      line-height: 1.25;
      font-weight: 500;
      white-space: nowrap; }
      #header-page .main-menu .menu .sub-menu a:hover, #header-page .main-menu .menu .sub-menu a:focus {
        opacity: 1;
        background: rgba(210, 220, 224, 0.55); }
  #header-page .main-menu-sec {
    position: absolute;
    top: 35px;
    right: 0;
    margin-left: 0; }
    #header-page .main-menu-sec .menu {
      margin-left: 0; }
      #header-page .main-menu-sec .menu li.menu-item {
        margin-right: 0;
        font-size: 18px; }
      #header-page .main-menu-sec .menu .fa-user-circle:before {
        font-size: 24px; }
      #header-page .main-menu-sec .menu .mijn-dd-icon {
        vertical-align: middle;
        margin-top: -4px; }
  #header-page .header-main {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0; }
  #header-page .header-sub,
  #header-page .sub-header {
    height: 40px;
    line-height: 37px; }
    #header-page .header-sub .intro,
    #header-page .sub-header .intro {
      font-weight: 700; }
    #header-page .header-sub .intro,
    #header-page .header-sub .sub-menu,
    #header-page .sub-header .intro,
    #header-page .sub-header .sub-menu {
      line-height: 40px;
      font-size: 13px; }
  #header-page .item-mob {
    display: none; }
  #header-page .sub-menu {
    display: block; }
    #header-page .sub-menu ul li {
      float: left;
      margin-right: 13px; }
    #header-page .sub-menu ul .first-item {
      font-weight: 700;
      padding-right: 30px;
      -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%); }
  #header-page.header--sticky .main-menu .menu a, #header-page.header--sticky .main-menu-sec .menu a {
    color: rgba(0, 0, 0, 0.8); } }

/**
 *  Large devices (desktops, 992px and up)
 */
@media (min-width: 992px) {
  .mobile-menu-items,
  .mobile-menu {
    display: none !important; }
  #header-page .main-menu,
  #header-page .main-menu-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #header-page .main-menu .menu,
    #header-page .main-menu-sec .menu {
      font-size: 18px;
      padding: 0; }
      #header-page .main-menu .menu li.menu-item,
      #header-page .main-menu-sec .menu li.menu-item {
        margin-right: 50px;
        font-size: 18px; }
        #header-page .main-menu .menu li.menu-item a,
        #header-page .main-menu-sec .menu li.menu-item a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: baseline;
          -ms-flex-align: baseline;
          align-items: baseline; }
      #header-page .main-menu .menu li.menu-icon,
      #header-page .main-menu-sec .menu li.menu-icon {
        margin-right: 10px !important; }
        #header-page .main-menu .menu li.menu-icon a,
        #header-page .main-menu-sec .menu li.menu-icon a {
          padding-top: 15px !important; }
        #header-page .main-menu .menu li.menu-icon .my-dd-menu li > a,
        #header-page .main-menu-sec .menu li.menu-icon .my-dd-menu li > a {
          padding: 6px !important; }
  #header-page .main-menu .menu {
    margin-top: 0; }
    #header-page .main-menu .menu .menu-item {
      position: relative; }
      #header-page .main-menu .menu .menu-item::before, #header-page .main-menu .menu .menu-item::after {
        display: none;
        position: absolute;
        content: "\f111";
        font-family: "Font Awesome 7 Pro";
        font-size: 10px;
        background-color: inherit;
        font-weight: bold;
        top: 64%;
        right: 5px;
        color: white;
        opacity: 0;
        z-index: 2;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #header-page .main-menu .menu .menu-item.active::before, #header-page .main-menu .menu .menu-item:hover::before {
        opacity: 0.2;
        font-size: 40px; }
      #header-page .main-menu .menu .menu-item.active::after, #header-page .main-menu .menu .menu-item:hover::after {
        opacity: 0.1;
        font-size: 68px; }
      #header-page .main-menu .menu .menu-item a {
        height: unset;
        line-height: unset;
        padding-top: 10px;
        z-index: 3;
        position: relative; }
  #header-page .main-menu-sec {
    position: absolute;
    top: 10px;
    right: 40px; }
    #header-page .main-menu-sec .menu .fa-user-circle:before {
      font-size: 26px; }
    #header-page .main-menu-sec .menu .mijn-dd-icon {
      margin-top: -4px; }
    #header-page .main-menu-sec .menu .my-dd-menu .user-menu a {
      color: #203846; }
      #header-page .main-menu-sec .menu .my-dd-menu .user-menu a::after {
        display: none; }
    #header-page .main-menu-sec .menu .pointer .mijn-dd {
      display: inline-block;
      position: static;
      width: 200px;
      text-align: right; }
      #header-page .main-menu-sec .menu .pointer .mijn-dd::before, #header-page .main-menu-sec .menu .pointer .mijn-dd::after {
        content: "\f111";
        font-family: "Font Awesome 7 Pro";
        font-size: 10px;
        position: absolute;
        background-color: inherit;
        font-weight: bold;
        opacity: 0.2;
        right: -120%;
        top: -70px;
        font-size: 115px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #header-page .main-menu-sec .menu .pointer .mijn-dd::before {
        opacity: 0.2;
        font-size: 175px;
        right: -78%;
        top: -112px; }
      #header-page .main-menu-sec .menu .pointer .mijn-dd::after {
        right: -52%; }
  #header-page .header-main {
    position: static;
    padding: 20px 0;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #header-page .header-main .logo {
      height: 70px; }
  #header-page .header-sub,
  #header-page .sub-header {
    height: 45px;
    line-height: 45px; }
    #header-page .header-sub .intro,
    #header-page .header-sub .sub-menu,
    #header-page .sub-header .intro,
    #header-page .sub-header .sub-menu {
      line-height: 45px;
      font-size: 16px; }
  #header-page .start-menu {
    width: 14%; }
  #header-page.header--sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #eef2f6; }
    #header-page.header--sticky .header-main {
      padding: 0; }
      #header-page.header--sticky .header-main .logo {
        padding: 10px 10px 10px 0; }
      #header-page.header--sticky .header-main .main-menu .menu {
        margin-top: 0; }
        #header-page.header--sticky .header-main .main-menu .menu .menu-item::before, #header-page.header--sticky .header-main .main-menu .menu .menu-item::after {
          top: 61%;
          right: 3px; }
        #header-page.header--sticky .header-main .main-menu .menu .menu-item.active::before, #header-page.header--sticky .header-main .main-menu .menu .menu-item:hover::before {
          opacity: 0.2;
          font-size: 24px; }
        #header-page.header--sticky .header-main .main-menu .menu .menu-item.active::after, #header-page.header--sticky .header-main .main-menu .menu .menu-item:hover::after {
          opacity: 0.1;
          font-size: 45px; }
        #header-page.header--sticky .header-main .main-menu .menu .menu-item a {
          padding-top: 10px; }
          #header-page.header--sticky .header-main .main-menu .menu .menu-item a::after {
            font-size: 6px; }
      #header-page.header--sticky .header-main .main-menu-sec .menu .pointer .mijn-dd {
        display: inline-block;
        position: static; }
        #header-page.header--sticky .header-main .main-menu-sec .menu .pointer .mijn-dd::after {
          font-size: 60px;
          right: -26%;
          top: -19px; }
        #header-page.header--sticky .header-main .main-menu-sec .menu .pointer .mijn-dd::before {
          font-size: 32px;
          right: -13%;
          top: 2px; }
  body:not(.home):not(.news.has-banner) {
    padding-top: 70px; }
    body:not(.home):not(.news.has-banner) #header-page {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      background-color: #f3f5f5; }
      body:not(.home):not(.news.has-banner) #header-page .header-main {
        padding: 0; }
        body:not(.home):not(.news.has-banner) #header-page .header-main .logo {
          padding: 10px 10px 10px 0; }
        body:not(.home):not(.news.has-banner) #header-page .header-main .main-menu .menu {
          margin-top: 0; }
          body:not(.home):not(.news.has-banner) #header-page .header-main .main-menu .menu .menu-item::before, body:not(.home):not(.news.has-banner) #header-page .header-main .main-menu .menu .menu-item::after {
            top: 61%;
            right: 3px; }
          body:not(.home):not(.news.has-banner) #header-page .header-main .main-menu .menu .menu-item.active::before, body:not(.home):not(.news.has-banner) #header-page .header-main .main-menu .menu .menu-item:hover::before {
            opacity: 0.2;
            font-size: 24px; }
          body:not(.home):not(.news.has-banner) #header-page .header-main .main-menu .menu .menu-item.active::after, body:not(.home):not(.news.has-banner) #header-page .header-main .main-menu .menu .menu-item:hover::after {
            opacity: 0.1;
            font-size: 45px; }
        body:not(.home):not(.news.has-banner) #header-page .header-main .main-menu-sec .menu .pointer .mijn-dd {
          display: inline-block;
          position: static; }
          body:not(.home):not(.news.has-banner) #header-page .header-main .main-menu-sec .menu .pointer .mijn-dd::after {
            font-size: 60px;
            right: -61%;
            top: -19px; }
          body:not(.home):not(.news.has-banner) #header-page .header-main .main-menu-sec .menu .pointer .mijn-dd::before {
            font-size: 32px;
            right: -30%;
            top: 2px; } }

/**
 *  Extra large devices (large desktops, 1200px and up)
 */
@media (min-width: 1200px) {
  #header-page .main-menu .menu,
  #header-page .main-menu-sec .menu {
    padding: 0; }
    #header-page .main-menu .menu li.menu-item,
    #header-page .main-menu-sec .menu li.menu-item {
      margin-right: 30px; }
  #header-page .main-menu .menu {
    margin-left: 56px; }
  #header-page .main-menu-sec .menu .fa-user-circle:before {
    font-size: 28px; }
  #header-page .main-menu-sec .menu .mijn-dd-icon {
    margin-top: -4px; }
  #header-page .main-menu-sec .menu .pointer .mijn-dd::before {
    font-size: 174px;
    right: -82%; }
  #header-page .main-menu-sec .menu .pointer .mijn-dd::after {
    right: -56%;
    font-size: 120px; }
  #header-page .header-main .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #header-page .header-sub,
  #header-page .sub-header {
    height: 50px;
    line-height: 47px; }
    #header-page .header-sub .intro,
    #header-page .header-sub .sub-menu,
    #header-page .sub-header .intro,
    #header-page .sub-header .sub-menu {
      line-height: 50px; }
  #header-page .start-menu {
    width: 14%; } }

/**
 *  Extra extra large devices (large desktops, 1600px and up)
 */
@media (min-width: 1600px) {
  #header-page .header-sub .intro,
  #header-page .header-sub .sub-menu,
  #header-page .sub-header .intro,
  #header-page .sub-header .sub-menu {
    font-size: 18px;
    line-height: 57px; }
  #header-page .main-menu .menu {
    margin-left: 30px; }
  #header-page .start-menu {
    width: 13%; }
  #header-page .header-main {
    padding: 20px 0; } }

/**
 *  ==========  Framework CSS
 *
 *  Extra small devices (portrait phones, less than 576px)
 *  No media query since this is the default in Bootstrap
 */
.bg-white {
  background-color: #fff; }

#header-top {
  padding: 30px 10px 10px 10px; }
  #header-top .header-img,
  #header-top .header-img2 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat; }
  #header-top .header-img {
    background-image: url("../images/bg_header2_r.jpg"); }
  #header-top .header-img2 {
    background-image: url("../images/bg_header2_r.jpg"); }
  #header-top .header-register {
    position: relative;
    margin-bottom: 40px;
    height: 720px; }
    #header-top .header-register .title-top {
      position: absolute;
      left: 10px;
      top: 0;
      width: 100%;
      max-width: 300px;
      min-height: 40px;
      font-size: 32px;
      line-height: 1.2;
      z-index: 20; }
    #header-top .header-register .header-l {
      position: absolute;
      top: 55px;
      left: 0;
      width: 95%;
      height: 400px;
      background-color: #5fc4df;
      z-index: 19;
      padding: 80px 30px 30px 10px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%); }
      #header-top .header-register .header-l .bg-register-artwork {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 380px;
        background-image: url("../images/bg_register.png");
        background-repeat: no-repeat;
        background-size: 420px;
        background-position: bottom center;
        z-index: 10; }
      #header-top .header-register .header-l .text-register {
        position: relative;
        z-index: 20; }
    #header-top .header-register .header-r {
      position: absolute;
      top: 340px;
      right: 0;
      width: 90%;
      max-width: 350px;
      min-height: 200px;
      background-color: #b9bbdf;
      z-index: 18;
      padding: 130px 20px 20px 40px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
      -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 5% 100%); }
      #header-top .header-register .header-r h2 {
        font-size: 26px;
        line-height: 1.2; }
    #header-top .header-register .buttons {
      padding-top: 20px; }
  #header-top .header-courses {
    position: relative;
    padding-bottom: 160px;
    padding-top: 40px;
    /*
		.header-img {
			position: absolute;
			z-index: 1;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 300px;
			background-image: url('../images/bg_header_r.jpg');
			background-position: bottom right;
			background-size: contain;
			background-repeat: no-repeat;
		}
		 */ }
    #header-top .header-courses .title-top {
      width: 100%;
      max-width: 300px;
      min-height: 40px;
      font-size: 32px;
      line-height: 1.2; }
    #header-top .header-courses .content-top {
      position: relative;
      z-index: 2; }

.no-padding {
  padding: 0 !important; }

.padding-lr {
  padding: 0 15px; }

/**
 *  Small devices (portrait phones, 300px and up)
 */
@media (min-width: 300px) {
  .header-img {
    display: none; } }

/**
 *  Small devices (portrait phones, 400px and up)
 */
@media (min-width: 400px) {
  #header-top {
    padding: 30px 20px 20px 20px; }
    #header-top .header-register {
      margin-bottom: 20px;
      height: 700px; }
      #header-top .header-register .title-top {
        width: 90%;
        font-size: 34px;
        max-width: 500px; }
      #header-top .header-register .header-l {
        top: 40px;
        width: 90%;
        height: 370px;
        padding: 100px 60px 30px 10px; }
        #header-top .header-register .header-l .bg-register-artwork {
          height: 380px;
          background-size: 360px; }
      #header-top .header-register .header-r {
        top: 300px;
        width: 80%;
        min-height: 200px;
        padding: 120px 30px 30px 40px;
        clip-path: polygon(0 0, 100% 10%, 100% 100%, 5% 100%);
        -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 5% 100%); } }

/**
 *  Small devices (landscape phones, 576px and up)
 */
@media (min-width: 576px) {
  #header-top .header-register .header-l .bg-register-artwork {
    background-size: 440px;
    background-position: bottom left; }
  #header-top .header-courses {
    padding-bottom: 40px; }
    #header-top .header-courses .content-top {
      position: relative;
      z-index: 2;
      width: 65%; }
    #header-top .header-courses .header-img {
      bottom: 0;
      left: auto;
      right: 0;
      width: 50%;
      height: 100%; } }

/**
 *  Medium devices (tablets, 768px and up)
 */
@media (min-width: 768px) {
  #header-top .header-img {
    display: block; }
  #header-top .header-courses {
    padding: 0 0 60px 20px;
    width: 100%;
    margin: 40px auto 0 auto; }
    #header-top .header-courses .title-top {
      width: 100%;
      font-size: 40px;
      max-width: 800px; }
    #header-top .header-courses .content-top {
      position: relative;
      z-index: 2;
      width: 65%; } }

/**
 *  Large devices (desktops, 992px and up)
 */
@media (min-width: 992px) {
  #header-top {
    padding: 30px 20px 20px 20px; }
    #header-top .header-register {
      margin-bottom: 20px;
      height: 500px; }
      #header-top .header-register .title-top {
        left: 120px;
        top: 40px;
        width: 100%;
        font-size: 40px;
        max-width: 800px; }
      #header-top .header-register .header-l {
        top: 0;
        left: 0;
        width: 70%;
        height: 370px;
        padding: 180px 40px 40px 320px;
        clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 95%);
        -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 95%); }
      #header-top .header-register .header-r {
        top: 140px;
        width: 34%;
        min-height: 160px;
        padding: 40px 40px 40px 60px;
        max-width: none;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%); }
    #header-top .header-courses {
      padding-bottom: 60px;
      width: 70%;
      margin: 40px auto 0 auto; }
      #header-top .header-courses .title-top {
        width: 100%;
        font-size: 40px;
        max-width: 800px; }
      #header-top .header-courses .content-top {
        position: relative;
        z-index: 2;
        width: 65%; } }

/**
 *  Desktops, 1200px and up
 */
@media (min-width: 1200px) {
  #header-top {
    padding: 30px 0 0 0; }
    #header-top .header-register {
      margin-bottom: 20px;
      height: 580px; }
      #header-top .header-register .title-top {
        left: 140px;
        top: 50px;
        font-size: 50px;
        max-width: 900px; }
      #header-top .header-register .header-l {
        top: 0;
        left: 0;
        height: 460px;
        padding: 240px 50px 50px 360px; }
        #header-top .header-register .header-l .bg-register-artwork {
          background-size: 500px; }
      #header-top .header-register .header-r {
        top: 220px;
        padding: 50px 50px 50px 70px; } }

/**
 *  Large desktops, 1400px and up
 */
@media (min-width: 1400px) {
  #header-top .header-courses {
    padding-bottom: 60px;
    width: 70%;
    margin: 60px auto 40px auto; }
    #header-top .header-courses .title-top {
      font-size: 52px;
      margin-bottom: 30px; }
  #header-top .header-webtv .title-top {
    right: 0;
    top: 50px;
    width: 100%;
    max-width: 440px;
    font-size: 50px; }
  #header-top .header-webtv .header-l {
    top: 90px;
    right: 80px;
    width: 560px;
    height: 460px;
    padding: 180px 30px 30px 200px; }
  #header-top .header-webtv .header-r {
    top: 40px;
    width: 640px;
    height: 400px; } }

/**
 *  Large desktops, 1600px and up
 */
@media (min-width: 1600px) {
  #header-top {
    padding: 40px 0 0 0; }
    #header-top .header-register {
      height: 660px; }
      #header-top .header-register .title-top {
        left: 220px;
        top: 50px;
        font-size: 60px; }
      #header-top .header-register .header-l {
        height: 540px;
        padding: 280px 50px 50px 500px; }
        #header-top .header-register .header-l .bg-register-artwork {
          background-size: 680px; }
      #header-top .header-register .header-r {
        top: 220px;
        padding: 60px 60px 60px 90px; }
        #header-top .header-register .header-r h2 {
          font-size: 30px;
          margin-bottom: 20px; }
    #header-top .header-courses {
      padding-bottom: 80px;
      width: 60%;
      margin: 100px auto 40px auto; }
      #header-top .header-courses .title-top {
        font-size: 64px;
        margin-bottom: 40px; }
      #header-top .header-courses .content-top {
        position: relative;
        z-index: 2;
        width: 65%; } }

/**
 *  ==========  Framework CSS
 *
 *  Extra small devices (portrait phones, less than 576px)
 *  No media query since this is the default in Bootstrap
 */
.social-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center; }
  .social-links-header {
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0.5rem; }
  .social-links li:not(:last-child) {
    margin-right: 1rem; }
  .social-links a {
    font-size: 28px; }
  .social-links .facebook a {
    color: #1877f2 !important; }
  .social-links .twitter a {
    color: #1d9bf0 !important; }
  .social-links .linkedin a {
    color: #0073b2 !important; }
  .social-links .whatsapp a {
    color: #04ad22 !important; }
  .social-links .copy a {
    color: orange;
    font-size: 26px; }

#oloaanbod.popbox > .popboxheader,
#oloinfo.popbox > .popboxheader {
  padding: 30px 30px 0 30px;
  height: 50px; }

#oloinfo .popboxfooter {
  display: none; }

.bevestigen-content {
  font-family: "Source Sans Pro", sans-serif !important;
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  min-width: 650px;
  height: max-content; }
  .bevestigen-content h2 {
    font-size: 18px; }

.bevestigen-header {
  font-family: "Source Sans Pro", sans-serif !important;
  padding: 1px;
  margin-top: -5px; }

.bevestigen-body {
  font-family: "Source Sans Pro", sans-serif !important;
  display: flex;
  justify-content: space-between; }
  .bevestigen-body img {
    width: 150px;
    height: 100px;
    background-size: cover;
    margin-right: 10px; }
  .bevestigen-body .item_omschrijving p {
    font-size: 14px; }
  .bevestigen-body .links {
    display: flex;
    position: relative; }
  .bevestigen-body .rechts {
    display: block;
    position: relative;
    right: 1px;
    font-family: "Source Sans Pro", sans-serif !important; }
    .bevestigen-body .rechts a {
      font-family: "Source Sans Pro", sans-serif !important; }

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }
  .close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer; }

.cross:before, .cross:after {
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: 2px;
  height: 26px;
  width: 2px;
  content: ' ';
  background-color: #454545;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.cross:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.cross:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/**
 *  Small devices (portrait phones, 300px and up)
 */
/**
 *  Small devices (portrait phones, 400px and up)
 */
/**
 *  Small devices (landscape phones, 576px and up)
 */
/**
 *  Medium devices (tablets, 768px and up)
 */
/**
 *  Smartphones (landscape)
 */
/**
 *  Smartphones (portrait)
 */
/**
 *  Large devices (desktops, 992px and up)
 */
/**
 *  Desktops, 1200px and up
 */
/**
 *  Large desktops, 1400px and up
 */
/**
 *  Large desktops, 1600px and up
 */
/**
 *  ==========  Framework CSS
 *
 *  Extra small devices (portrait phones, less than 576px)
 *  No media query since this is the default in Bootstrap
 */
.standard-page h2 {
  margin-bottom: 5px !important;
  font-size: 24px;
  line-height: 26px; }

.standard-page h3,
.standard-page h4,
.standard-page h5,
.standard-page h6 {
  margin-bottom: 3px !important;
  font-size: 20px;
  line-height: 22px; }

/**
 *  Desktops, 1200px and up
 */
@media (min-width: 1200px) {
  .standard-page h2 {
    margin-bottom: 7px !important;
    font-size: 28px;
    line-height: 30px; }
  .standard-page h3,
  .standard-page h4,
  .standard-page h5,
  .standard-page h6 {
    margin-bottom: 5px !important;
    font-size: 24px;
    line-height: 26px; } }

/**
 *  ==========  Framework CSS
 *
 *  Extra small devices (portrait phones, less than 576px)
 *  No media query since this is the default in Bootstrap
 */
.textbox {
  border: 1px solid black;
  background-color: #ededed;
  padding: 8px;
  width: 100%;
  max-width: 450px;
  min-height: 60px;
  text-align: left; }

#register .title {
  margin-bottom: 40px;
  padding: 0 15px; }
  #register .title h2 {
    font-size: 30px;
    line-height: 32px; }

#register .subscriptions {
  margin: 0 auto; }

#register .owl-carousel-subscription {
  padding: 0 0 0 15px; }

#register .item .header-course,
#register .item-subscription .header-course,
.register .item .header-course,
.register .item-subscription .header-course {
  height: 80px; }

#register .item li,
#register .item-subscription li,
.register .item li,
.register .item-subscription li {
  position: relative;
  padding-left: 20px; }

#register .item li::before,
#register .item-subscription li::before,
.register .item li::before,
.register .item-subscription li::before {
  content: "\2022";
  color: #5daa1a;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

#register .item .price,
#register .item-subscription .price,
.register .item .price,
.register .item-subscription .price {
  font-size: 18px; }

#text-block .text-subscriptions {
  padding: 0 15px;
  margin: 0 auto; }

#text-block h2, #text-block p {
  margin-bottom: 20px; }

#text-block h2 {
  font-size: 26px;
  line-height: 28px; }

#video-block iframe {
  display: block;
  width: 100%;
  margin: 0 auto; }

#video-block .buttons {
  margin-top: 30px; }

.container-checkbox {
  float: left;
  width: 50%;
  height: 36px; }

#subscribe-form .container-checkbox-fw {
  width: 100%; }

#subscribe-form h3 {
  margin-bottom: 20px; }

#subscribe-form .billing-form {
  display: none; }

#subscribe-form .item-subscription {
  position: relative;
  border: 1px solid #c6c6c6;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); }
  #subscribe-form .item-subscription .header-course {
    height: 80px;
    position: relative;
    width: 100%;
    padding: 30px 20px 20px 20px;
    z-index: 10;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    background-size: cover;
    background-position: center; }
  #subscribe-form .item-subscription .header-bg-red,
  #subscribe-form .item-subscription .header-bg-yellow {
    background-image: url("../images/bg_cursus_header.jpg");
    background-size: cover;
    background-position: center; }
  #subscribe-form .item-subscription .header-bg-red::before,
  #subscribe-form .item-subscription .header-bg-yellow::before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1; }
  #subscribe-form .item-subscription .header-bg-red::before {
    background-color: rgba(226, 0, 26, 0.8); }
  #subscribe-form .item-subscription .header-bg-yellow::before {
    background-color: rgba(224, 208, 0, 0.9); }
  #subscribe-form .item-subscription .content-item {
    padding: 10px; }
  #subscribe-form .item-subscription .info-checkbox {
    float: left; }
  #subscribe-form .item-subscription ul {
    margin: 0 0 40px 10px; }
  #subscribe-form .item-subscription .price {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 20px;
    margin-left: 29px;
    font-weight: 700; }

#subscribe-form .item-subscription:hover {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3); }

/**
 *  Small devices (portrait phones, 300px and up)
 */
/**
 *  Small devices (portrait phones, 400px and up)
 */
@media (min-width: 400px) {
  #register .subscriptions {
    width: 90%; }
  #text-block .text-subscriptions {
    width: 80%; }
  #video-block iframe {
    width: 380px;
    height: 210px; }
  #subscribe-form .item-subscription .price {
    bottom: 15px;
    left: 15px;
    margin-left: 29px; }
  #subscribe-form .item-subscription .content-item {
    padding: 15px; } }

/**
 *  Small devices (landscape phones, 576px and up)
 */
@media (min-width: 576px) {
  #video-block iframe {
    width: 500px;
    height: 320px; } }

/**
 *  Medium devices (tablets, 768px and up)
 */
@media (min-width: 768px) {
  #register .title h2 {
    font-size: 40px;
    line-height: 42px; }
  #text-block h2 {
    font-size: 32px;
    line-height: 34px; }
  #text-block .text-subscriptions {
    width: 90%; }
  #video-block iframe {
    width: 640px;
    height: 360px; }
  #subscribe-form .item-subscription {
    height: 410px; } }

/** 
 *  Smartphones (landscape)
 */
@media only screen and (max-width: 767px) and (orientation: landscape) {
  #register .subscriptions {
    width: 70%; } }

/**
 *  Large devices (desktops, 992px and up)
 */
@media (min-width: 992px) {
  #register .title {
    max-width: 700px; }
  #register .subscriptions {
    width: 100%; }
  #text-block h2 {
    font-size: 36px;
    line-height: 38px; }
  #text-block .text-subscriptions {
    padding: 60px 0;
    width: 70%; }
  #text-block .text-subscriptions-2 {
    width: 80%; }
  #subscribe-form .item-subscription {
    height: 390px; } }

/**
 *  Desktops, 1200px and up
 */
@media (min-width: 1200px) {
  .container-checkbox {
    height: 44px; }
  #register .title {
    max-width: 740px; }
    #register .title h2 {
      font-size: 40px; }
  #register .subscriptions {
    width: 85%; }
  #text-block h2 {
    font-size: 40px;
    line-height: 42px; }
  #subscribe-form .item-subscription {
    height: 440px; }
    #subscribe-form .item-subscription .content-item {
      padding: 20px; }
    #subscribe-form .item-subscription .price {
      bottom: 20px;
      left: 20px; } }

/**
 *  Large desktops, 1400px and up
 */
@media (min-width: 1400px) {
  #register .title {
    max-width: 740px; }
  #register .subscriptions {
    width: 70%; }
  #text-block h2 {
    font-size: 44px;
    line-height: 46px; }
  #text-block .text-subscriptions h2 {
    margin-top: 40px; }
  #text-block .text-subscriptions .buttons {
    margin-top: 80px; } }

/**
 *  Large desktops, 1600px and up
 */
@media (min-width: 1600px) {
  #register .subscriptions {
    width: 80%; }
  #register .item {
    font-size: 16px; }
    #register .item .header-course {
      height: 120px; }
  #text-block .text-subscriptions {
    width: 60%; }
  #text-block .text-subscriptions-2 {
    width: 70%; }
  #subscribe-form .item-subscription {
    height: 450px; } }

/**
 *  ==========  Framework CSS
 *
 *  Extra small devices (portrait phones, less than 576px)
 *  No media query since this is the default in Bootstrap
 */
.faq-item {
  margin-bottom: 5px;
  position: relative; }
  .faq-item.faq-tand .faq-border-l {
    border-left: 4px solid #aaaad5; }
  .faq-item.faq-mond .faq-border-l {
    border-left: 4px solid #81b7ab; }
  .faq-item .open-faq {
    position: absolute;
    left: 12px;
    top: 10px;
    margin-top: 5px;
    z-index: 2;
    width: 13px;
    height: 14px;
    font-size: 14px;
    transform: rotate(0deg);
    transition: transform 150ms ease; }
  .faq-item .faq-title {
    font-size: 14px;
    padding: 10px 10px 10px 28px;
    background-color: #f8f8f8;
    cursor: pointer;
    margin-bottom: 5px !important; }
  .faq-item .faq-answer-container {
    display: none;
    border-left: 4px solid #5daa1a;
    padding: 10px 10px 10px 28px;
    background-color: #fdfdfd;
    margin-top: 2px; }
    .faq-item .faq-answer-container p,
    .faq-item .faq-answer-container ul {
      margin-bottom: 10px; }
    .faq-item .faq-answer-container ul {
      margin-left: 20px; }
      .faq-item .faq-answer-container ul li {
        list-style-type: square; }

.faq-item.faq-open .open-faq {
  transform: rotate(-180deg);
  transition: transform 150ms ease; }

/**
 *  Small devices portrait
 */
/**
 *  Small devices (portrait phones, 300px and up)
 */
/**
 *  Small devices (portrait phones, 400px and up)
 */
/**
 *  Small devices (landscape phones, 576px and up)
 */
/**
 *  Medium devices (tablets, 768px and up)
 */
/**
 *  Large devices (desktops, 992px and up)
 */
@media (min-width: 992px) {
  .faq-item {
    margin-bottom: 8px; } }

/**
 *  Desktops, 1200px and up
 */
@media (min-width: 1200px) {
  .faq-item {
    margin-bottom: 10px; }
    .faq-item .open-faq {
      left: 15px;
      margin-top: 4px;
      width: 18px;
      height: 21px;
      font-size: 18px; }
    .faq-item .faq-title {
      font-size: 18px;
      padding: 10px 10px 10px 40px; }
    .faq-item .faq-answer-container {
      padding: 10px 10px 10px 40px; }
      .faq-item .faq-answer-container p,
      .faq-item .faq-answer-container ul {
        margin-bottom: 18px; } }

/**
 *  Large desktops, 1400px and up
 */
/**
 *  Large desktops, 1600px and up
 */
/**
 *  ==========  Framework CSS
 *
 *  Extra small devices (portrait phones, less than 576px)
 *  No media query since this is the default in Bootstrap
 */
.homepage .contact-content h3 {
  font-size: 28px;
  color: var(--primay-color);
  text-align: center; }

.homepage .contact-content .contact-form {
  text-align: center; }
  .homepage .contact-content .contact-form .content p {
    max-width: 675px;
    margin: 10px auto 0;
    padding-bottom: 10px; }
  .homepage .contact-content .contact-form .contactform .content .form-action {
    height: 44px; }
    .homepage .contact-content .contact-form .contactform .content .form-action .float-left {
      float: right;
      padding-right: 30px; }
      .homepage .contact-content .contact-form .contactform .content .form-action .float-left button {
        border: 1px solid var(--primay-color);
        padding: 6px 38px 6px 25px;
        border-radius: 30px;
        font-weight: 100;
        color: #fff;
        background-color: var(--primay-color); }
        .homepage .contact-content .contact-form .contactform .content .form-action .float-left button:before {
          top: 48%;
          transform: translateY(-50%);
          left: unset;
          right: 8px;
          content: "\f105";
          background: unset;
          color: #fff;
          font-size: 20px;
          font-weight: 100; }
        .homepage .contact-content .contact-form .contactform .content .form-action .float-left button:hover {
          background-color: #fff;
          color: var(--primay-color);
          transition: ease 0.5s; }
          .homepage .contact-content .contact-form .contactform .content .form-action .float-left button:hover::before {
            color: var(--primay-color);
            transition: ease 0.5s; }

.homepage .contact-content, .posts .contact-content, .news .contact-content {
  border-top: 1px solid #666;
  padding: 50px 110px 30px; }

@media (max-width: 767px) {
  .homepage .contact-content {
    padding: 30px 20px 30px; }
    .homepage .contact-content .contact-form .contactform .content .form-action .float-left {
      padding-right: 0; } }

@media (max-width: 480px) {
  .homepage .contact-content h3 {
    font-size: 23px;
    margin-bottom: 14px; } }

/**
 *  Small devices (portrait phones, 300px and up)
 */
/**
 *  Small devices (portrait phones, 400px and up)
 */
/**
 *  Small devices (landscape phones, 576px and up)
 */
/**
 *  Medium devices (tablets, 768px and up)
 */
@media (min-width: 768px) {
  .line-m {
    display: none; }
  #contact {
    padding: 0 20px; }
    #contact .col-l {
      padding-right: 30px; }
    #contact h3 {
      font-size: 22px;
      margin-top: 30px; } }

/**
 *  Smartphones (landscape)
 */
/**
 *  Smartphones (portrait)
 */
/**
 *  Large devices (desktops, 992px and up)
 */
@media (min-width: 992px) {
  #contact {
    padding: 0 25px; } }

/**
 *  Desktops, 1200px and up
 */
/**
 *  Large desktops, 1400px and up
 */
/**
 *  Large desktops, 1600px and up
 */
/**
 *  ==========  Framework CSS
 *
 *  Extra small devices (portrait phones, less than 576px)
 *  No media query since this is the default in Bootstrap
 */
#my-dd .small-h {
  font-size: 18px; }

#my-dd .container-options .filter-options-2 {
  padding: 20px !important; }

.arrow-icon {
  color: #10A655;
  float: left;
  margin: 5px 0 0 3px; }

.arrangement .header-course {
  height: 90px !important;
  text-align: center; }

.arrangement .content {
  width: 100%;
  max-width: 260px;
  margin: 0 auto; }

.arrangement .buttons {
  padding: 15px 0 15px 15px;
  height: 90px; }

.arrangement .container-checkbox {
  width: 100%;
  line-height: 24px;
  font-size: 15px;
  margin-top: 10px; }
  .arrangement .container-checkbox .info {
    padding-left: 30px; }
  .arrangement .container-checkbox .checkbox .custom-checkbox {
    left: 2px;
    top: 2px; }

.arrangement .bottom {
  padding: 0 15px 15px 15px;
  text-align: center; }
  .arrangement .bottom .margin-bottom {
    margin-bottom: 10px; }

.my-dd-menu-wrap {
  display: none;
  position: absolute;
  top: 25px;
  right: -42px;
  width: 160px;
  min-height: 200px;
  z-index: 20; }
  .my-dd-menu-wrap .my-dd-menu {
    width: 100%;
    min-height: 200px;
    background-color: #fbfbfb;
    z-index: 1; }
  .my-dd-menu-wrap .my-dd-menu {
    clip-path: polygon(100px 11px, 110px 0px, 120px 11px, 160px 11px, 100% 99%, 0% 99%, 0px 11px);
    -webkit-clip-path: polygon(100px 11px, 110px 0px, 120px 11px, 160px 11px, 100% 99%, 0% 99%, 0px 11px); }
  .my-dd-menu-wrap .content-menu {
    padding: 25px 15px 15px 15px; }
    .my-dd-menu-wrap .content-menu .title {
      font-size: 20px;
      font-weight: 700; }
    .my-dd-menu-wrap .content-menu ul.user-menu li {
      font-size: 15px !important;
      float: none !important;
      margin-right: 0 !important;
      transition: all 0.3s ease; }
      .my-dd-menu-wrap .content-menu ul.user-menu li:hover {
        background-color: rgba(170, 170, 170, 0.2); }
    .my-dd-menu-wrap .content-menu .icon-logout {
      font-size: 13px;
      margin-left: 5px; }

.menu-item.menu-icon .my-dd-menu-wrap .my-dd-menu {
  clip-path: polygon(160px 11px, 150px 0px, 140px 11px, 160px 11px, 100% 99%, 0% 99%, 0px 11px) !important;
  -webkit-clip-path: polygon(160px 11px, 150px 0px, 140px 11px, 160px 11px, 100% 99%, 0% 99%, 0px 11px) !important; }

#my-dd .info-preview .fal.fa-star {
  cursor: pointer; }

#my-dd .info-preview .fal.fa-star:hover::before,
#my-dd .info-preview .fal.fa-star.active::before {
  font-weight: 900;
  color: #e68d08; }

#my-dd .info-preview .save {
  display: none;
  background-image: url("../images/icon_save.gif");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 26px;
  float: right;
  margin-left: 8px; }

#my-dd .menu-options a:link, #my-dd .menu-options a:hover, #my-dd .menu-options a:visited, #my-dd .menu-options a:active {
  color: #2a484a; }

#my-dd .menu-options a:hover {
  color: #000;
  text-decoration: none; }

#my-dd .menu-options .menu-hover {
  display: none; }

#my-dd .filter-choises {
  font-size: 20px; }

#my-dd .show-filter {
  display: block !important; }

#my-dd .disable {
  opacity: 0.5; }
  #my-dd .disable input[type=checkbox] {
    pointer-events: none; }

#my-dd .container-options {
  position: relative;
  padding: 0 2px 2px 2px;
  overflow-y: hidden;
  width: 100%;
  height: auto;
  z-index: 50;
  display: block;
  background-color: transparent !important; }
  #my-dd .container-options .filter-options {
    padding: 0 !important;
    max-width: none;
    width: 100%;
    margin: 0;
    min-height: 100px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); }
  #my-dd .container-options .container .row .col-opt-1,
  #my-dd .container-options .container .row .col-opt-2,
  #my-dd .container-options .container .row .col-opt-3 {
    width: 100%;
    background-color: #f9f9f9; }
  #my-dd .container-options .container .row .col-opt-1 {
    border-top: none; }
  #my-dd .container-options .container .col-header {
    font-size: 15px;
    line-height: 15px;
    font-weight: bold; }
  #my-dd .container-options .container .col-header-bg {
    background: transparent;
    border-bottom: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0) 100%); }
  #my-dd .container-options .container .col-padding {
    padding: 12px; }
  #my-dd .container-options .container .container-checkbox {
    width: 100%;
    float: none; }
  #my-dd .container-options .container .info {
    padding-left: 30px; }
  #my-dd .container-options .container .divider {
    color: #999; }
  #my-dd .container-options .container .course-item {
    padding: 10px 0; }
    #my-dd .container-options .container .course-item .icon-wc {
      margin-right: 7px;
      color: #666; }

#my-webtv .col-md-6 {
  padding: 0 !important; }

#my-webtv .embed-responsive {
  position: relative;
  display: block;
  height: 200px;
  padding: 0;
  overflow: hidden; }

#my-webtv .embed-responsive .embed-responsive-item,
#my-webtv .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

#my-magazines .carousel-magazines .carousel-courses {
  position: static;
  padding-left: 0; }

.my-dd-menu {
  position: relative;
  z-index: 10; }
  .my-dd-menu .credits-left {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #d4af37;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 1px 0.5px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0px 1px 1px 0.5px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 1px 1px 0.5px rgba(0, 0, 0, 0.46);
    margin-left: 5px; }

/**
 *  Small devices landscape
 */
@media (min-width: 300px) and (orientation: landscape) {
  #my-dd .my-subscription {
    display: block !important; } }

/**
 *  Small devices (portrait phones, 300px and up)
 */
@media (min-width: 300px) {
  #my-dd .col-l .my-subscription {
    display: none; }
  #my-dd .col-l .my-dd-menu {
    margin-top: 10px;
    border: 1px solid #ddd;
    background-color: #fbfbfb;
    padding: 5px 10px; }
    #my-dd .col-l .my-dd-menu .menu-choise {
      font-weight: 700; }
    #my-dd .col-l .my-dd-menu .open-menu {
      line-height: 22px;
      transform: rotate(0deg);
      transition: transform 150ms ease;
      margin-top: 2px; }
    #my-dd .col-l .my-dd-menu .open-cart {
      transform: rotate(0deg);
      transition: transform 150ms ease; }
    #my-dd .col-l .my-dd-menu .status-bar-container {
      width: 130px; }
    #my-dd .col-l .my-dd-menu .cart {
      font-weight: normal;
      margin-top: 10px;
      padding: 10px 0;
      font-size: 13px;
      border-top: 1px dotted #ddd; }
      #my-dd .col-l .my-dd-menu .cart .cr {
        float: right;
        font-weight: bold;
        text-align: right; }
      #my-dd .col-l .my-dd-menu .cart .totals {
        border-top: 1px dotted #ddd;
        margin-top: 10px;
        padding-top: 10px; }
      #my-dd .col-l .my-dd-menu .cart .add-credits {
        margin-top: 10px; }
    #my-dd .col-l .my-dd-menu .cart,
    #my-dd .col-l .my-dd-menu .subscription,
    #my-dd .col-l .my-dd-menu .menu-options {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s linear 300ms, opacity 300ms;
      max-height: 0;
      transition: max-height 0.15s ease-out;
      overflow: hidden; }
  #my-dd .col-l .menu-open .open-menu {
    transform: rotate(-180deg);
    transition: transform 150ms ease; }
  #my-dd .col-l .menu-open .subscription,
  #my-dd .col-l .menu-open .menu-options {
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms;
    max-height: 440px;
    transition: max-height 0.25s ease-in;
    line-height: 26px; }
  #my-dd .col-l .show-cart .open-cart {
    transform: rotate(-180deg);
    transition: transform 150ms ease; }
  #my-dd .col-l .show-cart .cart {
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms;
    max-height: 800px;
    transition: max-height 0.25s ease-in;
    padding-bottom: 10px; }
  #my-dd .col-l .subscription-status {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    font-weight: 700; }
  #my-dd .col-l .open-subscription {
    margin-top: 4px; }
  #my-dd .col-l .status-bar-container {
    position: relative;
    float: left;
    height: 40px;
    width: 140px;
    margin-left: 5px;
    padding-right: 10px; }
    #my-dd .col-l .status-bar-container .status {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      border-right: 1px solid #ddd;
      z-index: 2; }
      #my-dd .col-l .status-bar-container .status .credits-bar {
        width: 100%;
        height: 20px;
        border-radius: 2px;
        background-color: #d4af37; }
      #my-dd .col-l .status-bar-container .status .credits {
        position: absolute;
        bottom: 4px;
        right: -20px;
        width: 40px;
        height: 15px;
        font-size: 11px;
        font-weight: normal;
        text-align: center; }
        #my-dd .col-l .status-bar-container .status .credits .cr-left {
          float: left;
          text-align: center;
          width: 19px; }
        #my-dd .col-l .status-bar-container .status .credits .cr-right {
          float: right;
          text-align: center;
          width: 19px; }
    #my-dd .col-l .status-bar-container .credits-bg {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      height: 20px;
      background-color: #eee;
      z-index: 1;
      border-radius: 2px; } }

/**
 *  Small devices (portrait phones, 400px and up)
 */
@media (min-width: 400px) {
  #my-dd .small-h {
    font-size: 18px; } }

/**
 *  Small devices (landscape phones, 576px and up)
 */
@media (min-width: 560px) {
  #my-dd .col-l .my-dd-menu {
    border: none;
    background-color: transparent;
    padding: 0; }
    #my-dd .col-l .my-dd-menu .open-menu {
      line-height: 22px;
      transform: rotate(360deg);
      transition: transform 150ms ease; }
    #my-dd .col-l .my-dd-menu .menu-options {
      visibility: visible;
      opacity: 1;
      max-height: 30px !important; }
      #my-dd .col-l .my-dd-menu .menu-options li {
        float: left;
        margin-right: 20px; }
  #my-dd .col-l .menu-open .menu-options {
    visibility: visible;
    opacity: 1;
    max-height: 30px; }
  #my-dd .col-l .menu-choise {
    padding: 10px;
    background-color: #f3f3f3; }
  #my-dd .col-l .credits-left {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-left: 3px; } }

/**
 *  Medium devices (tablets, 768px and up)
 */
@media (min-width: 768px) {
  .arrangement .info-course {
    padding: 15px 15px 5px 15px !important; }
  .arrangement .buttons {
    padding: 15px 0 15px 15px;
    height: 90px; }
  .arrangement .bottom {
    font-size: 12px; }
  .my-dd-menu-wrap {
    top: 50px;
    right: 0px; }
    .my-dd-menu-wrap .my-dd-menu {
      clip-path: polygon(80px 11px, 90px 0px, 100px 11px, 160px 11px, 100% 99%, 0% 99%, 0px 11px);
      -webkit-clip-path: polygon(80px 11px, 90px 0px, 100px 11px, 160px 11px, 100% 99%, 0% 99%, 0px 11px); }
    .my-dd-menu-wrap .content-menu ul.user-menu li {
      font-size: 17px !important;
      line-height: 30px !important;
      font-weight: normal !important; }
    .my-dd-menu-wrap .content-menu .icon-logout {
      font-size: 15px;
      margin-left: 6px; }
  #my-dd .small-h {
    font-size: 16px; }
  #my-dd .line-m,
  #my-dd .filter-choises {
    display: none; }
  #my-dd .col-l, #my-dd .col-r {
    margin-top: 30px; }
  #my-dd .col-l {
    padding-right: 20px; }
    #my-dd .col-l .menu-open .open-menu {
      transform: rotate(-180deg);
      transition: transform 150ms ease; }
    #my-dd .col-l .menu-open .cart {
      height: auto;
      visibility: visible;
      opacity: 1;
      transition: visibility 0s linear 0s, opacity 300ms;
      max-height: 500px !important;
      transition: max-height 0.25s ease-in; }
    #my-dd .col-l .menu-open .subscription {
      max-height: 500px !important; }
    #my-dd .col-l .my-dd-menu {
      background-color: #fbfbfb;
      padding: 0;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
      transition: box-shadow 83ms; }
      #my-dd .col-l .my-dd-menu .my-subscription {
        background-color: #f3f3f3; }
        #my-dd .col-l .my-dd-menu .my-subscription .total {
          border-right: 1px solid #ddd;
          padding: 25px 25px 20px 25px;
          float: left;
          width: 75%;
          font-size: 18px;
          font-weight: bold; }
          #my-dd .col-l .my-dd-menu .my-subscription .total .credits-left {
            display: inline-block; }
        #my-dd .col-l .my-dd-menu .my-subscription .open-subscription {
          width: 25%;
          float: left; }
          #my-dd .col-l .my-dd-menu .my-subscription .open-subscription .open-subscription {
            font-size: 30px;
            color: #adadad;
            padding: 25px 25px 0 25px;
            cursor: pointer; }
      #my-dd .col-l .my-dd-menu .subscription {
        visibility: visible;
        opacity: 1;
        max-height: 90px;
        line-height: 26px; }
      #my-dd .col-l .my-dd-menu .open-subscription {
        display: none; }
      #my-dd .col-l .my-dd-menu .subscription-status {
        margin-top: 0;
        border-bottom: none;
        margin-bottom: 10px;
        padding: 10px; }
      #my-dd .col-l .my-dd-menu .status-bar-container {
        margin-left: 0; }
      #my-dd .col-l .my-dd-menu .menu-options {
        border-top: 1px solid #ddd;
        clear: both;
        max-height: none !important;
        min-height: 50px;
        padding: 10px; }
        #my-dd .col-l .my-dd-menu .menu-options li {
          float: none;
          font-size: 16px;
          line-height: 24px;
          border-bottom: 1px dotted #e1e1e1;
          padding-bottom: 10px;
          margin-bottom: 10px;
          margin-right: 0; }
        #my-dd .col-l .my-dd-menu .menu-options li:last-child {
          border-bottom: none;
          padding-bottom: 5px;
          margin-bottom: 0; }
  #my-dd .container-options {
    padding: 0 22px 2px 2px; }
    #my-dd .container-options .container .row .col-opt-1,
    #my-dd .container-options .container .row .col-opt-2 {
      float: left;
      width: 50%; }
    #my-dd .container-options .container .row .col-opt-3 {
      width: 100%;
      border-top: 1px solid #e1e1e1;
      background-color: #f9f9f9; }
    #my-dd .container-options .container .row .col-opt-2,
    #my-dd .container-options .container .row .col-opt-3 {
      border-top: none; }
    #my-dd .container-options .container .col-header {
      font-size: 17px;
      line-height: 17px;
      font-weight: bold;
      border-top: none; }
    #my-dd .container-options .container .col-opt-3 .course-item {
      width: 50%;
      float: left; }
    #my-dd .container-options .container .col-padding {
      padding: 15px; }
    #my-dd .container-options .container .container-checkbox {
      width: 100%;
      float: none; }
    #my-dd .container-options .container .info {
      padding-left: 30px; }
    #my-dd .container-options .container .course-item {
      padding: 10px 0; } }

/**
 *  Large devices (desktops, 992px and up)
 */
@media (min-width: 992px) {
  .arrangement .buttons {
    height: 85px; }
  #my-dd .small-h {
    font-size: 18px; }
  #my-dd .col-l {
    padding-right: 30px; }
    #my-dd .col-l .my-dd-menu .menu-options {
      padding: 20px; }
      #my-dd .col-l .my-dd-menu .menu-options li {
        font-size: 18px;
        padding-bottom: 15px;
        margin-bottom: 15px; }
      #my-dd .col-l .my-dd-menu .menu-options li:last-child {
        padding-bottom: 0; }
    #my-dd .col-l .my-dd-menu .menu-choise {
      padding: 15px 20px;
      font-size: 16px; }
    #my-dd .col-l .my-dd-menu .credits-left {
      width: 24px;
      height: 24px;
      line-height: 24px;
      font-size: 14px;
      margin-left: 4px; }
    #my-dd .col-l .my-dd-menu .subscription-status {
      padding: 10px 20px; }
    #my-dd .col-l .my-dd-menu .cart {
      font-size: 13px; }
  #my-dd .container-options .container {
    display: table; }
    #my-dd .container-options .container .row {
      display: table-row; }
      #my-dd .container-options .container .row .col-opt-1,
      #my-dd .container-options .container .row .col-opt-2,
      #my-dd .container-options .container .row .col-opt-3 {
        display: table-cell;
        width: 33.33333%;
        float: none;
        background-color: transparent; }
      #my-dd .container-options .container .row .col-opt-3 .course-item {
        width: 100%;
        float: none; }
    #my-dd .container-options .container .col-header {
      font-size: 20px;
      line-height: 20px; }
    #my-dd .container-options .container .col-padding {
      padding: 20px; }
    #my-dd .container-options .container .container-checkbox {
      width: 100%;
      float: none; }
    #my-dd .container-options .container .grey-bg {
      background-color: #f9f9f9 !important; } }

/**
 *  Desktops, 1200px and up
 */
@media (min-width: 1200px) {
  .arrangement .header-course {
    height: 110px !important;
    text-align: center; }
  .arrangement .buttons {
    height: 100px;
    margin-top: 20px; }
  .arrangement .container-checkbox .info {
    padding-left: 40px;
    font-size: 18px; }
  .arrangement .container-checkbox .checkbox .custom-checkbox {
    left: 6px;
    top: 2px; }
  .arrangement .bottom {
    font-size: 14px; }
  #my-dd .small-h {
    font-size: 18px; }
  #my-dd .col-l, #my-dd .col-r {
    margin-top: 40px; }
  #my-dd .col-l {
    padding-right: 40px; }
    #my-dd .col-l .my-dd-menu .menu-options {
      padding: 25px; }
      #my-dd .col-l .my-dd-menu .menu-options li {
        font-size: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        #my-dd .col-l .my-dd-menu .menu-options li .menu-hover {
          display: none;
          color: #aaa;
          line-height: 24px; }
      #my-dd .col-l .my-dd-menu .menu-options li:hover .menu-hover {
        display: inline-block; } }

/**
 *  Large desktops, 1400px and up
 */
@media (min-width: 1400px) {
  #my-dd .small-h {
    font-size: 20px; }
  #my-dd .container-options .filter-options-2 {
    padding: 40px !important; } }

/**
 *  Large desktops, 1600px and up
 */
@media (min-width: 1600px) {
  #my-dd .small-h {
    font-size: 25px; }
  #my-dd .subscription-status .float-left {
    float: none;
    display: block;
    font-size: 18px; }
  #my-dd .col-l .my-dd-menu .menu-choise {
    padding: 15px 25px;
    font-size: 18px; }
  #my-dd .col-l .my-dd-menu .credits-left {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-left: 5px; }
  #my-dd .col-l .my-dd-menu .subscription {
    max-height: 110px; }
  #my-dd .col-l .my-dd-menu .subscription-status {
    padding: 15px 25px; }
  #my-dd .col-l .my-dd-menu .cart {
    font-size: 15px;
    line-height: 24px; }
  #my-dd .col-l .my-dd-menu .status-bar-container {
    margin-top: 10px;
    width: 260px; } }

/**
 *  ==========  Framework CSS
 *
 *  Extra small devices (portrait phones, less than 576px)
 *  No media query since this is the default in Bootstrap
 */
.overlay-arrangement {
  display: none;
  position: absolute;
  left: -1px;
  top: 0;
  width: 100%;
  min-height: 300px;
  height: 100%;
  z-index: 1;
  background-color: #fff; }
  .overlay-arrangement .close-overlay-arrangement {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    font-size: 20px; }

#my-dd .container-filter {
  background-color: #fff; }
  #my-dd .container-filter .save-arrangement {
    margin-top: 30px; }
  #my-dd .container-filter .filter-mob {
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #fff;
    max-width: 500px;
    min-height: 300px;
    width: 100%;
    margin: 0 auto; }
  #my-dd .container-filter .filter-options {
    background-color: #fff;
    padding: 20px; }
  #my-dd .container-filter .filter-options {
    margin-top: 20px; }
    #my-dd .container-filter .filter-options .col-course {
      width: 100%; }
    #my-dd .container-filter .filter-options .container-checkbox {
      cursor: pointer;
      width: 100%;
      float: none;
      height: 40px; }
    #my-dd .container-filter .filter-options .container-course {
      display: table;
      width: 100%;
      line-height: 24px;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px dotted #ddd;
      padding-right: 20px; }
    #my-dd .container-filter .filter-options .container-course.last {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    #my-dd .container-filter .filter-options .course-item {
      display: table-row; }
    #my-dd .container-filter .filter-options .info {
      display: table-cell;
      width: auto;
      padding-left: 30px; }
    #my-dd .container-filter .filter-options .info-np {
      padding-left: 0 !important; }
    #my-dd .container-filter .filter-options .divider {
      border-right: 1px solid #ddd;
      margin: 0 5px;
      height: 100%; }

@media (min-width: 576px) {
  .overlay-arrangement {
    width: 540px; } }

@media (min-width: 768px) {
  .overlay-arrangement {
    width: 720px;
    z-index: -1; } }

@media (min-width: 992px) {
  .overlay-arrangement {
    width: 960px; } }

@media (min-width: 1200px) {
  .overlay-arrangement {
    width: 1140px; } }

@media (min-width: 1400px) {
  .overlay-arrangement {
    width: 1140px; } }

@media (min-width: 1600px) {
  .overlay-arrangement {
    width: 1432px; } }

/**
 *  Small devices portrait
 */
/**
 *  Small devices (portrait phones, 300px and up)
 */
/**
 *  Small devices (portrait phones, 400px and up)
 */
/**
 *  Small devices (landscape phones, 576px and up)
 */
/**
 *  Medium devices (tablets, 768px and up)
 */
@media (min-width: 768px) {
  #my-dd .container-filter .close-filter {
    display: none; }
  #my-dd .container-filter .save-arrangement {
    padding-left: 350px; }
  #my-dd .container-filter .line-vr {
    border-left: 1px solid #ddd;
    padding-left: 15px;
    padding: 40px 15px 15px 15px; }
  #my-dd .container-filter .filter-mob {
    border: none;
    padding: 0;
    background-color: transparent;
    max-width: none;
    min-height: 300px;
    width: 100%;
    margin: 0; }
  #my-dd .container-filter .filter-options {
    padding: 0 0 0 161px;
    max-width: none;
    width: 100%;
    margin: 0;
    min-height: 100px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); }
    #my-dd .container-filter .filter-options .col-md-4 {
      padding-right: 20px; }
  #my-dd .container-filter .filter-options.box-shadow {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17), 0 1px 1px rgba(0, 0, 0, 0.22);
    transition: box-shadow 83ms; }
  #my-dd .container-filter .container-course {
    border-bottom: none !important;
    font-size: 13px;
    padding-bottom: 0 !important;
    margin-bottom: 20px; }
  #my-dd .container-filter .col-course {
    flex: 0 0 50%;
    max-width: 50%; }
  #my-dd .container-filter .divider {
    display: block;
    width: 100%;
    height: 1px;
    border-right: none;
    margin: 0; } }

/**
 *  Large devices (desktops, 992px and up)
 */
@media (min-width: 992px) {
  #my-dd .container-filter .save-arrangement {
    padding-left: 460px; }
  #my-dd .container-filter .filter-options {
    padding: 0 0 0 211px;
    height: 100% !important; }
  #my-dd .container-filter .line-vr {
    border-left: 1px solid #ddd;
    padding-left: 15px;
    padding: 60px 15px 15px 15px;
    height: 100% !important; }
  #my-dd .container-filter .divider {
    display: inline;
    border-right: 1px solid #ddd;
    margin: 0 5px;
    height: 100%; }
  #my-dd .container-filter .col-course {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-height: 140px; } }

/**
 *  Desktops, 1200px and up
 */
@media (min-width: 1200px) {
  #my-dd .container-filter .save-arrangement {
    padding-left: 540px; }
  #my-dd .container-filter .filter-options {
    padding: 0 0 0 246px; }
    #my-dd .container-filter .filter-options .col-md-4 {
      padding-right: 25px; }
  #my-dd .container-filter .line-vr {
    border-left: 1px solid #ddd;
    padding-left: 15px;
    padding: 80px 40px 40px 40px; }
  #my-dd .container-filter .container-course {
    margin-bottom: 35px !important; } }

/**
 *  Large desktops, 1400px and up
 */
/**
 *  Large desktops, 1600px and up
 */
@media (min-width: 1600px) {
  #my-dd .container-filter .save-arrangement {
    padding-left: 620px; }
  #my-dd .container-filter .filter-options {
    padding: 0 0 0 319px; }
    #my-dd .container-filter .filter-options .col-md-4 {
      padding-right: 30px; }
  #my-dd .container-filter .container-course {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px !important; } }

/**
 *  ==========  Framework CSS
 *
 *  Extra small devices (portrait phones, less than 576px)
 *  No media query since this is the default in Bootstrap
 */
.to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.8);
  z-index: 900;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer; }
  .to-top i {
    font-weight: bold;
    font-size: 26px;
    z-index: 2;
    color: var(--primay-color); }

#footer {
  background-color: #f3f5f5;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8); }
  #footer #footer__logo {
    max-height: 100px;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 20px; }
    #footer #footer__logo img {
      object-fit: contain; }
  #footer .footer__inner {
    padding: 75px 0; }
  #footer .footer__sub-cols {
    flex-basis: auto; }
    #footer .footer__sub-cols .col {
      flex-basis: auto;
      padding: 0;
      margin-top: 20px; }
  #footer .col__title {
    text-transform: capitalize;
    color: var(--primay-color);
    margin-bottom: 26px;
    font-weight: bold;
    font-size: 22px;
    position: relative;
    width: max-content; }
    #footer .col__title::after {
      display: none;
      position: absolute;
      right: -10px;
      bottom: -5px;
      content: "\f111";
      font-family: "Font Awesome 7 Pro";
      font-size: 6px;
      background-color: inherit;
      font-weight: bold; }
  #footer .footer__desc {
    line-height: 1.2;
    margin-bottom: 20px; }
  #footer .footer__desc {
    line-height: 1.2;
    margin-bottom: 20px; }
  #footer .footer__desc >*{
    margin-bottom: 10px;
  }
  #footer .footer__desc h1{
    font-size: 28px;
    line-height: 1.4;
  }
  #footer .footer__desc h2{
    font-size: 24px;
    line-height: 1.4;
  }
  #footer .footer__desc h3{
    font-size: 20px;
    line-height: 1.4;
  }
  #footer .footer__desc h4{
    font-size: 16px;
    line-height: 1.4;
  }
  #footer .footer__desc ul li{
    margin-left: 1.5rem;
    margin-bottom: 4px;
  }
  #footer .footer__social {
    display: flex; }
    #footer .footer__social li:not(:last-child) {
      margin-right: 1rem; }
    #footer .footer__social li a {
      text-decoration: none;
      color: white;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid white;
      display: flex;
      align-items: center;
      justify-content: center; }
      #footer .footer__social li a:hover {
        color: white;
        background-color: #f3f5f5; }
  #footer .col__menu {
    list-style-type: none; }
    #footer .col__menu li {
      margin-bottom: 5px; }
      #footer .col__menu li .fa:first-child {
        color: rgba(0, 0, 0, 0.8);
        min-width: 18px;
        margin-right: 5px;
        text-align: center; }
      #footer .col__menu li a {
        color: inherit; }
  #footer .social-links {
    justify-content: start; }

  .footer-bottom a {
    color: inherit; }

#nieuwsbrief {
  background-color: #a9a9a9;
  padding: 75px 15px;
  font-family: "Lato", "Segoe UI", "Open Sans", "Arial", "sans-serif"; }
  #nieuwsbrief .nieuwsbrief {
    max-width: 750px;
    margin: 0 auto; }
    #nieuwsbrief .nieuwsbrief .title-top {
      color: white;
      margin-bottom: 20px;
      font-family: inherit; }
    #nieuwsbrief .nieuwsbrief .nieuwsbrief__content {
      font-size: 24px;
      font-family: inherit;
      font-weight: normal;
      line-height: 1.2;
      margin-bottom: 20px; }
    #nieuwsbrief .nieuwsbrief .open-nieuwsbrief {
      border-radius: 24px;
      padding: 0.75rem 1rem;
      color: white;
      border: 1px solid white;
      font-weight: bold;
      text-decoration: none;
      font-size: 14px;
      text-transform: uppercase; }
      #nieuwsbrief .nieuwsbrief .open-nieuwsbrief:hover {
        background-color: white;
        color: #f3f5f5;
        border-color: #f3f5f5; }

/**
 *  Small devices (portrait phones, 300px and up)
 */
/**
 *  Small devices (portrait phones, 400px and up)
 */
/**
 *  Small devices (landscape phones, 576px and up)
 */
/**
 *  Medium devices (tablets, 768px and up)
 */
@media (min-width: 768px) {
  .to-top {
    bottom: 20px;
    right: 20px; }
  #footer .footer__sub-cols {
    flex-basis: 0;
    padding-left: 40px;
    padding-top: 46px; }
    #footer .footer__sub-cols .col {
      margin: 0;
      padding: 0 25px;
      margin-top: 0; } }

@media (max-width: 768px) {
  #footer .footer__desc h1{
    font-size: 24px;
  }
  #footer .footer__desc h2{
    font-size: 20px;
  }
  #footer .footer__desc h3{
    font-size: 18px;
  }
  #footer .footer__desc h4{
    font-size: 14px;
  }
  .footer-bottom .container .d-flex.justify-content-between {
    flex-wrap: wrap-reverse;
    justify-content: center !important; } }

@media (max-width: 640px) {
  .to-top {
    bottom: 6px; } }

@media (max-width: 480px) {
  .to-top {
    bottom: 70px; } }

/**
 *  Smartphones (landscape)
 */
/**
 *  Smartphones (portrait)
 */
/**
 *  Large devices (desktops, 992px and up)
 */
/**
 *  Desktops, 1200px and up
 */
@media (min-width: 1200px) {
  .to-top {
    bottom: 30px;
    right: 30px; } }

/**
 *  Large desktops, 1400px and up
 */
@media (min-width: 1400px) {
  .to-top {
    bottom: 40px;
    right: 40px; } }

/**
 *  Large desktops, 1600px and up
 */
/**
 *  ==========  Framework CSS
 *
 *  Extra small devices (portrait phones, less than 576px)
 *  No media query since this is the default in Bootstrap
 */
.bg-certificate {
  background-color: #f8f8f8;
  padding: 40px; }
  .bg-certificate .container-cer {
    border: 1px solid #000;
    background-color: #fff;
    position: relative;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    background-image: url("../images/bg_certificate.jpg");
    background-repeat: no-repeat;
    background-size: 700px;
    background-position: center bottom; }
    .bg-certificate .container-cer .header-cer {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 500px;
      background-image: url("../images/bg_certificate_top.png");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center top; }
    .bg-certificate .container-cer .header-image {
      padding: 40px; }
      .bg-certificate .container-cer .header-image img {
        width: 100%; }
    .bg-certificate .container-cer .content-cer {
      padding: 40px 40px 100px 40px;
      color: #000;
      font-family: "Lato", "Segoe UI", "Open Sans", "Arial", "sans-serif";
      font-size: 18px;
      line-height: 26px;
      text-align: center; }
      .bg-certificate .container-cer .content-cer h1,
      .bg-certificate .container-cer .content-cer h2,
      .bg-certificate .container-cer .content-cer h3 {
        font-size: 40px; }
      .bg-certificate .container-cer .content-cer p.mb20 {
        margin-bottom: 20px; }
    .bg-certificate .container-cer .footer-cer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50px;
      clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
      -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%); }
    .bg-certificate .container-cer .footer-tand {
      background-color: #aaaad5; }
    .bg-certificate .container-cer .footer-mond {
      background-color: #81b7ab; }

/**
 *  Small devices (portrait phones, 300px and up)
 */
/**
 *  Small devices (portrait phones, 400px and up)
 */
/**
 *  Small devices (landscape phones, 576px and up)
 */
/**
 *  Medium devices (tablets, 768px and up)
 */
/**
 *  Smartphones (landscape)
 */
/**
 *  Smartphones (portrait)
 */
/**
 *  Large devices (desktops, 992px and up)
 */
/**
 *  Desktops, 1200px and up
 */
/**
 *  Large desktops, 1400px and up
 */
/**
 *  Large desktops, 1600px and up
 */
.head-slider .carousel-item {
  width: 100%; }

.head-slider {
  position: relative; }
  .head-slider .carousel-item {
    min-height: 350px;
    padding-bottom: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .head-slider .carousel-item__color-background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.85;
      z-index: 1; }
    .head-slider .carousel-item > .container {
      position: relative;
      z-index: 2; }
    .head-slider .carousel-item__inner {
      padding: 15px 15px 70px 15px; }
    .head-slider .carousel-item__content {
      display: flex; }
      .head-slider .carousel-item__content .primary-text {
        color: white;
        font-size: 35px; }
        .head-slider .carousel-item__content .primary-text h1 {
          font-size: 60px;
          font-weight: 500;
          margin-bottom: 24px;
          line-height: 0.9; }
        .head-slider .carousel-item__content .primary-text h3 {
          color: #b57f55;
          text-transform: uppercase;
          letter-spacing: 0.05em;
          font-size: 14px;
          line-height: 1.25em;
          margin-bottom: 1.25em;
          font-weight: 300; }
      .head-slider .carousel-item__content .secondary-text {
        font-family: var(--text-font-family);
        font-size: 20px;
        line-height: 1.2;
        color: #414848;
        text-shadow: none;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        text-align: inherit;
        letter-spacing: normal;
        word-spacing: normal;
        text-transform: none;
        margin-bottom: 40px; }
    .head-slider .carousel-item__wrapper {
      background-color: rgba(243, 245, 245, 0.4);
      border-radius: 12px;
      padding: 48px;
      backdrop-filter: blur(12px);
      width: 100%; }
    .head-slider .carousel-item__btn-links {
      margin-top: 1.5rem;
      display: flex;
      align-items: center; }
      .head-slider .carousel-item__btn-links a {
        display: block;
        color: #ffffff;
        font-size: 16px;
        text-shadow: none;
        line-height: 1.5;
        font-weight: 500;
        font-style: normal;
        text-decoration: none;
        text-align: inherit;
        word-spacing: normal;
        background-color: var(--primay-color);
        opacity: 1;
        padding: 12px 32px;
        box-shadow: none;
        border: 1px solid RGBA(255, 255, 255, 1);
        border-radius: 6px;
        transition: background 0.3s ease; }
        .head-slider .carousel-item__btn-links a:not(:last-child) {
          margin-right: 24px; }
        .head-slider .carousel-item__btn-links a:hover {
          background: white;
          color: var(--primay-color);
          border: 1px solid var(--primay-color); }
        .head-slider .carousel-item__btn-links a.active {
          background-color: white;
          color: black; }
          .head-slider .carousel-item__btn-links a.active:hover {
            background-color: transparent;
            color: white; }
        .head-slider .carousel-item__btn-links a.btn-link-secondary {
          display: inline-block;
          background: none;
          color: #b57f55;
          border-radius: 0;
          border: none;
          padding: 0;
          margin: 0;
          border-bottom: 1px solid rgba(181, 127, 85, 0.4);
          transition: border-bottom 0.3s ease; }
          .head-slider .carousel-item__btn-links a.btn-link-secondary:hover {
            border-bottom: 1px solid #b57f55; }
    .head-slider .carousel-item__social-links {
      display: flex;
      margin-top: 1.5rem; }
      .head-slider .carousel-item__social-links a {
        display: flex;
        font-size: 22px;
        color: RGBA(255, 255, 255, 0.6); }
        .head-slider .carousel-item__social-links a, .head-slider .carousel-item__social-links a:hover {
          text-decoration: none; }
        .head-slider .carousel-item__social-links a:not(:last-child) {
          margin-right: 1.5rem; }
  .head-slider .owl-dots {
    bottom: 20px;
    width: 100%;
    text-align: center; }
    .head-slider .owl-dots .owl-dot {
      color: #ffffff80 !important;
      width: 28px;
      height: 28px;
      line-height: 26px;
      text-align: center;
      border: 1px solid transparent !important;
      border-radius: 50% !important; }
      .head-slider .owl-dots .owl-dot::before {
        counter-increment: dots;
        content: counter(dots); }
      .head-slider .owl-dots .owl-dot.active {
        color: white !important;
        border-color: white !important; }
      .head-slider .owl-dots .owl-dot:not(:last-child) {
        margin-right: 0.5rem; }

@media (max-width: 640px) {
  .head-slider .carousel-item__content .primary-text {
    font-size: 26px; }
  .head-slider .carousel-item__content .secondary-text {
    font-size: 18px; }
  .head-slider .carousel-item__btn-links a {
    font-size: 77.5%; } }

@media (max-width: 767px) {
  .head-slider .carousel-item__inner {
    padding: 40px 15px 30px 15px; }
  .head-slider .owl-carousel .owl-nav .owl-next,
  .head-slider .owl-carousel .owl-nav .owl-prev {
    font-size: 75px !important; }
  .head-slider .owl-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    line-height: 18px; } }

@media (min-width: 768px) {
  .head-slider .carousel-item {
    padding-top: 30px; } }

@media (min-width: 992px) {
  .head-slider .carousel-item {
    padding-top: 40px; }
    .head-slider .carousel-item > .container {
      height: 100%; }
    .head-slider .carousel-item__inner {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }

@media (min-width: 1200px) {
  .head-slider .carousel-item {
    padding-top: 50px;
    min-height: 600px; }
    .head-slider .carousel-item__inner {
      padding: 15px 15px 30px 15px; }
    .head-slider .carousel-item__content {
      width: 50%; } }

@media (min-width: 1600px) {
  .head-slider .carousel-item {
    min-height: 820px;
    padding-top: 165px; }
    .head-slider .carousel-item__content .primary-text {
      font-size: 50px;
      line-height: 1.1em;
      width: auto; }
    .head-slider .carousel-item__content .secondary-text {
      font-size: 18px;
      line-height: 1.625; }
    .head-slider .carousel-item__btn-links {
      margin-top: 2rem; }
    .head-slider .carousel-item__social-links {
      margin-top: 2.8rem; } }

.content-section {
  padding: 15px 0;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: center; }
  .content-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px; }
  .content-section__feature-image img {
    width: 100%;
    border-radius: 12px; }
  .content-section__content {
    margin-top: 2rem; }
    .content-section__content .title {
      margin-bottom: 40px;
      position: relative; }
      .content-section__content .title::after {
        content: "";
        position: absolute;
        bottom: -1.8rem;
        left: 0;
        height: 3px;
        width: 100px;
        background-color: #f3f5f5; }
    .content-section__content .content {
      margin-top: 1rem;
      color: var(--text-color); }
      .content-section__content .content P {
        margin-bottom: 1.5rem; }
        .content-section__content .content P:last-child {
          margin-bottom: 0; }
      .content-section__content .content ul {
        padding-left: 2rem; }
        .content-section__content .content ul li {
          list-style-type: disc; }
      .content-section__content .content ol {
        padding-left: 2rem; }
        .content-section__content .content ol li {
          list-style-type: decimal; }
      .content-section__content .content--read-more {
        overflow: hidden; }
        .content-section__content .content--read-more.show {
          max-height: 90000px !important; }
    .content-section__content button[data-readmore-toggle],
    .content-section__content button[data-readmore] {
      color: #f3f5f5;
      margin-top: 1rem;
      border: none;
      outline: none;
      background: none;
      font-size: inherit;
      text-align: left;
      text-decoration: underline;
      padding-bottom: 1rem;
      font-weight: bold; }
      .content-section__content button[data-readmore-toggle]:hover,
      .content-section__content button[data-readmore]:hover {
        cursor: pointer; }
  .content-section__post .content-section__heading {
    margin-bottom: 3rem;
    text-align: center; }
    .content-section__post .content-section__heading .title {
      line-height: 1.2em;
      margin-bottom: 1rem; }
  .content-section__post .content-section__post-list {
    width: 100%; }
    .content-section__post .content-section__post-list .post-item {
      -webkit-transition: padding 0.3s ease-in-out;
      -o-transition: padding 0.3s ease-in-out;
      transition: padding 0.3s ease-in-out; }
      .content-section__post .content-section__post-list .post-item__image-overview {
        margin: 0 auto; }
        .content-section__post .content-section__post-list .post-item__image-overview img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      .content-section__post .content-section__post-list .post-item__title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        line-height: 2rem;
        word-break: break-word; }
      .content-section__post .content-section__post-list .post-item__desc {
        font-size: 1.1rem;
        color: gray;
        margin-bottom: 1rem; }
      .content-section__post .content-section__post-list .post-item__link {
        font-weight: bold;
        text-decoration: underline; }
  .content-section__post.content-section--layout_news .content-section__post-list .post-item {
    padding: 0 1rem;
    text-align: center; }
    .content-section__post.content-section--layout_news .content-section__post-list .post-item__image-overview {
      width: 100%;
      height: 160px;
      margin-bottom: 2rem; }
    .content-section__post.content-section--layout_news .content-section__post-list .post-item__title {
      font-size: 1.4rem;
      font-weight: normal; }
    .content-section__post.content-section--layout_news .content-section__post-list .post-item__desc {
      font-size: 1rem; }
    .content-section__post.content-section--layout_news .content-section__post-list .post-item__link {
      font-size: 1rem;
      text-decoration: none; }
  .content-section__post.content-section--layout_pijler .content-section__post-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem; }
    .content-section__post.content-section--layout_pijler .content-section__post-list .post-item {
      padding: 0;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: transform 0.2s ease, box-shadow 0.2s ease; }
      .content-section__post.content-section--layout_pijler .content-section__post-list .post-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14); }
      .content-section__post.content-section--layout_pijler .content-section__post-list .post-item__image-overview {
        width: 100%;
        height: 180px;
        margin: 0; }
        .content-section__post.content-section--layout_pijler .content-section__post-list .post-item__image-overview img {
          border-radius: 0; }
      .content-section__post.content-section--layout_pijler .content-section__post-list .post-item__title {
        padding: 1.25rem 1.5rem 0.5rem; }
      .content-section__post.content-section--layout_pijler .content-section__post-list .post-item__desc {
        padding: 0 1.5rem;
        margin-bottom: 0;
        flex: 1; }
      .content-section__post.content-section--layout_pijler .content-section__post-list .post-item__link {
        padding: 1rem 1.5rem 1.5rem;
        margin-top: 0;
        color: var(--link-color);
        text-decoration: none; }
        .content-section__post.content-section--layout_pijler .content-section__post-list .post-item__link:hover {
          text-decoration: underline; }

.webshop-list-items .owl-stage-outer {
  margin-right: -50px; }
  .webshop-list-items .owl-stage-outer .owl-stage {
    padding: 20px 0; }
    .webshop-list-items .owl-stage-outer .owl-stage .owl-item {
      padding: 0 10px; }

@media (min-width: 768px) {
  .content-section {
    padding: 75px 0; }
    .content-section__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 0; }
    .content-section__feature-image {
      width: 40%;
      padding-right: 25px; }
    .content-section__content {
      width: 60%;
      padding-left: 25px;
      margin-top: 0rem; }
      .content-section__content.no-image {
        width: 100%;
        padding-left: 0; }
    .content-section--layout_right .content-section__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .content-section--layout_right .content-section__feature-image {
      padding-right: 0;
      padding-left: 25px; }
    .content-section--layout_right .content-section__content {
      padding-left: 0;
      padding-right: 25px; }
    .content-section--layout_top .content-section__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .content-section--layout_top .content-section__feature-image {
      width: 100%;
      padding: 0;
      margin-bottom: 2rem; }
    .content-section--layout_top .content-section__content {
      width: 100%;
      padding: 0; }
    .content-section--layout_bottom .content-section__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .content-section--layout_bottom .content-section__feature-image {
      width: 100%;
      padding: 0;
      margin-top: 2rem; }
    .content-section--layout_bottom .content-section__content {
      width: 100%;
      padding: 0; }
    .content-section__post.content-section--layout_pijler .content-section__post-list {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem; }
  .content-section--webshop.content-section--layout_left .content-section__content {
    padding-left: 60px; }
  .content-section--webshop.content-section--layout_right .content-section__content {
    padding-right: 60px; } }

@media (min-width: 768px) {
  .webshop-item .nf_olo_name span {
    font-size: 16px; } }

@media (min-width: 992px) {
  .content-section__post.content-section--layout_pijler .content-section__post-list {
    grid-template-columns: repeat(4, 1fr); }
    .content-section__post.content-section--layout_pijler .content-section__post-list .post-item {
      padding: 0; } }

@media (min-width: 1200px) {
  .content-section__post.content-section--layout_pijler .content-section__post-list {
    gap: 2rem; }
    .content-section__post.content-section--layout_pijler .content-section__post-list .post-item {
      padding: 0; } }

@media (min-width: 1600px) {
  .content-section__post .content-section__post-list {
    gap: 3rem; }
    .content-section__post .content-section__post-list .post-item {
      padding: 3rem; }
  .content-section__post.content-section--layout_pijler .content-section__post-list {
    gap: 2rem; }
    .content-section__post.content-section--layout_pijler .content-section__post-list .post-item {
      padding: 0; } }

.our-directors-slider {
  padding: 75px 0; }
  .our-directors-slider .content-section__content {
    width: 100%;
    margin: auto;
    margin-bottom: 35px; }
    .our-directors-slider .content-section__content .content,
    .our-directors-slider .content-section__content .title-block {
      text-align: center; }
    .our-directors-slider .content-section__content .title-block {
      position: relative;
      width: max-content;
      margin: auto; }
      .our-directors-slider .content-section__content .title-block:after {
        display: none; }
    .our-directors-slider .content-section__content .content {
      font-size: 18px; }
  .our-directors-slider .carousel-item a {
    text-decoration: none;
    color: #203846; }
  .our-directors-slider .carousel-item .card {
    padding: 0 10px; }
    .our-directors-slider .carousel-item .card .card-img-top {
      width: 100%;
      height: 304px;
      object-fit: cover; }
    .our-directors-slider .carousel-item .card .card-body {
      text-align: center;
      padding: 10px 10px; }
      .our-directors-slider .carousel-item .card .card-body .card-name {
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 0; }
      .our-directors-slider .carousel-item .card .card-body .card-position {
        font-size: 18px; }
      .our-directors-slider .carousel-item .card .card-body .card-text {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 20px; }
      .our-directors-slider .carousel-item .card .card-body .card-status {
        height: 30px;
        display: flex;
        justify-content: center;
        margin-top: 8px; }
      .our-directors-slider .carousel-item .card .card-body .card-socials {
        display: flex;
        justify-content: center; }
        .our-directors-slider .carousel-item .card .card-body .card-socials li {
          margin: 4px 6px;
          cursor: pointer; }
          .our-directors-slider .carousel-item .card .card-body .card-socials li i {
            font-size: 26px; }
        .our-directors-slider .carousel-item .card .card-body .card-socials li.card-socials-linkedin i {
          color: #0a66c2; }
        .our-directors-slider .carousel-item .card .card-body .card-socials li.card-socials-email i {
          color: #f84437; }
  .our-directors-slider .carousel-item .card .card-item {
    border: 1px solid transparent; }
    .our-directors-slider .carousel-item .card .card-item:hover {
      border: 1px solid #ccc;
      box-shadow: 2px 2px 2px #ccc;
      transition: all 1s; }
  .our-directors-slider .owl-carousel .owl-stage-outer {
    z-index: 10; }
  .our-directors-slider .owl-carousel .owl-next {
    right: -54px !important; }
    .our-directors-slider .owl-carousel .owl-next span {
      color: #1473e6; }
  .our-directors-slider .owl-carousel .owl-prev {
    left: -54px !important; }
    .our-directors-slider .owl-carousel .owl-prev span {
      color: #1473e6; }
  .our-directors-slider .owl-carousel .owl-dots {
    bottom: -44px; }
    .our-directors-slider .owl-carousel .owl-dots button.owl-dot {
      border: 1px solid #ccc;
      border-radius: 50%;
      margin: 0 4px;
      width: 20px;
      height: 20px;
      background-color: transparent; }
    .our-directors-slider .owl-carousel .owl-dots button.owl-dot.active {
      background-color: #ccc;
      transition: all 1s; }

.teams-content {
  padding: 75px 0; }
  .teams-content .btn-more-action a {
    display: none; }
  .teams-content .content-section__content {
    width: 100%;
    margin: auto; }
    .teams-content .content-section__content .content,
    .teams-content .content-section__content .title-block {
      text-align: center;
      padding-bottom: 55px; }
    .teams-content .content-section__content .title-block {
      position: relative;
      width: max-content;
      margin: auto; }
      .teams-content .content-section__content .title-block:after {
        display: none; }
    .teams-content .content-section__content .content {
      font-size: 18px;
      max-width: 920px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .teams-content .content-section__content .content .sub-title-block {
        font-size: 16px;
        width: 50%;
        text-align: left;
        padding: 0 20px;
        margin-bottom: 0; }
  .teams-content .teams-content-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    padding-top: 26px; }
    .teams-content .teams-content-list .teams-content-item {
      width: 25%;
      padding: 10px;
      text-align: center;
      margin-bottom: 50px; }
      .teams-content .teams-content-list .teams-content-item .teams-content-item-image .card-img-top {
        width: 150px;
        height: 150px;
        border-radius: 90%;
        object-fit: cover; }
      .teams-content .teams-content-list .teams-content-item .teams-content-item-name {
        font-size: 18px;
        font-weight: 600;
        color: #1473e6;
        padding: 20px 10px 0px; }
      .teams-content .teams-content-list .teams-content-item .teams-content-item-position {
        font-size: 15px; }

@media (max-width: 992px) {
  .teams-content .teams-content-list .teams-content-item {
    width: calc(100% / 3); }
  .teams-content .content-section__content {
    padding-left: 0; } }

@media (max-width: 768px) {
  .teams-content .teams-content-list .teams-content-item {
    width: calc(100% / 2);
    display: none; }
  .teams-content .content-section__content .content p.sub-title-block {
    width: 100%;
    margin-bottom: 20px; }
  .teams-content .btn-more-action {
    display: flex;
    justify-content: center; }
    .teams-content .btn-more-action a {
      color: #1473e6;
      border: none;
      outline: none;
      background: none;
      font-size: 16px;
      text-align: left;
      text-decoration: underline;
      padding-bottom: 1rem;
      font-weight: bold;
      display: block; }
  .teams-content .btn-more-action.showless_teams a {
    display: none; } }

@media (max-width: 480px) {
  .teams-content {
    padding: 75px 0 0; }
    .teams-content .teams-content-list .teams-content-item {
      width: 50%;
      margin-bottom: 20px; }
    .teams-content .content-section__content .content {
      padding-bottom: 0; } }

@media (max-width: 414px) {
  .teams-content {
    padding: 75px 0 0; }
    .teams-content .teams-content-list .teams-content-item {
      width: 50%;
      margin-bottom: 20px; }
      .teams-content .teams-content-list .teams-content-item .teams-content-item-image .card-img-top {
        width: 130px;
        height: 130px; }
      .teams-content .teams-content-list .teams-content-item .teams-content-item-name {
        font-size: 16px;
        padding: 6px 6px 0px; }
      .teams-content .teams-content-list .teams-content-item .teams-content-item-position {
        font-size: 14px; }
    .teams-content .content-section__content .content {
      padding-bottom: 0; } }

/* @import 'bootstrap-reboot.scss'; */
/* @import 'bootstrap.scss'; */

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

/* FOOTER */
:root {
  --color-operational: #E67E22;
  /* Operational Tools orange */
  --color-ontwikkeling: #27AE60;
  --color-bluelearning: #2980B9;
  --ink: #14181f;
  --radius-sm: 8px;
  --transition: 180ms ease;
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, .72);
  margin-top: 2rem;
}

.site-footer .container {
  padding-inline: 1.25rem;
}

.site-footer a {
  color: rgba(255, 255, 255, .72);
}

.site-footer a:hover {
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2.5rem;
  padding-block: 3.5rem;
}

.footer-brand .brand {
  color: #fff;
  margin-bottom: 1rem;
  display: inline-block;
}

.footer-brand .brand__mark {
  height: 56px;
  max-width: 100%;
}

.footer-col h4 {
  color: #fff !important;
  font-size: 1.35rem !important;
  margin-bottom: 1rem;
  letter-spacing: .02em;
}

.footer-col ul {
  display: grid;
  gap: .55rem;
  font-size: 1rem;
  list-style: none;
}

.footer-col p {
  font-size: .9rem;
}

.footer-pillar {
  display: flex;
  align-items: center;
  gap: .55rem;
}

.footer-pillar .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: none;
}

.footer-pillar.ontwikkeling {
  background: var(--color-ontwikkeling);
}

.footer-pillar.operational {
  background: var(--color-operational);
}

.footer-pillar.bluelearning {
  background: var(--color-bluelearning);
}

.socials {
  display: flex;
  gap: .6rem;
  margin-top: 1rem;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, .18);
  display: grid;
  place-items: center;
  transition: background var(--transition), border-color var(--transition);
}

.social-link:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .4);
}

.social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-block: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  font-size: .85rem;
}

.footer-bottom ul {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  list-style: none;
}

.site-footer .footer__desc * {
  color: rgba(255, 255, 255, .72);
}

.site-footer .footer__desc>* {
  margin-bottom: 10px;
}

.site-footer .footer__desc h1 {
  font-size: 28px;
  line-height: 1.4;
}

.site-footer .footer__desc h2 {
  font-size: 24px;
  line-height: 1.4;
}

.site-footer .footer__desc h3 {
  font-size: 20px;
  line-height: 1.4;
}

.site-footer .footer__desc h4 {
  font-size: 16px;
  line-height: 1.4;
}

.site-footer .footer__desc ul li {
  margin-left: 1.5rem;
  margin-bottom: 4px;
}

@media (max-width: 860px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}