@import url(https://fonts.googleapis.com/css?family=Lato);
@charset "UTF-8";
.knowledge_page .paragraph--type--download .field-field-paragraph-body p, .exam-title h1, .media-card .field-field-card-text {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.paragraph--type--paragraph-video .field-field-video-caption, .paragraph--type--paragraph-video .plyr--video .plyr__controls:after, .paragraph--type--links ul li a, .field-field-harmonica-awnser li:before, .paragraph--type--graphic .textual, .path-welkom .block-system-main-block ul > li a,
.path-welkom .block-system-main-block ul > li span,
.path-welkom-vso .block-system-main-block ul > li a,
.path-welkom-vso .block-system-main-block ul > li span, .path-welkom .start-welkom .intro,
.path-welkom-vso .start-welkom .intro, h1, body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

button,
input[type=submit],
.btn,
.paragraph--type--graphic .field-field-graphic-link a,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a,
.exam-link a,
.reexam-link a,
a.export-csv, .paragraph--type--quote-half .field-field-text-right, .exam-title span, .alert-box-wrapper .alert-box .field-field-alert-text, .field-field-question li, .knowledge_page .field-field-paragraph-body p, .veq-question-container li:before, strong {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.paragraph--type--informative .field-field-paragraph-link a, .paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-table table tbody tr .col_1, .paragraph--type--download .paragraph-download-button-wrapper a, .back-button-wrapper a, .alert-box-wrapper .alert-box .field-field-alert-title, .media-card .card-wrapper .field-field-card-url-text .card-button-wrapper, .sub-title, .block-alert h2, .veq-question-container .answer-description, .link-button, .link-with-arrow, .field-field-intro-text, h1 > strong,
h2 > strong,
h3 > strong,
h4 > strong,
h5 > strong,
h6 > strong {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
}

em {
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  font-style: italic;
}

strong em,
em strong {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
}

html {
  box-sizing: border-box;
  font-size: 18px;
}

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

body {
  white-space: normal;
  word-wrap: normal;
  -webkit-hyphens: manual;
          hyphens: manual;
  color: #3b3b3b;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-feature-settings: "kern";
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
}

abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
  -webkit-hyphens: none;
          hyphens: none;
}

picture,
img,
svg {
  max-width: 100%;
  height: auto;
}
a picture,
a img,
a svg {
  border: 0;
}

ul {
  list-style: disc;
}

ol,
ul {
  margin: 30px 0 1em;
  padding-left: 17px;
  line-height: 29px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

p {
  margin: 0 0 1rem;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #404040;
  font-family: "Poppins", sans-serif !important;
  font-weight: normal;
  letter-spacing: -1px;
}
h1 {
  font-size: 35px;
  line-height: 65px;
}
@media (width >= 768px) {
  h1 {
    font-size: 50px;
  }
}
h1::first-line {
  font-weight: 700;
}

.bigger-heading {
  font-size: 250%;
  line-height: 1;
}

h1,
h2 {
  margin-bottom: 20px;
}

h2 {
  font-size: 24px;
  font-weight: 500;
}
@media (width >= 1024px) {
  h2 {
    font-size: 38px;
  }
}

h2.green {
  color: #009444;
  font-size: 25px !important;
}
@media (width >= 1024px) {
  h2.green {
    font-size: 38px !important;
  }
}

h3 {
  margin-bottom: 1rem;
}

h3.green {
  color: #009444;
  font-size: 25px;
}

h4 {
  color: #3b3b3b;
}

a {
  transition: color 0.2s ease;
  text-decoration: none;
  color: #f66904;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: currentColor;
}
a h2 {
  font-size: 25px;
}
a:hover, a:focus {
  text-decoration: underline;
}

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

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

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

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

img[style*="float: left"] {
  display: inline-block;
  margin-right: 20px;
}

img[style*="float: right"] {
  display: inline-block;
  margin-left: 20px;
}

.field-field-intro-text {
  padding-right: 20px;
  color: #404040;
  letter-spacing: 0.3px;
  line-height: 30px;
}

.paragraph--type--text {
  margin-bottom: 50px;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  white-space: normal;
  word-wrap: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

abbr,
blockquote,
code,
kbd,
q,
samp {
  -webkit-hyphens: none;
          hyphens: none;
}

body.path-frontpage {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgb(249, 249, 249) 30%, rgb(245, 245, 245) 100%);
}

@media (width >= 1024px) {
  .back-button-wrapper,
  .container,
  .cta-container .menu--participate-footer,
  #block-onzepartners {
    max-width: 1170px;
    margin: 0 auto;
  }
  .back-button-wrapper::after,
  .container::after,
  .cta-container .menu--participate-footer::after,
  #block-onzepartners::after {
    display: block;
    clear: both;
    content: "";
  }
  @supports (display: flow-root) {
    .back-button-wrapper,
    .container,
    .cta-container .menu--participate-footer,
    #block-onzepartners {
      display: flow-root;
    }
    .back-button-wrapper::after,
    .container::after,
    .cta-container .menu--participate-footer::after,
    #block-onzepartners::after {
      content: none;
    }
  }
}

.region-tasks {
  padding-top: 20px;
  padding-left: 0;
  margin: 0 auto;
}
@media (width >= 1024px) {
  .region-tasks {
    padding-left: 40px;
  }
}

.block-local-tasks-block {
  margin-bottom: 20px;
}

.region-header,
.region-primary-menu {
  margin: 0 20px;
}
.region-header::after,
.region-primary-menu::after {
  display: block;
  clear: both;
  content: "";
}
@supports (display: flow-root) {
  .region-header,
  .region-primary-menu {
    display: flow-root;
  }
  .region-header::after,
  .region-primary-menu::after {
    content: none;
  }
}
@media (width >= 1170px) {
  .region-header,
  .region-primary-menu {
    margin: 0 40px;
  }
}

.region-header {
  margin: 0 0 0 auto;
}

.region-primary-menu {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
.region-primary-menu ul.menu {
  margin: auto 0 0 0;
}

.region-footer {
  margin: 20px;
}
@media (width >= 1170px) {
  .region-footer {
    margin: 40px 40px;
  }
}

.region-content {
  margin: 40px 40px;
}
@media (width >= 1170px) {
  .region-content {
    margin: 0;
  }
}

.overview-page:not(.knowledge_page) [id=block-ve-page-title] {
  max-width: 770px;
  margin: 20px auto 0;
}
.overview-page:not(.knowledge_page) [id=block-ve-page-title] .block-content {
  max-width: 700px;
}
@media (width >= 1024px) {
  .overview-page .region-content {
    max-width: 1170px;
    margin: 40px auto 0 auto;
    padding: 0 20px;
  }
}
@media (width >= 1170px) {
  .overview-page .region-content {
    padding: 0;
  }
}

@media (width >= 1024px) {
  .region-tasks {
    max-width: 1170px;
    padding: 0 20px;
  }
}
@media (width >= 1170px) {
  .region-tasks {
    padding: 0;
  }
}

header {
  position: sticky;
  z-index: 99;
  top: 0;
  border-bottom: 5px solid #F4F4F4;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
header a {
  text-decoration: none;
  color: #009444;
}
header ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .container, header .cta-container .menu--participate-footer, .cta-container header .menu--participate-footer, header #block-onzepartners {
  margin: 0 20px;
}
@media (width >= 1024px) {
  header .container, header .cta-container .menu--participate-footer, .cta-container header .menu--participate-footer, header #block-onzepartners {
    margin: auto auto 0 auto;
  }
}
header .header-bottom {
  display: none;
}
@media (width >= 1024px) {
  header .header-bottom {
    width: 100%;
    display: flex;
    padding: 0 20px;
  }
  header .header-bottom > div {
    width: 100%;
  }
}
header .header-bottom a {
  color: #404040;
}
header .region-header {
  display: inline-block;
}
@media (width >= 1024px) {
  header .region-header {
    display: block;
  }
}
header .header-top {
  width: 100%;
  background: #fff sassvg("VVN-Verkeersexamen-mobile", #009444) no-repeat center/40%;
}
@media (width >= 1024px) {
  header .header-top {
    background-color: #fff;
    display: none;
  }
}
header .header-top button.header-menu-button,
header .header-top button.header-account-button {
  width: 36px;
  min-width: 0;
  height: 47px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: 0;
  background: sassvg("menu", #404040) no-repeat left/24px 24px;
}
@media (width >= 1024px) {
  header .header-top button.header-menu-button,
  header .header-top button.header-account-button {
    display: none;
  }
}
header .header-top button.header-account-button {
  float: right;
  width: 48px;
  background: sassvg("person", #404040) no-repeat right/32px 32px;
}
header .header-top button:hover, header .header-top button:focus, header .header-top button:active {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

footer {
  position: relative;
  z-index: 2;
  padding-top: 52px;
  background-color: #fff;
}
footer::after {
  display: block;
  clear: both;
  content: "";
}
@supports (display: flow-root) {
  footer {
    display: flow-root;
  }
  footer::after {
    content: none;
  }
}
@media (width >= 768px) {
  footer {
    padding-top: 78px;
  }
}
footer .container, footer .cta-container .menu--participate-footer, .cta-container footer .menu--participate-footer, footer #block-onzepartners {
  max-width: 964px;
}
footer h2 {
  display: none;
  margin: 1rem 0;
  font-size: 1.1rem;
}
footer h2,
footer a {
  color: #3b3b3b;
  font-size: 15px;
}
footer ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .block-menu,
footer .block-ve-contact-block {
  margin-bottom: 2.5rem;
}
@media (width >= 1170px) {
  footer .block-menu:first-child {
    margin-right: 62px;
  }
  footer .block-menu:nth-child(2) {
    margin-right: 27px;
  }
}
@media (width >= 1170px) {
  footer #block-footersocial {
    top: 7px;
    left: 16px;
  }
}
footer .region-footer {
  display: block;
}
footer .region-footer::after {
  display: block;
  clear: both;
  content: "";
}
@supports (display: flow-root) {
  footer .region-footer {
    display: flow-root;
  }
  footer .region-footer::after {
    content: none;
  }
}
@media (width >= 1024px) {
  footer .region-footer {
    margin: 70px 0 0 0;
  }
  footer .region-footer .block-ve-contact-block {
    float: left;
    width: 242.6666666667px;
  }
}
@media (width >= 1170px) {
  footer .region-footer {
    display: flex;
    justify-content: space-between;
  }
}
footer .region-footer .menu .menu-item {
  line-height: 35px;
}

#block-footersocial .menu {
  display: flex;
}
#block-footersocial .menu .menu-item {
  margin-right: 10px;
}
#block-footersocial h2 {
  display: none;
}
#block-footersocial a[href*="facebook.com"],
#block-footersocial a[href*="twitter.com"],
#block-footersocial a[href*="youtube.com"] {
  content: "";
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  background-color: #009444;
  border-radius: 25px;
  font-size: 0;
}
#block-footersocial a[href*="facebook.com"]:before,
#block-footersocial a[href*="twitter.com"]:before,
#block-footersocial a[href*="youtube.com"]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
}
#block-footersocial a[href*="facebook.com"]:before {
  width: 10px;
  background: sassvg("footer-facebook", #fff) no-repeat center/contain;
}
#block-footersocial a[href*="twitter.com"]:before {
  width: 20px;
  height: 17px;
  background: sassvg("footer-twitter", #fff) no-repeat center/contain;
}
#block-footersocial a[href*="youtube.com"]:before {
  width: 19px;
  height: 14px;
  background: sassvg("footer-youtube", #fff) no-repeat center/contain;
}

.levenslijn {
  background: url("../img/icons/levenslijn-mobile.svg"), #fff;
  background-repeat: no-repeat, repeat-x;
  background-position: center center;
  background-size: contain;
  margin-bottom: 30px;
}
.levenslijn::after {
  display: block;
  clear: both;
  content: "";
}
@supports (display: flow-root) {
  .levenslijn {
    display: flow-root;
  }
  .levenslijn::after {
    content: none;
  }
}
.levenslijn:after {
  display: block;
  padding-bottom: 40%;
  content: "";
}
@media (width >= 768px) {
  .levenslijn {
    background: url("../img/icons/levenslijn-tablet.svg"), #fff;
    background-repeat: no-repeat, repeat-x;
    background-position: center center;
    background-size: contain;
  }
  .levenslijn:after {
    padding-bottom: 20%;
  }
}
@media (width >= 1024px) {
  .levenslijn {
    padding-top: 125px;
    background: url("../img/icons/levenslijn.svg") no-repeat center center, sassvg("levenslijn-balk") repeat-x center center;
  }
  .levenslijn:after {
    display: none;
  }
}

#block-onzepartners {
  position: relative;
}
#block-onzepartners #block-onzepartners-menu {
  display: block;
  font-family: "Poppins";
  color: #404040;
  font-size: 0.83rem;
}
#block-onzepartners .menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
}
@media (width >= 1170px) {
  #block-onzepartners .menu {
    width: 65%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 210px;
    margin-left: -7px;
  }
}
#block-onzepartners .menu .menu-item {
  margin-right: 26px;
}
#block-onzepartners .menu .menu-item img {
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  width: 100%;
}
@media (width >= 1170px) {
  #block-onzepartners .menu .menu-item:last-child() {
    position: absolute;
    top: 2px;
    right: -1px;
    margin-right: 0;
  }
}
#block-onzepartners .menu-item a {
  display: none;
}

.page.intro-enabled .block-system-main-block .node {
  position: relative;
}
.page.intro-enabled .intro-wrapper {
  display: flex;
  position: relative;
}
.page.intro-enabled .block-page-title-block {
  position: relative;
  padding-top: 16px;
}
@media (width >= 640px) {
  .page.intro-enabled .block-page-title-block {
    width: 75%;
  }
}
@media (width >= 1024px) {
  .page.intro-enabled .block-page-title-block {
    width: 50%;
  }
}
@media (width >= 1170px) {
  .page.intro-enabled .block-page-title-block {
    width: 42%;
    margin-top: 100px;
  }
}
.page.intro-enabled .block-page-title-block:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 6px;
  margin-top: 25px;
  margin-bottom: 6px;
  background: #008d36;
  border-radius: 3px;
}
.page.intro-enabled .block-page-title-block h1 {
  padding-left: 37px;
  line-height: 55px;
  word-break: break-word;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}
@media (width >= 512px) {
  .page.intro-enabled .block-page-title-block h1 {
    width: 75%;
    font-size: 35px;
  }
}
@media (width >= 1024px) {
  .page.intro-enabled .block-page-title-block h1 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: -20px;
    font-size: 35px;
  }
}
@media (width >= 1170px) {
  .page.intro-enabled .block-page-title-block h1 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
  }
}
.page.intro-enabled .intro-text-wrapper {
  position: relative;
  margin: 160px 20px 60px -20px;
  padding: 36px 0 56px;
  max-width: 770px;
  background: rgb(0, 166, 84);
  background: linear-gradient(180deg, rgb(0, 166, 84) 0%, rgb(0, 166, 84) 73%, rgb(0, 149, 75) 100%);
}
@media (width >= 512px) {
  .page.intro-enabled .intro-text-wrapper {
    margin: 220px 20px 60px -20px;
  }
}
@media (width >= 768px) {
  .page.intro-enabled .intro-text-wrapper {
    margin: 320px 20px 60px -20px;
  }
}
@media (width >= 1024px) {
  .page.intro-enabled .intro-text-wrapper {
    margin: 115px 0 60px 200px;
  }
}
@media (width >= 1170px) {
  .page.intro-enabled .intro-text-wrapper {
    margin: 118px 0 60px 200px;
  }
}
.page.intro-enabled .intro-text-wrapper:before {
  position: absolute;
  top: -40px;
  height: 40px;
  content: "";
  background: #00a654;
  z-index: -3;
  width: 100%;
}
.page.intro-enabled .intro-text-wrapper:after {
  position: absolute;
  right: 0;
  bottom: -20px;
  content: "";
  width: 100%;
  height: 20px;
  background: sassvg("stripes", #CCEDDB) repeat right bottom;
}
.page.intro-enabled .intro-text-wrapper h2 div {
  margin-bottom: 31px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  line-height: 48px;
  font-size: 28px;
  font-weight: 400;
  font-family: "Poppins";
}
@media (width >= 1024px) {
  .page.intro-enabled .intro-text-wrapper h2 div {
    font-size: 38px;
    padding-left: 13%;
    padding-right: 18%;
  }
}
.page.intro-enabled .intro-text-wrapper .button-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: baseline;
  flex-direction: column;
}
@media (width >= 512px) {
  .page.intro-enabled .intro-text-wrapper .button-wrapper {
    flex-direction: row;
  }
}
@media (width >= 1024px) {
  .page.intro-enabled .intro-text-wrapper .button-wrapper {
    padding-left: 13%;
    padding-right: 18%;
    min-width: 770px;
  }
}
.page.intro-enabled .intro-text-wrapper .button-wrapper .intro-primary-button {
  position: relative;
  display: block;
  margin-right: 20px;
  padding: 13px 55px 13px 26px;
  color: #404040;
  background: white;
  border-radius: 25px;
  text-transform: unset;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Poppins";
}
.page.intro-enabled .intro-text-wrapper .button-wrapper .intro-primary-button:after {
  position: absolute;
  right: 25px;
  top: 20px;
  content: "";
  width: 16px;
  height: 12px;
  background: sassvg("arrow-orange", #f66904) no-repeat center right;
}
.page.intro-enabled .intro-text-wrapper .button-wrapper .intro-secondary-button {
  color: white;
  text-decoration: underline;
}
.page.intro-enabled .intro-image-wrapper {
  position: absolute;
  z-index: -2;
  margin-left: 20px;
  width: 100%;
}
@media (width >= 512px) {
  .page.intro-enabled .intro-image-wrapper {
    margin-left: unset;
    right: -20px;
    text-align: right;
  }
}
@media (width >= 1024px) {
  .page.intro-enabled .intro-image-wrapper {
    right: -20px;
    bottom: 90%;
    width: 50%;
    height: 33%;
  }
}
@media (width >= 1170px) {
  .page.intro-enabled .intro-image-wrapper {
    width: 790px;
    right: -120px;
    bottom: 107%;
  }
}
.page.intro-disabled .block-page-title-block {
  position: relative;
}
.page.intro-disabled .block-page-title-block:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 6px;
  margin-top: 4px;
  margin-bottom: 0;
  background: #008d36;
  border-radius: 3px;
}
.page.intro-disabled .block-page-title-block h1 {
  margin-bottom: 0;
  margin-top: 40px;
  padding-left: 37px;
  line-height: 35px;
  word-break: break-word;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}
@media (width >= 1024px) {
  .page.intro-disabled .block-page-title-block h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
.page.intro-disabled .intro-text {
  position: relative;
  margin-bottom: 50px;
}
.page.intro-disabled .intro-text:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 6px;
  margin-top: -20px;
  margin-bottom: -7px;
  background: #008d36;
  border-radius: 3px;
}
.page.intro-disabled .intro-text .field-field-intro-text {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 37px;
  max-width: 940px;
  font-weight: 600;
}
.page .field-field-body {
  max-width: 100%;
}
@media (width >= 1024px) {
  .page .field-field-body {
    margin: 0 auto;
    max-width: 770px;
  }
}
.page.intro-enabled .alert-box-wrapper {
  position: relative;
}
.page.intro-enabled .alert-box-wrapper:before {
  display: none;
}
.page.intro-enabled .alert-box-wrapper .alert-box {
  width: 100%;
  margin-left: 0;
  margin-bottom: 40px;
}
@media (width >= 1024px) {
  .page.intro-enabled .alert-box-wrapper .alert-box {
    max-width: 770px;
    margin: 0 auto 50px;
  }
}

.overview-page .alert-box-wrapper {
  max-width: 770px;
  margin: 20px auto 0;
}
.overview-page .alert-box-wrapper:before {
  display: none;
}
.overview-page .alert-box-wrapper .alert-box {
  margin-left: 0;
}

