/**
* @file main.scss
* The main.scss is the fill where everything comes together
*
* This is the file that gets proccessed by sass. All other partials get 
* included so it maintainable and scalable. In the imports sections we declare
* all the files that are needed.
*/
/* ==========================================================================
Imports
========================================================================== */
/* Base scss */
/**
* @file _base.scss
* The base.scss inclused all standard styles in sass variables
*
* Imports the mixins, standard variables and such to be used in the main
* scss file, this file DOENST get compiled on its own but gets imported
* into the main.scss
*/
/* ==========================================================================
Variables
========================================================================== */
/* ==========================================================================
Mixins
========================================================================== */
/* Mixin to declare the font in REM and PX(fallback < IE9) */
/* Mixin to declare the font in REM and PX(fallback < IE9) */
/* Text replacement and hiding the text */
/* Reset default list styling */
/* Modules and Variables */
/**
* @file _color.scss
* The color.scss inclused all colors used in the main.scss
*
* This file is used to declare all the colors that are needed for different
* styles in the website, this file DOENST get compiled on its own but gets 
* imported into the main.scss
*/
/* ==========================================================================
Theme colors
========================================================================== */
/* ==========================================================================
Global colors
========================================================================== */
/* Blue colors */
/* Orange colors */
/* Green colors */
/* Red colors */
/**
* @file _fonts.scss
* The fonts.scss inclused all css styles to support the icons fonts
*
* Icon fonts selected from the font IcoMoon.
*/
/* ==========================================================================
Font rendering
========================================================================== */
/* ==========================================================================
Icon font types
========================================================================== */
/**
* @file _views.scss
* The facets.scss inclused all styling for facetted searches
*
* There are multiple facetted searches on the pages, the one we style are the
* ones on nieuws/search/agenda/object type pages
*/
/* ==========================================================================
Global Views styling
========================================================================== */
/* Partials */
/**
* @file _normalize.scss
* The _normalize.scss inclused fixes and resets for different browsers and versions
*
* normalize.css v2.1.2 | MIT License | git.io/normalize
* normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
*
*/
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 8/9.
*/
/* line 60, ../sass/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
* Correct `inline-block` display not defined in IE 8/9.
*/
/* line 79, ../sass/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
/* line 94, ../sass/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address styling not present in IE 8/9.
*/
/* line 103, ../sass/partials/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
* 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
* `em` units.
*/
/* line 119, ../sass/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

    /**
* Address `font-family` inconsistency between `textarea` and other form
* elements.
*/
/* line 139, ../sass/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
* Remove default margin.
*/
/* line 151, ../sass/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
Links
========================================================================== */
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
/* line 163, ../sass/partials/_normalize.scss */
a:focus, input:focus, textarea:focus {
  outline: 0;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
/* line 171, ../sass/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */
    /**
* Set 1 unit of vertical rhythm on the top and bottom margin.
*/
/* line 185, ../sass/partials/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 190, ../sass/partials/_normalize.scss */
blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 30px;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
/* line 201, ../sass/partials/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 218, ../sass/partials/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 224, ../sass/partials/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 230, ../sass/partials/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 236, ../sass/partials/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 242, ../sass/partials/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
/* line 253, ../sass/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
/* line 261, ../sass/partials/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari 5 and Chrome.
*/
/* line 270, ../sass/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
* Address differences between Firefox and other browsers.
*/
/* line 278, ../sass/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
* Address styling not present in IE 8/9.
*/
/* line 287, ../sass/partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
/* line 296, ../sass/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
* Improve readability of pre-formatted text in all browsers.
*/
/* line 316, ../sass/partials/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
* Set consistent quote types.
*/
/* line 331, ../sass/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
* Address inconsistent and variable font size in all browsers.
*/
/* line 339, ../sass/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
/* line 347, ../sass/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 355, ../sass/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 359, ../sass/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
Lists
========================================================================== */
    /**
* Address margins set differently in IE 6/7.
*/
/* line 372, ../sass/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

/* line 389, ../sass/partials/_normalize.scss */
dd {
  margin: 0 0 0 30px;
}

    /**
* Address paddings set differently in IE 6/7.
*/
/* line 397, ../sass/partials/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
}

    /**
* Correct list images handled incorrectly in IE 7.
*/
/* line 409, ../sass/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
/* line 424, ../sass/partials/_normalize.scss */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
* Correct overflow displayed oddly in IE 9.
*/
/* line 436, ../sass/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
/* line 448, ../sass/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */
    /**
* Correct margin displayed oddly in IE 6/7.
*/
/* line 461, ../sass/partials/_normalize.scss */
form {
  margin: 0;
}

/**
* Define consistent border, margin, and padding.
*/
/* line 470, ../sass/partials/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
* 3. Correct alignment displayed oddly in IE 6/7.
*/
/* line 486, ../sass/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
* 4. Improve appearance and consistency with IE 6/7.
*/
/* line 501, ../sass/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
/* line 519, ../sass/partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
* 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 Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
/* line 531, ../sass/partials/_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.
* 4. Remove inner spacing in IE 7 without affecting normal text inputs.
* Known issue: inner spacing remains in IE 6.
*/
/* line 546, ../sass/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
* Re-set default cursor for disabled elements.
*/
/* line 561, ../sass/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* 1. Address box sizing set to `content-box` in IE 8/9.
* 2. Remove excess padding in IE 8/9.
* 3. Remove excess padding in IE 7.
* Known issue: excess padding remains in IE 6.
*/
/* line 573, ../sass/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
/* line 589, ../sass/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
/* line 599, ../sass/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
/* line 608, ../sass/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
/* line 619, ../sass/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
/* line 632, ../sass/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
Internet explorer
========================================================================== */
/**
* Remove the browsers crosses on input fields
*/
/* line 646, ../sass/partials/_normalize.scss */
input[type=text]::-ms-clear {
  display: none;
}

/* line 650, ../sass/partials/_normalize.scss */
input[type=password]::-ms-reveal {
  display: none;
}

/* line 654, ../sass/partials/_normalize.scss */
.specific_input_class::-ms-clear {
  display: none;
}

/* line 658, ../sass/partials/_normalize.scss */
#specific_input_element::-ms-clear {
  display: none;
}

