@charset "UTF-8";
/*Typography

This theme uses the <b>Panton</b> font with 2 weights: regular and bold. <br>
`$font-family-sans-serif`: 'Panton', Helvetica, Arial, sans-serif;
<br><br>
There is also a <b>monospace</b> font variable:<br>
`$font-family-monospace`: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

Styleguide Variables.Fonts*/
@font-face {
  font-family: "flanders_art_serif";
  src: url("../../assets/FlandersArtSerif-Bold/FlandersArtSerif-Bold.eot");
  src: url("../../assets/FlandersArtSerif-Bold/FlandersArtSerif-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/FlandersArtSerif-Bold/FlandersArtSerif-Bold.woff") format("woff"), url("../../assets/FlandersArtSerif-Bold/FlandersArtSerif-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "flanders_art_serif_regular";
  src: url("../../assets/FlandersArtSans-Regular/FlandersArtSans-Regular.eot");
  src: url("../../assets/FlandersArtSans-Regular/FlandersArtSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/FlandersArtSans-Regular/FlandersArtSans-Regular.woff") format("woff"), url("../../assets/FlandersArtSans-Regular/FlandersArtSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "flanders_art_serif_light";
  src: url("../../assets/FlandersArtSans-Light/FlandersArtSans-Light.eot");
  src: url("../../assets/FlandersArtSans-Light/FlandersArtSans-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/FlandersArtSans-Light/FlandersArtSans-Light.woff") format("woff"), url("../../assets/FlandersArtSans-Light/FlandersArtSans-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "latoregular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #FFF; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #105269;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #728f9b;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.h1,
h1 {
  font-size: 2.5rem; }
  @media (max-width: 767px) {
    .h1,
    h1 {
      font-size: 1.5rem; } }

.h2,
h2 {
  font-size: 1.875rem; }
  @media (max-width: 767px) {
    .h2,
    h2 {
      font-size: 1.5rem; } }

.h3,
h3 {
  font-size: 1.25rem; }
  @media (max-width: 767px) {
    .h3,
    h3 {
      font-size: 1.25rem; } }

.h4,
h4 {
  font-size: 1.15rem; }

.h5,
h5 {
  font-size: 1rem; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-weight: bold; } }
  .h1.-alt,
  .h2.-alt,
  .h3.-alt,
  .h4.-alt,
  .h5.-alt,
  .h6.-alt,
  h1.-alt,
  h2.-alt,
  h3.-alt,
  h4.-alt,
  h5.-alt,
  h6.-alt {
    font-weight: normal; }
  p + .h1, p +
  .h2, p +
  .h3, p +
  .h4, p +
  .h5, p +
  .h6, p +
  h1, p +
  h2, p +
  h3, p +
  h4, p +
  h5, p +
  h6 {
    margin-top: 1.5rem; }

img {
  max-width: 100%;
  height: auto; }

not(.iwgh2-bar) a {
  color: #105269;
  text-decoration: none;
  border-bottom: 1px solid #333;
  transition: all 0.3s; }
  not(.iwgh2-bar) a:focus, not(.iwgh2-bar) a:hover {
    color: #728f9b;
    text-decoration: underline;
    border-bottom: 0; }
  not(.iwgh2-bar) a:focus {
    outline: dotted thin; }

/* Microsoft Edge Browser 14+ - @supports method */
.link-unstyled {
  text-decoration: none;
  border-color: transparent; }

table {
  background: transparent;
  border-collapse: collapse;
  max-width: 100%;
  width: 100%; }
  @media (max-width: 1199px) {
    table {
      display: block;
      overflow-x: auto; } }
  table td,
  table th {
    border-right: 1px solid #333;
    padding: 0.5rem 0.75rem;
    text-align: left; }
  table tr {
    border-bottom: 1px solid #333; }
    table tr td:last-child,
    table tr th:last-child {
      border-color: transparent; }
  table tbody > tr:nth-child(odd) {
    background: #FFF; }
  table.-inverse tbody > tr:nth-child(even) {
    background: transparent; }

@font-face {
  font-family: "flanders_art_sans";
  src: url("../../../assets/FlandersArtSans-Light/FlandersArtSans-Light.eot");
  src: url("../../../assets/FlandersArtSans-Light/FlandersArtSans-Light.eot?#iefix") format("embedded-opentype"), url("../../../assets/FlandersArtSans-Light/FlandersArtSans-Light.woff") format("woff"), url("../../../assets/FlandersArtSans-Light/FlandersArtSans-Light.ttf") format("truetype"), url("../../../assets/FlandersArtSans-Light/FlandersArtSans-Light.svg#flanders_art_sans_light") format("svg");
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: "flanders_art_sans";
  src: url("../../../assets/FlandersArtSans-Regular/FlandersArtSans-Regular.eot");
  src: url("../../../assets/FlandersArtSans-Regular/FlandersArtSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../../assets/FlandersArtSans-Regular/FlandersArtSans-Regular.woff") format("woff"), url("../../../assets/FlandersArtSans-Regular/FlandersArtSans-Regular.ttf") format("truetype"), url("../../../assets/FlandersArtSans-Regular/FlandersArtSans-Regular.svg#flanders_art_sans") format("svg");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "flanders_art_sans";
  src: url("../../../assets/FlandersArtSans-Medium/FlandersArtSans-Medium.eot");
  src: url("../../../assets/FlandersArtSans-Medium/FlandersArtSans-Medium.eot?#iefix") format("embedded-opentype"), url("../../../assets/FlandersArtSans-Medium/FlandersArtSans-Medium.woff") format("woff"), url("../../../assets/FlandersArtSans-Medium/FlandersArtSans-Medium.ttf") format("truetype"), url("../../../assets/FlandersArtSans-Medium/FlandersArtSans-Medium.svg#flanders_art_sans_medium") format("svg");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: "flanders_art_sans";
  src: url("../../../assets/FlandersArtSans-Bold/FlandersArtSans-Bold.eot");
  src: url("../../../assets/FlandersArtSans-Bold/FlandersArtSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../../assets/FlandersArtSans-Bold/FlandersArtSans-Bold.woff") format("woff"), url("../../../assets/FlandersArtSans-Bold/FlandersArtSans-Bold.ttf") format("truetype"), url("../../../assets/FlandersArtSans-Bold/FlandersArtSans-Bold.svg#flanders_art_sans_bold") format("svg");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "flanders_art_serif";
  src: url("../../../assets/FlandersArtSerif-Light/FlandersArtSerif-Light.eot");
  src: url("../../../assets/FlandersArtSerif-Light/FlandersArtSerif-Light.eot?#iefix") format("embedded-opentype"), url("../../../assets/FlandersArtSerif-Light/FlandersArtSerif-Light.woff") format("woff"), url("../../../assets/FlandersArtSerif-Light/FlandersArtSerif-Light.ttf") format("truetype"), url("../../../assets/FlandersArtSerif-Light/FlandersArtSerif-Light.svg#flanders_art_serif_light") format("svg");
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: "flanders_art_serif";
  src: url("../../../assets/FlandersArtSerif-Regular/FlandersArtSerif-Regular.eot");
  src: url("../../../assets/FlandersArtSerif-Regular/FlandersArtSerif-Regular.eot?#iefix") format("embedded-opentype"), url("../../../assets/FlandersArtSerif-Regular/FlandersArtSerif-Regular.woff") format("woff"), url("../../../assets/FlandersArtSerif-Regular/FlandersArtSerif-Regular.ttf") format("truetype"), url("../../../assets/FlandersArtSerif-Regular/FlandersArtSerif-Regular.svg#flanders_art_serif") format("svg");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "flanders_art_serif";
  src: url("../../../assets/FlandersArtSerif-Medium/FlandersArtSerif-Medium.eot");
  src: url("../../../assets/FlandersArtSerif-Medium/FlandersArtSerif-Medium.eot?#iefix") format("embedded-opentype"), url("../../../assets/FlandersArtSerif-Medium/FlandersArtSerif-Medium.woff") format("woff"), url("../../../assets/FlandersArtSerif-Medium/FlandersArtSerif-Medium.ttf") format("truetype"), url("../../../assets/FlandersArtSerif-Medium/FlandersArtSerif-Medium.svg#flanders_art_serif_medium") format("svg");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: "flanders_art_serif";
  src: url("../../../assets/FlandersArtSerif-Bold/FlandersArtSerif-Bold.eot");
  src: url("../../../assets/FlandersArtSerif-Bold/FlandersArtSerif-Bold.eot?#iefix") format("embedded-opentype"), url("../../../assets/FlandersArtSerif-Bold/FlandersArtSerif-Bold.woff") format("woff"), url("../../../assets/FlandersArtSerif-Bold/FlandersArtSerif-Bold.ttf") format("truetype"), url("../../../assets/FlandersArtSerif-Bold/FlandersArtSerif-Bold.svg#flanders_art_serif_bold") format("svg");
  font-style: normal;
  font-weight: 700; }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important; } }

body {
  font-size: 1rem; }
  @media (min-width: 768px) {
    body {
      font-size: 1rem; } }

p {
  padding: 0; }

* + p {
  margin-top: 1em; }

:focus {
  outline: dotted thin; }

.pacifico h1, .pacifico h2, .pacifico h3, .pacifico h4, .pacifico h5, .pacifico h6, .pacifico h7 {
  font-family: 'Pacifico', cursive;
  font-weight: 400; }

.description {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  line-height: 1.2; }

.form-group {
  margin-bottom: 1rem; }
  .form-group.error label {
    color: red; }

label {
  font-weight: bold; }
  label.form-required::after {
    content: '*';
    font-weight: bold;
    margin-left: 0.2rem; }
  label.error {
    color: red; }

.error {
  color: red; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.6875rem;
  color: #333;
  background-color: #FFF;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #333;
  border-radius: 3px;
  transition: all 0.3s;
  caret-color: #333; }
  .form-control:focus {
    outline-width: 2px;
    outline-style: auto; }
  .form-control.error:focus {
    outline-color: red;
    border-color: red; }

input[type=date], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=time], input[type=url] {
  display: block;
  width: 100%;
  padding: 0.5rem 0.6875rem;
  color: #333;
  background-color: #FFF;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #333;
  border-radius: 3px;
  transition: all 0.3s;
  caret-color: #333;
  height: 42px; }
  input[type=date]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus {
    outline-width: 2px;
    outline-style: auto; }
  input[type=date].error:focus, input[type=datetime-local].error:focus, input[type=email].error:focus, input[type=month].error:focus, input[type=number].error:focus, input[type=password].error:focus, input[type=tel].error:focus, input[type=text].error:focus, input[type=time].error:focus, input[type=url].error:focus {
    outline-color: red;
    border-color: red; }

input:disabled {
  opacity: 0.55;
  background-color: #333;
  color: white; }

input.error {
  border-color: red; }

textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 0.6875rem;
  color: #333;
  background-color: #FFF;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #333;
  border-radius: 3px;
  transition: all 0.3s;
  caret-color: #333;
  min-height: 150px; }
  textarea:focus {
    outline-width: 2px;
    outline-style: auto; }
  textarea.error:focus {
    outline-color: red;
    border-color: red; }
  textarea.error {
    border-color: red; }
  textarea:disabled {
    opacity: 0.55;
    background-color: #333;
    color: white; }

fieldset {
  margin-top: 1rem; }
  fieldset legend {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.75rem; }

.form-group.label-inline label, .form-group.row label {
  font-weight: normal; }
  @media (min-width: 576px) {
    .form-group.label-inline label, .form-group.row label {
      align-self: center;
      margin-bottom: 0; } }

.label-inline {
  display: flex;
  flex-direction: column; }
  @media (min-width: 576px) {
    .label-inline {
      flex-direction: row; } }
  @media (min-width: 576px) {
    .label-inline label {
      width: 20%;
      margin-right: 7.5px; } }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6b6c6d; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6b6c6d; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #6b6c6d; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #6b6c6d; }

select {
  display: block;
  width: 100%;
  padding: 0.5rem 0.6875rem;
  color: #333;
  background-color: #FFF;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #333;
  border-radius: 3px;
  transition: all 0.3s;
  caret-color: #333;
  height: 42px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #FFF no-repeat right 0.75rem center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='262220' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") !important;
  background-size: 8px 10px;
  cursor: pointer;
  padding-right: 1.75rem !important; }
  select:focus {
    outline-width: 2px;
    outline-style: auto; }
  select.error:focus {
    outline-color: red;
    border-color: red; }
  select.error {
    border-color: red; }

.cke_editable:focus {
  outline: 0; }

@supports (-webkit-overflow-scrolling: touch) {
  body, html {
    overflow: visible !important; } }

.grow-container {
  width: 100% !important; }

html, body {
  width: 100%;
  height: 100%; }

.subsidy-signpost {
  margin: 0;
  font-size: 16px;
  color: #000000;
  font-family: 'flanders_art_serif'; }
  @media print {
    .subsidy-signpost .subsidy-print-favorites,
    .subsidy-signpost .iwgf2__navigation,
    .subsidy-signpost .iwgh2-extension-contact {
      display: none; } }
  .subsidy-signpost * {
    box-sizing: border-box;
    outline: none !important;
    -webkit-font-smoothing: antialiased; }

.subsidy-signpost--main h1, .subsidy-signpost--main h2, .subsidy-signpost--main h3, .subsidy-signpost--main h4, .subsidy-signpost--main h5,
.subsidy-signpost--header h1,
.subsidy-signpost--header h2,
.subsidy-signpost--header h3,
.subsidy-signpost--header h4,
.subsidy-signpost--header h5 {
  font-family: 'flanders_art_serif';
  color: #494949;
  line-height: 1;
  font-weight: 400; }

.subsidy-signpost--main h1,
.subsidy-signpost--header h1 {
  font-size: 34px; }

.subsidy-signpost--main h2,
.subsidy-signpost--header h2 {
  font-size: 28px; }

.subsidy-signpost--main h3,
.subsidy-signpost--header h3 {
  font-size: 22px; }

.subsidy-signpost--main h4,
.subsidy-signpost--header h4 {
  font-size: 16px;
  font-family: 'flanders_art_serif';
  font-weight: 500;
  margin: 0; }

.subsidy-signpost--main a,
.subsidy-signpost--header a {
  color: #075E8D;
  text-decoration: underline; }
  .subsidy-signpost--main a:hover,
  .subsidy-signpost--header a:hover {
    color: #494949; }

.subsidy-signpost--main button, .subsidy-signpost--main input[type="submit"],
.subsidy-signpost--header button,
.subsidy-signpost--header input[type="submit"] {
  border: 0;
  padding: 8px 16px;
  background: #105269;
  color: #ffffff;
  font-size: 16px;
  min-height: 36px; }
  .subsidy-signpost--main button:hover, .subsidy-signpost--main input[type="submit"]:hover,
  .subsidy-signpost--header button:hover,
  .subsidy-signpost--header input[type="submit"]:hover {
    background: #494949; }
  .subsidy-signpost--main button[disabled], .subsidy-signpost--main input[type="submit"][disabled],
  .subsidy-signpost--header button[disabled],
  .subsidy-signpost--header input[type="submit"][disabled] {
    background: #E1E2E2;
    color: #C4C5C6; }

.subsidy-signpost--main input,
.subsidy-signpost--header input {
  border: solid 2px #C4C5C6;
  padding: 8px; }

.subsidy-signpost--main .select2-selection,
.subsidy-signpost--header .select2-selection {
  border: solid 2px #C4C5C6; }

.subsidy-signpost--main input.form-autocomplete.error,
.subsidy-signpost--header input.form-autocomplete.error {
  border-color: #c00000; }

.subsidy-signpost--header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 270px;
  background-image: url("../../../assets/images/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 65%; }
  @media print {
    .subsidy-signpost--header {
      display: none !important; } }
  .subsidy-signpost--header div.hero {
    width: 1024px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .subsidy-signpost--header div.sub-title {
    position: relative;
    z-index: 10;
    margin-bottom: .125rem;
    font-family: 'flanders_art_serif';
    font-weight: 500;
    font-size: 1.3125rem;
    text-decoration: none;
    color: #494949;
    display: inline-block;
    padding: .75rem .9375rem;
    line-height: 1;
    background-color: #fff; }
    .subsidy-signpost--header div.sub-title:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: -10px;
      z-index: -1;
      width: 20px;
      height: 100%;
      background-color: #ffffff;
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg); }
  .subsidy-signpost--header div.title {
    display: inline-block;
    padding: .75rem .9375rem;
    line-height: 1;
    background-color: #fff; }
    .subsidy-signpost--header div.title h1 {
      margin: 0;
      padding: 0;
      font-size: 3rem;
      font-weight: 400; }

.subsidy-signpost--main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1; }
  .subsidy-signpost--main div.container {
    width: 1024px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 16px; }
  .subsidy-signpost--main section {
    display: flex;
    flex-direction: column;
    margin: 16px 0;
    width: 100%; }
  .subsidy-signpost--main .js-form-type-checkbox {
    margin: 0; }
  .subsidy-signpost--main #block-block-pagetitle {
    display: none; }
  .subsidy-signpost--main label[for='phone'],
  .subsidy-signpost--main label[for='Mail'] {
    position: relative;
    display: inline-block;
    color: #ffffff;
    width: 28px;
    padding: 4px 0;
    font-size: 10px; }
    .subsidy-signpost--main label[for='phone']:before,
    .subsidy-signpost--main label[for='Mail']:before {
      position: absolute;
      left: -6px;
      top: -6px;
      transform: scale(0.5); }
  .subsidy-signpost--main label[for='Mail']:before {
    content: url("../../../assets/images/mail.png"); }
  .subsidy-signpost--main label[for='phone']:before {
    content: url("../../../assets/images/phone.png"); }
  .subsidy-signpost--main .error {
    padding-left: 0.5rem !important; }

.ui-widget.ui-widget-content {
  border: solid 2px #C4C5C6;
  border-top: 0;
  background: #ffffff;
  display: flex;
  flex-direction: column; }
  .ui-widget.ui-widget-content li {
    border: 0;
    width: 100%; }
    .ui-widget.ui-widget-content li a {
      width: 100%;
      display: block;
      padding: 8px;
      text-decoration: none;
      font-size: 16px;
      border: 0; }
      .ui-widget.ui-widget-content li a:hover, .ui-widget.ui-widget-content li a.ui-state-active {
        color: #000000;
        width: 100%;
        border: 0;
        background: #C4C5C6; }

.js-form-item-city-value {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
  width: 100%; }
  @media (max-width: 720px) {
    .js-form-item-city-value {
      width: 100%; } }
  .js-form-item-city-value label {
    font-weight: bold;
    margin-bottom: 8px; }
  .js-form-item-city-value #edit-city-value--description {
    display: none; }

#edit-sub-category--wrapper {
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 16px;
  display: none;
  border-left: solid 5px #E1E2E2 !important;
  margin-left: 42px;
  padding-left: 25px; }
  #edit-sub-category--wrapper.visible {
    display: block; }
  #edit-sub-category--wrapper legend,
  #edit-sub-category--wrapper #edit-sub-category--wrapper--description {
    display: none; }
  #edit-sub-category--wrapper .js-form-type-checkbox {
    border: 0; }
  #edit-sub-category--wrapper #edit-sub-category-0 + label::before {
    content: url("../../../assets/icons/s-0.png"); }
  #edit-sub-category--wrapper #edit-sub-category-1 + label::before {
    content: url("../../../assets/icons/s-1.png"); }
  #edit-sub-category--wrapper #edit-sub-category-2 + label::before {
    content: url("../../../assets/icons/s-2.png"); }
  #edit-sub-category--wrapper #edit-sub-category-3 + label::before {
    content: url("../../../assets/icons/s-3.png"); }
  #edit-sub-category--wrapper #edit-sub-category-4 + label::before {
    content: url("../../../assets/icons/s-4.png"); }
  #edit-sub-category--wrapper #edit-sub-category-5 + label::before {
    content: url("../../../assets/icons/s-5.png"); }
  #edit-sub-category--wrapper #edit-sub-category-6 + label::before {
    content: url("../../../assets/icons/s-6.png"); }
  #edit-sub-category--wrapper #edit-sub-category-7 + label::before {
    content: url("../../../assets/icons/s-7.png"); }
  #edit-sub-category--wrapper #edit-sub-category-8 + label::before {
    content: url("../../../assets/icons/s-8.png"); }
  #edit-sub-category--wrapper #edit-sub-category-9 + label::before {
    content: url("../../../assets/icons/s-9.png"); }

