/**
 * File:        old_ie.scss
 * Description: Stylesheet for IE browsers < IE9 - 'Make it so' base theme
 * Author:      Sebastiaan Bonardt - @_sebbon
 */
/**
* File:        _base.scss
* Description: This base file contains all project VARIABLES and (custom) mixins 
* Author:      Sebastiaan Bonardt - @_sebbon
*/
/**
* Website settings. Change these as desired:
*/
/**
* Colours from TAALUNIE HUISSTIJL
*/
/**
* Theme colors 
*/
/*
********************************************************************************
** Set theme Colour from Constellation choices above!!
** colour derived from selected constellation colour
*/
/*******************************************************************************
*/
/* Generic helper colours */
/* Media Query Breakpoints */
/* 
 * Mixin: Breakpoints handling RWD including Old-IE (lte IE98)
*/
/* 
 * Mixin: Old IE. Only print this for Old-ie stylesheet
*/
/* 
 * Mixin: Font size rem and px mixin
*/
/* 
 * Mixin: Header font size rem and px mixin
*/
/*
 * Mixin: REM to Px
*/
/* 
 * Mixin: Linear gradient 
*/
/* Mixin: Background retina image
 * set one background image for both retina, normal and IE screens without issues.
 * use as: @include background-image(spritename, 0  0, 500px 1500px);
 * save images sprite twice the size, set the $size to half e.g. sprite img dimensions: 1000 x 1000, size 500 x 500
 * for retina able browsers background-size values are added
*/
/*
 * Transitions
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../scss/base/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../scss/base/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 45, ../scss/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 57, ../scss/base/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../scss/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 78, ../scss/base/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/base/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 98, ../scss/base/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../scss/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, ../scss/base/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../scss/base/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../scss/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../scss/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../scss/base/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, ../scss/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../scss/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../scss/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../scss/base/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../scss/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../scss/base/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../scss/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../scss/base/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 232, ../scss/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 256, ../scss/base/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../scss/base/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 278, ../scss/base/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 293, ../scss/base/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 303, ../scss/base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, ../scss/base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../scss/base/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, ../scss/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 347, ../scss/base/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 371, ../scss/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../scss/base/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../scss/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../scss/base/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../scss/base/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../scss/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 425, ../scss/base/_normalize.scss */
td,
th {
  padding: 0;
}

/**
 * File:        _overrides.scss
 * Description: This base file contains styling overrides, preventing browser or OS defaults creeping in
 * Author:      Sebastiaan Bonardt - @_sebbon
 */
/**
* General OS overrides
*/
/* line 12, ../scss/modules/_overrides.scss */
input[type="search"], input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/**
* Drupal overrides
*/
/* Drupal additions and overrides */
/* line 21, ../scss/modules/_overrides.scss */
html body.admin-menu {
  margin-top: 5em !important;
  margin-top: 0 !important;
}

/* line 29, ../scss/modules/_overrides.scss */
.field-collection-container {
  border: 0;
}

/* Drupal system.menu.css */
/**
 * @file
 * Styles for menus and navigation markup.
 */
/**
 * Markup generated by theme_menu_local_tasks().
 */
/* line 41, ../scss/modules/_overrides.scss */
ul.tabs {
  overflow: hidden;
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 1px 0 0 1em;
  /* LTR */
  white-space: nowrap;
}

/* line 52, ../scss/modules/_overrides.scss */
ul.tabs li {
  display: inline;
  float: left;
}

/* line 56, ../scss/modules/_overrides.scss */
ul.tabs li a {
  background-color: #eee;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em;
  /* LTR */
  padding: 0.25em 1em;
  text-decoration: none;
  display: block;
}

/* line 67, ../scss/modules/_overrides.scss */
ul.tabs li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

/* line 72, ../scss/modules/_overrides.scss */
ul.tabs li a:hover {
  background-color: #efefef;
  border-color: #ccc;
  border-bottom-color: #efefef;
}

/* line 78, ../scss/modules/_overrides.scss */
.front .block {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 82, ../scss/modules/_overrides.scss */
div.messages {
  margin-bottom: 1em;
}
/* line 84, ../scss/modules/_overrides.scss */
div.messages .msg {
  margin-top: 0;
  font-size: 14px;
  line-height: 21px;
}

/**
* from system.css
*/
/**
* Autocomplete.
*
* @see autocomplete.js
*/
/* Suggestion list */
/* line 100, ../scss/modules/_overrides.scss */
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}