.knowledge_page .region-content {
  margin-top: 16px;
}
.knowledge_page h1 {
  margin-bottom: 30px;
  font-size: 50px;
  font-family: "Poppins", sans-serif;
}
.knowledge_page h1:first-line {
  font-weight: 700;
}
.knowledge_page.has-no-sidebar h1 {
  margin-bottom: 0;
}
.knowledge_page.has-no-sidebar .block-page-title-block,
.knowledge_page.has-no-sidebar .block-system-main-block {
  position: relative;
}
.knowledge_page.has-no-sidebar .block-page-title-block:nth-child(2):before,
.knowledge_page.has-no-sidebar .block-system-main-block:nth-child(2):before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 6px;
  background: #008d36;
}
.knowledge_page.has-no-sidebar .block-page-title-block:nth-child(2) .block-content,
.knowledge_page.has-no-sidebar .block-system-main-block:nth-child(2) .block-content {
  padding-left: 52px;
}
.knowledge_page.has-no-sidebar .paragraph--type--text:nth-child(1) {
  position: relative;
}
.knowledge_page.has-no-sidebar .paragraph--type--text:nth-child(1):before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 6px;
  background: #008d36;
}
.knowledge_page.has-no-sidebar .paragraph--type--text:nth-child(1) .field-field-paragraph-body {
  padding-left: 52px;
}
.knowledge_page .block-page-title-block:before {
  border-radius: 3px 3px 0 0;
}
.knowledge_page .block-system-main-block:before {
  border-radius: 0 0 3px 3px;
}
.knowledge_page .block-system-main-block .block-content {
  margin-bottom: 42px;
}
.knowledge_page .block-views-blockknowledge-themes-theme-block h2 {
  margin-top: -3px;
  margin-bottom: 33px;
  color: #404040;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  word-break: break-word;
}
@media (width >= 1024px) {
  .knowledge_page .block-views-blockknowledge-themes-theme-block h2 {
    font-size: 38px;
  }
}
.knowledge_page .field-field-paragraph-body ul {
  padding-left: 16px;
  color: #009444;
}
.knowledge_page .field-field-paragraph-body ul li {
  color: #3b3b3b;
}
.knowledge_page .field-field-paragraph-media {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.knowledge_page .media-image,
.knowledge_page .media-video {
  flex: 0 0 auto;
  border-radius: 0.5em;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 1.8em;
}
.knowledge_page .media-image:before, .knowledge_page .media-image:after,
.knowledge_page .media-video:before,
.knowledge_page .media-video:after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  width: 50px;
  height: 50px;
  content: "";
  cursor: pointer;
  color: #fff;
  background: sassvg("expand", #fff);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  font-size: 40px;
  pointer-events: none;
}
.knowledge_page .media-video:before, .knowledge_page .media-video:after {
  top: 50%;
  left: 50%;
  bottom: unset;
  transform: translateX(-50%) translateY(-50%);
}
.knowledge_page .media-video:before {
  z-index: 1;
  background: sassvg("play-bg", #009444);
}
.knowledge_page .media-video:after {
  z-index: 2;
  background: sassvg("play", #fff);
}
.knowledge_page #cboxClose {
  display: none;
}

.link-with-arrow {
  color: #3b3b3b;
  border-bottom: 1px solid #009444;
  position: relative;
  padding-right: 1.5em;
  display: inline-block;
}
.link-with-arrow::after {
  content: "";
}
.link-with-arrow:hover, .link-with-arrow:focus {
  text-decoration: none;
  color: #009444;
}

hr {
  color: #f5f5f5;
  border: none;
  border-top: 0.1em solid;
}

.link-button {
  height: 50px;
  color: #fff;
  position: relative;
  display: inline-block;
  background: #f66904;
  text-decoration: none;
  border-radius: 25px;
  line-height: 33px;
  margin-bottom: 1em;
  padding: 10px 25px;
  transition: background-color 0.15s ease-in-out;
}
.link-button-with-arrow {
  padding: 0.5em 2.5em 0.5em 1em;
}
.link-button-with-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
  width: 1em !important;
  height: 1em !important;
  background: sassvg("arrow-right-white", #fff) no-repeat center center/contain;
}
.link-button:hover, .link-button:focus {
  text-decoration: none;
  background-color: #f66904;
}

[id=block-knowledge-themes-theme-block] .field-field-theme a,
[id=block-knowledge-themes-theme-block-specific] .field-field-theme a {
  display: block;
  line-height: 0;
  box-shadow: 8px 8px 0 #009444;
  border-radius: 0.5em;
  overflow: hidden;
  margin-bottom: 0.8em;
}
[id=block-knowledge-themes-theme-block] .field-field-theme a.is-active,
[id=block-knowledge-themes-theme-block-specific] .field-field-theme a.is-active {
  border: 2px solid #009444;
}
[id=block-knowledge-themes-theme-block] ul.theme,
[id=block-knowledge-themes-theme-block-specific] ul.theme {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
[id=block-knowledge-themes-theme-block] ul.theme > li,
[id=block-knowledge-themes-theme-block-specific] ul.theme > li {
  width: 262px;
  margin-bottom: 37px;
  margin-right: 0;
}
[id=block-knowledge-themes-theme-block] ul.theme > li > article,
[id=block-knowledge-themes-theme-block-specific] ul.theme > li > article {
  display: flex;
  flex-direction: column;
}
[id=block-knowledge-themes-theme-block] ul.theme > li > article > div,
[id=block-knowledge-themes-theme-block-specific] ul.theme > li > article > div {
  order: 0;
}
[id=block-knowledge-themes-theme-block] ul.theme > li > article > h2,
[id=block-knowledge-themes-theme-block-specific] ul.theme > li > article > h2 {
  order: 1;
  margin-bottom: 0;
  margin-top: 3px;
  text-align: center;
  font-size: 25px;
  color: #009444;
  font-family: "Poppins", sans-serif;
  line-height: 54px;
  word-break: break-word;
}

[id=block-knowledge-themes-theme-block-specific] .field-field-theme a {
  display: block;
  line-height: 0;
  border-radius: 0.5em;
  overflow: hidden;
  margin-bottom: 0.5em;
  transition: 0.15s ease-in-out all;
  border: 2px solid #909090;
  box-shadow: none;
}
@media (width >= 1170px) {
  [id=block-knowledge-themes-theme-block-specific] .field-field-theme a.is-active, [id=block-knowledge-themes-theme-block-specific] .field-field-theme a:hover, [id=block-knowledge-themes-theme-block-specific] .field-field-theme a:focus {
    opacity: 1;
  }
}
[id=block-knowledge-themes-theme-block-specific] .contextual {
  display: none;
}
[id=block-knowledge-themes-theme-block-specific] ul.theme {
  margin: 0 1.4em 0;
}
@media (width >= 1170px) {
  [id=block-knowledge-themes-theme-block-specific] ul.theme {
    margin: 0;
  }
}
[id=block-knowledge-themes-theme-block-specific] ul.theme > li {
  max-width: 100px;
  margin-bottom: 0;
  margin-right: 0;
}
[id=block-knowledge-themes-theme-block-specific] ul.theme > li article h2 {
  font-size: 16px;
  line-height: 28px;
  color: #404040;
}
@media (width >= 1170px) {
  [id=block-knowledge-themes-theme-block-specific] ul.theme > li {
    margin-bottom: 1em;
  }
}

.knowledge_page.overview-page .main-wrapper .container, .knowledge_page.overview-page .main-wrapper .cta-container .menu--participate-footer, .cta-container .knowledge_page.overview-page .main-wrapper .menu--participate-footer, .knowledge_page.overview-page .main-wrapper #block-onzepartners {
  display: flex;
  flex-direction: column;
  position: relative;
}
.knowledge_page.overview-page .main-wrapper .container main, .knowledge_page.overview-page .main-wrapper .cta-container .menu--participate-footer main, .cta-container .knowledge_page.overview-page .main-wrapper .menu--participate-footer main, .knowledge_page.overview-page .main-wrapper #block-onzepartners main {
  order: 1;
}
.knowledge_page.overview-page .main-wrapper .container aside, .knowledge_page.overview-page .main-wrapper .cta-container .menu--participate-footer aside, .cta-container .knowledge_page.overview-page .main-wrapper .menu--participate-footer aside, .knowledge_page.overview-page .main-wrapper #block-onzepartners aside {
  order: 0;
  margin-top: 22px;
}
@media (width >= 1170px) {
  .knowledge_page.overview-page .main-wrapper .container, .knowledge_page.overview-page .main-wrapper .cta-container .menu--participate-footer, .cta-container .knowledge_page.overview-page .main-wrapper .menu--participate-footer, .knowledge_page.overview-page .main-wrapper #block-onzepartners {
    flex-direction: row;
  }
  .knowledge_page.overview-page .main-wrapper .container main, .knowledge_page.overview-page .main-wrapper .cta-container .menu--participate-footer main, .cta-container .knowledge_page.overview-page .main-wrapper .menu--participate-footer main, .knowledge_page.overview-page .main-wrapper #block-onzepartners main {
    margin-left: 8%;
  }
  .knowledge_page.overview-page .main-wrapper .container aside, .knowledge_page.overview-page .main-wrapper .cta-container .menu--participate-footer aside, .cta-container .knowledge_page.overview-page .main-wrapper .menu--participate-footer aside, .knowledge_page.overview-page .main-wrapper #block-onzepartners aside {
    width: 6em;
  }
}

.knowledge_page.overview-page.has-sidebar main {
  max-width: 770px;
}

.knowledge_page.overview-page.has-no-sidebar .main-wrapper .container main, .knowledge_page.overview-page.has-no-sidebar .main-wrapper .cta-container .menu--participate-footer main, .cta-container .knowledge_page.overview-page.has-no-sidebar .main-wrapper .menu--participate-footer main, .knowledge_page.overview-page.has-no-sidebar .main-wrapper #block-onzepartners main {
  margin-left: 0;
}

.veq-question-container li.clicked:before {
  content: "";
  color: transparent;
  border: 2px solid #009cca;
  background: #009cca sassvg("kruisje-wit", #fff) no-repeat center/46%;
}

.veq-question-container li.correct:before {
  content: "";
  color: transparent;
  border: 2px solid #009444;
  background: #009444 sassvg("check-white", #fff) no-repeat center/46%;
}

.veq-question-container li:before {
  font-size: 18px;
  line-height: 32px;
}

.veq-question-container li {
  margin-bottom: 10px;
  min-height: 50px;
  background: #f5f5f5;
  border-radius: 8px;
  line-height: 32px;
}

.knowledge_page .veq-question-container {
  margin-top: 10px;
}
.knowledge_page .field-field-paragraph-body p {
  font-size: 18px;
  line-height: 30px;
}
.knowledge_page .field-field-paragraph-body p:first-child {
  margin-top: 10px;
}
.knowledge_page .field-field-paragraph-body p:last-child {
  margin-bottom: 0;
}

.has-sidebar .region-content h2 {
  margin-bottom: 7px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
}
@media (width >= 1024px) {
  .has-sidebar .region-content h2 {
    font-size: 38px;
  }
}
.has-sidebar .region-content h5 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.has-sidebar .region-content .paragraph--type--text {
  margin-bottom: 30px;
}
.has-sidebar .region-content .paragraph--type--question {
  margin-bottom: 17px;
}