div.form-item-city-value label {
  font-family: 'flanders_art_serif';
  color: #494949;
  font-weight: 400;
  font-size: 34px;
  margin-bottom: 8px;
  display: flex; }

#edit-main-category--wrapper {
  margin-bottom: 16px;
  padding: 0;
  border: none !important;
  box-shadow: none !important;
  font-family: 'flanders_art_serif_light'; }
  #edit-main-category--wrapper label {
    font-style: italic; }
  #edit-main-category--wrapper legend span {
    display: flex;
    font-family: 'flanders_art_serif';
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 34px;
    color: #494949; }
  #edit-main-category--wrapper #edit-main-category--wrapper--description {
    display: none; }
  #edit-main-category--wrapper .form-checkbox + label::before {
    position: relative;
    top: 14px;
    left: -70px;
    display: flex;
    margin: -14px 24px;
    height: 40px; }
  #edit-main-category--wrapper .form-checkbox + label {
    padding-left: 54px;
    width: 100%; }
  #edit-main-category--wrapper #edit-main-category-0 + label::before {
    content: url("../../../assets/icons/m-0.png"); }
  #edit-main-category--wrapper #edit-main-category-1 + label::before {
    content: url("../../../assets/icons/m-1.png"); }
  #edit-main-category--wrapper #edit-main-category-2 + label::before {
    content: url("../../../assets/icons/m-2.png"); }
  #edit-main-category--wrapper #edit-main-category-3 + label::before {
    content: url("../../../assets/icons/m-3.png"); }