/**
* Collapsible fieldsets.
*
* @see collapse.js
*/
/* line 110, ../scss/modules/_overrides.scss */
html.js fieldset.collapsible .fieldset-legend {
  background: url(../../misc/menu-expanded.png) 5px 65% no-repeat;
  /* LTR */
  padding-left: 15px;
  /* LTR */
}

/* line 114, ../scss/modules/_overrides.scss */
html.js fieldset.collapsed .fieldset-legend {
  background-image: url(../../misc/menu-collapsed.png);
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}

/* line 118, ../scss/modules/_overrides.scss */
.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
* TableDrag behavior.
*
* @see tabledrag.js
*/
/* line 129, ../scss/modules/_overrides.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 132, ../scss/modules/_overrides.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 135, ../scss/modules/_overrides.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/* line 138, ../scss/modules/_overrides.scss */
body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}

/**
* TableSelect behavior.
*
* @see tableselect.js
*/
/* line 147, ../scss/modules/_overrides.scss */
tr.selected td {
  background: #ffc;
}

/* line 151, ../scss/modules/_overrides.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/**
* Progress bar.
*
* @see progress.js
*/
/* line 160, ../scss/modules/_overrides.scss */
.progress {
  font-weight: bold;
}

/* line 163, ../scss/modules/_overrides.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 171, ../scss/modules/_overrides.scss */
.progress .filled {
  background: #0072b9 url(../../misc/progress.gif);
}

/* line 175, ../scss/modules/_overrides.scss */
.item-list {
  overflow: hidden;
}