/* ==========================================================================
Drupal
========================================================================== */
/* Menu's */
/* line 669, ../sass/partials/_normalize.scss */
ul.menu,
ul.menu li,
ul.clean-list {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 679, ../sass/partials/_normalize.scss */
.views-exposed-form .views-exposed-widget {
  padding: 0;
}

/* Disables the icons at list items. */
/* line 684, ../sass/partials/_normalize.scss */
ul li.expanded, ul li.leaf, ul li.collapsed {
  list-style-image: none;
  list-style-type: none;
}

/* Field collections */
/* line 690, ../sass/partials/_normalize.scss */
.field-collection-container,
.field-collection-view,
.field-collection-container .field-items .field-item {
  border: 0;
  padding: 0;
  margin: 0;
}

/**
* @file _forms.scss
* The button.scss inclused all colors used in the main.scss
*
* Inclused all types of buttons, think of the cta buttons but also submit 
* and reset buttons. This file DOENST get compiled on its own but gets 
* imported into the main.scss
*/
/* ==========================================================================
   FORM ELEMENTS
   ========================================================================== */
/* ==========================================================================
   WEBFORM
   ========================================================================== */
/* ==========================================================================
   LOGIN FORM
   ========================================================================== */
/**
* @file _buttons.scss
* The button.scss inclused all colors used in the main.scss
*
* Inclused all types of buttons, think of the cta buttons but also submit 
* and reset buttons. This file DOENST get compiled on its own but gets 
* imported into the main.scss
*/
/**
* @file _drupal.scss
* The _drupal.scss includes all the default drupal styling overrides
*
*/
/* ==========================================================================
Drupal Specific
========================================================================== */
/* line 11, ../sass/partials/_drupal.scss */
.contextual-links {
  font-size: 12px;
  font-size: 1.2rem;
  background: none;
  border: none;
  font-family: inherit;
}

/* line 18, ../sass/partials/_drupal.scss */
.tabs-wrapper {
  text-align: right;
}
/* line 20, ../sass/partials/_drupal.scss */
.tabs-wrapper ul.primary {
  border: none;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* ==========================================================================
Maintenance page
========================================================================== */
/* line 37, ../sass/partials/_drupal.scss */
.maintenance-page {
  text-align: center;
}
/* line 39, ../sass/partials/_drupal.scss */
.maintenance-page #logo {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* ==========================================================================
Messages
========================================================================== */
/* line 48, ../sass/partials/_drupal.scss */
.messages {
  border-bottom: 1px solid #bfe3f7;
  margin: 0;
  padding: 15px 30px;
}
/* line 52, ../sass/partials/_drupal.scss */
.messages.error {
  background-color: #fef7f7;
  border-color: #fcb7b7;
  color: #ff0000;
}
/* line 57, ../sass/partials/_drupal.scss */
.messages.warning {
  background-color: #fff3e7;
  border-color: #d9741b;
  color: #d9741b;
}
/* line 62, ../sass/partials/_drupal.scss */
.messages.status, .messages.ok {
  background-color: #e6fbea;
  border-color: #91dd9f;
  color: #91dd9f;
}
/* line 67, ../sass/partials/_drupal.scss */
.messages.old-ie {
  border: none;
}
/* line 70, ../sass/partials/_drupal.scss */
.messages ul {
  margin: 0 0 0 14px;
  padding: 0;
}

/**
* @file _typography.scss
* The typography.scss inclused all css styles to support the typography
*
* Styling of heading, paragraphs etc.
*/
/* ==========================================================================
Body Text
========================================================================== */
/* ==========================================================================
Headings
========================================================================== */
/**
* @file _navigation.scss
* This file contains all element styling that is related to the navigation
*
* The contents of this file will be merged together with main.scss
* be carefull that there is no duplicate CSS, so check what is there in other
* files
*/
/* ==========================================================================
   MAIN MENU
   ========================================================================== */
/**
* @file layout.scss
* The specifications in widths and heights of the layout
*
* This file includes all the specifications that build up the page in columns
* in this file you can add and change specs to shape up the building blocks
* of the website.
*/
/* ==========================================================================
Layout general
========================================================================== */
/* ==========================================================================
Content
========================================================================== */
/* ==========================================================================
Global
========================================================================== */
/* line 38, ../sass/main-base.scss */
html {
  /* Sets up the Base 10 stuff */
  margin: 0;
  padding: 0;
}

/* line 44, ../sass/main-base.scss */
body {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

/* apply a natural box layout model to all elements */
/* line 52, ../sass/main-base.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 60, ../sass/main-base.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}

/* ==========================================================================
Header
========================================================================== */
/* ==========================================================================
Content
========================================================================== */
/* ==========================================================================
Footer
========================================================================== */
/* ==========================================================================
Import Mediaqueries as last
========================================================================== */
/**
* @file _mediaqueries.scss
* The mediaqueries.scss styling and enchancements/changes for different devices
*
* Styling for devices like ipad, iphone etc. This file DOENST get compiled 
* on its own but gets imported into the main.scss
*/
/* ==========================================================================
Mediaqueries
========================================================================== */