input[type="checkbox"] {
  display: inline-block;
  margin: 24px 0; }

#edit-sub-category--wrapper + .js-form-type-checkbox,
.js-form-type-checkbox + .js-form-type-checkbox {
  border-top: solid 1px #E1E2E2; }

.result-header {
  display: flex;
  flex-direction: column; }
  .result-header h2 {
    margin-top: 8px;
    margin-bottom: 0; }
  .result-header div.title {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .result-header div.title h2 {
      margin: 0; }
    .result-header div.title a {
      margin-left: 8px; }
  .result-header > div {
    display: flex;
    flex-direction: row; }
    @media (max-width: 720px) {
      .result-header > div {
        width: 100%;
        flex-direction: column;
        align-items: center; }
        .result-header > div a {
          margin-top: 16px; } }
    .result-header > div > a {
      display: inline-block; }
      .result-header > div > a span {
        overflow: hidden;
        height: 16px;
        position: relative;
        display: inline-block;
        margin-right: 4px; }
    .result-header > div div.subsidy-module-favorites-button {
      flex-grow: 1;
      display: flex;
      flex-direction: row;
      justify-content: flex-end; }
      .result-header > div div.subsidy-module-favorites-button a {
        background: #105269;
        text-decoration: none;
        color: #ffffff;
        padding: 8px 16px; }
        .result-header > div div.subsidy-module-favorites-button a:hover {
          background: #C4C5C6;
          color: #000000; }

.subsidy-module--inner-content.subsidy-module--results {
  border-left: solid 5px #E1E2E2;
  margin-left: 16px;
  padding-left: 16px;
  margin-bottom: 16px; }
  .subsidy-module--inner-content.subsidy-module--results .subsidy-module-item {
    padding: 8px 0 8px 30px;
    position: relative; }
    .subsidy-module--inner-content.subsidy-module--results .subsidy-module-item:before {
      content: url("../../../assets/icons/premie.png");
      position: absolute;
      left: -14px;
      top: 0px; }

.subsidy-module--inner-content.subsidy-module--detail .subsidy-module--category-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 8px 0 16px 0;
  padding-bottom: 16px;
  border-bottom: solid 1px #E1E2E2; }
  .subsidy-module--inner-content.subsidy-module--detail .subsidy-module--category-wrapper a {
    margin-top: 16px; }
  .subsidy-module--inner-content.subsidy-module--detail .subsidy-module--category-wrapper ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap; }
    .subsidy-module--inner-content.subsidy-module--detail .subsidy-module--category-wrapper ul li {
      list-style: none;
      margin: 0 8px 0 0;
      padding: 0;
      height: 34px;
      padding-top: 4px; }

.subsidy-module-status {
  background: #494949;
  padding: 4px 16px;
  color: #ffffff;
  border-radius: 50px;
  height: 28px; }

.subsidy-module--header-highlight h3 {
  margin-top: 0; }

.subsidy-module-wrapper {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #E1E2E2; }
  .subsidy-module-wrapper label + span {
    margin-left: 4px; }

.subsidy-module-contact-info label {
  font-weight: unset;
  margin-bottom: 0; }

.subsidy-module--footer {
  margin-top: 26px;
  font-size: 14px; }

.subsidy-module--subheader-highlight {
  display: flex;
  margin-top: 8px; }
  .subsidy-module--subheader-highlight h3 {
    margin: 0 8px 0 0; }
    .subsidy-module--subheader-highlight h3:empty {
      display: none; }

.subsidy-module--header-highlight {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 16px; }
  .subsidy-module--header-highlight span.gov {
    display: none; }
  .subsidy-module--header-highlight h2 {
    margin: 0 8px 0 0; }
  .subsidy-module--header-highlight a {
    margin: 0; }

a.add-favorite {
  padding: 8px 0 8px 36px;
  position: relative; }
  a.add-favorite:before {
    content: url("../../../assets/icons/favoriete-0.png");
    position: absolute;
    left: 0px;
    top: -1px; }
  a.add-favorite.active:before {
    content: url("../../../assets/icons/favoriete-1.png"); }

#subsidy-favorites {
  border-left: solid 5px #E1E2E2;
  margin: 16px 0 16px 8px;
  padding-left: 16px; }
  #subsidy-favorites > div {
    padding: 8px 0 8px 30px;
    position: relative; }
    #subsidy-favorites > div:before {
      content: url("../../../assets/icons/favoriete-1.png");
      position: absolute;
      left: -11px;
      top: -2px; }