/* Clearfix IE8 and up, more semantic class group */
/* line 2, ../scss/modules/_defaults.scss */
.group:after, .inner-wrap:after {
  content: "";
  display: table;
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
/* line 9, ../scss/modules/_defaults.scss */
.group, .inner-wrap {
  zoom: 1;
  overflow: hidden;
}

/* apply a natural box layout model to all elements */
/* line 15, ../scss/modules/_defaults.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../scss/modules/_defaults.scss */
input {
  border-radius: 0;
}

/* line 27, ../scss/modules/_defaults.scss */
.is-visible {
  display: block;
}

/* line 31, ../scss/modules/_defaults.scss */
.is-invisible, .element-invisible {
  display: none;
  visibility: hidden;
}

/* line 36, ../scss/modules/_defaults.scss */
.is-hidden {
  visibility: hidden;
}

/* line 40, ../scss/modules/_defaults.scss */
.up-to-small-screens {
  display: block;
  display: none;
  visibility: hidden;
}

/* line 48, ../scss/modules/_defaults.scss */
.small-screens-up {
  display: none;
  display: block;
}

/* line 55, ../scss/modules/_defaults.scss */
.up-to-medium-screens {
  display: block;
  display: none;
  visibility: hidden;
}

/* line 63, ../scss/modules/_defaults.scss */
.medium-screens-up {
  display: none;
  display: block;
}

/* line 70, ../scss/modules/_defaults.scss */
.up-to-large-screens {
  display: block;
  display: none;
  visibility: hidden;
}

/* line 78, ../scss/modules/_defaults.scss */
.large-screens-up {
  display: none;
  display: block;
}

/* line 85, ../scss/modules/_defaults.scss */
.up-to-xlarge-screens {
  display: block;
  display: none;
  visibility: hidden;
}

/* line 93, ../scss/modules/_defaults.scss */
.xlarge-screens-up {
  display: none;
  display: block;
}

/* line 100, ../scss/modules/_defaults.scss */
.up-to-wide-screens {
  display: block;
}

/* line 108, ../scss/modules/_defaults.scss */
.wide-screens-up {
  display: none;
}

/* line 115, ../scss/modules/_defaults.scss */
img {
  max-width: 100%;
}

/* line 119, ../scss/modules/_defaults.scss */
blockquote {
  clear: both;
}

/* line 134, ../scss/modules/_defaults.scss */
ul {
  padding: 0;
  margin: 0;
}
/* line 137, ../scss/modules/_defaults.scss */
ul li {
  padding: 0;
  margin: 0;
}
/* line 141, ../scss/modules/_defaults.scss */
ul.links {
  margin: 0;
}
/* line 143, ../scss/modules/_defaults.scss */
ul.links li {
  list-style-type: none;
}

/**
* File:        _layout.scss
* Description: _layout.scss contains all styles for page structure setup
* Author:      Sebastiaan Bonardt - @_sebbon
*/
/**
* About the Responsive Web Design breakpoints in this setup:
* from base.scss, use small-screens, medium-screens, large-screens, xlarge-screens, wide-screens
* Use them with "respond-to" mixin from base.scss as "@include respond-to(small-screens) {}"
* 
* page setup: body direct descendants are the main wrappers containing direct 
* descendant with .inner-wrap class set to center the content on the page. Used in favor 
* of a general top level wrap all wrapper for esthetics sake. 
*
*/
/* line 18, ../scss/modules/_layout.scss */
html {
  height: 100%;
  overflow: auto;
}

/* line 23, ../scss/modules/_layout.scss */
body {
  min-height: 100%;
  margin: 0;
  position: relative;
  padding: 0;
}
/* line 28, ../scss/modules/_layout.scss */
body > header, body footer, body main, body [role="main"] {
  width: 100%;
  display: block;
  overflow: hidden;
}
/* line 33, ../scss/modules/_layout.scss */
body > header {
  padding: 0 0 0;
  position: relative;
  top: 40px;
  margin-bottom: 40px;
  padding: 1.5em 0;
  top: 0;
  margin-bottom: 0;
  position: relative;
}
/* line 44, ../scss/modules/_layout.scss */
body > header .inner-wrap {
  display: table;
  width: 100%;
  overflow: hidden;
  padding: 1em 0.625em 0.625em;
  position: relative;
  padding: 0 1em;
}
/* line 54, ../scss/modules/_layout.scss */
body > header .menu-wrap {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
}
/* line 63, ../scss/modules/_layout.scss */
body.taalunie-sub-level > header {
  padding: 0;
}
/* line 68, ../scss/modules/_layout.scss */
body.taalunie-sub-level .menu-wrap {
  vertical-align: middle;
}
/* line 75, ../scss/modules/_layout.scss */
body.taalunie-product-level > header {
  padding: 0;
}
/* line 80, ../scss/modules/_layout.scss */
body.taalunie-product-level .menu-wrap {
  vertical-align: middle;
}
/* line 86, ../scss/modules/_layout.scss */
body.meta-background > header {
  padding: 0 0 1.5em;
}
/* line 91, ../scss/modules/_layout.scss */
body > main, body [role="main"] {
  margin: 0 0 0;
}
/* line 94, ../scss/modules/_layout.scss */
body > footer {
  min-height: 6em;
}

/* line 99, ../scss/modules/_layout.scss */
.meta-header {
  display: none;
  display: block;
  height: 50px;
  position: absolute;
  z-index: 100;
  overflow: visible;
  width: 100%;
  background-color: #00b588;
  top: 0;
  left: 0;
}

/* line 114, ../scss/modules/_layout.scss */
.meta-header-enabled {
  padding-top: 75px;
}

/* line 121, ../scss/modules/_layout.scss */
.main-content {
  overflow: hidden;
  background-color: white;
  padding: 0.3em 1em 0;
  margin: 0 -1em;
  padding: 0.3em 0.5em 0;
  margin: 0;
  padding: 0.3em 1em 0;
  max-width: 75%;
  margin-left: 25%;
  max-width: 50%;
}
/* line 147, ../scss/modules/_layout.scss */
.front .main-content {
  padding: 0.3em 1em 0;
  max-width: 50%;
  margin-left: 0;
  max-width: 60%;
}
/* line 166, ../scss/modules/_layout.scss */
aside + .main-content {
  float: left;
  width: 75%;
  padding-left: 1em;
  margin-left: 0;
  width: 50%;
  padding: 0.3em 1em 0;
  margin-left: 0%;
}
/* line 184, ../scss/modules/_layout.scss */
.main-content > article {
  margin-bottom: 2.5em;
}

/* line 190, ../scss/modules/_layout.scss */
aside {
  float: left;
  width: 25%;
  padding-right: 1em;
  padding-top: 4px;
}
/* line 207, ../scss/modules/_layout.scss */
.main-content + aside {
  padding-right: 0;
  clear: both;
  width: 100%;
  float: none;
  padding-right: 0;
  padding-right: 0;
  padding-left: 1em;
  float: left;
  width: 25%;
  clear: none;
}

/* line 225, ../scss/modules/_layout.scss */
.inner-wrap {
  margin: 0 auto;
  padding: 1em 0.625em;
  max-width: 80em;
  padding: 1em;
}
/* line 233, ../scss/modules/_layout.scss */
main .inner-wrap {
  background-color: #f4f4f4;
  padding: 1.5em 1em;
  min-height: 525px;
}

/* line 244, ../scss/modules/_layout.scss */
.skipcontent {
  background-color: #fff;
  left: -9999px;
  padding: 0.3125em 1em;
  position: absolute;
  padding: 0.5em 0.75em;
  display: inline-block;
  z-index: 2;
}
/* line 252, ../scss/modules/_layout.scss */
.skipcontent:focus {
  left: 1.25em;
}

/* line 257, ../scss/modules/_layout.scss */
.logo, .site-name {
  margin-bottom: 1em;
  display: block;
  background-color: #fff;
  border: 2px solid #fff;
  margin-bottom: 0;
  float: left;
}
/* line 266, ../scss/modules/_layout.scss */
.logo span, .site-name span {
  display: block;
}
/* line 269, ../scss/modules/_layout.scss */
.logo h1, .site-name h1 {
  margin: 0;
}
/* line 272, ../scss/modules/_layout.scss */
.taalunie-sub-level .logo, .taalunie-sub-level .site-name {
  margin: 0.7em 0 0.25em;
}
/* line 277, ../scss/modules/_layout.scss */
.taalunie-product-level .logo, .taalunie-product-level .site-name {
  min-height: 40px;
  margin: 0.1em 0 1em;
  margin: 0.1em 0;
  padding: 0.25em 0;
}
/* line 283, ../scss/modules/_layout.scss */
.taalunie-product-level .logo span, .taalunie-product-level .site-name span {
  margin: 0.1em 0;
  display: inline;
}
/* line 289, ../scss/modules/_layout.scss */
footer .logo, footer .site-name {
  background-color: transparent;
  border: 0;
  margin-bottom: 2em;
  float: left;
}

/* line 299, ../scss/modules/_layout.scss */
.site-name {
  margin-top: 1em;
  padding: 0.15em 0.25em;
}
/* line 304, ../scss/modules/_layout.scss */
.taalunie-sub-level .site-name {
  margin-top: 0;
}

/* line 312, ../scss/modules/_layout.scss */
.search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #182b49;
  padding: 1em 0.625em;
  z-index: 1;
  float: none;
  right: 0.625em;
  width: auto;
  background-color: transparent;
  padding: 0;
  top: auto;
  left: auto;
  position: static;
  display: inline-block !important;
}
/* line 320, ../scss/modules/_layout.scss */
.search > div {
  float: right;
  width: 100%;
  max-width: 480px;
  max-width: 300px;
}
/* line 339, ../scss/modules/_layout.scss */
.search .form-item {
  float: left;
  width: calc(100% - 34px);
  max-width: 480px;
  max-width: 300px;
}
/* line 346, ../scss/modules/_layout.scss */
.search .form-item input {
  border-right: 0;
  padding: 0.25em 0 0.25em 0.25em;
  width: 100%;
  min-width: 150px;
  border: 1px solid white;
  margin-bottom: 0;
  height: 30px;
  background-color: white;
  color: #222222;
  border: 1px solid #182b49;
  border-right: 0;
}
/* line 356, ../scss/modules/_layout.scss */
.search .form-item input:hover, .search .form-item input:active, .search .form-item input:focus {
  background-color: white;
}
/* line 365, ../scss/modules/_layout.scss */
.search .form-actions {
  float: left;
}
/* line 367, ../scss/modules/_layout.scss */
.search .form-actions input {
  min-width: 32px;
  width: 32px;
  height: 30px;
  background: url(../img/tub-sprite-oldie.png) 6px 4px no-repeat #00b588;
  text-indent: -999px;
  margin-bottom: 0;
  border: 1px solid #00b588;
  background: url(../img/tub-sprite-oldie.png) 6px 4px no-repeat #182b49;
  border: 1px solid #182b49;
}
/* line 379, ../scss/modules/_layout.scss */
.search .form-actions input:hover, .search .form-actions input:active, .search .form-actions input:focus {
  border: 1px solid #00b588;
  background: url(../img/tub-sprite-oldie.png) 6px 4px no-repeat #00b0ca;
}
/* line 386, ../scss/modules/_layout.scss */
.search input, .search button {
  height: 30px;
}