.tabs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  border-bottom: 1px solid #e6e6e6;
}
.tabs li {
  display: inline-block;
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
.tabs a {
  display: block;
  overflow: hidden;
  width: 100%;
  min-width: 72px;
  height: 48px;
  padding: 0 12px;
  transition: color 0.15s ease;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  color: #3b3b3b;
  line-height: 48px;
}
@media (width >= 1170px) {
  .tabs a {
    min-width: 120px;
  }
}
.tabs a:hover, .tabs a:focus, .tabs a.is-active {
  color: #3b3b3b;
}
.tabs a.is-active {
  border-bottom: 2px solid #3b3b3b;
}
.touchevents .tabs a {
  transition-duration: 0.3s;
}

@media (width >= 1024px) {
  .menu--account {
    display: block;
    float: right;
  }
  .menu--account > .menu {
    margin: 0;
    padding: 0;
  }
  .menu--account > .menu .menu-item a {
    padding: 10px 0;
    opacity: 0.8;
    color: #3b3b3b;
  }
  .menu--account > .menu .menu-item a:hover, .menu--account > .menu .menu-item a:focus, .menu--account > .menu .menu-item a:active {
    opacity: 1;
  }
  .menu--account > .menu .menu-item.menu-item--expanded > a::after {
    padding-bottom: 2px;
    font-size: 12px;
  }
  .menu--account > .menu .menu-item.menu-item--active-trail a {
    opacity: 1;
  }
  .menu--account > .menu .menu-item:last-child a {
    margin: 0;
  }
}

.mobile-account-menu .menu-item--active-trail a {
  opacity: 1;
}

.mobile-account-menu .menu-item--expanded ul.menu [href="/user"],
.menu--account .menu-item--expanded ul.menu [href="/user"] {
  border-bottom: 1px solid #dcdcdc;
}
.mobile-account-menu .menu-item--expanded ul.menu [href="/user"]::before,
.menu--account .menu-item--expanded ul.menu [href="/user"]::before {
  content: "\f007";
}
.mobile-account-menu .menu-item--expanded ul.menu [href="/user/logout"],
.menu--account .menu-item--expanded ul.menu [href="/user/logout"] {
  border-top: 1px solid #dcdcdc;
}
.mobile-account-menu .menu-item--expanded ul.menu [href="/user/logout"]::before,
.menu--account .menu-item--expanded ul.menu [href="/user/logout"]::before {
  content: "\f08b";
}
.mobile-account-menu .menu-item--expanded ul.menu [href="/user"]::before,
.mobile-account-menu .menu-item--expanded ul.menu [href="/user/logout"]::before,
.menu--account .menu-item--expanded ul.menu [href="/user"]::before,
.menu--account .menu-item--expanded ul.menu [href="/user/logout"]::before {
  margin-right: 5px;
  font-family: "fontawesome";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu-bar {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  padding: 1rem 2rem;
  font-size: 1.6rem;
}
@media (width >= 1024px) {
  .menu-bar {
    display: block;
  }
}
.menu-bar ul.menu {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-bar ul.menu li {
  margin: 0;
  padding: 0;
}
.menu-bar ul.menu a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: currentColor;
  font-family: "Nunito Sans", "Arial", sans-serif;
  line-height: 1;
}

.menu--main > .menu .menu-item.menu-item--expanded > a::after {
  padding-bottom: 4px;
  font-size: 14px;
}
.menu--main > .menu > .menu-item > a {
  border-bottom: 5px solid transparent;
}
.menu--main > .menu > .menu-item > a:hover, .menu--main > .menu > .menu-item > a:focus {
  border-bottom: 5px solid #009444;
}
.menu--main > .menu > .menu-item > a.is-active {
  border-bottom: 5px solid #009444;
}

@media (width >= 1024px) {
  .menu--main,
  .menu--account {
    display: flex;
  }
}
.menu--main .menu .menu-item,
.menu--account .menu .menu-item {
  display: inline-block;
}
.menu--main .menu .menu-item a,
.menu--account .menu .menu-item a {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  margin-right: 20px;
  padding: 10px 0 7px;
  transition: 0.2s ease-in opacity;
  text-decoration: none;
}
.menu--main .menu .menu-item a:hover,
.menu--account .menu .menu-item a:hover {
  color: #f66904;
}
.menu--main .menu .menu-item:last-child a,
.menu--account .menu .menu-item:last-child a {
  margin: 0;
}
.menu--main .menu .menu-item.menu-item--expanded > a::after,
.menu--account .menu .menu-item.menu-item--expanded > a::after {
  display: inline-block;
  margin-left: 5px;
  content: "\f078";
  vertical-align: middle;
  font-family: "fontawesome";
}
.menu--main .menu .menu-item.menu-item--expanded > a::after.active,
.menu--account .menu .menu-item.menu-item--expanded > a::after.active {
  content: "\f077";
}
.menu--main .menu .menu-item.menu-item--expanded .sub-menu,
.menu--account .menu .menu-item.menu-item--expanded .sub-menu {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  padding: 40px 20px;
  background: #fff;
  transition: 0.15s ease-in-out transform;
  transform: scale(0);
}
.menu--main .menu .menu-item.menu-item--expanded .menu,
.menu--account .menu .menu-item.menu-item--expanded .menu {
  transform-origin: 0 0;
  background-color: #fff;
  max-width: 1024px;
  margin: auto;
  transform: scale(0);
}
.menu--main .menu .menu-item.menu-item--expanded .menu .menu-item,
.menu--account .menu .menu-item.menu-item--expanded .menu .menu-item {
  display: block;
  border-bottom: 1px solid #dcdcdc;
  width: calc(50% - 10px);
}
.menu--main .menu .menu-item.menu-item--expanded .menu .menu-item:nth-child(1), .menu--main .menu .menu-item.menu-item--expanded .menu .menu-item:nth-child(2),
.menu--account .menu .menu-item.menu-item--expanded .menu .menu-item:nth-child(1),
.menu--account .menu .menu-item.menu-item--expanded .menu .menu-item:nth-child(2) {
  border-top: 1px solid #dcdcdc;
}
.menu--main .menu .menu-item.menu-item--expanded .menu .menu-item a,
.menu--account .menu .menu-item.menu-item--expanded .menu .menu-item a {
  display: block;
  margin-right: 0;
  padding: 15px 40px 15px 20px;
  transition: 0.1s ease-in all;
  color: #3b3b3b;
  font-size: 0.8889rem;
  background: sassvg("arrow-orange", #f66904) no-repeat 5px center/10px;
}
.menu--main .menu .menu-item.menu-item--expanded .menu .menu-item a:hover, .menu--main .menu .menu-item.menu-item--expanded .menu .menu-item a:focus,
.menu--account .menu .menu-item.menu-item--expanded .menu .menu-item a:hover,
.menu--account .menu .menu-item.menu-item--expanded .menu .menu-item a:focus {
  background: sassvg("arrow-orange", #f66904) no-repeat 5px center/10px;
  color: #f66904;
}
.menu--main .menu .menu-item.menu-item--expanded:hover .sub-menu, .menu--main .menu .menu-item.menu-item--expanded:focus .sub-menu,
.menu--account .menu .menu-item.menu-item--expanded:hover .sub-menu,
.menu--account .menu .menu-item.menu-item--expanded:focus .sub-menu {
  display: block;
  transform: scale(1);
}
.menu--main .menu .menu-item.menu-item--expanded:hover .menu, .menu--main .menu .menu-item.menu-item--expanded:focus .menu,
.menu--account .menu .menu-item.menu-item--expanded:hover .menu,
.menu--account .menu .menu-item.menu-item--expanded:focus .menu {
  transform: scale(1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 1;
}

.menu--account {
  position: static;
}
.menu--account ul.menu {
  display: none;
}
.menu--account ul.menu a {
  color: #3b3b3b;
}
@media (width >= 1024px) {
  .menu--account ul.menu {
    margin: auto 0 0 0;
    display: block;
  }
}

#block-hoofdnavigatie.contextual-region {
  position: static;
}

.mobile-menu,
.mobile-account-menu {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  position: fixed;
  z-index: 4;
  top: 52px;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  width: 280px;
  margin: 0;
  padding: 0;
  transition: visibility 0s linear 0.4s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff;
}
.mobile-menu h2,
.mobile-account-menu h2 {
  margin: 0;
  padding: 0 16px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.5rem;
  line-height: 56px;
}
.mobile-menu ul.menu,
.mobile-account-menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu li,
.mobile-account-menu li {
  margin: 0;
  padding: 0;
}
.mobile-menu a,
.mobile-account-menu a {
  display: flex;
  align-items: center;
  padding: 10px 75px 10px 20px;
  text-decoration: none;
  letter-spacing: 0.04em;
  opacity: 1;
  color: #3b3b3b;
  line-height: 1.5rem;
}
.mobile-menu a.is-active,
.mobile-account-menu a.is-active {
  background-color: rgba(0, 0, 0, 0.12);
}
.mobile-menu a:focus, .mobile-menu a:hover,
.mobile-account-menu a:focus,
.mobile-account-menu a:hover {
  color: #f66904;
}
.mobile-menu .menu-item--expanded .menu,
.mobile-account-menu .menu-item--expanded .menu {
  display: none;
}
.mobile-menu .menu-item--expanded > a,
.mobile-account-menu .menu-item--expanded > a {
  position: relative;
}
.mobile-menu .menu-item--expanded > a span,
.mobile-account-menu .menu-item--expanded > a span {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 45px;
  padding: 10px 15px 10px 10px;
}
.mobile-menu .menu-item--expanded > a span::after,
.mobile-account-menu .menu-item--expanded > a span::after {
  display: inline-block;
  margin-left: 5px;
  content: "\f078";
  vertical-align: middle;
  font-family: "fontawesome";
  font-size: 14px;
}
.mobile-menu .menu-item--expanded > a span.active::after,
.mobile-account-menu .menu-item--expanded > a span.active::after {
  content: "\f077";
}
.mobile-menu ul.menu ul a,
.mobile-account-menu ul.menu ul a {
  padding-left: 40px;
  font-weight: normal;
}

.mobile-overlay {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: visibility 0s linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.mobile-menu-open .mobile-overlay, .mobile-account-menu-open .mobile-overlay {
  visibility: visible;
  transition-delay: 0s;
  opacity: 1;
}
@media (width >= 1024px) {
  .mobile-overlay {
    display: none;
  }
}

.mobile-menu-open,
.mobile-account-menu-open {
  overflow: hidden;
  height: 100%;
}

.mobile-menu {
  transform: translateX(-100%);
}
.mobile-menu-open .mobile-menu {
  visibility: visible;
  transition-delay: 0s;
  transform: translateX(0);
}
@media (width >= 1024px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-account-menu {
  transform: translateX(100vw);
}
.mobile-account-menu-open .mobile-account-menu {
  visibility: visible;
  transition-delay: 0s;
  transform: translateX(100vw) translateX(-280px);
}
.mobile-account-menu .menu:nth-child(2) {
  display: none;
}

.user-logged-in .mobile-menu,
.user-logged-in .mobile-account-menu {
  top: 91px;
}

.sub-menu.active .menu {
  display: block;
}

.social-media {
  display: flex;
  padding-left: 0;
  list-style: none;
  font-size: 1.333335rem;
}
.social-media a {
  display: block;
}
.social-media a + a {
  margin-left: 10px;
}
.social-media a:hover, .social-media a:focus {
  text-decoration: none;
  color: #009444;
}

.block-alert {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 37px;
  padding: 22px 20px 2px 67px;
  font-size: 16px;
  border-left: 6px solid #f66904;
  background-color: #fef2e6;
  background: sassvg("bulb") no-repeat 18px center;
}
@media (width >= 1170px) {
  .block-alert {
    max-width: 75%;
  }
}
.block-alert:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -43px;
  content: "";
  width: 6px;
  margin-top: -8px;
  margin-bottom: -25px;
  background: #008d36;
  border-radius: 3px;
}
.block-alert h2 {
  margin-bottom: 6px;
  font-size: 16px;
  color: #404040;
}
.block-alert .field-body {
  line-height: 27px;
}

.overview-page .block-alert,
.node--type-page .block-alert {
  margin-left: 0;
}
@media (width >= 1170px) {
  .overview-page .block-alert,
  .node--type-page .block-alert {
    margin: 0 auto 50px;
    max-width: 770px;
  }
}
.overview-page .block-alert:before,
.node--type-page .block-alert:before {
  display: none;
}

.overview-page .block-alert {
  margin: 20px auto;
}

[id=block-contact-webform-block] {
  display: block;
  width: 100%;
}
[id=block-contact-webform-block] h2 {
  margin-bottom: 11px;
  font-size: 25px;
  font-weight: 500;
  font-family: Poppins;
}
[id=block-contact-webform-block] fieldset {
  margin-top: 10px;
  clear: both;
}
[id=block-contact-webform-block] [id=edit-dhr-mevr--wrapper] legend {
  display: none;
}
[id=block-contact-webform-block] [id=edit-dhr-mevr] {
  -moz-column-count: unset;
       column-count: unset;
  display: flex;
}
[id=block-contact-webform-block] [id=edit-dhr-mevr] .form-item {
  width: 82px;
}
[id=block-contact-webform-block] .form-item-dhr-mevr {
  width: 50px;
}
[id=block-contact-webform-block] .form-item-achternaam {
  margin-top: 35px;
}
@media (width >= 768px) {
  [id=block-contact-webform-block] .form-item-achternaam,
  [id=block-contact-webform-block] .form-item-voorletter-s- {
    margin-top: 4px;
  }
  [id=block-contact-webform-block] .form-item-voorletter-s- {
    width: 47%;
    float: left;
  }
  [id=block-contact-webform-block] .form-item-achternaam {
    width: 47%;
    float: right;
  }
}
[id=block-contact-webform-block] .form-item-focus input[type=text] ~ label,
[id=block-contact-webform-block] .form-item-focus input[type=email] ~ label,
[id=block-contact-webform-block] .form-item-focus textarea ~ label,
[id=block-contact-webform-block] .form-item-filled input[type=text] ~ label,
[id=block-contact-webform-block] .form-item-filled input[type=email] ~ label,
[id=block-contact-webform-block] .form-item-filled textarea ~ label {
  top: 28px;
  left: 0;
  color: #404040;
  font-size: 23px;
}
[id=block-contact-webform-block] .form-item-focus textarea ~ label,
[id=block-contact-webform-block] .form-item-filled textarea ~ label {
  top: 7px;
}
[id=block-contact-webform-block] fieldset.radios--wrapper {
  clear: both;
  padding-top: 7px;
}
[id=block-contact-webform-block] fieldset.radios--wrapper legend span {
  font-size: 16px;
  margin-left: -2px;
  padding-top: 12px;
  display: block;
}
[id=block-contact-webform-block] fieldset.radios--wrapper .material-wrapper-radio {
  margin-bottom: 10px;
}
[id=block-contact-webform-block] .form-item-email,
[id=block-contact-webform-block] .form-item-subject,
[id=block-contact-webform-block] .form-item-message {
  margin-top: 35px;
}
@media (width >= 1024px) {
  [id=block-contact-webform-block] {
    display: inline-block;
    max-width: 570px;
    margin-bottom: 0;
    margin-left: 18%;
  }
}

.sub-title {
  position: relative;
  padding-left: 120px;
  font-size: 16px;
  line-height: 20px;
  color: #008d36;
}
.sub-title:after {
  position: absolute;
  width: 104px;
  height: 1px;
  background: #008d36;
  content: "";
  top: 10px;
  left: 0;
}

@media (width >= 1024px) {
  .block-system-branding-block {
    float: left;
  }
}
.block-system-branding-block .logo {
  display: block;
  max-width: 150px;
}
.block-system-branding-block .site-title {
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  color: #009444;
  font-size: 1em;
}
@media (width >= 1024px) {
  .block-system-branding-block .site-title {
    color: #009444;
    font-family: "Poppins", "Aial";
    font-size: 1.77em;
  }
}
@media (width >= 1170px) {
  .block-system-branding-block .site-title {
    font-size: 2em;
  }
}
.block-system-branding-block .site-title__strong {
  font-weight: 700;
}
.block-system-branding-block svg {
  display: block;
  max-width: 100%;
}

.cta-container {
  position: relative;
  font-family: "Poppins";
  font-size: 24px;
  letter-spacing: 0.1px;
  margin: 0 auto;
  background-image: linear-gradient(180deg, #019444 0%, #027939 100%);
  padding: 26px 22px 8px 22px;
}
@media (width >= 1170px) {
  .cta-container {
    height: 92px;
  }
}
.cta-container:after {
  position: absolute;
  z-index: -1;
  top: -21px;
  left: 0;
  display: block;
  width: 100%;
  height: 111px;
  content: "";
  background: sassvg("participate-rectangle", #f1faf5) no-repeat, sassvg("participate-rectangle", #f1faf5) repeat;
  background-size: cover;
}
.cta-container .block-content {
  max-width: 1170px;
  margin: 0 auto;
}
@media (width >= 1170px) {
  .cta-container .block-content {
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding-right: 92px;
    padding-left: 100px;
  }
}
@media (width >= 1170px) {
  .cta-container .block-menu, .cta-container h2 {
    margin: 0;
  }
}
.cta-container .menu--participate-footer {
  position: relative;
}
.cta-container nav .menu-item,
.cta-container .menu .menu-item {
  margin: 20px 0;
}
@media (width >= 1170px) {
  .cta-container nav,
  .cta-container .menu {
    display: flex;
  }
  .cta-container nav .menu-item,
  .cta-container .menu .menu-item {
    margin: 0;
  }
}
@media (width >= 1170px) {
  .cta-container .menu {
    float: right;
  }
}
.cta-container .menu .menu-item:first-child {
  color: #fff;
}
@media (width >= 1170px) {
  .cta-container .menu .menu-item:first-child {
    position: absolute;
    left: 0;
  }
}
.cta-container .field-body p {
  font-family: "Poppins";
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 41px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta-container .field-body p strong {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins";
  font-weight: 700;
}
@media (width >= 1170px) {
  .cta-container .field-body {
    margin-right: auto;
  }
}
.cta-container .field-field-cta-btn-first,
.cta-container .field-field-cta-btn-second {
  position: relative;
  margin: 30px 0;
}
@media (width >= 1170px) {
  .cta-container .field-field-cta-btn-first,
  .cta-container .field-field-cta-btn-second {
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cta-container .field-field-cta-btn-first a,
.cta-container .field-field-cta-btn-second a {
  position: relative;
  background: #fff;
  padding: 15px 50px 15px 28px;
  border-radius: 25px;
  color: #404040;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.cta-container .field-field-cta-btn-first a:after,
.cta-container .field-field-cta-btn-second a:after {
  width: 16px;
  height: 12px;
  background: sassvg("arrow-right-green", #009444) no-repeat;
  padding-left: 10px;
  content: "";
  position: absolute;
  top: 19px;
  right: 24px;
}
.cta-container .field-field-cta-btn-first a:hover,
.cta-container .field-field-cta-btn-second a:hover {
  text-decoration: none;
}
@media (width >= 1170px) {
  .cta-container .field-field-cta-btn-first {
    margin-right: 22px;
  }
}
.cta-container .field-field-cta-btn-second a {
  background-color: transparent;
  color: #fff;
  padding-left: 0;
}
@media (width >= 1170px) {
  .cta-container .field-field-cta-btn-second a {
    margin-left: 30px;
  }
}
.cta-container .field-field-cta-btn-second a:after {
  background: sassvg("arrow-right-white", #fff) no-repeat center right;
}

.field-field-below-content {
  padding-top: 20px;
}
@media (width >= 1024px) {
  .field-field-below-content {
    margin: 0 -15px;
  }
}

.media-call-to-action {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 40px;
  font-size: 1.333335rem;
  font-weight: bold;
}
.media-call-to-action:hover, .media-call-to-action:focus {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}
.media-call-to-action .field-field-call-to-action-text {
  padding-right: 35px;
}
.media-call-to-action::after {
  position: absolute;
  top: calc(50% - 32px);
  right: 20px;
  content: "›";
  font-size: 3.556rem;
  line-height: 80%;
}
.media-call-to-action.media-background-color-blue {
  color: #fff;
  background-color: #83c0eb;
}
.media-call-to-action.media-background-color-green {
  color: #fff;
  background-color: #009444;
}

.wysiwyg-cta-lookalike {
  margin: 0;
  font-size: 1.333335rem;
  font-weight: bold;
}

.media-card {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  margin-bottom: 40px;
  background-clip: content-box;
}
@media (width >= 1024px) {
  .media-card {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 0;
    padding: 0 15px;
  }
}
@media (width >= 1170px) {
  .media-card {
    width: 33.33%;
  }
}
.media-card .card-wrapper {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.media-card .card-wrapper .field-group-link {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  width: 100%;
}
.media-card .card-wrapper .field-group-link:hover, .media-card .card-wrapper .field-group-link:focus {
  text-decoration: none;
}
.media-card .card-wrapper .card-content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  min-height: 1px;
  padding: 20px;
}
.media-card .card-wrapper .field-field-card-url-text {
  margin-top: auto;
  padding-top: 10px;
  text-align: left;
}
.media-card .card-wrapper .field-field-card-url-text .card-button-wrapper {
  position: relative;
  display: inline;
  height: 50px;
  padding: 16px 60px 16px 25px;
  font-size: 16px;
  color: white;
  border-radius: 25px;
  background: #f66904;
}
.media-card .card-wrapper .field-field-card-url-text .card-button-wrapper::after {
  position: absolute;
  right: 25px;
  top: 19px;
  content: "";
  width: 16px;
  height: 12px;
  background: sassvg("arrow-right-white", #fff) no-repeat center right;
}
.media-card:hover, .media-card:focus {
  text-decoration: none;
}
@media (width >= 1024px) {
  .field-field-body .media-card {
    width: 50%;
  }
}
.field-field-paragraph-media-cards .media-card {
  max-width: 100%;
}
@media (width >= 1170px) {
  .overview-page .media-card {
    width: 33.33%;
  }
}
@media (width >= 1170px) {
  .overview-page .paragraph-media-count-2 .media-card {
    width: 50%;
  }
}
.media-card .field-field-card-image {
  min-height: 1px;
  box-shadow: 0px 10px 20px 1px rgba(90, 90, 90, 0.2);
}
.media-card .field-field-card-image img {
  width: 100%;
}
.media-card .field-field-card-text {
  color: #404040;
  font-size: 16px;
  line-height: 28px;
}
.media-card.media-background-color-blue {
  background-color: #83c0eb;
}
.media-card.media-background-color-green {
  background-color: #009444;
}
.media-card.media-background-color-blue .field-field-card-text,
.media-card.media-background-color-blue .field-field-card-title,
.media-card.media-background-color-blue .field-field-card-url-text, .media-card.media-background-color-green .field-field-card-text,
.media-card.media-background-color-green .field-field-card-title,
.media-card.media-background-color-green .field-field-card-url-text {
  color: #fff;
}
.media-card .field-field-card-title {
  font-family: Poppins;
  color: #404040;
}

.paragraph-media-count-2 .field-field-card-title {
  margin-bottom: 12px;
  font-size: 24px;
}
@media (width >= 1024px) {
  .paragraph-media-count-2 .field-field-card-title {
    font-size: 38px;
  }
}

.paragraph-media-count-3 .field-field-card-title {
  margin-bottom: 20px;
  font-size: 24px;
}
@media (width >= 1024px) {
  .paragraph-media-count-3 .field-field-card-title {
    font-size: 38px;
  }
}

.field-field-paragraph-media-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (width >= 1024px) {
  .field-field-paragraph-media-cards {
    margin: 0 -15px;
  }
}

@media (width >= 1024px) {
  .field-field-body .paragraph--type--cards {
    margin: 0;
  }
}

.paragraph-media-count-2 .card-wrapper {
  box-shadow: none;
}
.paragraph-media-count-2 .card-wrapper .card-content {
  padding: 25px 0;
}

.media-file {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  padding: 20px;
}
.media-file a {
  text-decoration: none;
  color: #3b3b3b;
}
.media-file:hover, .media-file:focus, .media-file:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.media-file:hover a, .media-file:focus a, .media-file:active a {
  text-decoration: none;
}
.media-file .field-name {
  margin-bottom: 1rem;
  font-weight: bold;
}
.media-file .field-field-file-text {
  margin-bottom: 1rem;
}
.media-file .field-field-download-link-text {
  text-align: right;
}
.media-file .field-field-download-link-text p {
  display: inline-block;
  padding: 4px 10px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
  background-color: #f66904;
  font-size: 0.7778rem;
}
.media-file .field-field-download-link-text p::after {
  margin-left: 4px;
  content: "\f063";
  font-family: "fontawesome";
}

.paragraph--type--tiles {
  margin-bottom: 70px;
}
@media (width >= 1024px) {
  .paragraph--type--tiles .field-field-paragraph-media-tiles {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
}

.media-tile {
  display: block;
  margin-bottom: 65px;
}
@media (width >= 1024px) {
  .media-tile {
    margin-bottom: 0;
  }
  .paragraph-media-count-4 .media-tile {
    width: 25%;
  }
  .paragraph-media-count-3 .media-tile {
    width: 33.3333%;
  }
  .paragraph-media-count-2 .media-tile {
    width: 50%;
  }
}
.media-tile .tile-wrapper {
  position: relative;
  background-color: #fff;
}
.media-tile:hover, .media-tile:focus {
  text-decoration: none;
}
.media-tile .field-field-tile-image {
  box-shadow: 0px 10px 20px 1px rgba(90, 90, 90, 0.2);
}
.media-tile .field-field-tile-image img {
  width: 100%;
}
.media-tile .tile-content {
  position: absolute;
  padding: 23px 50px 18px 16px;
  bottom: -34px;
  background: white;
  right: 0;
  width: 73%;
  font-size: 20px;
  color: #404040;
  font-family: Poppins;
  font-weight: 500;
}
.media-tile .tile-content:after {
  position: absolute;
  right: 20px;
  top: 29px;
  content: "";
  width: 25px;
  height: 19px;
  background: sassvg("arrow-orange", #f66904) no-repeat center right;
}
.media-tile .tile-content p {
  margin-bottom: 0;
}
.media-tile.media-background-color-blue .tile-wrapper {
  background-color: #83c0eb;
}
.media-tile.media-background-color-blue .tile-content {
  color: #fff;
}
.media-tile.media-background-color-green .tile-wrapper {
  background-color: #009444;
}
.media-tile.media-background-color-green .tile-content {
  color: #fff;
}

.paragraph--type--tiles + .paragraph--type--tiles {
  margin-top: 1em;
}

.alert-box-wrapper {
  position: relative;
}
.alert-box-wrapper:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 6px;
  margin-top: -20px;
  margin-bottom: -16px;
  background: #008d36;
  border-radius: 3px;
}
.alert-box-wrapper .alert-box {
  margin-left: 37px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 20px 65px;
  font-size: 16px;
  border-left: 6px solid #f66904;
  background: #fef2e6 sassvg("bulb") no-repeat 18px center;
}
.alert-box-wrapper .alert-box .field-field-alert-title {
  font-size: 16px;
}
.alert-box-wrapper .alert-box .field-field-alert-text {
  margin-top: 10px;
  font-size: 16px;
}

.back-button-wrapper {
  width: 100%;
  padding-top: 50px;
}
.back-button-wrapper a {
  display: block;
  position: relative;
  padding-left: 29px;
  color: #009444;
  font-size: 16px;
}
.back-button-wrapper a:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 12px;
  top: 6px;
  left: 0;
  background: sassvg("arrow-left-green", #009444) no-repeat center right;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  display: block;
  float: left;
  max-width: none;
  margin: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #fff;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url(../img/colorbox/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  overflow: visible;
  width: auto;
  min-width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 28px;
  height: 65px;
  margin-top: -32px;
  text-indent: -9999px;
  background: url(../img/colorbox/controls.png) no-repeat bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 28px;
  height: 65px;
  margin-top: -32px;
  text-indent: -9999px;
  background: url(../img/colorbox/controls.png) no-repeat bottom right;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
  background: url(../img/colorbox/controls.png) no-repeat top center;
}

#cboxClose:hover {
  background-position: bottom center;
}

/* Override colorbox close shizzle */
#cboxClose {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  display: block;
  width: 50px;
  min-width: auto;
  height: 50px;
  text-indent: -9999px;
  background: url(../img/colorbox/small.svg) no-repeat top center;
}

.eu-cookie-compliance-message {
  max-width: initial;
  font-size: inherit;
}
.eu-cookie-compliance-message h3,
.eu-cookie-compliance-message p {
  font-size: inherit;
  font-weight: initial;
}
.eu-cookie-compliance-message p {
  display: inline;
}

[id=sliding-popup] .popup-content h3 {
  color: #fff;
}
[id=sliding-popup] button {
  font-size: 80%;
}

[id=sliding-popup] .disagree-button.eu-cookie-compliance-more-button,
[id=sliding-popup] .eu-cookie-compliance-agree-button,
[id=sliding-popup] .eu-cookie-compliance-default-button,
[id=sliding-popup] .eu-cookie-compliance-hide-button,
[id=sliding-popup] .eu-cookie-compliance-more-button-thank-you,
[id=sliding-popup] .eu-cookie-withdraw-button,
[id=sliding-popup] .eu-cookie-compliance-save-preferences-button {
  cursor: pointer;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto; /* LTR */ /* LTR */
  box-shadow: inset 0 1px 0 0 #ffffff; /* LTR */
  background-color: #ededed;
  background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
}
[id=sliding-popup] [dir=rtl] .eu-cookie-compliance-buttons button {
  box-shadow: inset 0 0 0 1px #ffffff;
}
[id=sliding-popup] .disagree-button.eu-cookie-compliance-more-button:hover,
[id=sliding-popup] .eu-cookie-compliance-agree-button:hover,
[id=sliding-popup] .eu-cookie-compliance-default-button:hover,
[id=sliding-popup] .eu-cookie-compliance-hide-button:hover,
[id=sliding-popup] .eu-cookie-compliance-more-button-thank-you:hover,
[id=sliding-popup] .eu-cookie-withdraw-button:hover {
  background-color: #dfdfdf;
  background-image: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
}

.find-more-button:hover, .find-more-button:focus,
.eu-cookie-compliance-default-button:hover,
.eu-cookie-compliance-default-button:focus,
.eu-cookie-compliance-agree-button:hover,
.eu-cookie-compliance-agree-button:focus {
  background-color: inherit !important;
}

.eu-cookie-compliance-buttons {
  margin: 0;
}

.eu-cookie-compliance-more-button {
  text-transform: none;
}
.eu-cookie-compliance-more-button:hover {
  box-shadow: none !important;
  text-decoration: underline !important;
}

.question-navigation {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.question-navigation li {
  display: inline;
}
.question-navigation li a {
  display: inline-block;
  width: 1.74em;
  height: 1.74em;
  margin-right: 0.1em;
  margin-bottom: 10px;
  cursor: pointer;
  text-align: center;
  color: #009444;
  border: 0.1em solid #009444;
  border-radius: 50%;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}
.question-navigation li a.verified {
  color: #fff;
  border-color: #3b3b3b;
  background-color: #3b3b3b;
}
.question-navigation li a.current, .question-navigation li a:hover, .question-navigation li a:focus {
  text-decoration: none;
  color: #fff;
  border-color: #009444;
  background-color: #009444;
}

.question-left {
  position: relative;
  float: left;
  width: calc(50% - 20px);
  margin-right: 20px;
}
.question-left .image-wrapper {
  position: relative;
  min-height: 70px;
}
.question-left .image-wrapper img {
  display: block;
}
.question-left .image-wrapper .colorbox-expand {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: #fff;
  background-image: url("../img/colorbox/expand.svg");
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  font-size: 40px;
}
.question-left .image-wrapper .marker {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  animation: createMarker 0.25s;
  border: 3px solid #f66904;
  border-radius: 50%;
  background-color: #fff;
}
.question-left .image-wrapper .marker.correct {
  border-color: #009444;
}
.question-left .image-wrapper .marker.correct::before {
  position: absolute;
  top: 0;
  left: 0.2em;
  content: "\f00c";
  color: #009444;
  font-family: "FontAwesome", sans-serif;
}
.question-left .image-wrapper .marker.incorrect {
  border-color: #a51b00;
}
.question-left .image-wrapper .marker.incorrect::before {
  position: absolute;
  top: 0;
  left: 0.3em;
  content: "\f00d";
  color: #a51b00;
  font-family: "FontAwesome";
}
.question-left .image-wrapper .hotspot-area {
  position: absolute;
}
.question-left .image-wrapper .hotspot-area.show-marker::before {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  padding-right: 1px;
  content: "\f00c";
  animation: createMarker 0.25s;
  text-align: center;
  color: #009444;
  border: 3px solid #009444;
  border-radius: 50%;
  background-color: #fff;
  font-family: "FontAwesome";
  font-size: 110%;
  line-height: 25px;
}
.question-left .image-wrapper .ordered-hotspot-area {
  position: absolute;
}
.question-left .image-wrapper .ordered-hotspot-area::before {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  padding-right: 1px;
  content: attr(order);
  animation: createMarker 0.25s;
  text-align: center;
  border: 3px solid #f66904;
  border-radius: 50%;
  background-color: #fff;
  font-size: 125%;
  line-height: 25px;
}
.question-left .image-wrapper .ordered-hotspot-area.incorrect::before {
  color: #a51b00;
  border-color: #a51b00;
}
.question-left .image-wrapper .ordered-hotspot-area.correct::before {
  color: #009444;
  border-color: #009444;
}

@keyframes createMarker {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.question-right {
  position: relative;
  float: right;
  width: 50%;
  border-top: 2px solid #83c0eb;
}
.question-right [id=readspeaker_button1] {
  float: right;
  width: auto;
  margin-top: 1em;
}
.question-right h3 {
  float: left;
  margin: 1em 0;
}
.question-right .image-wrapper {
  position: relative;
  margin-bottom: 0.55em;
}
.question-right .image-wrapper img {
  display: block;
}
.question-right .image-wrapper .colorbox-expand {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #fff;
  background-image: url("../img/colorbox/expand.svg");
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  font-size: 40px;
}
.question-right app-rs {
  float: right;
}
.question-right .question-text {
  clear: both;
}

.question-actions {
  clear: both;
  text-align: right;
}

.question-feedback {
  clear: both;
  margin: 20px 0;
  padding: 20px;
  background: #dcdcdc;
}
.question-feedback p:last-of-type {
  margin: 0;
}
.question-feedback strong {
  display: inline-block;
  margin: 0 0 1rem;
}

.exam-title {
  display: inline-block;
  width: 70%;
}
.exam-title h1 {
  line-height: 2.77rem;
}
.exam-title span {
  display: block;
  line-height: 1.77rem;
}
.exam-title .fietslogo {
  float: left;
  width: 5.55em;
  height: 5.55em;
  margin-top: -0.8em;
  margin-right: 20px;
  margin-left: -0.6em;
}

.answer {
  margin-bottom: 20px;
}

.has-image-answers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.has-image-answers .answer {
  flex: 0 1 auto;
  margin-bottom: 1.5em;
}
.has-image-answers.amount1 .answer, .has-image-answers.amount2 .answer, .has-image-answers.amount3 .answer {
  width: calc(33.3333333333% - 0.8em);
}
.has-image-answers.amount4 .answer, .has-image-answers.amount5 .answer, .has-image-answers.amount6 .answer {
  width: calc(50% - 0.8em);
}

.exam-utility {
  display: inline-block;
  width: 29%;
  text-align: right;
  vertical-align: top;
}
.exam-utility .exam-user {
  margin-bottom: 10px;
}

.exam [id=block-ve-page-title] {
  display: none;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.introjs-skipbutton {
  display: none;
}

.introjs-donebutton.introjs-skipbutton {
  display: block;
  float: right;
  margin-left: 5px;
  color: #333;
}

.tooltip-save-exam {
  position: relative;
  overflow: visible;
}
.tooltip-save-exam:disabled:hover::before {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 20em;
  padding: 0.5em;
  content: attr(data-tooltip);
  text-transform: none;
  color: #fff;
  background-color: #f66904;
}

.dashboard-logout {
  float: right;
}

.path-welkom,
.path-welkom-vso {
  background: #f5f5f5;
}
.path-welkom .header-wrapper,
.path-welkom-vso .header-wrapper {
  background: #ffffff;
  margin-bottom: 32px;
}
.path-welkom .header,
.path-welkom-vso .header {
  max-width: 1170px;
  margin: auto;
  height: 87px;
}
.path-welkom .header h1,
.path-welkom-vso .header h1 {
  font-family: Poppins;
  font-size: 38px;
  font-weight: 400;
  line-height: 80px;
}
.path-welkom .header h1 strong,
.path-welkom-vso .header h1 strong {
  font-weight: 600;
}
.path-welkom .start-welkom,
.path-welkom-vso .start-welkom {
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.path-welkom .start-welkom h2,
.path-welkom-vso .start-welkom h2 {
  color: #404040;
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
}
.path-welkom .start-welkom .intro,
.path-welkom-vso .start-welkom .intro {
  color: #404040;
  text-align: center;
  font-size: 18px;
}
.path-welkom .big-link-link,
.path-welkom-vso .big-link-link {
  margin: 0;
  padding: 0;
}
.path-welkom .block-system-main-block ul,
.path-welkom-vso .block-system-main-block ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.path-welkom .block-system-main-block ul > li,
.path-welkom-vso .block-system-main-block ul > li {
  width: 200px;
  min-height: 330px;
  margin: 1em;
  padding: 20px 30px 10px 20px;
  background: #F5F5F5;
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.08);
}
.path-welkom .block-system-main-block ul > li h3,
.path-welkom-vso .block-system-main-block ul > li h3 {
  margin-bottom: 8px;
  font-family: Poppins;
  font-size: 18px;
  color: #009444;
  line-height: 28px;
  text-align: center;
  min-height: 56px;
}
.path-welkom .block-system-main-block ul > li img,
.path-welkom-vso .block-system-main-block ul > li img {
  min-height: 154px;
  margin: 0 auto 40px;
  border-radius: 20px;
  box-shadow: 4px 4px 0px rgb(0, 148, 74);
}
.path-welkom .block-system-main-block ul > li a,
.path-welkom .block-system-main-block ul > li span,
.path-welkom-vso .block-system-main-block ul > li a,
.path-welkom-vso .block-system-main-block ul > li span {
  display: block;
  min-width: 88px;
  min-height: 50px;
  padding: 0;
  background-color: #F66904;
  font-size: 16px;
  line-height: 50px;
  border-radius: 25px;
  text-transform: capitalize;
}
.path-welkom .block-system-main-block ul > li.disabled,
.path-welkom-vso .block-system-main-block ul > li.disabled {
  background: #fafafa;
  box-shadow: 10px 10px 0px rgb(245, 245, 245);
}
.path-welkom .block-system-main-block ul > li.disabled h3,
.path-welkom-vso .block-system-main-block ul > li.disabled h3 {
  color: #88cfad;
}
.path-welkom .block-system-main-block ul > li.disabled img,
.path-welkom-vso .block-system-main-block ul > li.disabled img {
  opacity: 0.5;
}
.path-welkom .block-system-main-block ul > li.disabled span,
.path-welkom-vso .block-system-main-block ul > li.disabled span {
  background: #ffb586;
  color: #ffffff;
}
.path-welkom .paragraph--type--hero-unit,
.path-welkom-vso .paragraph--type--hero-unit {
  text-align: left;
}
.path-welkom .levenslijn,
.path-welkom-vso .levenslijn {
  margin-top: 30px;
  padding-top: 150px;
  background: url("../img/icons/levenslijn-welkom.svg") no-repeat center center, sassvg("levenslijn-balk") repeat-x center center;
  border: none;
}

.exam-link,
.reexam-link {
  max-width: 300px;
}
.exam-link span,
.reexam-link span {
  margin: 1em 0.5em;
  display: inline-block;
  text-align: center;
}
.exam-link a,
.exam-link img,
.reexam-link a,
.reexam-link img {
  width: 100%;
  display: block;
  text-align: center;
}

.field-field-faq-category-group,
.field-field-faq-questions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.field-field-faq-category-group > li,
.field-field-faq-questions > li {
  display: block;
}

.field-field-faq-questions > li {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}

.details-title {
  display: inline-block;
  color: #000;
  font-family: "Nunito Sans", "Arial", sans-serif;
}

summary,
details {
  display: inline-block;
}

.paragraph--type--faq-category {
  margin-bottom: 20px;
}

.paragraph--type--faq {
  padding: 20px;
}

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

.paragraph--type--graphic {
  position: relative;
  font-family: "Poppins";
  color: #404040;
  display: flex !important;
  flex-direction: column-reverse;
}
@media (width >= 1024px) {
  .paragraph--type--graphic {
    margin-top: 180px;
  }
}
.paragraph--type--graphic .field-field-graphic-link a {
  padding-right: 45px !important;
  position: relative;
}
.paragraph--type--graphic .field-field-graphic-link a:after {
  width: 16px;
  height: 12px;
  background: sassvg("arrow-right-white", #fff) no-repeat;
  padding-left: 10px;
  content: "";
  position: absolute;
  top: 19px;
  right: 18px;
}
.paragraph--type--graphic h2 {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  font-family: "Poppins";
}
@media (width >= 1024px) {
  .paragraph--type--graphic h2 {
    width: 75%;
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 10px;
  }
}
.paragraph--type--graphic p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #404040;
}
.paragraph--type--graphic p a {
  text-decoration: underline;
}
.paragraph--type--graphic ul {
  padding-left: 0;
}
.paragraph--type--graphic ul li {
  display: flex;
  justify-content: space-between;
  position: relative;
  list-style: none;
  padding: 15px 0 11px 30px;
  border-bottom: 1px solid #DADADA;
  line-height: 29px;
}
.paragraph--type--graphic ul li:before {
  position: absolute;
  left: 3px;
  content: "•";
  color: #009444;
}
.paragraph--type--graphic ul li:first-child {
  border-top: 1px solid #DADADA;
}
.paragraph--type--graphic ul li strong {
  align-self: center;
  width: 90px;
  text-align: right;
  font-size: 12px;
}
.paragraph--type--graphic .visual {
  position: absolute;
  z-index: -1;
}
.paragraph--type--graphic .visual .field-field-graphic-image {
  display: block;
  width: 100%;
}
@media (width >= 1024px) {
  .paragraph--type--graphic .visual .field-field-graphic-image {
    width: 300px;
  }
}
.paragraph--type--graphic .visual img {
  width: 100%;
}
.paragraph--type--graphic .textual {
  position: relative;
  padding: 35px 60px 19px 60px;
  background-color: #F1FAF5;
  font-size: 16px;
}
@media (width >= 1024px) {
  .paragraph--type--graphic .textual {
    margin-top: -130px;
    padding: 35px 60px 18px 60px;
  }
}
.paragraph--type--graphic .textual h3 {
  font-size: 24px;
}
@media (width >= 1024px) {
  .paragraph--type--graphic .textual h3 {
    font-size: 45px;
  }
}
.paragraph--type--graphic .textual:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 5px;
  background-color: #009444;
  bottom: 0;
  z-index: 1;
}
@media (width >= 1024px) {
  .paragraph--type--graphic .textual:before {
    width: 30px;
    height: 65%;
  }
}
.paragraph--type--graphic .textual:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #F1FAF5;
  height: calc(100% - 40px);
  width: 20px;
}
@media (width >= 1024px) {
  .paragraph--type--graphic .textual:after {
    width: 70px;
    height: calc(100% - 270px);
  }
}
.paragraph--type--graphic.image-position-left {
  margin: 40px -20px;
}
@media (width >= 1024px) {
  .paragraph--type--graphic.image-position-left {
    margin: 100px 30px 50px 0;
    flex-direction: row-reverse;
  }
}
.paragraph--type--graphic.image-position-left .visual {
  bottom: 60%;
  width: calc(100% - 40px);
  max-width: 400px;
}
@media (width >= 320px) {
  .paragraph--type--graphic.image-position-left .visual {
    top: 0;
  }
}
@media (width >= 768px) {
  .paragraph--type--graphic.image-position-left .visual {
    bottom: 180px;
  }
}
@media (width >= 1024px) {
  .paragraph--type--graphic.image-position-left .visual {
    margin: 0;
    top: -48px;
    left: 0;
  }
}
@media (width >= 1170px) {
  .paragraph--type--graphic.image-position-left .visual {
    margin: 0;
    top: -48px;
    left: 0;
  }
}
.paragraph--type--graphic.image-position-left .textual {
  margin-top: 160px;
  margin-left: 40px;
  margin-right: 0;
}
@media (width >= 1024px) {
  .paragraph--type--graphic.image-position-left .textual {
    margin-right: 0;
    margin-top: -18px;
    margin-left: 240px;
  }
}
.paragraph--type--graphic.image-position-left .textual:before {
  right: -1px;
}
@media (width >= 1024px) {
  .paragraph--type--graphic.image-position-left .textual:before {
    right: -30px;
    height: 57%;
  }
}
.paragraph--type--graphic.image-position-left .textual:after {
  z-index: -1;
  left: -20px;
  height: calc(100% - 130px);
}
@media (width >= 1024px) {
  .paragraph--type--graphic.image-position-left .textual:after {
    left: -70px;
    height: calc(100% - 243px);
  }
}
.paragraph--type--graphic.image-position-right {
  margin: 40px -20px;
}
@media (width >= 1024px) {
  .paragraph--type--graphic.image-position-right {
    margin: 97px 0 50px 30px;
    flex-direction: row;
  }
}
.paragraph--type--graphic.image-position-right .visual {
  right: 0;
  bottom: 60%;
  width: calc(100% - 40px);
  max-width: 400px;
}
@media (width >= 320px) {
  .paragraph--type--graphic.image-position-right .visual {
    top: -20px;
  }
}
@media (width >= 768px) {
  .paragraph--type--graphic.image-position-right .visual {
    bottom: 180px;
  }
}
@media (width >= 1024px) {
  .paragraph--type--graphic.image-position-right .visual {
    padding-left: 100px;
    margin: 0;
    top: -48px;
  }
}
@media (width >= 1170px) {
  .paragraph--type--graphic.image-position-right .visual {
    margin: 0;
    top: -48px;
  }
}
.paragraph--type--graphic.image-position-right .textual {
  margin-top: 130px;
  margin-right: 40px;
  margin-left: 0;
  padding-top: 54px;
  padding-right: 14px;
}
@media (width >= 1024px) {
  .paragraph--type--graphic.image-position-right .textual {
    margin-left: 0;
    margin-top: -18px;
    margin-right: 240px;
  }
}
.paragraph--type--graphic.image-position-right .textual:before {
  left: -1px;
}
@media (width >= 1024px) {
  .paragraph--type--graphic.image-position-right .textual:before {
    left: -30px;
  }
}
.paragraph--type--graphic.image-position-right .textual:after {
  z-index: -1;
  right: -20px;
  height: calc(100% - 130px);
}
@media (width >= 1024px) {
  .paragraph--type--graphic.image-position-right .textual:after {
    right: -70px;
    height: calc(100% - 243px);
  }
}

.paragraph--type--download {
  background: #F5F5F5;
  margin: 0 -40px 50px -40px;
  padding: 30px 40px;
}
@media (width >= 768px) {
  .paragraph--type--download {
    padding: 30px 40px;
    margin: 0 auto 50px auto;
  }
}
@media (width >= 1024px) {
  .paragraph--type--download {
    padding: 30px 120px 30px 83px;
  }
}
.paragraph--type--download .field-field-paragraph-title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 15px;
}
@media (width >= 1024px) {
  .paragraph--type--download .field-field-paragraph-title {
    font-size: 38px;
  }
}
.paragraph--type--download .field-field-paragraph-body {
  margin: 0 0 33px;
  font-size: 18px;
  line-height: 30px;
}
.paragraph--type--download .paragraph-download-button-wrapper a {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 13px 20px 13px 50px;
  font-size: 16px;
  color: white;
  border-radius: 25px;
  background: #f66904;
}
.paragraph--type--download .paragraph-download-button-wrapper a:hover {
  text-decoration: none;
}
.paragraph--type--download .paragraph-download-button-wrapper a::before {
  position: absolute;
  left: 20px;
  top: 17px;
  content: "";
  width: 15px;
  height: 19px;
  background: sassvg("download", #fff) no-repeat center right;
}

@media (width >= 1024px) {
  .knowledge_page .paragraph--type--download {
    padding: 30px;
  }
}
.paragraph--type--faq-list {
  margin-bottom: 50px;
}
.paragraph--type--faq-list .field-field-paragraph-title {
  font-family: "Poppins", sans-serif;
  line-height: 48px;
  font-weight: 500;
  margin: 0 0 37px;
}
.paragraph--type--faq-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.paragraph--type--faq-list ul li:nth-child(1) {
  margin: 20px 0 0 0;
}
.paragraph--type--faq-list ul li:last-child {
  margin: 0 0 20px 0;
}

.field-field-harmonica-awnser {
  font-size: 16px;
}
.field-field-harmonica-awnser li a,
.field-field-harmonica-awnser p a {
  text-decoration: underline;
}
.field-field-harmonica-awnser ul {
  padding-left: 25px;
}
.field-field-harmonica-awnser ul li {
  position: relative;
  color: black;
}
.field-field-harmonica-awnser li:before {
  position: absolute;
  top: 3px;
  left: -25px;
  font-size: 16px;
  color: #009444;
  content: "•";
}

.paragraph--type--harmonica {
  width: 100%;
  border-bottom: 1px #DADADA solid;
  padding: 0 15px 17px 0;
  margin: 0 0 20px;
  font-family: "Poppins", sans-serif;
  background: sassvg("arrow-down") no-repeat 100% 8px;
}
@media (width >= 1170px) {
  .paragraph--type--harmonica {
    max-width: 770px;
  }
}
.paragraph--type--harmonica__question {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.paragraph--type--harmonica[open] {
  background: sassvg("arrow-up") no-repeat 100% 14px;
  padding: 0 16px 4px 0;
}
.paragraph--type--harmonica[open] .paragraph--type--harmonica__question {
  margin: 0 0 17px;
}

.paragraph-image-count-1,
.paragraph-image-count-2 {
  margin-top: 25px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 50px;
}
.paragraph-image-count-1 .paragraph-image-caption .field-field-image-caption-1,
.paragraph-image-count-1 .paragraph-image-caption .field-field-image-caption-2,
.paragraph-image-count-2 .paragraph-image-caption .field-field-image-caption-1,
.paragraph-image-count-2 .paragraph-image-caption .field-field-image-caption-2 {
  font-size: 14px;
}
.paragraph-image-count-1 .paragraph-image-caption,
.paragraph-image-count-2 .paragraph-image-caption {
  margin-top: 9px;
  margin-left: 0;
  font-size: 14px;
  line-height: 22px;
  color: #404040;
}
@media (width >= 1024px) {
  .paragraph-image-count-1 .paragraph-image-caption,
  .paragraph-image-count-2 .paragraph-image-caption {
    margin-top: 6px;
  }
}
.paragraph-image-count-1 .paragraph-image-caption p,
.paragraph-image-count-2 .paragraph-image-caption p {
  display: none;
}

.paragraph-image-count-1 {
  margin-bottom: 50px;
  position: relative;
}
.paragraph-image-count-1 .paragraph-image-caption {
  margin-top: 7px;
}
.paragraph-image-count-1 .paragraph-image-wrapper:before {
  bottom: 0;
  content: "";
  display: block;
  background-color: #F1FAF5;
  position: absolute;
  z-index: -1;
  left: -30px;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
}
@media (width >= 768px) {
  .paragraph-image-count-1 .paragraph-image-wrapper:before {
    height: calc(100% - 112px);
    width: calc(100% - 189px);
  }
}

.paragraph-image-count-2 {
  position: relative;
}
.paragraph-image-count-2 .paragraph-image-image {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@media (width >= 768px) {
  .paragraph-image-count-2 {
    display: flex !important;
    justify-content: space-between;
  }
}
@media (width >= 1170px) {
  .paragraph-image-count-2 {
    margin-left: -200px;
    margin-right: -200px;
  }
}
.paragraph-image-count-2 .paragraph-image-wrapper-left {
  padding-right: 40px;
}
@media (width >= 768px) {
  .paragraph-image-count-2 .paragraph-image-wrapper-left {
    padding-top: 40px;
    padding-right: 0;
    width: calc(50% - 20px);
  }
}
@media (width >= 768px) {
  .paragraph-image-count-2 .paragraph-image-wrapper-left {
    padding-top: 80px;
  }
}
.paragraph-image-count-2 .paragraph-image-wrapper-right {
  margin-top: 15px;
  padding-left: 40px;
}
@media (width >= 768px) {
  .paragraph-image-count-2 .paragraph-image-wrapper-right {
    padding-left: 0;
    margin-top: 0;
    width: calc(50% - 20px);
  }
}
.paragraph-image-count-2:before {
  width: calc(100% - 40px);
  height: calc(100% - 240px);
  left: 20px;
  top: 120px;
  bottom: 0;
  content: "";
  display: block;
  background-color: #F1FAF5;
  position: absolute;
  z-index: -1;
}
@media (width >= 768px) {
  .paragraph-image-count-2:before {
    width: 670px;
    height: calc(100% - 31px);
    right: 40px;
    bottom: 0;
    top: 20px;
    left: auto;
    right: 70px;
  }
}

.path-frontpage .paragraph--type--links {
  margin: 0 -50vw 0px -50vw;
  padding: 50px 40px;
}
@media (width >= 1024px) {
  .path-frontpage .paragraph--type--links {
    padding: 90px 0 70px 0;
  }
}

.paragraph--type--links {
  margin: 0 -50vw 50px -50vw;
  padding: 30px 40px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
}
@media (width >= 1024px) {
  .paragraph--type--links {
    padding: 50px 0;
  }
}
.paragraph--type--links h2 {
  font-size: 24px;
  margin: 0;
}
@media (width >= 1024px) {
  .paragraph--type--links h2 {
    font-size: 27px;
    max-width: 770px;
    margin: 0 auto;
  }
}
.paragraph--type--links ul {
  margin: 14px 0 0 0;
  padding-left: 0;
  list-style-type: none;
}
@media (width >= 1024px) {
  .paragraph--type--links ul {
    max-width: 770px;
    margin: 7px auto 0 auto;
  }
}
.paragraph--type--links ul li {
  position: relative;
}
.paragraph--type--links ul li:before {
  position: absolute;
  top: -1px;
  content: "";
  border-radius: 2px;
  width: 100%;
  height: 1px;
  background-color: #DADADA;
}
.paragraph--type--links ul li:after {
  position: absolute;
  bottom: 0px;
  content: "";
  border-radius: 2px;
  width: 100%;
  height: 1px;
  background-color: #DADADA;
}
.paragraph--type--links ul li a {
  display: block;
  padding: 15px 0 15px 28px;
  position: relative;
  border-radius: 2px;
  color: #404040;
  letter-spacing: 0.1px;
  font-size: 16px;
  line-height: 20px;
}
.paragraph--type--links ul li a:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 20px;
  width: 16px;
  height: 12px;
  background: sassvg("arrow-orange", #009444) no-repeat center right;
}
.paragraph--type--links ul li a:hover {
  text-decoration: none;
}
.paragraph--type--links.comlumn-count-two_columns ul {
  position: relative;
}
@media (width >= 1024px) {
  .paragraph--type--links.comlumn-count-two_columns ul {
    -moz-column-gap: 46px;
         column-gap: 46px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.paragraph--type--links.background-color-gray {
  background-color: #f5f5f5;
}

.paragraph--type--table {
  margin-bottom: 50px;
}
.paragraph--type--table .field-field-paragraph-title {
  font-family: "Poppins";
  font-size: 24px;
  margin-bottom: 14px;
}
@media (width >= 1024px) {
  .paragraph--type--table .field-field-paragraph-title {
    font-size: 38px;
  }
}
.paragraph--type--table .field-field-paragraph-body {
  margin-top: 0;
}
.paragraph--type--table .field-field-paragraph-body p {
  margin-bottom: 50px;
}
.paragraph--type--table .paragraph-table-table-wrapper {
  background-color: #f5f5f5 !important;
  padding: 30px 40px;
  margin-left: -40px;
  margin-right: -40px;
}
@media (width >= 768px) {
  .paragraph--type--table .paragraph-table-table-wrapper {
    padding: 30px 40px;
    margin: 0 auto;
  }
}
@media (width >= 1024px) {
  .paragraph--type--table .paragraph-table-table-wrapper {
    padding: 30px 120px 30px 83px;
  }
}
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-subtitle {
  margin-bottom: 18px;
  font-family: "Poppins";
  font-size: 24px;
  line-height: 35px;
}
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-table table {
  margin-left: -2px;
  width: 100%;
}
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-table table tbody {
  position: relative;
}
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-table table tbody tr {
  color: #404040;
}
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-table table tbody tr td {
  padding: 15px 0;
  word-break: keep-all;
}
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-table table tbody tr:before {
  content: "";
  background-color: #DADADA;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  transform: translateY(-50%);
}
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-table table tbody tr:last-child::after {
  content: "";
  background-color: #DADADA;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
}
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-table table tbody tr .col_0 {
  font-size: 18px;
  padding-right: 32px;
}
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-table table tbody tr .col_1 {
  padding: 0;
  font-size: 12px;
}
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-table table tbody tr .col_2 {
  font-size: 12px;
}
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link {
  margin-top: 30px;
}
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a {
  padding-right: 55px !important;
  position: relative;
}
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a:after {
  position: absolute;
  right: 25px;
  top: 19px;
  content: "";
  width: 16px;
  height: 12px;
  background: sassvg("arrow-right-white", #fff) no-repeat;
}
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-secundary-link {
  margin-top: 6px;
}
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-secundary-link a {
  font-family: "Poppins";
  color: #404040;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
}

.paragraph--type--quote,
.paragraph--type--quote-half {
  margin-top: 43px;
}

.field-field-quote-titel,
.field-field-quote-text,
.field-field-text-quote,
.field-field-text-right,
.field-field-title-quote {
  font-family: "Poppins";
  list-style: none;
  font-weight: 300;
}
.field-field-quote-titel ul,
.field-field-quote-text ul,
.field-field-text-quote ul,
.field-field-text-right ul,
.field-field-title-quote ul {
  padding-left: 0;
}

.field-field-quote-titel,
.field-field-title-quote {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #009444;
  margin-bottom: 21px;
}

.field-field-quote-text,
.field-field-text-quote {
  margin-top: 2px;
  padding-left: 34px;
  position: relative;
  font-size: 18px;
  line-height: 29px;
  color: #404040;
}
@media (width >= 1024px) {
  .field-field-quote-text,
  .field-field-text-quote {
    margin-bottom: 38px;
  }
}
.field-field-quote-text:before,
.field-field-text-quote:before {
  content: "";
  width: 6px;
  background-color: #009444;
  border-radius: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.field-field-quote-text p,
.field-field-text-quote p {
  font-size: 18px;
  line-height: 30px;
}
.field-field-quote-text p strong,
.field-field-text-quote p strong {
  font-family: "Poppins";
  letter-spacing: 0.3px;
}
.field-field-quote-text p:nth-child(2),
.field-field-text-quote p:nth-child(2) {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.paragraph--type--quote-half {
  margin-top: 0;
  padding-top: 20px;
}
.paragraph--type--quote-half .field-field-text-quote {
  margin-bottom: 0;
}

@media (width >= 1024px) {
  .paragraph--type--quote-half .field-field-text-quote {
    width: 50%;
    float: left;
    margin-right: 15px;
  }
}
.paragraph--type--quote-half .field-field-text-right {
  font-size: 16px;
  line-height: 28px;
}
@media (width >= 1024px) {
  .paragraph--type--quote-half .field-field-text-right {
    margin-top: -4px;
  }
}

.paragraph--type--signs {
  position: relative;
}
@media (width >= 1024px) {
  .paragraph--type--signs {
    margin-bottom: 50px;
  }
}
.paragraph--type--signs .field-field-paragraph-title {
  font-size: 24px !important;
  margin-bottom: 19px !important;
}
@media (width >= 1024px) {
  .paragraph--type--signs .field-field-paragraph-title {
    font-size: 38px !important;
  }
}
.paragraph--type--signs .link-with-arrow::after {
  background-size: 80% !important;
  transform: rotate(90deg);
}

.field-field-paragraph-signs {
  width: 100%;
}
@media (width >= 1024px) {
  .field-field-paragraph-signs {
    display: flex;
    flex-wrap: wrap;
  }
}

.media-sign {
  display: flex;
  margin-bottom: 1em;
}
@media (width >= 1024px) {
  .media-sign {
    width: 50%;
  }
}
.media-sign .field-field-media-image {
  min-width: 144px;
}
@media (width >= 1024px) {
  .media-sign .field-field-media-image {
    min-width: 170px;
  }
}
.media-sign .field-field-media-image img {
  padding: 24px;
  width: 100%;
  height: 144px;
  overflow: hidden;
  border: 2px solid #C3C3C3;
  border-radius: 5px;
}
@media (width >= 1024px) {
  .media-sign .field-field-media-image img {
    width: 170px;
    height: 170px;
  }
}
.media-sign .signs-description-container {
  margin-left: 30px;
}
@media (width >= 1024px) {
  .media-sign .signs-description-container {
    padding-right: 30px;
  }
}
.media-sign .signs-description-container .field-name {
  color: #009444;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
}
@media (width >= 1024px) {
  .media-sign .signs-description-container .field-name {
    font-size: 22px;
  }
}
.media-sign .signs-description-container .field-field-media-description {
  margin-top: 11px;
}
.media-sign .signs-description-container .field-field-media-description p {
  margin-bottom: 0;
}
.media-sign:nth-child(even) .signs-description-container {
  padding-right: 0;
}

.paragraph--type--table .paragraph-table-table-wrapper {
  background: #ffcc00;
}
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-table tr {
  position: relative;
}
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-table tr td {
  padding: 20px 0;
}
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-table tr td:nth-of-type(1) {
  width: 100%;
}
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-table tr td:nth-of-type(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 12px;
}

.paragraph--type--text-with-background {
  position: relative;
  margin: 0 -50vw 50px -50vw;
  width: 100vw;
  left: 50%;
  right: 50%;
}
.paragraph--type--text-with-background .text-with-background-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 280px;
}
@media (width >= 768px) {
  .paragraph--type--text-with-background .text-with-background-hero {
    height: 400px;
  }
}
@media (width >= 1024px) {
  .paragraph--type--text-with-background .text-with-background-hero {
    height: 600px;
  }
}
.paragraph--type--text-with-background .text-with-background-content {
  padding: 40px 47px 26px 47px;
  background-color: #fff;
}
@media (width >= 1024px) {
  .paragraph--type--text-with-background .text-with-background-content {
    max-width: 770px;
    margin: -178px auto 0 auto;
    padding: 40px 48px 26px 48px;
  }
}
@media (width >= 1024px) {
  .paragraph--type--text-with-background .text-with-background-content {
    max-width: 970px;
    padding: 49px 100px 26px 100px;
  }
}
.paragraph--type--text-with-background .text-with-background-content .field-field-paragraph-body {
  margin-top: 25px;
}
.paragraph--type--text-with-background .text-with-background-content .field-field-paragraph-body a {
  text-decoration: underline;
}
.paragraph--type--text-with-background .text-with-background-content .field-field-paragraph-body p {
  margin-bottom: 3px;
}

.paragraph--type--informative {
  margin: 20px 0 50px;
  position: relative;
  padding: 0 20px 0 34px;
}
.paragraph--type--informative::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 6px;
  margin-top: 4px;
  margin-bottom: 0;
  background: #009444;
  border-radius: 3px;
}
.paragraph--type--informative .field-field-paragraph-title {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  color: #009444;
  font-weight: 500;
  line-height: 35px;
  margin: 10px 0;
}
.paragraph--type--informative .field-field-paragraph-body {
  margin-top: 10px;
}
.paragraph--type--informative .field-field-paragraph-link a {
  position: relative;
  display: inline-block;
  height: 50px;
  padding: 14px 50px 14px 25px;
  font-size: 16px;
  color: white;
  border-radius: 25px;
  background: #f66904;
}
.paragraph--type--informative .field-field-paragraph-link a:hover {
  text-decoration: none;
}
.paragraph--type--informative .field-field-paragraph-link a::after {
  position: absolute;
  right: 25px;
  top: 19px;
  content: "";
  width: 16px;
  height: 12px;
  background: sassvg("arrow-right-white", #fff) no-repeat center right;
}

.overview_page .paragraph--type--paragraph-video {
  max-width: 100%;
  margin: unset;
}
@media (width >= 1024px) {
  .overview_page .paragraph--type--paragraph-video {
    max-width: 770px;
    margin: 0 auto;
  }
}

.paragraph--type--paragraph-video {
  position: relative !important;
  margin-bottom: 120px !important;
}
@media (width >= 320px) {
  .paragraph--type--paragraph-video {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (width >= 640px) {
  .paragraph--type--paragraph-video {
    margin-left: unset;
    margin-right: unset;
  }
}
.paragraph--type--paragraph-video .plyr--video.plyr--hide-controls .plyr__controls {
  pointer-events: auto;
}
.paragraph--type--paragraph-video .video-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
}
@media (width >= 1024px) {
  .paragraph--type--paragraph-video .video-thumbnail,
  .paragraph--type--paragraph-video .field-field-paragraph-video {
    width: 670px;
    margin: 0 0 0 auto;
  }
}
.paragraph--type--paragraph-video .plyr--video {
  position: relative;
  overflow: visible;
}
.paragraph--type--paragraph-video .plyr--video .plyr__controls {
  position: absolute;
  bottom: -73px;
  align-items: flex-start;
  transform: unset;
  opacity: 1;
  padding: 11px 0 31px;
  background: #F1FAF5;
  max-width: 570px;
  height: 60px;
  padding-bottom: 60px;
}
.paragraph--type--paragraph-video .plyr--video .plyr__controls::before {
  content: " ";
  position: absolute;
  left: -100px;
  bottom: 0;
  width: 100px;
  height: 180px;
  background-color: #F1FAF5;
}
@media (width >= 768px) {
  .paragraph--type--paragraph-video .plyr--video .plyr__controls::before {
    height: 380px;
  }
}
@media (width >= 1024px) {
  .paragraph--type--paragraph-video .plyr--video .plyr__controls::before {
    height: 377px;
  }
}
.paragraph--type--paragraph-video .plyr--video .plyr__controls:after {
  position: absolute;
  content: "VIDEO:";
  top: 16px;
  left: 47px;
  color: #f66904;
  font-size: 16px;
}
@media (width >= 320px) {
  .paragraph--type--paragraph-video .plyr--video .plyr__controls:after {
    left: 52px;
  }
}
@media (width >= 640px) {
  .paragraph--type--paragraph-video .plyr--video .plyr__controls:after {
    left: 42px;
  }
}
@media (width >= 1024px) {
  .paragraph--type--paragraph-video .plyr--video .plyr__controls:after {
    font-size: 20px;
    top: 13px;
  }
}
.paragraph--type--paragraph-video .plyr--video .plyr__controls button[data-plyr=play] {
  position: relative;
  min-width: 36px;
  height: 36px;
  margin-top: 0;
  padding: 0 0 0 9px;
  border-radius: 18px;
  background: #f66904;
  box-shadow: 0px 10px 20px rgba(90, 90, 90, 0.2);
}
@media (width >= 320px) {
  .paragraph--type--paragraph-video .plyr--video .plyr__controls button[data-plyr=play] {
    margin-left: 10px;
  }
}
@media (width >= 640px) {
  .paragraph--type--paragraph-video .plyr--video .plyr__controls button[data-plyr=play] {
    margin-left: unset;
  }
}
.paragraph--type--paragraph-video .plyr--video .plyr__controls button[data-plyr=fullscreen] {
  opacity: 0;
  order: 6;
  margin-top: 10px;
}
.paragraph--type--paragraph-video .plyr--video .plyr__controls button[data-plyr=fullscreen] svg {
  color: #009444;
  margin: auto;
}
.paragraph--type--paragraph-video .plyr--video .plyr__controls button[data-plyr=fullscreen]:hover, .paragraph--type--paragraph-video .plyr--video .plyr__controls button[data-plyr=fullscreen]:focus, .paragraph--type--paragraph-video .plyr--video .plyr__controls button[data-plyr=fullscreen]:active {
  background-color: transparent;
  box-shadow: none;
}
.paragraph--type--paragraph-video .plyr--video .plyr__controls .plyr__progress__container {
  opacity: 0;
  width: 45%;
  margin-top: 8px;
}
.paragraph--type--paragraph-video .plyr--video .plyr__controls .plyr__volume,
.paragraph--type--paragraph-video .plyr--video .plyr__controls .plyr__time {
  margin-top: 8px;
}
.paragraph--type--paragraph-video .plyr--video .plyr__controls .plyr__controls button[data-plyr=fullscreen] {
  margin-top: 3px;
}
.paragraph--type--paragraph-video .plyr--video .plyr__controls input[type=range] {
  opacity: 0;
  color: #009444;
}
.paragraph--type--paragraph-video .plyr--video .plyr__controls input[type=range]::-webkit-slider-thumb {
  border: 1px solid #000000;
  box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
}
.paragraph--type--paragraph-video .plyr--video .plyr__controls input[type=range]::-moz-range-thumb {
  border: 1px solid #000000;
  box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
}
.paragraph--type--paragraph-video .plyr--video .plyr__controls input[type=range]::-ms-thumb {
  border: 1px solid #000000;
  box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
}
.paragraph--type--paragraph-video .plyr--video .plyr__controls .plyr__progress__buffer {
  background: #dadada;
}
.paragraph--type--paragraph-video .plyr--video .plyr__controls .plyr__time--current,
.paragraph--type--paragraph-video .plyr--video .plyr__controls .plyr__time--duration {
  opacity: 0;
  color: #f66904;
}
.paragraph--type--paragraph-video .field-field-video-caption {
  position: absolute;
  bottom: -40px;
  z-index: 10;
  left: 110px;
  font-size: 12px;
}
@media (width >= 768px) {
  .paragraph--type--paragraph-video .field-field-video-caption {
    left: 110px;
    bottom: -42px;
    font-size: 16px;
  }
}
@media (width >= 1024px) {
  .paragraph--type--paragraph-video .field-field-video-caption {
    left: 218px;
    bottom: -44px;
  }
}
.paragraph--type--paragraph-video .plyr--video:not(.plyr--stopped) .plyr__controls:after {
  top: 71px;
  left: 0;
}
@media (width >= 320px) {
  .paragraph--type--paragraph-video .plyr--video:not(.plyr--stopped) .plyr__controls:after {
    left: 10px;
  }
}
@media (width >= 640px) {
  .paragraph--type--paragraph-video .plyr--video:not(.plyr--stopped) .plyr__controls:after {
    left: 0;
  }
}
.paragraph--type--paragraph-video .plyr--video:not(.plyr--stopped) .plyr__controls button[data-plyr=fullscreen],
.paragraph--type--paragraph-video .plyr--video:not(.plyr--stopped) .plyr__controls .plyr__progress__container,
.paragraph--type--paragraph-video .plyr--video:not(.plyr--stopped) .plyr__controls input[type=range],
.paragraph--type--paragraph-video .plyr--video:not(.plyr--stopped) .plyr__controls .plyr__time--current,
.paragraph--type--paragraph-video .plyr--video:not(.plyr--stopped) .plyr__controls .plyr__time--duration {
  opacity: 1;
  transition: 2ms time;
}
.paragraph--type--paragraph-video.video-playing .plyr--video .plyr__controls {
  bottom: -71px;
}
.paragraph--type--paragraph-video.video-playing .video-thumbnail {
  display: none;
}
.paragraph--type--paragraph-video.video-playing .field-field-video-caption {
  bottom: -98px;
  left: 80px;
}
@media (width >= 320px) {
  .paragraph--type--paragraph-video.video-playing .field-field-video-caption {
    left: 70px;
    bottom: -94px;
  }
}
@media (width >= 640px) {
  .paragraph--type--paragraph-video.video-playing .field-field-video-caption {
    left: 60px;
    bottom: -94px;
  }
}
@media (width >= 768px) {
  .paragraph--type--paragraph-video.video-playing .field-field-video-caption {
    left: 60px;
    bottom: -96px;
  }
}
@media (width >= 1024px) {
  .paragraph--type--paragraph-video.video-playing .field-field-video-caption {
    left: 172px;
    bottom: -101px;
  }
}
.paragraph--type--paragraph-video .plyr__poster {
  pointer-events: none;
}

.paragraph--type--paragraph-video .plyr--video:not(.plyr--stopped) .plyr__controls button[data-plyr=fullscreen] {
  margin-top: 3px;
}

.vvn-white {
  background-color: #fff;
}

.vvn-green {
  background-color: #009444;
}

.vvn-blue {
  background-color: #83c0eb;
}

.vvn-orange {
  background-color: #f66904;
}

.paragraph--type--hero-unit {
  margin-bottom: 40px;
  text-align: center;
}
.paragraph--type--hero-unit p {
  font-size: 1.33rem;
}
.paragraph--type--hero-unit h2 {
  margin: 0.83em 0;
  font-size: 2rem;
}
.paragraph--type--hero-unit .field-field-paragraph-hero-cta {
  margin: 1.6em 0 0;
}
.paragraph--type--hero-unit.vvn-white {
  color: #3b3b3b;
}
.paragraph--type--hero-unit.vvn-white h2, .paragraph--type--hero-unit.vvn-white h3 {
  color: inherit;
}
.paragraph--type--hero-unit.vvn-blue, .paragraph--type--hero-unit.vvn-green {
  color: #fff;
}
.paragraph--type--hero-unit.vvn-blue h2, .paragraph--type--hero-unit.vvn-blue h3, .paragraph--type--hero-unit.vvn-green h2, .paragraph--type--hero-unit.vvn-green h3 {
  color: inherit;
}

.paragraph.paragraph--type--image-hero-unit {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 40px;
}
.paragraph.paragraph--type--image-hero-unit .field-field-paragraph-body {
  z-index: 2;
  order: 2;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #3b3b3b;
}
@media (width >= 1024px) {
  .paragraph.paragraph--type--image-hero-unit .field-field-paragraph-body {
    position: absolute;
    bottom: 4.5em;
    padding: 40px;
    color: #fff;
  }
}
.paragraph.paragraph--type--image-hero-unit .field-field-paragraph-body h2,
.paragraph.paragraph--type--image-hero-unit .field-field-paragraph-body h3,
.paragraph.paragraph--type--image-hero-unit .field-field-paragraph-body p {
  color: inherit;
}
.paragraph.paragraph--type--image-hero-unit .field-field-paragraph-body h2 {
  font-size: 1.5em;
}
@media (width >= 1024px) {
  .paragraph.paragraph--type--image-hero-unit .field-field-paragraph-body h2 {
    text-shadow: 0 0 6px #000;
    font-size: 2.66em;
  }
}
.paragraph.paragraph--type--image-hero-unit .media-image {
  min-height: 1px;
  line-height: 0;
}
.paragraph.paragraph--type--image-hero-unit .field-field-media-image {
  position: relative;
}
.paragraph.paragraph--type--image-hero-unit .field-field-media-image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.field-field-paragraph-hero-image {
  flex: 0 0 auto;
  order: 1;
}

.field-field-paragraph-hero-image-cta {
  z-index: 1;
  order: 3;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media (width >= 1024px) {
  .field-field-paragraph-hero-image-cta {
    position: absolute;
    right: 0;
    bottom: 2.5em;
    left: 0;
    margin-bottom: 0;
  }
}
.field-field-paragraph-hero-image-cta li {
  display: inline-block;
  margin: 0 10px;
}

.paragraph::after {
  display: block;
  clear: both;
  content: "";
}
@supports (display: flow-root) {
  .paragraph {
    display: flow-root;
  }
  .paragraph::after {
    content: none;
  }
}
.paragraph img {
  display: block;
}
.paragraph em {
  font-style: italic;
}
.paragraph ol {
  font-size: 16px;
}

.media-wrapper {
  position: relative;
  margin-bottom: 20px;
}
@media (width >= 1024px) {
  .paragraph-media-align-left .media-wrapper, .paragraph-media-align-right .media-wrapper {
    max-width: 50%;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .paragraph-media-align-left .media-wrapper .media-card, .paragraph-media-align-right .media-wrapper .media-card {
    width: 100%;
    padding-bottom: 0;
  }
  .paragraph-media-align-left .media-wrapper {
    float: left;
    margin-right: 20px;
  }
  .paragraph-media-align-left .media-wrapper .field-field-circle {
    left: -15px;
  }
  .paragraph-media-align-left .media-wrapper .media-card {
    padding-left: 0;
  }
  .paragraph-media-align-right .media-wrapper {
    float: right;
    margin-left: 20px;
  }
  .paragraph-media-align-right .media-wrapper .field-field-circle {
    left: 0;
  }
  .paragraph-media-align-right .media-wrapper .media-card {
    padding-right: 0;
  }
  .paragraph-media-align-full_width .media-wrapper {
    margin-bottom: 20px;
  }
}
.media-wrapper .field-field-circle {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: -15px;
  left: -15px;
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.333335rem;
  line-height: 90px;
}
.paragraph-circle-color-green .media-wrapper .field-field-circle, .paragraph-circle-color-blue .media-wrapper .field-field-circle {
  color: #fff;
}
.paragraph-circle-color-green .media-wrapper .field-field-circle {
  background-color: #009444;
}
.paragraph-circle-color-blue .media-wrapper .field-field-circle {
  background-color: #83c0eb;
}

.twitter-tweet {
  margin: 0 auto;
}

.overview-page .paragraph--type--text-media {
  max-width: 770px;
  margin: 20px auto 40px;
}

blockquote {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  padding: 40px;
  background-color: #f0f0f0;
}

.overview-page .paragraph-without-media.paragraph-media-align-right .media-wrapper, .overview-page .paragraph-without-media.paragraph-media-align-left .media-wrapper, .overview-page .paragraph-without-media.paragraph-media-align-full_width .media-wrapper {
  left: 0;
  float: left;
  margin: 0;
}
.overview-page .paragraph-without-media.paragraph-media-align-right .media-wrapper .field-field-circle, .overview-page .paragraph-without-media.paragraph-media-align-left .media-wrapper .field-field-circle, .overview-page .paragraph-without-media.paragraph-media-align-full_width .media-wrapper .field-field-circle {
  position: relative;
  left: 0;
  margin: 20px 20px 20px 0;
}

.paragraph--type--paragraph-video {
  margin-bottom: 40px;
}

.overview-page .paragraph-media-count-2 {
  max-width: 972px;
  margin: 50px auto 40px;
}

.field-field-paragraph-body {
  margin-top: 15px;
}

.results .tabs ul {
  display: flex;
  margin: 0 0 2rem;
  padding: 0;
  border-bottom: 1px solid #009444;
}
.results .tabs ul li {
  margin: 0 2px;
  padding: 0.5rem 1rem;
  list-style: none;
  border: 1px solid #009444;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.results .tabs ul li a {
  cursor: pointer;
  color: #009444;
  font-weight: normal;
}
.results .tabs ul li:hover {
  background: #f3fff3;
}
.results .tabs ul li.selected,
.results .tabs ul li.selected:hover {
  background: #009444;
}
.results .tabs ul li.selected a,
.results .tabs ul li.selected:hover a {
  color: #fff;
  background: #009444;
}

.breadcrumbs ol {
  display: flex;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.breadcrumbs ol li {
  margin: 0 1rem 0 0;
}

.breadcrumbs a {
  cursor: pointer;
  color: #223;
}

.purple .breadcrumbs ol li:not(:last-child) a {
  color: #8f6ea7;
}

.legend.student .legend-item .legend-item-box {
  border-radius: 50%;
}

.legend.student .legend-item.ok .legend-item-box {
  border: 2px solid #47bfef;
  background: #47bfef;
}

.legend.student .legend-item.wrong .legend-item-box {
  border: 2px solid #f58220;
  background: #fff;
}

.legend.student .legend-item.not-filled .legend-item-box {
  border: 2px solid #47bfef;
  background: #fff;
}

.student {
  margin-bottom: 1rem;
}

.student h4 {
  margin-bottom: 0.5rem;
}

.awnsers {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.awnsers > div {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  text-align: center;
  color: #fff;
  border: 2px solid #47bfef;
  border-radius: 50%;
  background: #47bfef;
  font-weight: 400;
  line-height: 1.66rem;
}

.awnsers > div.nok {
  color: #f58220;
  border-color: #f58220;
  background: #fff;
}

.awnsers > div.empty {
  color: #009444;
  background: #fff;
}

.awnsers > div:last-child {
  margin-right: 0;
}

.student .details {
  display: flex;
}

.student .details-wrapper {
  overflow: hidden;
  cursor: pointer;
}

.student .details-wrapper.no-exam-found {
  cursor: unset;
}

.details .exam-result {
  margin-left: auto;
  font-weight: 400;
}

.details .exam-result strong {
  display: inline-block;
  width: 22px;
  margin-left: 4px;
  padding: 0 5px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background: #009444;
}

.details .exam-result strong.collapse {
  padding: 0 7px;
}

.details .exam-result strong:hover {
  background: #009444;
}

.exam-result .passed {
  color: #47bfef;
}

.exam-result .not-passed {
  color: #f58220;
}

.question-result.is-expanded .details-wrapper {
  flex-wrap: wrap;
}

.question-result .details-wrapper .details {
  position: relative;
  width: 100%;
}

.question-student-results {
  display: flex;
  width: 100%;
  margin-top: 1rem;
}

.question-student-results .wrapper {
  width: 33.3333%;
}

.question-student-results .wrapper li:hover {
  cursor: pointer;
  color: #47bfef;
}

.question-student-results ul {
  padding-left: 20px;
}

.student:not(.legend) {
  border-bottom: 1px solid #ddd;
}

.student-results.is-collapsed {
  display: none;
}

.student-results.is-expanded {
  display: block;
}

.question-result {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1rem -1rem;
  transition: all 0.4s ease-in-out;
}

.question-result.is-collapsed .graph-wrapper {
  cursor: pointer;
}

.question-result > * {
  flex-grow: 1;
  margin: 0 1rem;
}

.question-result > h4,
.question-result .expand {
  flex-grow: 0;
}

.question-result > h4 {
  margin: 0 0 0 1rem;
}

.question-result > h4 {
  width: 2.2rem;
  height: 2.2rem;
  margin-top: 0.175rem;
  padding: 0;
  text-align: center;
  color: #009444;
  border: 3px solid #009444;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
}

.question-result .expand {
  width: 1rem;
  text-align: center;
}

.question-result:hover .expand {
  color: #009444;
}

.label-exam-wrapper {
  display: flex;
}

.label-exam-wrapper {
  margin-right: 30px;
}
.label-exam-wrapper .exam-name,
.label-exam-wrapper .exam-result {
  flex: 1;
}
.label-exam-wrapper .exam-result {
  text-align: right;
}
.label-exam-wrapper .exam-result.passed {
  color: #47bfef;
}
.label-exam-wrapper .exam-result.not-passed {
  color: #f58220;
}

.graph {
  display: flex;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.graph > div {
  display: block;
  padding: 0.5rem 0;
  text-align: center;
  font-weight: bold;
}

.graph .okay,
.legend-item.ok .legend-item-box {
  color: #fff;
  background: linear-gradient(#47bfef, #47bfef);
}

.graph .wrong,
.legend-item.wrong .legend-item-box {
  color: #fff;
  background: linear-gradient(#f58220, #f58220);
}

.graph .not-filled,
.legend-item.not-filled .legend-item-box {
  color: #223;
  background: linear-gradient(#aab, #889);
}

.question-result .expand {
  margin: 0;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 600;
}

.question-result.is-collapsed .details-wrapper {
  display: none;
  width: 100%;
  padding: 1rem 1rem 1rem 3rem;
}

.question-result .details-wrapper.is-expanded {
  display: flex;
  width: 100%;
  padding: 1rem 1rem 1rem 3rem;
}

.question-result .details {
  padding: 1rem;
  border: 1px solid #009444;
  border-radius: 4px;
}

.question-result .details-row {
  display: flex;
  margin-bottom: 0.6666rem;
  padding: 0.6666rem;
  border: 1px solid #47bfef;
  border-radius: 4px;
}

.question-result .details-row.answer-type-image {
  display: block;
}

.question-result .details-row.answer-type-image img {
  height: 10rem;
}

.question-result .details-row > div {
  width: 50%;
}

.question-result .image-placer {
  height: 200px;
}

.question-result .details-row .text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  color: #fff;
  background: #009444;
  font-weight: 400;
}

.question-result .details-row .image img {
  max-width: 100%;
}

.question-wrapper {
  display: flex;
}

.question-wrapper .question-detail {
  flex: 50%;
}

.question-wrapper .question-image {
  padding-right: 0.5rem;
}

.question-wrapper .question-video iframe {
  width: 100%;
  border: none;
}

.question-wrapper .question-answers {
  padding-left: 0.5rem;
}

.sequence {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.details-wrapper .correct {
  background: #ddf1ff;
}

.details-wrapper .incorrect .answer {
  border: 1px solid #aaa;
}

.answer-explanation {
  position: absolute;
  bottom: 10px;
  left: 1rem;
  width: calc(100% - 2rem);
  padding: 0.5rem 1rem;
  border: 1px solid #0091f9;
  border-radius: 4px;
  background: #ddf1ff;
  font-weight: bold;
}

.explanation-text ~ .explanation-text {
  display: none;
}

.details-wrapper h4 {
  font-weight: bold;
}

.sequence-item {
  display: flex;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #47bfef;
  border-radius: 4px;
  background: #f3fff3;
}

.sequence-item .letter {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  text-align: center;
  color: #47bfef;
  border: 3px solid #47bfef;
  border-radius: 50%;
  font-weight: bold;
  line-height: 175%;
}

.title-legend {
  display: flex;
  flex-direction: row;
}

.legend {
  display: flex;
  flex-direction: row;
  margin-left: auto;
}

.legend-item {
  display: flex;
  flex-direction: row;
  margin-left: 1.5rem;
}

.legend-item-box {
  width: 1rem;
  height: 1rem;
  margin-top: 0.175rem;
  margin-right: 0.5rem;
  border: 1px solid #223;
}

.split {
  display: flex;
}

.split .image {
  width: 50%;
  padding-right: 1rem;
}

.split .image img {
  max-width: 100%;
}

ul.block-selector {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem 2rem;
  padding: 0;
  list-style-type: none;
}

ul.block-selector li {
  width: 48%;
  margin: 0 0.5rem 1rem;
}

ul.block-selector li > div {
  display: block;
  width: 100%;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid #47bfef;
  border-radius: 10px;
}

ul.block-selector li > div:hover {
  text-decoration: none;
  color: #fff;
  background: #ddf1ff;
}

.group-name {
  margin-top: 1rem;
  text-align: center;
  color: #223;
  font-weight: bold;
}

ul.block-selector li a:hover,
ul.block-selector li a:hover .group-name {
  text-decoration: none;
  color: #fff;
}

/* PIE */
.pieContainer {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.pieBackground {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 150px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.pie {
  position: absolute;
  clip: rect(0, 150px, 300px, 0);
  width: 300px;
  height: 300px;
  transition: all 1s;
  border-radius: 150px;
}

.hold {
  position: absolute;
  clip: rect(0, 300px, 300px, 150px);
  width: 300px;
  height: 300px;
  border-radius: 150px;
}

.pieSlice1 .pie {
  background: radial-gradient(#47bfef, #47bfef);
}

.pieSlice2 .pie {
  background: linear-gradient(#f58220, #f58220);
}

.pieSlice3 .pie {
  background-color: #f58220;
}

.no-score .pieSlice1 .pie {
  background: radial-gradient(#f2f2f2, #f2f2f2);
}

.no-score .pieSlice2 .pie {
  background: linear-gradient(#f2f2f2, #f2f2f2);
}

.innerCircle {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  color: white;
  border-radius: 120px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

.innerCircle .content {
  display: none;
}

.block-selector li:hover .innerCircle .content {
  display: block;
  margin-top: 32%;
  text-align: center;
  color: #223;
  font-weight: bold;
}

app-index > button {
  display: none;
}

button[routerlink=results] {
  display: none;
}

tooltip,
tooltip .tooltip-arrow::after {
  background-color: #eee !important;
}

.tooltip div,
.tooltip h4 {
  text-align: left;
}

.tooltip-label {
  font-weight: bold;
}

.tooltip-correct-answer,
.tooltip-given-answer {
  display: flex;
}
.tooltip-correct-answer img,
.tooltip-given-answer img {
  width: 150px;
}

app-statistics input, app-statistics button, app-statistics input[type=submit] {
  transition: all 0.3333s ease-in-out;
  border-radius: 2px;
}
app-statistics form {
  display: flex;
  flex-direction: column;
}
app-statistics form .wrapper {
  display: flex;
}
app-statistics form .form-group {
  display: flex;
  flex-direction: column;
}
app-statistics form .wrapper .form-group {
  margin-right: 1rem;
}
app-statistics form .wrapper .form-group:last-child {
  margin-right: 0;
  margin-left: auto;
}
app-statistics form input[type=submit] {
  margin-top: 30px;
}
app-statistics label {
  display: block;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding-left: 8px;
  margin-bottom: 0.5rem;
}
app-statistics input[type=password],
app-statistics input[type=text] {
  border: 1px solid rgb(202, 201, 200);
  padding: calc(1rem - 1px) 1.5rem;
  font-size: 1.1rem;
  font-family: "Nanum Gothic", sans-serif;
  box-shadow: inset 0 0 15px rgba(92, 93, 93, 0.15);
  margin-bottom: 1rem;
}
app-statistics input[type=password]:focus,
app-statistics input[type=text]:focus {
  outline: none;
  border: 1px solid #009444;
  box-shadow: none;
  box-shadow: 0 0 5px rgba(63, 76, 107, 0.4);
}
app-statistics input[type=submit],
app-statistics button,
app-statistics .button {
  background: #009444;
  color: #fff;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  border: none;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
app-statistics input[type=submit]:hover,
app-statistics input[type=submit]:focus,
app-statistics button:hover,
app-statistics button:focus,
app-statistics .button:hover,
app-statistics .button:focus {
  background-color: #007433;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  border: none;
}
app-statistics select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin-bottom: 1rem;
  border-radius: 2px;
  border: 1px solid rgb(202, 201, 200);
  box-shadow: inset 0 0 15px rgba(92, 93, 93, 0.15);
  padding: calc(1rem - 1px) 2.5rem;
  padding-left: 1.5rem;
  font-size: 1.1rem;
  font-family: "Nanum Gothic", sans-serif;
  background-color: #fff;
  background-image: url(assets/arrow-down.svg);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 0.75rem;
  color: rgb(32, 32, 32);
}
app-statistics select:focus {
  outline: none;
  border: 1px solid #009444;
  box-shadow: none;
  box-shadow: 0 0 5px rgba(63, 76, 107, 0.4);
}
app-statistics .max-width {
  max-width: 1024px;
  margin: 0 auto;
  padding: 2rem 4rem;
}
app-statistics .results {
  width: 100%;
  margin-bottom: 2rem;
}
app-statistics .results th {
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 0.25rem;
}
app-statistics .results th.selected {
  color: #009444;
  background-image: url(assets/arrow-down.svg);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 0.75rem;
}
app-statistics .results th.selected.reversed {
  background-image: url(assets/arrow-up.svg);
}
app-statistics .results th:hover {
  color: #009444;
}
app-statistics .results td {
  padding: 0.5rem 0.25rem;
  margin: 0;
}
app-statistics .results tr {
  transition: all 0.333s ease-in-out;
  cursor: pointer;
  background-color: #fff;
}
app-statistics .results tr:nth-child(2n) {
  background-color: #eee;
}
app-statistics .results tbody tr:hover {
  background-color: #ccc;
  color: #009444;
}
app-statistics .tabs {
  margin-bottom: 2rem;
}
app-statistics .tabs ul {
  border-bottom: 1px solid #aaa;
  padding: 0;
  margin: 0;
  list-style: none;
  clear: both;
}
app-statistics .tabs ul:after {
  content: "";
  display: table;
  clear: both;
}
app-statistics .tabs ul li {
  float: left;
  padding: 0.5rem 1rem;
  border: 1px solid #aaa;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  margin-left: 4px;
  background: #eee;
  transition: 0.333s ease-in background-color;
  cursor: pointer;
}
app-statistics .tabs ul li:nth-child(1) {
  margin-left: 1rem;
}
app-statistics .tabs ul li:hover {
  background: #fff;
}
app-statistics .tabs ul li.selected {
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  background: #fff;
}
app-statistics .header-group {
  display: flex;
  align-items: center;
}
app-statistics .header-group h2 {
  margin-bottom: 0;
}
app-statistics .header-group .form-group {
  margin-left: auto;
}
app-statistics .tab.visible {
  display: block;
}
app-statistics .statistics-table {
  width: 100%;
}

app-statistics table {
  width: 100%;
}

.OrderedHotspotQuestion-wrapper .question-image {
  position: relative;
}

.ordered-hotspot-tooltip,
.tooltip-content-wrapper {
  position: relative;
}

.tooltip-marker {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border: 3px solid #f66904;
  border-radius: 50%;
  background-color: #fff;
}

.ordered-hotspot-area-answer {
  position: absolute;
}
.ordered-hotspot-area-answer::before {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  content: attr(order);
  text-align: center;
  border-radius: 50%;
  font-size: 125%;
  line-height: 30px;
  color: #ffffff;
}

.ordered-hotspot-area-answer.marker-correct::before {
  border: 2px solid #47BFEF;
  background-color: rgba(71, 191, 239, 0.7);
}

.ordered-hotspot-area-answer.marker-incorrect::before {
  border: 2px solid #F58220;
  background-color: rgba(245, 130, 32, 0.7);
}

.HotspotQuestion-wrapper .question-image {
  position: relative;
}

.hotspot-area-answer {
  position: absolute;
  border: 2px solid #47bfef;
  background-color: rgba(71, 191, 239, 0.4);
}

.tooltip2 {
  position: relative;
  display: inline-block;
}

.tooltip2 .tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 300px;
  background-color: #eee !important;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s;
  border-color: transparent transparent #555 transparent;
}

.tooltip-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

.tooltip2:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip-bottom {
  top: 70%;
  left: 50%;
  margin-left: -150px;
}

.switch-exams {
  display: flex;
  flex-direction: column-reverse;
}

.cdk-overlay-pane {
  width: 400px;
  padding: 20px;
  background: #fff;
  border-radius: 1rem;
  border: 2px solid #009444;
}

.rsbtn {
  display: flex;
}

.searchbar {
  background: #dcdcdc;
  display: none;
  padding: 10px 20px;
}
.searchbar .menu-item a {
  font-size: 16px;
}
@media (width >= 1024px) {
  .searchbar {
    display: flex;
  }
}
.searchbar__menu {
  margin: auto;
  display: flex;
  width: 100%;
}
.searchbar__search {
  display: flex;
  position: relative;
}
.searchbar__search__icon {
  background: #009444;
  height: 60px;
  width: 60px;
  display: flex;
  position: relative;
  z-index: 778;
  transition: all 0.5s;
  margin: 0 0 0 20px;
}
.searchbar__search__icon__svg {
  background: sassvg("person-white", #fff) no-repeat center center;
  height: 40px;
  width: 40px;
  margin: auto;
}
.searchbar__search__icon__close {
  display: none;
  margin: auto;
}
.searchbar__search__checkbox {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 779;
  cursor: pointer;
}
.searchbar__search__checkbox:checked + .searchbar__search__icon {
  background: #f66904;
}
.searchbar__search__checkbox:checked + .searchbar__search__icon .searchbar__search__icon__svg {
  background: sassvg("close", #fff) no-repeat center center/18px 18px;
}
.searchbar__search__checkbox:checked + .searchbar__search__icon + .region-search {
  top: 0;
  opacity: 1;
}
.searchbar__search__checkbox:checked + .searchbar__search__icon + .region-search .search-block-form {
  top: 0;
  opacity: 1;
}
.searchbar .region-search {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 300px;
  z-index: 777;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s;
  display: flex;
  opacity: 0;
}
.searchbar .region-search .search-block-form {
  background: #fff;
  margin: 0 auto auto auto;
  width: 100%;
  padding: 20px;
  min-height: 250px;
  position: relative;
  top: -20px;
  opacity: 0;
  transition: all 0.5s;
  display: flex;
}
.searchbar .region-search .search-block-form .block-content {
  margin: auto;
  max-width: 500px;
  width: 100%;
}
.searchbar .region-search .search-block-form h2 {
  display: none;
}
.searchbar .region-search .search-block-form .form-item {
  margin: auto 10px auto auto;
  width: 100%;
}
.searchbar .region-search .search-block-form .form-wrapper {
  margin: auto auto auto 0;
}
.searchbar .region-search .search-block-form .material-wrapper-search {
  padding: 0;
}
.searchbar .region-search .search-block-form form {
  display: flex;
}
.searchbar .region-search .search-block-form form input[type=text] {
  margin: 0;
  width: 100%;
}
.searchbar .region-search .search-block-form form input[type=submit] {
  margin: auto auto auto 0;
  padding: 10px 15px 8px 15px;
}

/**
 * @file
 * Styles for the skip link.
 */
.skiplink {
  z-index: 50;
  left: 50%;
  padding: 0.5rem 1rem;
  transform: translateX(-50%);
  border: 0.5rem solid #f66904;
  border-radius: 1rem;
  background-color: #fff;
  font-weight: bold;
}
.skiplink:focus {
  text-decoration: none;
}
.skiplink.focusable:focus {
  position: absolute !important;
  top: 1rem;
}

.messages {
  margin: 0 0 1rem 8px;
  padding: 15px 20px 15px 35px;
  word-wrap: break-word;
  color: #325e1c;
  border: solid #c9e1bd;
  border-width: 1px 1px 1px 0;
  border-radius: 2px;
  background: #f3faef sassvg("status-check", #77b259) no-repeat 10px 17px/auto;
  box-shadow: -8px 0 0 #77b259;
  overflow-wrap: break-word;
}
.messages--warning {
  color: #734c00;
  border-color: #f4daa6;
  background: #fdf8ed sassvg("status-warning", #e09600) no-repeat 10px 17px/auto;
  box-shadow: -8px 0 0 #e09600;
}
.messages--error {
  color: #a51b00;
  border-color: #f9c9bf;
  background: #fcf4f2 sassvg("status-error", #e62600) no-repeat 10px 17px/auto;
  box-shadow: -8px 0 0 #e62600;
}
.messages__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.messages__item + .messages__item {
  margin-top: 0.5rem;
}

.teaser {
  display: flex;
  width: 100%;
}
.teaser h3,
.teaser a {
  color: currentColor;
}
.teaser a {
  text-decoration: none;
}

.card {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  width: 100%;
  padding: 0;
  border-radius: 2px;
}
.card:hover, .card:focus {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.card img {
  display: block;
}
.card > .field {
  margin: 12px 24px;
}
.card > .field:last-child {
  margin-bottom: 24px;
}
.card .field-field-teaser-image {
  order: -1;
  margin: 0 0 12px;
}
.card .field-node-title h3 {
  margin: 0;
}
.card .field-field-teaser-content {
  flex: 1 1 auto;
}
.card .field-field-teaser-content p:last-child {
  margin: 0;
}

.teaser-list > .view-content,
.teaser-list > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0;
  padding: 0;
  list-style: none;
}
@media (width >= 1024px) {
  .teaser-list > .view-content,
  .teaser-list > ul {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.teaser-list > .view-content > .views-row,
.teaser-list > ul li {
  padding: 20px 0;
}
@media (width >= 1024px) {
  .teaser-list > .view-content > .views-row,
  .teaser-list > ul li {
    display: flex;
    width: 50%;
    padding: 20px;
  }
}

.form-actions {
  margin-top: 1rem;
}

button,
input[type=submit],
.btn,
.paragraph--type--graphic .field-field-graphic-link a,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a,
.exam-link a,
.reexam-link a,
a.export-csv {
  display: inline-block;
  min-width: 88px;
  margin: 0 0 0.5rem;
  padding: 25px 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 2px;
  outline: none;
  background-color: #f66904;
  font-size: 16px;
  line-height: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 25px;
}
.rsbtn button,
.rsbtn input[type=submit],
.rsbtn .btn,
.rsbtn .paragraph--type--graphic .field-field-graphic-link a,
.paragraph--type--graphic .field-field-graphic-link .rsbtn a,
.rsbtn .paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link .rsbtn a,
.rsbtn .exam-link a,
.rsbtn .reexam-link a,
.rsbtn a.export-csv {
  min-width: auto;
}
button + button,
button + input[type=submit],
button + .btn,
.paragraph--type--graphic .field-field-graphic-link button + a,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link button + a,
button + .exam-link a,
button + .reexam-link a,
button + a.export-csv,
input[type=submit] + button,
input[type=submit] + input[type=submit],
input[type=submit] + .btn,
.paragraph--type--graphic .field-field-graphic-link input[type=submit] + a,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link input[type=submit] + a,
input[type=submit] + .exam-link a,
input[type=submit] + .reexam-link a,
input[type=submit] + a.export-csv,
.btn + button,
.paragraph--type--graphic .field-field-graphic-link a + button,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a + button,
.btn + input[type=submit],
.paragraph--type--graphic .field-field-graphic-link a + input[type=submit],
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a + input[type=submit],
.btn + .btn,
.paragraph--type--graphic .field-field-graphic-link a + .btn,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a + .btn,
.paragraph--type--graphic .field-field-graphic-link .btn + a,
.paragraph--type--graphic .field-field-graphic-link a + a,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link .paragraph--type--graphic .field-field-graphic-link a + a,
.paragraph--type--graphic .field-field-graphic-link .paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a + a,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link .btn + a,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a + a,
.btn + .exam-link a,
.paragraph--type--graphic .field-field-graphic-link a + .exam-link a,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a + .exam-link a,
.btn + .reexam-link a,
.paragraph--type--graphic .field-field-graphic-link a + .reexam-link a,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a + .reexam-link a,
.btn + a.export-csv,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a + a.export-csv,
.exam-link a + button,
.exam-link a + input[type=submit],
.exam-link a + .btn,
.exam-link .paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a + a,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link .exam-link a + a,
.exam-link a + .exam-link a,
.exam-link a + .reexam-link a,
.exam-link a + a.export-csv,
.reexam-link a + button,
.reexam-link a + input[type=submit],
.reexam-link a + .btn,
.reexam-link .paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a + a,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link .reexam-link a + a,
.reexam-link a + .exam-link a,
.reexam-link a + .reexam-link a,
.reexam-link a + a.export-csv,
a.export-csv + button,
a.export-csv + input[type=submit],
a.export-csv + .btn,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a.export-csv + a,
a.export-csv + .exam-link a,
a.export-csv + .reexam-link a,
a.export-csv + a.export-csv {
  margin-left: 0.5rem;
}
button:active,
input[type=submit]:active,
.btn:active,
.paragraph--type--graphic .field-field-graphic-link a:active,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a:active,
.exam-link a:active,
.reexam-link a:active,
a.export-csv:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
button.pseudo-class-disabled, button:disabled, fieldset:disabled button,
input[type=submit].pseudo-class-disabled,
input[type=submit]:disabled,
fieldset:disabled input[type=submit],
.btn.pseudo-class-disabled,
.paragraph--type--graphic .field-field-graphic-link a.pseudo-class-disabled,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a.pseudo-class-disabled,
.btn:disabled,
.paragraph--type--graphic .field-field-graphic-link a:disabled,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a:disabled,
fieldset:disabled .btn,
fieldset:disabled .paragraph--type--graphic .field-field-graphic-link a,
.paragraph--type--graphic .field-field-graphic-link fieldset:disabled a,
fieldset:disabled .paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a,
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link fieldset:disabled a,
.exam-link a.pseudo-class-disabled,
.exam-link a:disabled,
fieldset:disabled .exam-link a,
.reexam-link a.pseudo-class-disabled,
.reexam-link a:disabled,
fieldset:disabled .reexam-link a,
a.export-csv.pseudo-class-disabled,
a.export-csv:disabled,
fieldset:disabled a.export-csv {
  cursor: default;
  color: rgba(0, 0, 0, 0.26);
  background-color: #dcdcdc;
}
button:hover:not(:disabled), button:focus:not(:disabled),
input[type=submit]:hover:not(:disabled),
input[type=submit]:focus:not(:disabled),
.btn:hover:not(:disabled),
.paragraph--type--graphic .field-field-graphic-link a:hover:not(:disabled),
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a:hover:not(:disabled),
.btn:focus:not(:disabled),
.paragraph--type--graphic .field-field-graphic-link a:focus:not(:disabled),
.paragraph--type--table .paragraph-table-table-wrapper .field-field-paragraph-primary-link a:focus:not(:disabled),
.exam-link a:hover:not(:disabled),
.exam-link a:focus:not(:disabled),
.reexam-link a:hover:not(:disabled),
.reexam-link a:focus:not(:disabled),
a.export-csv:hover:not(:disabled),
a.export-csv:focus:not(:disabled) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  text-decoration: none;
  background: rgb(220.908, 94.29, 3.592);
}

[id=block-contact-webform-block] .form-actions {
  position: relative;
  display: inline-block;
}
[id=block-contact-webform-block] .form-actions:after {
  position: absolute;
  right: 20px;
  top: 19px;
  content: "";
  width: 16px;
  height: 12px;
  background: sassvg("arrow-right-white", #fff) no-repeat center right;
}
[id=block-contact-webform-block] .form-actions .form-submit {
  padding-right: 50px;
}

.form-type-checkbox {
  margin: 1rem 0 0.5rem;
  padding: 0;
  transform: translate3d(0, 0, 0);
  line-height: 1;
}

.material-wrapper-checkbox {
  position: relative;
  margin-bottom: 1em;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 1.5em;
}
input[type=checkbox] ~ label::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  background-color: transparent;
  will-change: background-color, border-color;
}
input[type=checkbox]:checked ~ label::before {
  border-color: #000;
  background-color: #000;
  background-image: sassvg("checkbox-check") no-repeat center center/contain;
}
input[type=checkbox]:focus ~ label::before {
  outline: auto;
}
input[type=checkbox][disabled], input[type=checkbox].pseudo-class-disabled {
  pointer-events: none;
}
input[type=checkbox][disabled] ~ label, input[type=checkbox].pseudo-class-disabled ~ label {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.6);
}
input[type=checkbox][disabled] ~ label::before, input[type=checkbox].pseudo-class-disabled ~ label::before {
  border-color: rgba(0, 0, 0, 0.6);
}
input[type=checkbox][disabled]:checked ~ label::before, input[type=checkbox].pseudo-class-disabled:checked ~ label::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.correct input[type=checkbox][disabled] ~ label, .correct input[type=checkbox].pseudo-class-disabled ~ label {
  color: #009444;
}
.correct input[type=checkbox][disabled] ~ label::before, .correct input[type=checkbox].pseudo-class-disabled ~ label::before {
  content: "\f00c";
  border-color: transparent;
  background-color: transparent;
  font-family: "fontawesome";
  font-size: 1.2em;
  line-height: 0.6;
}
.incorrect input[type=checkbox][disabled], .incorrect input[type=checkbox].pseudo-class-disabled {
  color: rgba(0, 0, 0, 0.6);
}
.incorrect input[type=checkbox][disabled] ~ label, .incorrect input[type=checkbox].pseudo-class-disabled ~ label {
  color: #a51b00;
}
.incorrect input[type=checkbox][disabled] ~ label::before, .incorrect input[type=checkbox].pseudo-class-disabled ~ label::before {
  content: "\f00d";
  border-color: transparent;
  background-color: transparent;
  font-family: "fontawesome";
  font-size: 1.2em;
  line-height: 0.6;
}
.not-selected.correct input[type=checkbox][disabled] ~ label, .not-selected.correct input[type=checkbox].pseudo-class-disabled ~ label {
  color: rgba(0, 0, 0, 0.6);
}

.description,
.form-item--error-message {
  padding-top: 8px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.95rem;
  line-height: 1.15;
}

.form-item--error-message {
  color: #a40000;
}

.fieldgroup {
  margin: 1rem 0 0.5rem;
}

fieldset {
  min-width: 0;
  margin: 1em 0;
  border: 1px solid #dcdcdc;
}

.form-type-radio {
  margin: 1rem 0 0.5rem;
  padding: 0;
  transform: translate3d(0, 0, 0);
  line-height: 1;
}

.material-wrapper-radio {
  position: relative;
  margin-bottom: 1em;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
}
input[type=radio] ~ label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  padding-top: 5px;
}
.has-image-answers input[type=radio] ~ label {
  display: inline-block;
  padding: 0;
  padding-top: 1.4em;
}
input[type=radio] ~ label::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #CCCAC6;
  border-radius: 50%;
  background-color: transparent;
  will-change: background-color, border-color;
}
.has-image-answers input[type=radio] ~ label::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
input[type=radio]:checked ~ label::after {
  position: absolute;
  z-index: 10;
  top: 5px;
  left: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background: #f66904;
  border: 2px solid white;
  border-radius: 50%;
  will-change: background-color, border-color;
}
.has-image-answers input[type=radio]:checked ~ label::after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
input[type=radio]:focus ~ label::before {
  outline: auto;
}
input[type=radio][disabled], input[type=radio].pseudo-class-disabled {
  pointer-events: none;
}
input[type=radio][disabled] ~ label, input[type=radio].pseudo-class-disabled ~ label {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.6);
}
input[type=radio][disabled] ~ label::before, input[type=radio].pseudo-class-disabled ~ label::before {
  border-color: rgba(0, 0, 0, 0.6);
}
.correct input[type=radio][disabled] ~ label, .correct input[type=radio].pseudo-class-disabled ~ label {
  color: #009444;
}
.correct input[type=radio][disabled] ~ label::before, .correct input[type=radio].pseudo-class-disabled ~ label::before {
  content: "\f00c";
  border-color: transparent;
  background-color: transparent;
  font-family: "fontawesome";
  font-size: 1.2em;
  line-height: 0.6;
}
.incorrect input[type=radio][disabled], .incorrect input[type=radio].pseudo-class-disabled {
  color: #8f8f8f;
}
.incorrect input[type=radio][disabled] ~ label, .incorrect input[type=radio].pseudo-class-disabled ~ label {
  color: #a51b00;
}
.incorrect input[type=radio][disabled] ~ label::before, .incorrect input[type=radio].pseudo-class-disabled ~ label::before {
  content: "\f00d";
  border-color: transparent;
  background-color: transparent;
  font-family: "fontawesome";
  font-size: 1.2em;
  line-height: 0.6;
}

.form-type-textfield, .form-type-password, .form-type-tel, .form-type-search, .form-type-email, .form-type-textarea {
  margin: 1rem 0 0.5rem;
  line-height: 1;
}

.material-wrapper-textfield, .material-wrapper-password, .material-wrapper-tel, .material-wrapper-search, .material-wrapper-email, .material-wrapper-textarea {
  position: relative;
  display: flex;
  flex-direction: column;
}
.form-item-material .material-wrapper-textfield, .form-item-material .material-wrapper-password, .form-item-material .material-wrapper-tel, .form-item-material .material-wrapper-search, .form-item-material .material-wrapper-email, .form-item-material .material-wrapper-textarea {
  display: block;
  padding-top: 1rem;
}
.form-item-hover .material-wrapper-textfield::after, .form-item-hover .material-wrapper-password::after, .form-item-hover .material-wrapper-tel::after, .form-item-hover .material-wrapper-search::after, .form-item-hover .material-wrapper-email::after, .form-item-hover .material-wrapper-textarea::after {
  transform: translateY(100%) scaleY(2);
  background-color: rgba(246, 105, 4, 0.87);
}
.form-item-focus .material-wrapper-textfield::after, .form-item-focus .material-wrapper-password::after, .form-item-focus .material-wrapper-tel::after, .form-item-focus .material-wrapper-search::after, .form-item-focus .material-wrapper-email::after, .form-item-focus .material-wrapper-textarea::after {
  transform: translateY(100%) scaleY(2);
  background-color: #f66904;
}
.form-item--error .material-wrapper-textfield::after, .form-item--error .material-wrapper-password::after, .form-item--error .material-wrapper-tel::after, .form-item--error .material-wrapper-search::after, .form-item--error .material-wrapper-email::after, .form-item--error .material-wrapper-textarea::after {
  background-color: #a40000;
}

input[type=text], input[type=password], input[type=tel], input[type=search], input[type=email] {
  order: 2;
  width: 100%;
  padding: 9px 10px 9px 12px;
  color: inherit;
  border: 2px solid #dadada;
  outline: 0;
  background: transparent;
  font-family: inherit;
  font-size: 1rem;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: #3b3b3b;
  font-family: inherit;
  font-size: 1rem;
}
input[type=text]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder, input[type=search]::placeholder, input[type=email]::placeholder {
  color: #3b3b3b;
  font-family: inherit;
  font-size: 1rem;
}
input[type=text] ~ label, input[type=password] ~ label, input[type=tel] ~ label, input[type=search] ~ label, input[type=email] ~ label {
  transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1), transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: left top;
  color: rgba(0, 0, 0, 0.6);
}
input[type=text]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=search]:hover, input[type=email]:hover {
  border-color: rgba(246, 105, 4, 0.87);
}
input[type=text]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=email]:focus {
  border-bottom: 1px solid transparent;
}
input[type=text]:focus ~ label, input[type=password]:focus ~ label, input[type=tel]:focus ~ label, input[type=search]:focus ~ label, input[type=email]:focus ~ label {
  color: rgba(246, 105, 4, 0.87);
}
input[type=text]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=search]:disabled, input[type=email]:disabled {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.6);
  border-style: dotted;
}
.form-item--error input[type=text], .form-item--error input[type=password], .form-item--error input[type=tel], .form-item--error input[type=search], .form-item--error input[type=email] {
  border-color: #a40000;
}
.form-item--error input[type=text] ~ label, .form-item--error input[type=password] ~ label, .form-item--error input[type=tel] ~ label, .form-item--error input[type=search] ~ label, .form-item--error input[type=email] ~ label {
  color: #a40000;
}
.form-item-material input[type=text] ~ label, .form-item-material input[type=password] ~ label, .form-item-material input[type=tel] ~ label, .form-item-material input[type=search] ~ label, .form-item-material input[type=email] ~ label {
  position: absolute;
  bottom: 0.6rem;
  left: 16px;
  font-size: 16px;
}
.form-item-filled.form-item-material input[type=text] ~ label, .form-item-filled.form-item-material input[type=password] ~ label, .form-item-filled.form-item-material input[type=tel] ~ label, .form-item-filled.form-item-material input[type=search] ~ label, .form-item-filled.form-item-material input[type=email] ~ label {
  transform: translateY(-160%) scale(0.75);
}

.form-item-focus.form-item-material input[type=text] ~ label, .form-item-focus.form-item-material input[type=password] ~ label, .form-item-focus.form-item-material input[type=tel] ~ label, .form-item-focus.form-item-material input[type=search] ~ label, .form-item-focus.form-item-material input[type=email] ~ label {
  transform: translateY(-160%) scale(0.75);
}

input[type=text] .form-item-material:not(.form-no-label)::-moz-placeholder, input[type=password] .form-item-material:not(.form-no-label)::-moz-placeholder, input[type=tel] .form-item-material:not(.form-no-label)::-moz-placeholder, input[type=search] .form-item-material:not(.form-no-label)::-moz-placeholder, input[type=email] .form-item-material:not(.form-no-label)::-moz-placeholder {
  visibility: hidden;
  -moz-transition: visibility 0s linear 0.18s, opacity 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0s linear 0.18s, opacity 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

input[type=text] .form-item-material:not(.form-no-label)::placeholder, input[type=password] .form-item-material:not(.form-no-label)::placeholder, input[type=tel] .form-item-material:not(.form-no-label)::placeholder, input[type=search] .form-item-material:not(.form-no-label)::placeholder, input[type=email] .form-item-material:not(.form-no-label)::placeholder {
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
input[type=text] .form-item-material:not(.form-no-label):focus::-moz-placeholder, input[type=password] .form-item-material:not(.form-no-label):focus::-moz-placeholder, input[type=tel] .form-item-material:not(.form-no-label):focus::-moz-placeholder, input[type=search] .form-item-material:not(.form-no-label):focus::-moz-placeholder, input[type=email] .form-item-material:not(.form-no-label):focus::-moz-placeholder {
  visibility: visible;
  transition-delay: 0s;
  opacity: 1;
}
input[type=text] .form-item-material:not(.form-no-label):focus::placeholder, input[type=password] .form-item-material:not(.form-no-label):focus::placeholder, input[type=tel] .form-item-material:not(.form-no-label):focus::placeholder, input[type=search] .form-item-material:not(.form-no-label):focus::placeholder, input[type=email] .form-item-material:not(.form-no-label):focus::placeholder {
  visibility: visible;
  transition-delay: 0s;
  opacity: 1;
}

/* BOTTOM BARS ================================= */
.bar {
  display: block;
}

.bar::before,
.bar::after {
  position: absolute;
  bottom: 1px;
  width: 0;
  height: 2px;
  content: "";
  transition: 0.2s ease all;
  background: #f66904;
}

.bar::before {
  left: 50%;
}

.bar::after {
  right: 50%;
}

/* active state */
input:focus ~ .bar::before,
input:focus ~ .bar::after,
textarea:focus ~ .bar::before,
textarea:focus ~ .bar::after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100px;
  height: 60%;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
input:focus ~ .highlight,
textarea:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@keyframes inputHighlighter {
  from {
    background: #f66904;
  }
  to {
    width: 0;
    background: transparent;
  }
}
/* Textarea */
textarea {
  order: 2;
  width: 100%;
  padding: 30px 20px;
  transition: all 0.3s;
  color: inherit;
  border: 2px solid #dadada;
  outline: 0;
  background: transparent;
  font-family: inherit;
  font-size: 1rem;
}
textarea ~ label {
  transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1), transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: 0 0;
  color: rgba(0, 0, 0, 0.54);
}
textarea:hover {
  border-color: rgba(246, 105, 4, 0.87);
}
textarea:focus {
  border-bottom: 1px solid transparent;
}
textarea:focus ~ label {
  color: rgba(246, 105, 4, 0.87);
}
textarea:disabled {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.6);
  border-style: dotted;
}
.form-item--error textarea {
  border-color: #a40000;
}
.form-item--error textarea ~ label {
  color: #a40000;
}
.form-item-material textarea ~ label {
  position: absolute;
  top: 2.2rem;
  left: 18px;
  font-size: 16px;
}
.form-item-filled.form-item-material textarea ~ label {
  transform: translateY(-80%) scale(0.75);
}

.form-item-focus.form-item-material textarea ~ label {
  transform: translateY(-80%) scale(0.75);
}

textarea .form-item-material:not(.form-no-label)::-moz-placeholder {
  visibility: hidden;
  -moz-transition: visibility 0s linear 0.18s, opacity 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0s linear 0.18s, opacity 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

textarea .form-item-material:not(.form-no-label)::placeholder {
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
textarea .form-item-material:not(.form-no-label):focus::-moz-placeholder {
  visibility: visible;
  transition-delay: 0s;
  opacity: 1;
}
textarea .form-item-material:not(.form-no-label):focus::placeholder {
  visibility: visible;
  transition-delay: 0s;
  opacity: 1;
}
textarea.materialize-textarea {
  overflow-y: hidden; /* prevents scroll bar flash */
  min-height: 3rem;
  padding: 30px 20px; /* prevents text jump on Enter keypress */
  resize: none;
}
textarea.materialize-textarea.validate + label {
  height: 100%;
}
textarea.materialize-textarea.validate + label::after {
  top: calc(100% - 12px);
}
textarea.materialize-textarea.validate + label:not(.label-icon).active {
  transform: translateY(-25px);
}
textarea::-moz-placeholder {
  color: #3b3b3b;
  font-family: inherit;
  font-size: 1rem;
}
textarea::placeholder {
  color: #3b3b3b;
  font-family: inherit;
  font-size: 1rem;
}

.hiddendiv {
  position: absolute;
  top: 0;
  display: none;
  padding: 10px 10px 10px 5px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  vertical-align: -15%;
  font-size: 1.3333333333em;
  line-height: 0.75em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  margin-left: 2.1428571429em;
  padding-left: 0;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  top: 0.1428571429em;
  left: -2.1428571429em;
  width: 2.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}

.fa-rotate-180 {
  transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}

.fa-rotate-270 {
  transform: rotate(270deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
}

.fa-flip-vertical {
  transform: scale(1, -1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  line-height: 2em;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass::before {
  content: "\f000";
}

.fa-music::before {
  content: "\f001";
}

.fa-search::before {
  content: "\f002";
}

.fa-envelope-o::before {
  content: "\f003";
}

.fa-heart::before {
  content: "\f004";
}

.fa-star::before {
  content: "\f005";
}

.fa-star-o::before {
  content: "\f006";
}

.fa-user::before {
  content: "\f007";
}

.fa-film::before {
  content: "\f008";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-th::before {
  content: "\f00a";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-check::before {
  content: "\f00c";
}

.fa-remove::before,
.fa-close::before,
.fa-times::before {
  content: "\f00d";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-signal::before {
  content: "\f012";
}

.fa-gear::before,
.fa-cog::before {
  content: "\f013";
}

.fa-trash-o::before {
  content: "\f014";
}

.fa-home::before {
  content: "\f015";
}

.fa-file-o::before {
  content: "\f016";
}

.fa-clock-o::before {
  content: "\f017";
}

.fa-road::before {
  content: "\f018";
}

.fa-download::before {
  content: "\f019";
}

.fa-arrow-circle-o-down::before {
  content: "\f01a";
}

.fa-arrow-circle-o-up::before {
  content: "\f01b";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-play-circle-o::before {
  content: "\f01d";
}

.fa-rotate-right::before,
.fa-repeat::before {
  content: "\f01e";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-lock::before {
  content: "\f023";
}

.fa-flag::before {
  content: "\f024";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-book::before {
  content: "\f02d";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-print::before {
  content: "\f02f";
}

.fa-camera::before {
  content: "\f030";
}

.fa-font::before {
  content: "\f031";
}

.fa-bold::before {
  content: "\f032";
}

.fa-italic::before {
  content: "\f033";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-list::before {
  content: "\f03a";
}

.fa-dedent::before,
.fa-outdent::before {
  content: "\f03b";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-photo::before,
.fa-image::before,
.fa-picture-o::before {
  content: "\f03e";
}

.fa-pencil::before {
  content: "\f040";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-tint::before {
  content: "\f043";
}

.fa-edit::before,
.fa-pencil-square-o::before {
  content: "\f044";
}

.fa-share-square-o::before {
  content: "\f045";
}

.fa-check-square-o::before {
  content: "\f046";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-play::before {
  content: "\f04b";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-eject::before {
  content: "\f052";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-times-circle-o::before {
  content: "\f05c";
}

.fa-check-circle-o::before {
  content: "\f05d";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-mail-forward::before,
.fa-share::before {
  content: "\f064";
}

.fa-expand::before {
  content: "\f065";
}

.fa-compress::before {
  content: "\f066";
}

.fa-plus::before {
  content: "\f067";
}

.fa-minus::before {
  content: "\f068";
}

.fa-asterisk::before {
  content: "\f069";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-warning::before,
.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-plane::before {
  content: "\f072";
}

.fa-calendar::before {
  content: "\f073";
}

.fa-random::before {
  content: "\f074";
}

.fa-comment::before {
  content: "\f075";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-bar-chart-o::before,
.fa-bar-chart::before {
  content: "\f080";
}

.fa-twitter-square::before {
  content: "\f081";
}

.fa-facebook-square::before {
  content: "\f082";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-key::before {
  content: "\f084";
}

.fa-gears::before,
.fa-cogs::before {
  content: "\f085";
}

.fa-comments::before {
  content: "\f086";
}

.fa-thumbs-o-up::before {
  content: "\f087";
}

.fa-thumbs-o-down::before {
  content: "\f088";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-heart-o::before {
  content: "\f08a";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-linkedin-square::before {
  content: "\f08c";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-github-square::before {
  content: "\f092";
}

.fa-upload::before {
  content: "\f093";
}

.fa-lemon-o::before {
  content: "\f094";
}

.fa-phone::before {
  content: "\f095";
}

.fa-square-o::before {
  content: "\f096";
}

.fa-bookmark-o::before {
  content: "\f097";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-twitter::before {
  content: "\f099";
}

.fa-facebook-f::before,
.fa-facebook::before {
  content: "\f09a";
}

.fa-github::before {
  content: "\f09b";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-feed::before,
.fa-rss::before {
  content: "\f09e";
}

.fa-hdd-o::before {
  content: "\f0a0";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-hand-o-right::before {
  content: "\f0a4";
}

.fa-hand-o-left::before {
  content: "\f0a5";
}

.fa-hand-o-up::before {
  content: "\f0a6";
}

.fa-hand-o-down::before {
  content: "\f0a7";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-group::before,
.fa-users::before {
  content: "\f0c0";
}

.fa-chain::before,
.fa-link::before {
  content: "\f0c1";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-cut::before,
.fa-scissors::before {
  content: "\f0c4";
}

.fa-copy::before,
.fa-files-o::before {
  content: "\f0c5";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-save::before,
.fa-floppy-o::before {
  content: "\f0c7";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-navicon::before,
.fa-reorder::before,
.fa-bars::before {
  content: "\f0c9";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-pinterest::before {
  content: "\f0d2";
}

.fa-pinterest-square::before {
  content: "\f0d3";
}

.fa-google-plus-square::before {
  content: "\f0d4";
}

.fa-google-plus::before {
  content: "\f0d5";
}

.fa-money::before {
  content: "\f0d6";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-unsorted::before,
.fa-sort::before {
  content: "\f0dc";
}

.fa-sort-down::before,
.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-sort-up::before,
.fa-sort-asc::before {
  content: "\f0de";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-linkedin::before {
  content: "\f0e1";
}

.fa-rotate-left::before,
.fa-undo::before {
  content: "\f0e2";
}

.fa-legal::before,
.fa-gavel::before {
  content: "\f0e3";
}

.fa-dashboard::before,
.fa-tachometer::before {
  content: "\f0e4";
}

.fa-comment-o::before {
  content: "\f0e5";
}

.fa-comments-o::before {
  content: "\f0e6";
}

.fa-flash::before,
.fa-bolt::before {
  content: "\f0e7";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-paste::before,
.fa-clipboard::before {
  content: "\f0ea";
}

.fa-lightbulb-o::before {
  content: "\f0eb";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-bell-o::before {
  content: "\f0a2";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-cutlery::before {
  content: "\f0f5";
}

.fa-file-text-o::before {
  content: "\f0f6";
}

.fa-building-o::before {
  content: "\f0f7";
}

.fa-hospital-o::before {
  content: "\f0f8";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-desktop::before {
  content: "\f108";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-tablet::before {
  content: "\f10a";
}

.fa-mobile-phone::before,
.fa-mobile::before {
  content: "\f10b";
}

.fa-circle-o::before {
  content: "\f10c";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-circle::before {
  content: "\f111";
}

.fa-mail-reply::before,
.fa-reply::before {
  content: "\f112";
}

.fa-github-alt::before {
  content: "\f113";
}

.fa-folder-o::before {
  content: "\f114";
}

.fa-folder-open-o::before {
  content: "\f115";
}

.fa-smile-o::before {
  content: "\f118";
}

.fa-frown-o::before {
  content: "\f119";
}

.fa-meh-o::before {
  content: "\f11a";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-keyboard-o::before {
  content: "\f11c";
}

.fa-flag-o::before {
  content: "\f11d";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-code::before {
  content: "\f121";
}

.fa-mail-reply-all::before,
.fa-reply-all::before {
  content: "\f122";
}

.fa-star-half-empty::before,
.fa-star-half-full::before,
.fa-star-half-o::before {
  content: "\f123";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-crop::before {
  content: "\f125";
}

.fa-code-fork::before {
  content: "\f126";
}

.fa-unlink::before,
.fa-chain-broken::before {
  content: "\f127";
}

.fa-question::before {
  content: "\f128";
}

.fa-info::before {
  content: "\f129";
}

.fa-exclamation::before {
  content: "\f12a";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-shield::before {
  content: "\f132";
}

.fa-calendar-o::before {
  content: "\f133";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-maxcdn::before {
  content: "\f136";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-html5::before {
  content: "\f13b";
}

.fa-css3::before {
  content: "\f13c";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-minus-square-o::before {
  content: "\f147";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-toggle-down::before,
.fa-caret-square-o-down::before {
  content: "\f150";
}

.fa-toggle-up::before,
.fa-caret-square-o-up::before {
  content: "\f151";
}

.fa-toggle-right::before,
.fa-caret-square-o-right::before {
  content: "\f152";
}

.fa-euro::before,
.fa-eur::before {
  content: "\f153";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-dollar::before,
.fa-usd::before {
  content: "\f155";
}

.fa-rupee::before,
.fa-inr::before {
  content: "\f156";
}

.fa-cny::before,
.fa-rmb::before,
.fa-yen::before,
.fa-jpy::before {
  content: "\f157";
}

.fa-ruble::before,
.fa-rouble::before,
.fa-rub::before {
  content: "\f158";
}

.fa-won::before,
.fa-krw::before {
  content: "\f159";
}

.fa-bitcoin::before,
.fa-btc::before {
  content: "\f15a";
}

.fa-file::before {
  content: "\f15b";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-desc::before {
  content: "\f15e";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-desc::before {
  content: "\f161";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-desc::before {
  content: "\f163";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-youtube-square::before {
  content: "\f166";
}

.fa-youtube::before {
  content: "\f167";
}

.fa-xing::before {
  content: "\f168";
}

.fa-xing-square::before {
  content: "\f169";
}

.fa-youtube-play::before {
  content: "\f16a";
}

.fa-dropbox::before {
  content: "\f16b";
}

.fa-stack-overflow::before {
  content: "\f16c";
}

.fa-instagram::before {
  content: "\f16d";
}

.fa-flickr::before {
  content: "\f16e";
}

.fa-adn::before {
  content: "\f170";
}

.fa-bitbucket::before {
  content: "\f171";
}

.fa-bitbucket-square::before {
  content: "\f172";
}

.fa-tumblr::before {
  content: "\f173";
}

.fa-tumblr-square::before {
  content: "\f174";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-apple::before {
  content: "\f179";
}

.fa-windows::before {
  content: "\f17a";
}

.fa-android::before {
  content: "\f17b";
}

.fa-linux::before {
  content: "\f17c";
}

.fa-dribbble::before {
  content: "\f17d";
}

.fa-skype::before {
  content: "\f17e";
}

.fa-foursquare::before {
  content: "\f180";
}

.fa-trello::before {
  content: "\f181";
}

.fa-female::before {
  content: "\f182";
}

.fa-male::before {
  content: "\f183";
}

.fa-gittip::before,
.fa-gratipay::before {
  content: "\f184";
}

.fa-sun-o::before {
  content: "\f185";
}

.fa-moon-o::before {
  content: "\f186";
}

.fa-archive::before {
  content: "\f187";
}

.fa-bug::before {
  content: "\f188";
}

.fa-vk::before {
  content: "\f189";
}

.fa-weibo::before {
  content: "\f18a";
}

.fa-renren::before {
  content: "\f18b";
}

.fa-pagelines::before {
  content: "\f18c";
}

.fa-stack-exchange::before {
  content: "\f18d";
}

.fa-arrow-circle-o-right::before {
  content: "\f18e";
}

.fa-arrow-circle-o-left::before {
  content: "\f190";
}

.fa-toggle-left::before,
.fa-caret-square-o-left::before {
  content: "\f191";
}

.fa-dot-circle-o::before {
  content: "\f192";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-vimeo-square::before {
  content: "\f194";
}

.fa-turkish-lira::before,
.fa-try::before {
  content: "\f195";
}

.fa-plus-square-o::before {
  content: "\f196";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-slack::before {
  content: "\f198";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-wordpress::before {
  content: "\f19a";
}

.fa-openid::before {
  content: "\f19b";
}

.fa-institution::before,
.fa-bank::before,
.fa-university::before {
  content: "\f19c";
}

.fa-mortar-board::before,
.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-yahoo::before {
  content: "\f19e";
}

.fa-google::before {
  content: "\f1a0";
}

.fa-reddit::before {
  content: "\f1a1";
}

.fa-reddit-square::before {
  content: "\f1a2";
}

.fa-stumbleupon-circle::before {
  content: "\f1a3";
}

.fa-stumbleupon::before {
  content: "\f1a4";
}

.fa-delicious::before {
  content: "\f1a5";
}

.fa-digg::before {
  content: "\f1a6";
}

.fa-pied-piper-pp::before {
  content: "\f1a7";
}

.fa-pied-piper-alt::before {
  content: "\f1a8";
}

.fa-drupal::before {
  content: "\f1a9";
}

.fa-joomla::before {
  content: "\f1aa";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-spoon::before {
  content: "\f1b1";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-behance::before {
  content: "\f1b4";
}

.fa-behance-square::before {
  content: "\f1b5";
}

.fa-steam::before {
  content: "\f1b6";
}

.fa-steam-square::before {
  content: "\f1b7";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-automobile::before,
.fa-car::before {
  content: "\f1b9";
}

.fa-cab::before,
.fa-taxi::before {
  content: "\f1ba";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-spotify::before {
  content: "\f1bc";
}

.fa-deviantart::before {
  content: "\f1bd";
}

.fa-soundcloud::before {
  content: "\f1be";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-file-pdf-o::before {
  content: "\f1c1";
}

.fa-file-word-o::before {
  content: "\f1c2";
}

.fa-file-excel-o::before {
  content: "\f1c3";
}

.fa-file-powerpoint-o::before {
  content: "\f1c4";
}

.fa-file-photo-o::before,
.fa-file-picture-o::before,
.fa-file-image-o::before {
  content: "\f1c5";
}

.fa-file-zip-o::before,
.fa-file-archive-o::before {
  content: "\f1c6";
}

.fa-file-sound-o::before,
.fa-file-audio-o::before {
  content: "\f1c7";
}

.fa-file-movie-o::before,
.fa-file-video-o::before {
  content: "\f1c8";
}

.fa-file-code-o::before {
  content: "\f1c9";
}

.fa-vine::before {
  content: "\f1ca";
}

.fa-codepen::before {
  content: "\f1cb";
}

.fa-jsfiddle::before {
  content: "\f1cc";
}

.fa-life-bouy::before,
.fa-life-buoy::before,
.fa-life-saver::before,
.fa-support::before,
.fa-life-ring::before {
  content: "\f1cd";
}

.fa-circle-o-notch::before {
  content: "\f1ce";
}

.fa-ra::before,
.fa-resistance::before,
.fa-rebel::before {
  content: "\f1d0";
}

.fa-ge::before,
.fa-empire::before {
  content: "\f1d1";
}

.fa-git-square::before {
  content: "\f1d2";
}

.fa-git::before {
  content: "\f1d3";
}

.fa-y-combinator-square::before,
.fa-yc-square::before,
.fa-hacker-news::before {
  content: "\f1d4";
}

.fa-tencent-weibo::before {
  content: "\f1d5";
}

.fa-qq::before {
  content: "\f1d6";
}

.fa-wechat::before,
.fa-weixin::before {
  content: "\f1d7";
}

.fa-send::before,
.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-send-o::before,
.fa-paper-plane-o::before {
  content: "\f1d9";
}

.fa-history::before {
  content: "\f1da";
}

.fa-circle-thin::before {
  content: "\f1db";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-soccer-ball-o::before,
.fa-futbol-o::before {
  content: "\f1e3";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-slideshare::before {
  content: "\f1e7";
}

.fa-twitch::before {
  content: "\f1e8";
}

.fa-yelp::before {
  content: "\f1e9";
}

.fa-newspaper-o::before {
  content: "\f1ea";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-paypal::before {
  content: "\f1ed";
}

.fa-google-wallet::before {
  content: "\f1ee";
}

.fa-cc-visa::before {
  content: "\f1f0";
}

.fa-cc-mastercard::before {
  content: "\f1f1";
}

.fa-cc-discover::before {
  content: "\f1f2";
}

.fa-cc-amex::before {
  content: "\f1f3";
}

.fa-cc-paypal::before {
  content: "\f1f4";
}

.fa-cc-stripe::before {
  content: "\f1f5";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-bell-slash-o::before {
  content: "\f1f7";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-at::before {
  content: "\f1fa";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-lastfm::before {
  content: "\f202";
}

.fa-lastfm-square::before {
  content: "\f203";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-bus::before {
  content: "\f207";
}

.fa-ioxhost::before {
  content: "\f208";
}

.fa-angellist::before {
  content: "\f209";
}

.fa-cc::before {
  content: "\f20a";
}

.fa-shekel::before,
.fa-sheqel::before,
.fa-ils::before {
  content: "\f20b";
}

.fa-meanpath::before {
  content: "\f20c";
}

.fa-buysellads::before {
  content: "\f20d";
}

.fa-connectdevelop::before {
  content: "\f20e";
}

.fa-dashcube::before {
  content: "\f210";
}

.fa-forumbee::before {
  content: "\f211";
}

.fa-leanpub::before {
  content: "\f212";
}

.fa-sellsy::before {
  content: "\f213";
}

.fa-shirtsinbulk::before {
  content: "\f214";
}

.fa-simplybuilt::before {
  content: "\f215";
}

.fa-skyatlas::before {
  content: "\f216";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-venus::before {
  content: "\f221";
}

.fa-mars::before {
  content: "\f222";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-intersex::before,
.fa-transgender::before {
  content: "\f224";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-facebook-official::before {
  content: "\f230";
}

.fa-pinterest-p::before {
  content: "\f231";
}

.fa-whatsapp::before {
  content: "\f232";
}

.fa-server::before {
  content: "\f233";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-hotel::before,
.fa-bed::before {
  content: "\f236";
}

.fa-viacoin::before {
  content: "\f237";
}

.fa-train::before {
  content: "\f238";
}

.fa-subway::before {
  content: "\f239";
}

.fa-medium::before {
  content: "\f23a";
}

.fa-yc::before,
.fa-y-combinator::before {
  content: "\f23b";
}

.fa-optin-monster::before {
  content: "\f23c";
}

.fa-opencart::before {
  content: "\f23d";
}

.fa-expeditedssl::before {
  content: "\f23e";
}

.fa-battery-4::before,
.fa-battery::before,
.fa-battery-full::before {
  content: "\f240";
}

.fa-battery-3::before,
.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-2::before,
.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-1::before,
.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-0::before,
.fa-battery-empty::before {
  content: "\f244";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-sticky-note-o::before {
  content: "\f24a";
}

.fa-cc-jcb::before {
  content: "\f24b";
}

.fa-cc-diners-club::before {
  content: "\f24c";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-hourglass-o::before {
  content: "\f250";
}

.fa-hourglass-1::before,
.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-2::before,
.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-3::before,
.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hand-grab-o::before,
.fa-hand-rock-o::before {
  content: "\f255";
}

.fa-hand-stop-o::before,
.fa-hand-paper-o::before {
  content: "\f256";
}

.fa-hand-scissors-o::before {
  content: "\f257";
}

.fa-hand-lizard-o::before {
  content: "\f258";
}

.fa-hand-spock-o::before {
  content: "\f259";
}

.fa-hand-pointer-o::before {
  content: "\f25a";
}

.fa-hand-peace-o::before {
  content: "\f25b";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-creative-commons::before {
  content: "\f25e";
}

.fa-gg::before {
  content: "\f260";
}

.fa-gg-circle::before {
  content: "\f261";
}

.fa-tripadvisor::before {
  content: "\f262";
}

.fa-odnoklassniki::before {
  content: "\f263";
}

.fa-odnoklassniki-square::before {
  content: "\f264";
}

.fa-get-pocket::before {
  content: "\f265";
}

.fa-wikipedia-w::before {
  content: "\f266";
}

.fa-safari::before {
  content: "\f267";
}

.fa-chrome::before {
  content: "\f268";
}

.fa-firefox::before {
  content: "\f269";
}

.fa-opera::before {
  content: "\f26a";
}

.fa-internet-explorer::before {
  content: "\f26b";
}

.fa-tv::before,
.fa-television::before {
  content: "\f26c";
}

.fa-contao::before {
  content: "\f26d";
}

.fa-500px::before {
  content: "\f26e";
}

.fa-amazon::before {
  content: "\f270";
}

.fa-calendar-plus-o::before {
  content: "\f271";
}

.fa-calendar-minus-o::before {
  content: "\f272";
}

.fa-calendar-times-o::before {
  content: "\f273";
}

.fa-calendar-check-o::before {
  content: "\f274";
}

.fa-industry::before {
  content: "\f275";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-map-o::before {
  content: "\f278";
}

.fa-map::before {
  content: "\f279";
}

.fa-commenting::before {
  content: "\f27a";
}

.fa-commenting-o::before {
  content: "\f27b";
}

.fa-houzz::before {
  content: "\f27c";
}

.fa-vimeo::before {
  content: "\f27d";
}

.fa-black-tie::before {
  content: "\f27e";
}

.fa-fonticons::before {
  content: "\f280";
}

.fa-reddit-alien::before {
  content: "\f281";
}

.fa-edge::before {
  content: "\f282";
}

.fa-credit-card-alt::before {
  content: "\f283";
}

.fa-codiepie::before {
  content: "\f284";
}

.fa-modx::before {
  content: "\f285";
}

.fa-fort-awesome::before {
  content: "\f286";
}

.fa-usb::before {
  content: "\f287";
}

.fa-product-hunt::before {
  content: "\f288";
}

.fa-mixcloud::before {
  content: "\f289";
}

.fa-scribd::before {
  content: "\f28a";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-pause-circle-o::before {
  content: "\f28c";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-stop-circle-o::before {
  content: "\f28e";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-hashtag::before {
  content: "\f292";
}

.fa-bluetooth::before {
  content: "\f293";
}

.fa-bluetooth-b::before {
  content: "\f294";
}

.fa-percent::before {
  content: "\f295";
}

.fa-gitlab::before {
  content: "\f296";
}

.fa-wpbeginner::before {
  content: "\f297";
}

.fa-wpforms::before {
  content: "\f298";
}

.fa-envira::before {
  content: "\f299";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-wheelchair-alt::before {
  content: "\f29b";
}

.fa-question-circle-o::before {
  content: "\f29c";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-asl-interpreting::before,
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-deafness::before,
.fa-hard-of-hearing::before,
.fa-deaf::before {
  content: "\f2a4";
}

.fa-glide::before {
  content: "\f2a5";
}

.fa-glide-g::before {
  content: "\f2a6";
}

.fa-signing::before,
.fa-sign-language::before {
  content: "\f2a7";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-viadeo::before {
  content: "\f2a9";
}

.fa-viadeo-square::before {
  content: "\f2aa";
}

.fa-snapchat::before {
  content: "\f2ab";
}

.fa-snapchat-ghost::before {
  content: "\f2ac";
}

.fa-snapchat-square::before {
  content: "\f2ad";
}

.fa-pied-piper::before {
  content: "\f2ae";
}

.fa-first-order::before {
  content: "\f2b0";
}

.fa-yoast::before {
  content: "\f2b1";
}

.fa-themeisle::before {
  content: "\f2b2";
}

.fa-google-plus-circle::before,
.fa-google-plus-official::before {
  content: "\f2b3";
}

.fa-fa::before,
.fa-font-awesome::before {
  content: "\f2b4";
}

.fa-handshake-o::before {
  content: "\f2b5";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-envelope-open-o::before {
  content: "\f2b7";
}

.fa-linode::before {
  content: "\f2b8";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-address-book-o::before {
  content: "\f2ba";
}

.fa-vcard::before,
.fa-address-card::before {
  content: "\f2bb";
}

.fa-vcard-o::before,
.fa-address-card-o::before {
  content: "\f2bc";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-circle-o::before {
  content: "\f2be";
}

.fa-user-o::before {
  content: "\f2c0";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-drivers-license::before,
.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license-o::before,
.fa-id-card-o::before {
  content: "\f2c3";
}

.fa-quora::before {
  content: "\f2c4";
}

.fa-free-code-camp::before {
  content: "\f2c5";
}

.fa-telegram::before {
  content: "\f2c6";
}

.fa-thermometer-4::before,
.fa-thermometer::before,
.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-thermometer-3::before,
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-thermometer-2::before,
.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-thermometer-1::before,
.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-thermometer-0::before,
.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-bathtub::before,
.fa-s15::before,
.fa-bath::before {
  content: "\f2cd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-times-rectangle::before,
.fa-window-close::before {
  content: "\f2d3";
}

.fa-times-rectangle-o::before,
.fa-window-close-o::before {
  content: "\f2d4";
}

.fa-bandcamp::before {
  content: "\f2d5";
}

.fa-grav::before {
  content: "\f2d6";
}

.fa-etsy::before {
  content: "\f2d7";
}

.fa-imdb::before {
  content: "\f2d8";
}

.fa-ravelry::before {
  content: "\f2d9";
}

.fa-eercast::before {
  content: "\f2da";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-snowflake-o::before {
  content: "\f2dc";
}

.fa-superpowers::before {
  content: "\f2dd";
}

.fa-wpexplorer::before {
  content: "\f2de";
}

.fa-meetup::before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

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