span#cityTitleValue > span {
  margin: 0 8px; }

*[data-icon] {
  position: relative;
  padding-left: 34px !important;
  margin-right: 22px !important; }
  *[data-icon]:before {
    position: absolute;
    left: -6px;
    top: -6px;
    content: url("../../../assets/icons/s-9.png"); }

*[data-icon="Isolatie dak"]:before {
  content: url("../../../assets/icons/s-0.png"); }

*[data-icon="Isolatie muur"]:before {
  content: url("../../../assets/icons/s-1.png"); }

*[data-icon="Isolatie vloer"]:before {
  content: url("../../../assets/icons/s-2.png"); }

*[data-icon="Glas"]:before {
  content: url("../../../assets/icons/s-3.png"); }

*[data-icon="Verwarming"]:before {
  content: url("../../../assets/icons/s-4.png"); }

*[data-icon="Warmtepomp - warmtepompboiler"]:before {
  content: url("../../../assets/icons/s-5.png"); }

*[data-icon="Zonneboiler"]:before {
  content: url("../../../assets/icons/s-6.png"); }

*[data-icon="Fotovoltaïsche zonnepanelen"]:before {
  content: url("../../../assets/icons/s-7.png"); }

*[data-icon="E-peil/ BEN-woning"]:before {
  content: url("../../../assets/icons/s-8.png"); }