/* line 391, ../scss/modules/_layout.scss */
.breadcrumb {
  margin: 1em 0;
}

/* line 399, ../scss/modules/_layout.scss */
.theme-image {
  display: none;
  visibility: hidden;
  display: block;
  visibility: visible;
}
/* line 402, ../scss/modules/_layout.scss */
.theme-image img {
  width: 100%;
}

/* line 411, ../scss/modules/_layout.scss */
.theme-image-meta {
  height: 25px;
  margin: 0 0 8px 0;
  overflow: hidden;
}

/* line 417, ../scss/modules/_layout.scss */
.theme-image-header, .theme-image-body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
}

/* line 427, ../scss/modules/_layout.scss */
.theme-image-body {
  position: fixed;
  z-index: -1;
}

/* line 434, ../scss/modules/_layout.scss */
.taalunie-product-level .copyright {
  float: left;
  margin-top: 1em;
  margin-left: 3em;
}
/* line 441, ../scss/modules/_layout.scss */
.taalunie-product-level .footer-menu {
  margin: 2.3em 0 0 0;
}

/* line 448, ../scss/modules/_layout.scss */
figure {
  margin: 0 0 1em 0;
  width: 100%;
  float: left;
  width: 40%;
  margin: 0 1em 1em 0;
}

/* line 461, ../scss/modules/_layout.scss */
figcaption {
  font-size: 14px;
  line-height: 21px;
}