*[data-icon="Overige"]:before {
  content: url("../../../assets/icons/s-9.png"); }

*[data-icon="Premies voor woningen"]:before {
  content: url("../../../assets/icons/m-0.png"); }

*[data-icon="Energieadvies"]:before {
  content: url("../../../assets/icons/m-1.png"); }

*[data-icon="Energielening"]:before {
  content: url("../../../assets/icons/m-2.png"); }

*[data-icon="Premies voor niet-woongebouwen, ondernemingen, vzw"]:before {
  content: url("../../../assets/icons/m-3.png"); }

#subsidy-favorites-print a.add-favorite {
  display: none; }

@media print {
  #subsidy-favorites-print .subsidy-module--detail a {
    display: none; } }

#subsidy-favorites-print .subsidy-module--detail + div {
  border-bottom: solid 1px #000000;
  margin-bottom: 32px;
  padding-bottom: 16px;
  margin-top: 16px; }

.subsidy-module-description + .subsidy-module-remarks {
  margin-top: 8px; }

.subsidy-print-favorites {
  margin-top: 8px;
  display: inline-block; }

.subsidy-remove-favorites {
  display: inline-block;
  margin-top: 8px;
  margin-left: 8px; }

.subsidy-module-info a {
  display: block;
  margin-top: 8px; }

.node-form a {
  color: #728f9b;
  text-decoration: underline;}
.node-form a:hover {
  color: #105269;
  text-decoration: none;}