/**
* File:        _theme.scss
* Description: _theme.scss contains all styles for implementing the base theme look & feel
* Author:      Sebastiaan Bonardt - @_sebbon
*/
/* line 7, ../scss/modules/_theme.scss */
body {
  background-color: #f4f4f4;
}
/* line 9, ../scss/modules/_theme.scss */
body > header {
  background-color: white;
}
/* line 12, ../scss/modules/_theme.scss */
body > footer {
  background-color: #182b49;
}

/* line 18, ../scss/modules/_theme.scss */
nav .menu-bg {
  background-color: #00b0ca;
}
/* line 24, ../scss/modules/_theme.scss */
nav ul ul {
  background-color: #00b0ca;
}
/* line 32, ../scss/modules/_theme.scss */
nav li.active a, nav li.active-trail a {
  background-color: #00b0ca;
}
/* line 34, ../scss/modules/_theme.scss */
nav li.active a:hover, nav li.active a:active, nav li.active a:focus, nav li.active a.active, nav li.active-trail a:hover, nav li.active-trail a:active, nav li.active-trail a:focus, nav li.active-trail a.active {
  background-color: #009ab1;
  background-color: #00b0ca;
}
/* line 43, ../scss/modules/_theme.scss */
nav li a:hover, nav li a:active, nav li a:focus, nav li a.active, nav li a.active-trail {
  background-color: #00b0ca;
}
/* line 48, ../scss/modules/_theme.scss */
nav .menu-wrap {
  background-color: #00b0ca;
}
/* line 51, ../scss/modules/_theme.scss */
nav .menu-wrap ul {
  background-color: #00b0ca;
}
/* line 55, ../scss/modules/_theme.scss */
nav .menu-wrap ul li.active a, nav .menu-wrap ul li.active a:link, nav .menu-wrap ul li.active a:visited, nav .menu-wrap ul li.active-trail a, nav .menu-wrap ul li.active-trail a:link, nav .menu-wrap ul li.active-trail a:visited {
  color: #00b0ca;
}

/**
 * File:        _typography.scss
 * Description: _typography.scss contains all text styles 
 * Author:      Sebastiaan Bonardt - @_sebbon
 */
@font-face {
  font-family: 'Kievit';
  src: url("../fonts/kievitot-regular-webfont.eot");
  src: url("../fonts/kievitot-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kievitot-regular-webfont.woff") format("woff"), url("../fonts/kievitot-regular-webfont.ttf") format("truetype"), url("../fonts/kievitot-regular-webfont.svg#kievitot-regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Kievit Bold';
  src: url("../fonts/kievitot-bold-webfont.eot");
  src: url("../fonts/kievitot-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kievitot-bold-webfont.woff") format("woff"), url("../fonts/kievitot-bold-webfont.ttf") format("truetype"), url("../fonts/kievitot-bold-webfont.svg#kievit_otbold") format("svg");
  font-weight: strong;
  font-style: strong;
}

@font-face {
  font-family: 'Kievit Italic';
  src: url("../fonts/kievitscoffc-ita-webfont.eot");
  src: url("../fonts/kievitscoffc-ita-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kievitscoffc-ita-webfont.woff") format("woff"), url("../fonts/kievitscoffc-ita-webfont.ttf") format("truetype"), url("../fonts/kievitscoffc-ita-webfont.svg#kievit_sc_offcitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Kievit Bold Italic';
  src: url("../fonts/kievitot-bolditalic-webfont.eot");
  src: url("../fonts/kievitot-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kievitot-bolditalic-webfont.woff") format("woff"), url("../fonts/kievitot-bolditalic-webfont.ttf") format("truetype"), url("../fonts/kievitot-bolditalic-webfont.svg#kievit_otbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Kievit Slab';
  src: url("../fonts/KievitSlabWeb.eot");
  src: url("../fonts/KievitSlabWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/KievitSlabWeb.woff") format("woff"), url("../fonts/KievitSlabWeb.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Kievit Slab Small Caps';
  src: url("../fonts/KievitSlabScWeb.eot");
  src: url("../fonts/KievitSlabScWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/KievitSlabScWeb.woff") format("woff"), url("../fonts/KievitSlabScWeb.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 71, ../scss/modules/_typography.scss */
body {
  font-size: 100%;
  font-family: "Kievit", Arial, Sans-serif;
  color: #182b49;
}

/* line 77, ../scss/modules/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Kievit Slab", Georgia, Serif;
  font-weight: normal;
  color: #182b49;
  hyphens: auto;
  word-wrap: break-word;
}

/* line 87, ../scss/modules/_typography.scss */
h1, .alpha {
  font-size: 42px;
  line-height: 58.8px;
}

/* line 92, ../scss/modules/_typography.scss */
.page-title {
  margin-bottom: 0.5em;
}

/* line 96, ../scss/modules/_typography.scss */
h2, .beta {
  font-size: 36px;
  line-height: 50.4px;
}

/* line 100, ../scss/modules/_typography.scss */
h3, .gamma {
  font-size: 30px;
  line-height: 42px;
}

/* line 104, ../scss/modules/_typography.scss */
h4, .delta {
  font-size: 24px;
  line-height: 33.6px;
}

/* line 108, ../scss/modules/_typography.scss */
h5, .epsilon {
  font-size: 18px;
  line-height: 25.2px;
}

/* line 112, ../scss/modules/_typography.scss */
h6, .zeta {
  font-size: 16px;
  line-height: 22.4px;
}

/* line 116, ../scss/modules/_typography.scss */
ul {
  padding: 0;
  margin: 0;
}
/* line 121, ../scss/modules/_typography.scss */
ul li {
  padding: 0;
  margin: 0;
}

/* line 135, ../scss/modules/_typography.scss */
a, a:link, a:visited {
  color: #00b588;
  text-decoration: none;
}

/* line 140, ../scss/modules/_typography.scss */
a:hover, a:active, a:focus {
  text-decoration: underline;
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.3, 1.1);
}

/* line 146, ../scss/modules/_typography.scss */
main p, main ul, main ol, main pre, main cite, main table, main dl, main .main-content > span, main .main-content > div, footer p, footer ul, footer ol, footer pre, footer cite, footer table, footer dl, footer .main-content > span, footer .main-content > div {
  margin: 0 0 1.5em 0;
  font-size: 18px;
  line-height: 27px;
}
/* line 150, ../scss/modules/_typography.scss */
main b, main strong, main label, main .field-label, footer b, footer strong, footer label, footer .field-label {
  font-family: "Kievit", Arial, Sans-serif;
  font-weight: normal;
}
/* line 154, ../scss/modules/_typography.scss */
main ol, footer ol {
  margin-top: 1em;
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0.5em;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
}
/* line 159, ../scss/modules/_typography.scss */
main ol > li, footer ol > li {
  position: relative;
  /* Create a positioning context */
  list-style: none;
  /* Disable the normal item numbering */
  padding-left: 1em;
  margin-bottom: 0em;
}
/* line 164, ../scss/modules/_typography.scss */
main ol > li:before, footer ol > li:before {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 20px;
  line-height: 30px;
  line-height: 1;
  width: 2em;
  text-align: left;
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
}
/* line 177, ../scss/modules/_typography.scss */
main li ol, main li ul, footer li ol, footer li ul {
  margin-top: 0.5em;
}
/* line 180, ../scss/modules/_typography.scss */
main ol ol li:last-child, footer ol ol li:last-child {
  margin-bottom: 0;
}
/* line 183, ../scss/modules/_typography.scss */
main ul, footer ul {
  margin-top: 1em;
  margin-left: 1.2em;
}
/* line 187, ../scss/modules/_typography.scss */
main dl, footer dl {
  margin-bottom: 1.2em;
}
/* line 190, ../scss/modules/_typography.scss */
main .field, footer .field {
  margin-bottom: 1em;
}

/* line 195, ../scss/modules/_typography.scss */
.field-label, .field-items {
  font-size: 18px;
  line-height: 27px;
}
/* line 197, ../scss/modules/_typography.scss */
.field-label-inline .field-label, .field-label-inline .field-items {
  float: left;
}

/* line 204, ../scss/modules/_typography.scss */
.meta {
  margin: 0 0 1.5em 0;
  font-size: 16px;
  line-height: 24px;
}

/* line 209, ../scss/modules/_typography.scss */
.site-name {
  color: #00b0ca;
  max-width: 230px;
  font-size: 32px;
  line-height: 48px;
  line-height: 0.75em;
  max-width: 85%;
  max-width: 90%;
  font-size: 36px;
  line-height: 54px;
  line-height: 0.75em;
}
/* line 224, ../scss/modules/_typography.scss */
.site-name span {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #182b49;
  font-family: "Kievit", Arial, Sans-serif;
  font-style: italic;
}

/* line 233, ../scss/modules/_typography.scss */
.copyright {
  color: white;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
  margin-top: 3em;
  max-width: 300px;
  float: left;
  clear: left;
  margin-top: 0;
}
/* line 249, ../scss/modules/_typography.scss */
.copyright a, .copyright a:link, .copyright a:visited {
  text-decoration: none;
}
/* line 252, ../scss/modules/_typography.scss */
.copyright a:active, .copyright a:focus, .copyright a:hover {
  text-decoration: underline;
}
/* line 256, ../scss/modules/_typography.scss */
.taalunie-product-level .copyright {
  clear: none;
  margin-top: 1.75em;
}

/* line 264, ../scss/modules/_typography.scss */
.attention-dark {
  background: #c1bb00;
  padding: 0.9375em 1.15em;
  margin-bottom: 1.5em;
}

/* line 270, ../scss/modules/_typography.scss */
.attention-light {
  border-top: 1px dotted #c1bb00;
  border-bottom: 1px dotted #c1bb00;
  padding: 0.9375em 1.15em;
  margin-bottom: 1.5em;
}

/* line 277, ../scss/modules/_typography.scss */
[class^="attention-"] p {
  margin-bottom: 0;
}

/**
 * File:        _forms.scss
 * Description: _forms.scss contains all form styles for makeitso 
 * Author:      Sebastiaan Bonardt - @_sebbon
 */
/* line 13, ../scss/modules/_forms.scss */
input {
  border: 1px solid #222222;
}

/* line 19, ../scss/modules/_forms.scss */
.webform-client-form > div, #user-login > div, main form > div {
  margin-bottom: 1em;
}
/* line 22, ../scss/modules/_forms.scss */
.webform-client-form .form-item, #user-login .form-item, main form .form-item {
  margin-bottom: 1em;
}
/* line 24, ../scss/modules/_forms.scss */
.webform-client-form .form-item label, #user-login .form-item label, main form .form-item label {
  width: 150px;
  display: block;
}
/* line 30, ../scss/modules/_forms.scss */
.webform-client-form .form-item input, #user-login .form-item input, main form .form-item input {
  width: 100%;
  max-width: 320px;
}
/* line 34, ../scss/modules/_forms.scss */
.webform-client-form .form-item:last-of-type, #user-login .form-item:last-of-type, main form .form-item:last-of-type {
  margin-bottom: 1.5em;
}
/* line 38, ../scss/modules/_forms.scss */
.webform-client-form .form-submit, .webform-client-form [type="submit"], #user-login .form-submit, #user-login [type="submit"], main form .form-submit, main form [type="submit"] {
  margin-top: 1em;
  padding: 0.5em 0.75em;
}

/* line 51, ../scss/modules/_forms.scss */
select {
  border: 1px solid #182b49;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 6px 28px 4px 12px;
  border-radius: 0;
  background: url(../img/arrow-down.png) right 50% no-repeat white;
  max-width: 100%;
  min-height: auto;
}
/* line 60, ../scss/modules/_forms.scss */
select:disabled {
  opacity: 0.5;
}

/* line 65, ../scss/modules/_forms.scss */
input[type="reset"], input[type="submit"], button {
  font-size: 18px;
  line-height: 1.6;
  background: #182b49;
  color: white;
  padding: 3px 7px;
  min-width: 150px;
  border: 0;
  height: auto;
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0.1, 0.3, 1.1);
  -moz-transition: all 0.2s cubic-bezier(0.5, 0.1, 0.3, 1.1);
  -ms-transition: all 0.2s cubic-bezier(0.5, 0.1, 0.3, 1.1);
  -o-transition: all 0.2s cubic-bezier(0.5, 0.1, 0.3, 1.1);
  -o-transition: all 0.2s cubic-bezier(0.5, 0.1, 0.3, 1.1);
}
/* line 76, ../scss/modules/_forms.scss */
input[type="reset"]:hover, input[type="submit"]:hover, button:hover {
  background: #00b588;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.1, 0.3, 1.1);
  -moz-transition: all 0.4s cubic-bezier(0.5, 0.1, 0.3, 1.1);
  -ms-transition: all 0.4s cubic-bezier(0.5, 0.1, 0.3, 1.1);
  -o-transition: all 0.4s cubic-bezier(0.5, 0.1, 0.3, 1.1);
  -o-transition: all 0.4s cubic-bezier(0.5, 0.1, 0.3, 1.1);
}
/* line 80, ../scss/modules/_forms.scss */
input[type="reset"]:active, input[type="submit"]:active, button:active {
  background: #00cf9b;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -o-transition: none;
}
/* line 84, ../scss/modules/_forms.scss */
input[type="reset"]:focus, input[type="submit"]:focus, button:focus {
  outline: none;
  border: 1px solid #b4a76c;
  box-shadow: 0 0 5px rgba(109, 111, 100, 0.7);
}
/* line 89, ../scss/modules/_forms.scss */
.views-exposed-form input[type="reset"], .views-exposed-form input[type="submit"], .views-exposed-form button {
  height: 40px;
}

/* line 95, ../scss/modules/_forms.scss */
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.5em;
}

/* line 100, ../scss/modules/_forms.scss */
input[type="text"], input, textarea {
  color: #182b49;
  border: 1px solid #182b49;
  padding: 12px 8px 8px;
  font-size: 18px;
  margin-bottom: 1em;
}

/* line 108, ../scss/modules/_forms.scss */
input[type="submit"] + input[type="submit"] {
  display: block;
  display: inline;
  margin-left: 0.5em;
}

@-moz-document url-prefix() {
  /* line 117, ../scss/modules/_forms.scss */
  select {
    padding: 4px 28px 4px 12px;
  }

  /* line 120, ../scss/modules/_forms.scss */
  input[type="text"], input, textarea {
    padding: 9px 10px 10px;
  }
}

/* line 125, ../scss/modules/_forms.scss */
input[type="text"], input[type="email"], input[type="password"], input[type="search"], textarea {
  min-width: 100%;
}

/* line 130, ../scss/modules/_forms.scss */
input[type="radio"] {
  margin-right: 7px;
}

/* line 138, ../scss/modules/_forms.scss */
label, .field-label-inline-first, .form-item label {
  font-family: "Kievit Bold", Arial, Sans-serif;
  font-weight: normal;
  min-height: 1.25em;
}

/* line 144, ../scss/modules/_forms.scss */
fieldset, .webform-client-form {
  margin: 1em 0 1.5em;
  border: 1px solid #c0c0c0;
  padding: 10px 15px;
}

/* line 150, ../scss/modules/_forms.scss */
legend {
  padding: 0 1em;
}

/* line 154, ../scss/modules/_forms.scss */
.form-text, .form-submit {
  line-height: 1.6;
  font-size: 18px;
  padding: 12px 8px 8px;
  height: 40px;
}

/* line 161, ../scss/modules/_forms.scss */
.form-submit {
  border: 1px solid #182b49;
}

/* line 2, ../scss/modules/_tables.scss */
table {
  margin-bottom: 1em;
  min-width: 30em;
}

/* line 9, ../scss/modules/_tables.scss */
th {
  font-family: "Kievit", Arial, Sans-serif;
  font-weight: normal;
}

/* line 14, ../scss/modules/_tables.scss */
td {
  padding: 0 5px;
  border: 0;
}

/* line 19, ../scss/modules/_tables.scss */
tr:nth-child(even) {
  background: #eaeae8;
}

/* line 23, ../scss/modules/_tables.scss */
caption {
  background: #02b587;
  color: white;
}

/* line 29, ../scss/modules/_tables.scss */
th.active img {
  display: inline;
}

/* line 32, ../scss/modules/_tables.scss */
tr.even, tr.odd {
  border-bottom: 0px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 37, ../scss/modules/_tables.scss */
tr.odd {
  background-color: #fff;
}

/* line 40, ../scss/modules/_tables.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 43, ../scss/modules/_tables.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 46, ../scss/modules/_tables.scss */
td.active {
  background-color: #ddd;
}

/* line 49, ../scss/modules/_tables.scss */
td.checkbox, th.checkbox {
  text-align: center;
}

/* line 52, ../scss/modules/_tables.scss */
th {
  padding: 0 5px;
}

/* line 55, ../scss/modules/_tables.scss */
th, td.views-field-title.active {
  background: #182b49;
  color: white;
}

/* line 59, ../scss/modules/_tables.scss */
thead th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 0px solid #ccc;
}
