@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Tangerine:400,700);
@import url(https://fonts.googleapis.com/css?family=Italianno);
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/*
@import "zen/background";
#dummy{
  @include zen-grid-background();
}
*/
/* Import Sass mixins, variables, Compass modules, etc. */
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 33, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary { display: block; }
/* Correct `inline-block` display not defined in IE 8/9. */
/* line 40, ../sass/_normalize.scss */
audio,
canvas,
video { display: inline-block; }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 52, ../sass/_normalize.scss */
audio:not([controls]) { display: none; height: 0; }
/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] { display: none; }
/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _base.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 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 106, ../sass/_normalize.scss */
html { font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif; /* 1 */ font-size: 81.25%; /* 3 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ line-height: 1.53846em; }
/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body { margin: 0; padding: 0; }
/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus { outline: thin dotted; }
/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 154, ../sass/_normalize.scss */
a:active,
a:hover { outline: 0; }
/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 170, ../sass/_normalize.scss */
p,
pre { margin: 1.53846em 0; }
/* line 173, ../sass/_normalize.scss */
blockquote { /* Also indent the quote on both sides. */ margin: 1.53846em 30px; }
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 { /* Set the font-size and line-height while keeping a proper vertical rhythm. */ font-size: 2em; line-height: 1.53846em; /* Set 1 unit of vertical rhythm on the top and bottom margins. */ margin-top: 0.76923em; margin-bottom: 0.76923em; }
/* line 190, ../sass/_normalize.scss */
h2 { font-size: 1.5em; line-height: 2.05128em; margin-top: 1.02564em; margin-bottom: 1.02564em; }
/* line 195, ../sass/_normalize.scss */
h3 { font-size: 1.17em; line-height: 1.31492em; margin-top: 1.31492em; margin-bottom: 1.31492em; }
/* line 200, ../sass/_normalize.scss */
h4 { font-size: 1em; line-height: 1.53846em; margin-top: 1.53846em; margin-bottom: 1.53846em; }
/* line 205, ../sass/_normalize.scss */
h5 { font-size: 0.83em; line-height: 1.85357em; margin-top: 1.85357em; margin-bottom: 1.85357em; }
/* line 210, ../sass/_normalize.scss */
h6 { font-size: 0.67em; line-height: 2.29621em; margin-top: 2.29621em; margin-bottom: 2.29621em; }
/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 217, ../sass/_normalize.scss */
abbr[title] { border-bottom: 1px dotted; }
/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 223, ../sass/_normalize.scss */
b,
strong { font-weight: bold; }
/* Address styling not present in Safari 5 and Chrome. */
/* line 228, ../sass/_normalize.scss */
dfn { font-style: italic; }
/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; height: 0; border: 1px solid #666; padding-bottom: -1px; margin: 1.53846em 0; }
/* Address styling not present in IE 8/9. */
/* line 242, ../sass/_normalize.scss */
mark { background: #FF0; color: #000; }
/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 253, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var { font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif; font-size: 1em; line-height: 1.53846em; }
/* Improve readability of pre-formatted text in all browsers. */
/* line 262, ../sass/_normalize.scss */
pre { white-space: pre-wrap; }
/* Set consistent quote types. */
/* line 274, ../sass/_normalize.scss */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
/* Address inconsistent and variable font size in all browsers. */
/* line 279, ../sass/_normalize.scss */
small { font-size: 80%; }
/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 285, ../sass/_normalize.scss */
sub,
sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
/* line 291, ../sass/_normalize.scss */
sup { top: -0.5em; }
/* line 294, ../sass/_normalize.scss */
sub { bottom: -0.25em; }
/**
 * Lists
 */
/* line 304, ../sass/_normalize.scss */
dl,
menu,
ol,
ul { /* Address margins set differently in IE 6/7. */ margin: 1.53846em 0; }
/* line 311, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul { /* Turn off margins on nested lists. */ margin: 0; }
/* line 316, ../sass/_normalize.scss */
dd { margin: 0 0 0 30px; }
/* Address paddings set differently in IE 6/7. */
/* line 323, ../sass/_normalize.scss */
menu,
ol,
ul { padding: 0 0 0 30px; }
/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 341, ../sass/_normalize.scss */
img { /* Remove border when inside `a` element in IE 8/9. */ border: 0; /* Suppress the space beneath the baseline */ /* vertical-align: bottom; */ /* Responsive images */ max-width: 100%; height: auto; /* Correct IE 8 not scaling image height when resized. */ width: auto; }
/* Correct overflow displayed oddly in IE 9. */
/* line 362, ../sass/_normalize.scss */
svg:not(:root) { overflow: hidden; }
/* Address margin not present in IE 8/9 and Safari 5. */
/* line 367, ../sass/_normalize.scss */
figure { margin: 0; }
/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 383, ../sass/_normalize.scss */
fieldset { margin: 0 2px; /* Apply borders and padding that keep the vertical rhythm. */ border-color: #C0C0C0; border-top-style: solid; border-top-width: 0.07692em; padding-top: 0.46154em; border-bottom-style: solid; border-bottom-width: 0.07692em; padding-bottom: 0.92308em; border-left-style: solid; border-left-width: 0.07692em; padding-left: 0.92308em; border-right-style: solid; border-right-width: 0.07692em; padding-right: 0.92308em; }
/**
 * 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 398, ../sass/_normalize.scss */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }
/**
 * 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.
 * 5. Keep form elements constrained in their containers.
 */
/* line 416, ../sass/_normalize.scss */
button,
input,
select,
textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ max-width: 100%; /* 5 */ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /* 5 */ }
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 433, ../sass/_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 444, ../sass/_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 460, ../sass/_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 472, ../sass/_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 483, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }
/**
 * 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 497, ../sass/_normalize.scss */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -webkit-box-sizing: content-box; -moz-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 507, ../sass/_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 513, ../sass/_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 522, ../sass/_normalize.scss */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }
/* Drupal-style form labels. */
/* line 528, ../sass/_normalize.scss */
label { display: block; font-weight: bold; }
/**
 * Tables
 */
/* line 536, ../sass/_normalize.scss */
table { /* Remove most spacing between table cells. */ border-collapse: collapse; border-spacing: 0; /* Prevent cramped-looking tables */ /* width: 100%; */ /* Add vertical rhythm margins. */ margin-top: 1.53846em; margin-bottom: 1.53846em; }
/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 35, ../sass/layouts/_responsive.scss */
#page,
.region-bottom { margin-left: auto; margin-right: auto; max-width: 960px; }
/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 47, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer { padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; }
/* Containers for grid items and flow items. */
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before,
#header:after,
#main:before,
#main:after,
#footer:before,
#footer:after { content: ""; display: table; }
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after { clear: both; }
/* Navigation bar */
@media all and (min-width: 10px) {
  /* line 62, ../sass/layouts/_responsive.scss */
  #main { /* Move all the children of #main down to make room. */ position: relative; }
  /* line 67, ../sass/layouts/_responsive.scss */
  #navigation { /* Move the navbar up inside #main's padding. */ position: absolute; top: -40px; height: 3em; width: 100%; }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 480px) and (max-width: 767px) {
  /**
     * The layout when there is only one sidebar, the left one.
     */
  /* line 89, ../sass/layouts/_responsive.scss */
  .sidebar-first { /* Span 2 columns, starting in 2nd column from left. */ /* Span 1 column, starting in 1st column from left. */ }
  /* line 91, ../sass/layouts/_responsive.scss */
  .sidebar-first #content { float: left; width: 66.66667%; margin-left: 33.33333%; margin-right: -100%; }
  /* line 96, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first { float: left; width: 33.33333%; margin-left: 0%; margin-right: -33.33333%; }
  /**
     * The layout when there is only one sidebar, the right one.
     */
  /* line 104, ../sass/layouts/_responsive.scss */
  .sidebar-second { /* Span 2 columns, starting in 1st column from left. */ /* Span 1 column, starting in 3rd column from left. */ }
  /* line 106, ../sass/layouts/_responsive.scss */
  .sidebar-second #content { float: left; width: 66.66667%; margin-left: 0%; margin-right: -66.66667%; }
  /* line 111, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second { float: left; width: 33.33333%; margin-left: 66.66667%; margin-right: -100%; }
  /**
     * The layout when there are two sidebars.
     */
  /* line 119, ../sass/layouts/_responsive.scss */
  .two-sidebars { /* Span 2 columns, starting in 2nd column from left. */ /* Span 1 column, starting in 1st column from left. */ /* Start a new row and span all 3 columns. */ }
  /* line 121, ../sass/layouts/_responsive.scss */
  .two-sidebars #content { float: left; width: 66.66667%; margin-left: 33.33333%; margin-right: -100%; }
  /* line 126, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first { float: left; width: 33.33333%; margin-left: 0%; margin-right: -33.33333%; }
  /* line 131, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second { float: left; width: 100%; margin-left: 0%; margin-right: -100%; padding-left: 0; padding-right: 0; clear: left; /* Apply the shared properties of grid items in a single, efficient ruleset. */ /* Span 1 column, starting in the 1st column from left. */ /* Span 1 column, starting in the 2nd column from left. */ /* Span 1 column, starting in the 3rd column from left. */ }
  /* line 137, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block { padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; }
  /* line 141, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) { float: left; width: 33.33333%; margin-left: 0%; margin-right: -33.33333%; clear: left; }
  /* line 146, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) { float: left; width: 33.33333%; margin-left: 33.33333%; margin-right: -66.66667%; }
  /* line 150, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) { float: left; width: 33.33333%; margin-left: 66.66667%; margin-right: -100%; }
}
/**
 * Use 4 grid columns for intermediate screens.
 */
@media all and (min-width: 768px) and (max-width: 959px) {
  /**
    * The layout when there is only one sidebar, the left one.
    */
  /* line 167, ../sass/layouts/_responsive.scss */
  .sidebar-first { /* Span 2 columns, starting in 2nd column from left. */ /* Span 1 column, starting in 1st column from left. */ }
  /* line 169, ../sass/layouts/_responsive.scss */
  .sidebar-first #content { float: left; width: 75%; margin-left: 25%; margin-right: -100%; }
  /* line 174, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first { float: left; width: 25%; margin-left: 0%; margin-right: -25%; }
  /**
    * The layout when there is only one sidebar, the right one.
    */
  /* line 182, ../sass/layouts/_responsive.scss */
  .sidebar-second { /* Span 2 columns, starting in 1st column from left. */ /* Span 1 column, starting in 3rd column from left. */ }
  /* line 184, ../sass/layouts/_responsive.scss */
  .sidebar-second #content { float: left; width: 75%; margin-left: 0%; margin-right: -75%; }
  /* line 189, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second { float: left; width: 25%; margin-left: 75%; margin-right: -100%; }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /**
     * The layout when there is only one sidebar, the left one.
     */
  /* line 204, ../sass/layouts/_responsive.scss */
  .sidebar-first { /* Span 4 columns, starting in 2nd column from left. */ /* Span 1 column, starting in 1st column from left. */ }
  /* line 206, ../sass/layouts/_responsive.scss */
  .sidebar-first #content { float: left; width: 80%; margin-left: 20%; margin-right: -100%; }
  /* line 211, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first { float: left; width: 20%; margin-left: 0%; margin-right: -20%; }
  /**
     * The layout when there is only one sidebar, the right one.
     */
  /* line 219, ../sass/layouts/_responsive.scss */
  .sidebar-second { /* Span 4 columns, starting in 1st column from left. */ /* Span 1 column, starting in 5th column from left. */ }
  /* line 221, ../sass/layouts/_responsive.scss */
  .sidebar-second #content { float: left; width: 80%; margin-left: 0%; margin-right: -80%; }
  /* line 226, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second { float: left; width: 20%; margin-left: 80%; margin-right: -100%; }
  /**
     * The layout when there are two sidebars.
     */
  /* line 234, ../sass/layouts/_responsive.scss */
  .two-sidebars { /* Span 3 columns, starting in 2nd column from left. */ /* Span 1 column, starting in 1st column from left. */ /* Span 1 column, starting in 5th column from left. */ }
  /* line 236, ../sass/layouts/_responsive.scss */
  .two-sidebars #content { float: left; width: 60%; margin-left: 20%; margin-right: -80%; }
  /* line 241, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first { float: left; width: 20%; margin-left: 0%; margin-right: -20%; }
  /* line 246, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second { float: left; width: 20%; margin-left: 80%; margin-right: -100%; }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 22, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom { outline: 1px dotted #CCC; }
/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 40, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active,
.element-focusable:focus { position: static !important; clip: auto; height: auto; width: auto; overflow: auto; }
/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link { margin: 0; }
/* line 66, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited { display: block; width: 100%; padding: 2px 0 3px 0; text-align: center; background-color: #666; color: #FFF; }
/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo { float: left; margin: 0; padding: 0; }
/* Logo image. */
/* line 88, ../sass/components/_misc.scss */
.header__logo-image { vertical-align: bottom; }
/* Wrapper for website name and slogan. */
/* line 93, ../sass/components/_misc.scss */
.header__name-and-slogan { float: left; }
/* The name of the website. */
/* line 98, ../sass/components/_misc.scss */
.header__site-name { margin: 0; font-size: 2em; line-height: 1.53846em; }
/* The link around the name of the website. */
/* line 106, ../sass/components/_misc.scss */
.header__site-link:link,
.header__site-link:visited { color: #000; text-decoration: none; }
/* line 112, ../sass/components/_misc.scss */
.header__site-link:hover,
.header__site-link:focus { text-decoration: underline; }
/* The slogan (or tagline) of a website. */
/* line 118, ../sass/components/_misc.scss */
.header__site-slogan { margin: 0; }
/* The secondary menu (login, etc.) */
/* line 123, ../sass/components/_misc.scss */
.header__secondary-menu { float: right; }
/* Wrapper for any blocks placed in the header region. */
/* line 128, ../sass/components/_misc.scss */
.header__region { /* Clear the logo. */ clear: both; }
@media all and (min-width: 768px) {
  /**
     * Navigation bar.
     */
  /* line 137, ../sass/components/_misc.scss */
  #navigation { /* Sometimes you want to prevent overlapping with main div. */ /* overflow: hidden; */ /* Main menu and secondary menu links and menu block links. */ }
  /* line 141, ../sass/components/_misc.scss */
  #navigation .block { margin-bottom: 0; }
  /* line 152, ../sass/components/_misc.scss */
  #navigation .links,
  #navigation .menu { margin: 0; padding: 0; text-align: left; }
  /* line 157, ../sass/components/_misc.scss */
  #navigation .links li,
  #navigation .menu li { /* A simple method to get navigation links to appear in one line. */ float: left; padding: 0 10px 0 0; list-style-type: none; list-style-image: none; }
}
/**
 * Breadcrumb navigation.
 */
/* line 172, ../sass/components/_misc.scss */
.breadcrumb ol { margin: 0; padding: 0; }
/* line 176, ../sass/components/_misc.scss */
.breadcrumb li { display: inline; list-style-type: none; margin: 0; padding: 0; }
/**
 * Titles.
 */
/* line 192, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title { /* Comment title. */ margin: 0; }
/**
 * Messages.
 */
/* line 199, ../sass/components/_misc.scss */
.messages,
.messages--status,
.messages--warning,
.messages--error { margin: 1.53846em 0; padding: 10px 10px 10px 50px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII='); background-position: 8px 8px; background-repeat: no-repeat; border: 1px solid #BE7; }
/* line 214, ../sass/components/_misc.scss */
.messages--warning { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC'); border-color: #ED5; }
/* line 223, ../sass/components/_misc.scss */
.messages--error { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg=='); border-color: #ED541D; }
/* line 233, ../sass/components/_misc.scss */
.messages__list { margin: 0; }
/* line 236, ../sass/components/_misc.scss */
.messages__item { list-style-image: none; }
/* Core/module installation error messages. */
/* line 241, ../sass/components/_misc.scss */
.messages--error p.error { color: #333; }
/* System status report. */
/* line 247, ../sass/components/_misc.scss */
.ok,
.messages--status { background-color: #F8FFF0; color: #234600; }
/* line 252, ../sass/components/_misc.scss */
.warning,
.messages--warning { background-color: #FFFCE5; color: #840; }
/* line 257, ../sass/components/_misc.scss */
.error,
.messages--error { background-color: #FEF5F1; color: #8C2E0B; }
/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 267, ../sass/components/_misc.scss */
.tabs-primary,
.tabs-secondary { overflow: hidden; background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent)); background-image: -webkit-linear-gradient(bottom, #BBBBBB 1px, transparent 1px); background-image: -moz-linear-gradient(bottom, #BBBBBB 1px, transparent 1px); background-image: -o-linear-gradient(bottom, #BBBBBB 1px, transparent 1px); background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px); /* IE 9 and earlier don't understand gradients. */ list-style: none; border-bottom: 1px solid #bbbbbb \0/ie; margin: 1.53846em 0; padding: 0 2px; white-space: nowrap; }
/* line 277, ../sass/components/_misc.scss */
.tabs-primary__tab,
.tabs-secondary__tab,
.tabs-secondary__tab.is-active { float: left; margin: 0 3px; }
/* line 281, ../sass/components/_misc.scss */
a.tabs-primary__tab-link,
a.tabs-secondary__tab-link { border: 1px solid #E9E9E9; border-right: 0; border-bottom: 0; display: block; line-height: 1.53846em; text-decoration: none; }
/* Primary tabs. */
/* line 294, ../sass/components/_misc.scss */
.tabs-primary__tab,
.tabs-primary__tab.is-active { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; text-shadow: 1px 1px 0 white; border: 1px solid #BBBBBB; border-bottom-color: transparent; /* IE 9 and earlier don't understand gradients. */ border-bottom: 0 \0/ie; }
/* line 303, ../sass/components/_misc.scss */
.is-active.tabs-primary__tab { border-bottom-color: white; }
/* line 309, ../sass/components/_misc.scss */
a.tabs-primary__tab-link,
a.tabs-primary__tab-link.is-active { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s; -o-transition: background-color 0.3s; transition: background-color 0.3s; color: #333; background-color: #DEDEDE; letter-spacing: 1px; padding: 0 1em; text-align: center; }
/* line 319, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover,
a.tabs-primary__tab-link:focus { background-color: #E9E9E9; border-color: #F2F2F2; }
/* line 323, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active,
a.tabs-primary__tab-link.is-active { background-color: transparent; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9'); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0))); background-image: -webkit-linear-gradient(#E9E9E9, rgba(233, 233, 233, 0)); background-image: -moz-linear-gradient(#E9E9E9, rgba(233, 233, 233, 0)); background-image: -o-linear-gradient(#E9E9E9, rgba(233, 233, 233, 0)); background-image: linear-gradient(#E9E9E9, rgba(233, 233, 233, 0)); border-color: #FFF; }
/* Secondary tabs. */
/* line 347, ../sass/components/_misc.scss */
.tabs-secondary { font-size: 0.9em; /* Collapse bottom margin of ul.primary. */ margin-top: -1.53846em; }
/* line 354, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active { margin: 0.76923em 3px; }
/* line 360, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link,
a.tabs-secondary__tab-link.is-active { -webkit-border-radius: 0.75em; -moz-border-radius: 0.75em; -ms-border-radius: 0.75em; -o-border-radius: 0.75em; border-radius: 0.75em; -webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s; -o-transition: background-color 0.3s; transition: background-color 0.3s; text-shadow: 1px 1px 0 white; background-color: #F2F2F2; color: #666; padding: 0 0.5em; }
/* line 369, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover,
a.tabs-secondary__tab-link:focus { background-color: #DEDEDE; border-color: #999; color: #333; }
/* line 374, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active,
a.tabs-secondary__tab-link.is-active { text-shadow: 1px 1px 0 #333333; background-color: #666; border-color: #000; color: #FFF; }
/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 402, ../sass/components/_misc.scss */
.inline { display: inline; padding: 0; }
/* line 406, ../sass/components/_misc.scss */
.inline li { display: inline; list-style-type: none; padding: 0 1em 0 0; }
/* The inline field label used by the Fences module. */
/* line 414, ../sass/components/_misc.scss */
span.field-label { padding: 0 1em 0 0; }
/**
 * "More" links.
 */
/* line 421, ../sass/components/_misc.scss */
.more-link { text-align: right; }
/* line 424, ../sass/components/_misc.scss */
.more-help-link { text-align: right; }
/* line 427, ../sass/components/_misc.scss */
.more-help-link a { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC'); background-position: 0 50%; background-repeat: no-repeat; padding: 1px 0 1px 20px; }
/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 442, ../sass/components/_misc.scss */
.pager { clear: both; padding: 0; text-align: center; }
/* line 447, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis,
.pager-current { display: inline; padding: 0 0.5em; list-style-type: none; background-image: none; }
/* line 459, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis { /* A concatenation of several list items using an ellipsis. */ }
/* The current page's list item. */
/* line 464, ../sass/components/_misc.scss */
.pager-current { font-weight: bold; }
/**
 * Blocks.
 */
/* Block wrapper. */
/* line 474, ../sass/components/_misc.scss */
.block { margin-bottom: 1.53846em; }
/**
 * Menus.
 */
/* line 481, ../sass/components/_misc.scss */
.menu__item.is-leaf { list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC'); list-style-type: square; }
/* line 488, ../sass/components/_misc.scss */
.menu__item.is-expanded { list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg=='); list-style-type: circle; }
/* line 495, ../sass/components/_misc.scss */
.menu__item.is-collapsed { list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC'); list-style-type: disc; }
/* The active item in a Drupal menu. */
/* line 504, ../sass/components/_misc.scss */
.menu a.active { color: #000; }
/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 514, ../sass/components/_misc.scss */
.new,
.update { color: #C00; /* Remove background highlighting from <mark> in normalize. */ background-color: transparent; }
/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 525, ../sass/components/_misc.scss */
.unpublished { height: 0; overflow: visible; /* Remove background highlighting from <mark> in normalize. */ background-color: transparent; color: #D8D8D8; font-size: 75px; line-height: 1; font-family: Impact, "Arial Narrow", Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; text-align: center; /* A very nice CSS3 property. */ word-wrap: break-word; }
/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 553, ../sass/components/_misc.scss */
.comments { margin: 1.53846em 0; }
/* Preview of the comment before submitting new or updated comment. */
/* line 558, ../sass/components/_misc.scss */
.comment-preview { /* Drupal core will use a #ffffea background. See #1110842. */ background-color: #FFFFEA; }
/* Wrapper for a single comment. */
/* line 564, ../sass/components/_misc.scss */
.comment { /* Comment's permalink wrapper. */ }
/* line 567, ../sass/components/_misc.scss */
.comment .permalink { text-transform: uppercase; font-size: 75%; }
/* Nested comments are indented. */
/* line 574, ../sass/components/_misc.scss */
.indented { /* Drupal core uses a 25px left margin. */ margin-left: 30px; }
/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 584, ../sass/components/_misc.scss */
.form-item { margin: 1.53846em 0; /* Pack groups of checkboxes and radio buttons closer together. */ /* Form items in a table. */ /* Highlight the form elements that caused a form submission error. */ /* The descriptive help text (separate from the label). */ }
/* line 589, ../sass/components/_misc.scss */
.form-checkboxes .form-item,
.form-radios .form-item { /* Drupal core uses "0.4em 0". */ margin: 0; }
/* line 596, ../sass/components/_misc.scss */
tr.odd .form-item,
tr.even .form-item { margin: 0; }
/* line 603, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error { border: 1px solid #C00; }
/* line 608, ../sass/components/_misc.scss */
.form-item .description { font-size: 0.85em; }
/* line 615, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description { margin-left: 2.4em; }
/* The part of the label that indicates a required field. */
/* line 621, ../sass/components/_misc.scss */
.form-required { color: #C00; }
/* Labels for radios and checkboxes. */
/* line 626, ../sass/components/_misc.scss */
label.option { display: inline; font-weight: normal; }
/* Buttons used by contrib modules like Media. */
/* line 632, ../sass/components/_misc.scss */
a.button { -webkit-appearance: button; -moz-appearance: button; appearance: button; }
/* Password confirmation. */
/* line 638, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent { margin: 0; }
/* Drupal's default login form block. */
/* line 643, ../sass/components/_misc.scss */
#user-login-form { text-align: left; }
/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 655, ../sass/components/_misc.scss */
.openid-links { /* Position OpenID's ul next to the rest of the links. */ margin-bottom: 0; }
/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 662, ../sass/components/_misc.scss */
.openid-link,
.user-link { margin-top: 1.53846em; }
/* line 666, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link { /* Un-do some of the padding on the ul list. */ margin-left: -20px; }
/* line 670, ../sass/components/_misc.scss */
#user-login ul { margin: 1.53846em 0; }
/**
 * Drupal admin tables.
 */
/* line 678, ../sass/components/_misc.scss */
form th { text-align: left; padding-right: 1em; border-bottom: 3px solid #CCC; }
/* line 683, ../sass/components/_misc.scss */
form tbody { border-top: 1px solid #CCC; }
/* line 686, ../sass/components/_misc.scss */
form table ul { margin: 0; }
/* line 691, ../sass/components/_misc.scss */
tr.even,
tr.odd { background-color: #EEE; border-bottom: 1px solid #CCC; padding: 0.1em 0.6em; }
/* line 696, ../sass/components/_misc.scss */
tr.even { background-color: #FFF; }
/* Markup generated by theme_tablesort_indicator(). */
/* line 711, ../sass/components/_misc.scss */
td.active { background-color: #DDD; }
/* Center checkboxes inside table cell. */
/* line 717, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox { text-align: center; }
/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 722, ../sass/components/_misc.scss */
td.menu-disabled { background: #CCC; }
/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 733, ../sass/components/_misc.scss */
#autocomplete .selected { background: #0072B9; color: #FFF; }
/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 744, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg=='); background-position: 5px 65%; background-repeat: no-repeat; padding-left: 15px; }
/* line 753, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC'); background-position: 5px 50%; }
/* line 760, ../sass/components/_misc.scss */
.fieldset-legend .summary { color: #999; font-size: 0.9em; margin-left: 0.5em; }
/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 772, ../sass/components/_misc.scss */
tr.drag { background-color: #FFFFF0; }
/* line 775, ../sass/components/_misc.scss */
tr.drag-previous { background-color: #FFD; }
/* line 778, ../sass/components/_misc.scss */
.tabledrag-toggle-weight { font-size: 0.9em; }
/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 787, ../sass/components/_misc.scss */
tr.selected td { background: #FFC; }
/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 796, ../sass/components/_misc.scss */
.progress { font-weight: bold; }
/* line 799, ../sass/components/_misc.scss */
.progress .bar { background: #CCC; border-color: #666; margin: 0 0.2em; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
/* line 805, ../sass/components/_misc.scss */
.progress .filled { background-color: #0072B9; background-image: url('../images/progress.gif?1384705530'); }
/*
Headerimages
*/
/* line 8, ../sass/_header.scss */
body.front .header { background-image: url("/sites/all/themes/fuustheme/images-source/ol__mg_9198.jpg"); background-position: center top; }
/* line 12, ../sass/_header.scss */
body.departement_science .header { background-image: url("/sites/all/themes/fuustheme/images-source/sciencebanner.jpg"); background-image: url("/sites/all/themes/fuustheme/images-source/shutterstock_1429389389-crop.jpg"); background-position: center top; }
/* line 16, ../sass/_header.scss */
body.departement_restaurant .header { background-image: url("/sites/all/themes/fuustheme/images-source/restauranttopbannerbis.jpg"); background-position: center top; }
/* line 20, ../sass/_header.scss */
body.departement_hotel .header { background-image: url("/sites/all/themes/fuustheme/images-source/hoteltopbanner.jpg"); background-position: center top; }
/* line 24, ../sass/_header.scss */
body.departement_meeting-rooms .header { background-image: url("/sites/all/themes/fuustheme/images-source/ol__mg_9033.jpg"); background-position: center top; }
/* line 28, ../sass/_header.scss */
body.departement_club .header { background-image: url("/sites/all/themes/fuustheme/images-source/clubtopbanner.jpg"); background-position: center top; }
/* line 32, ../sass/_header.scss */
body.departement_guest-organisations .header { background-image: url("/sites/all/themes/fuustheme/images-source/extrazaalbanner.jpg"); background-position: center top; }
/* line 36, ../sass/_header.scss */
body.departement_corporate .header { background-image: url("/sites/all/themes/fuustheme/images-source/fondationbanner.jpg"); background-position: center top; }
/*
Headerconstruction
*/
@media all and (max-width: 800px) {
  /* line 48, ../sass/_header.scss */
  #header { height: 220px; padding-left: 0px; padding-right: 0px; }
  /* line 52, ../sass/_header.scss */
  #header .header__logo { margin-top: 10px; margin-left: 10px; }
  /* line 55, ../sass/_header.scss */
  #header .header__logo:hover { -webkit-box-shadow: white 0px 0px 10px; -moz-box-shadow: white 0px 0px 10px; box-shadow: white 0px 0px 10px; }
  /* line 59, ../sass/_header.scss */
  #header .header__name-and-slogan { float: none; margin-top: 17px; padding-left: 125px; background-color: rgba(0, 104, 55, 0.64); }
  /* line 65, ../sass/_header.scss */
  #header .header__name-and-slogan .header__site-name { font-family: Oswald, sans-serif; font-size: 1.5em; }
  /* line 68, ../sass/_header.scss */
  #header .header__name-and-slogan .header__site-name .header__site-link { color: #FFFFFF; }
  /* line 70, ../sass/_header.scss */
  #header .header__name-and-slogan .header__site-name .header__site-link:link,
  #header .header__name-and-slogan .header__site-name .header__site-link:hover,
  #header .header__name-and-slogan .header__site-name .header__site-link:visited { text-decoration: none; }
  /* line 76, ../sass/_header.scss */
  #header .header__region { clear: none; margin-top: -47px; height: 40px; }
  /* line 81, ../sass/_header.scss */
  #header .header__region div#block-locale-language ul { position: absolute; right: 0px; margin: 65px 0px 0 10px; padding: 0 0 0 0; }
  /* line 88, ../sass/_header.scss */
  #header .header__region div#block-menu-block-4 ul { position: absolute; right: 0px; margin: 105px 0px 0 10px; padding: 0 0 0 0; }
  /* line 95, ../sass/_header.scss */
  #header .header__region div#block-locale-language ul,
  #header .header__region div#block-menu-block-4 ul { list-style-type: none; }
  /* line 98, ../sass/_header.scss */
  #header .header__region div#block-locale-language ul li,
  #header .header__region div#block-menu-block-4 ul li { display: block; float: left; font-family: Oswald, sans-serif; font-size: 1.1em; }
  /* line 103, ../sass/_header.scss */
  #header .header__region div#block-locale-language ul li a,
  #header .header__region div#block-menu-block-4 ul li a { color: #FFFFFF; display: block; padding: 2px 10px; text-decoration: no-underline; }
  /* line 108, ../sass/_header.scss */
  #header .header__region div#block-locale-language ul li a:hover,
  #header .header__region div#block-menu-block-4 ul li a:hover { background-color: rgba(255, 255, 255, 0.48); }
  /* line 111, ../sass/_header.scss */
  #header .header__region div#block-locale-language ul li a.active,
  #header .header__region div#block-menu-block-4 ul li a.active { color: #8B0000; background-color: rgba(255, 255, 255, 0.75); }
}
@media all and (min-width: 769px) {
  /* line 123, ../sass/_header.scss */
  #header { height: 220px; padding-left: 0px; padding-right: 0px; }
  /* line 127, ../sass/_header.scss */
  #header .header__logo { margin-top: 10px; margin-left: 10px; }
  /* line 130, ../sass/_header.scss */
  #header .header__logo:hover { -webkit-box-shadow: white 0px 0px 10px; -moz-box-shadow: white 0px 0px 10px; box-shadow: white 0px 0px 10px; }
  /* line 134, ../sass/_header.scss */
  #header .header__name-and-slogan { float: none; margin-top: 17px; padding-left: 125px; background-color: rgba(0, 104, 55, 0.64); }
  /* line 140, ../sass/_header.scss */
  #header .header__name-and-slogan .header__site-name { font-family: Oswald, sans-serif; font-size: 1.5em; }
  /* line 143, ../sass/_header.scss */
  #header .header__name-and-slogan .header__site-name .header__site-link { color: #FFFFFF; }
  /* line 145, ../sass/_header.scss */
  #header .header__name-and-slogan .header__site-name .header__site-link:link,
  #header .header__name-and-slogan .header__site-name .header__site-link:hover,
  #header .header__name-and-slogan .header__site-name .header__site-link:visited { text-decoration: none; }
  /* line 151, ../sass/_header.scss */
  #header .header__region { clear: none; margin-top: -47px; height: 40px; }
  /* line 156, ../sass/_header.scss */
  #header .header__region div#block-locale-language ul,
  #header .header__region div#block-menu-block-4 ul { list-style-type: none; float: right; margin: 0 30px 0 0; }
  /* line 161, ../sass/_header.scss */
  #header .header__region div#block-locale-language ul li,
  #header .header__region div#block-menu-block-4 ul li { display: block; float: left; font-family: Oswald, sans-serif; font-size: 1.1em; }
  /* line 166, ../sass/_header.scss */
  #header .header__region div#block-locale-language ul li a,
  #header .header__region div#block-menu-block-4 ul li a { color: #FFFFFF; display: block; padding: 2px 10px; text-decoration: no-underline; }
  /* line 171, ../sass/_header.scss */
  #header .header__region div#block-locale-language ul li a:hover,
  #header .header__region div#block-menu-block-4 ul li a:hover { background-color: rgba(255, 255, 255, 0.48); }
  /* line 174, ../sass/_header.scss */
  #header .header__region div#block-locale-language ul li a.active,
  #header .header__region div#block-menu-block-4 ul li a.active { color: #8B0000; background-color: rgba(255, 255, 255, 0.75); }
}
/* start responsive nav */
@media all and (min-width: 768px) {
  /* line 4, ../sass/_responsivenav.scss */
  div#navigation { padding-left: 0px; padding-right: 0px; -webkit-box-shadow: #013800 0px 2px 4px; -moz-box-shadow: #013800 0px 2px 4px; box-shadow: #013800 0px 2px 4px; }
  /* line 11, ../sass/_responsivenav.scss */
  div#navigation div#block-menu-block-2,
  div#navigation div#block-menu-block-5,
  div#navigation div#block-menu-block-6 { background-color: rgba(0, 104, 55, 0.64); }
  /* line 14, ../sass/_responsivenav.scss */
  div#navigation div#block-menu-block-2 ul.menu,
  div#navigation div#block-menu-block-5 ul.menu,
  div#navigation div#block-menu-block-6 ul.menu { display: block; height: 40px; padding-left: 10px; }
  /* line 20, ../sass/_responsivenav.scss */
  div#navigation div#block-menu-block-2 ul.menu li.menu__item,
  div#navigation div#block-menu-block-5 ul.menu li.menu__item,
  div#navigation div#block-menu-block-6 ul.menu li.menu__item { display: block; background: rgba(255, 255, 255, 0.13); margin: 0 10px 0 0; padding: 0px; height: 39px; }
  /* line 26, ../sass/_responsivenav.scss */
  div#navigation div#block-menu-block-2 ul.menu li.menu__item:hover,
  div#navigation div#block-menu-block-5 ul.menu li.menu__item:hover,
  div#navigation div#block-menu-block-6 ul.menu li.menu__item:hover { background: rgba(255, 255, 255, 0.36); }
  /* line 29, ../sass/_responsivenav.scss */
  div#navigation div#block-menu-block-2 ul.menu li.menu__item.active-trail,
  div#navigation div#block-menu-block-2 ul.menu li.menu__item.is-active,
  div#navigation div#block-menu-block-5 ul.menu li.menu__item.active-trail,
  div#navigation div#block-menu-block-5 ul.menu li.menu__item.is-active,
  div#navigation div#block-menu-block-6 ul.menu li.menu__item.active-trail,
  div#navigation div#block-menu-block-6 ul.menu li.menu__item.is-active { background: rgba(255, 255, 255, 0.75); }
  /* line 32, ../sass/_responsivenav.scss */
  div#navigation div#block-menu-block-2 ul.menu li.menu__item a,
  div#navigation div#block-menu-block-5 ul.menu li.menu__item a,
  div#navigation div#block-menu-block-6 ul.menu li.menu__item a { display: block; text-decoration: none; padding: 10px; font-family: Oswald, sans-serif; font-size: 15.2pt; color: white; }
  /* line 39, ../sass/_responsivenav.scss */
  div#navigation div#block-menu-block-2 ul.menu li.menu__item a:hover,
  div#navigation div#block-menu-block-5 ul.menu li.menu__item a:hover,
  div#navigation div#block-menu-block-6 ul.menu li.menu__item a:hover { color: #FFFFFF; }
  /* line 42, ../sass/_responsivenav.scss */
  div#navigation div#block-menu-block-2 ul.menu li.menu__item a.active-trail,
  div#navigation div#block-menu-block-2 ul.menu li.menu__item a.is-active,
  div#navigation div#block-menu-block-5 ul.menu li.menu__item a.active-trail,
  div#navigation div#block-menu-block-5 ul.menu li.menu__item a.is-active,
  div#navigation div#block-menu-block-6 ul.menu li.menu__item a.active-trail,
  div#navigation div#block-menu-block-6 ul.menu li.menu__item a.is-active { color: #8B0000; background: rgba(255, 255, 255, 0.75); }
}
@media all and (max-width: 767px) {
  /* line 58, ../sass/_responsivenav.scss */
  .mean-container .mean-bar { float: left; width: 100%; position: relative; background: #0C1923; padding: 4px 0; min-height: 42px; z-index: 999999; }
  /* line 68, ../sass/_responsivenav.scss */
  .mean-container a.meanmenu-reveal { width: 22px; height: 22px; padding: 13px 13px 11px; position: absolute; top: 0; right: 0; cursor: pointer; color: #FFF; text-decoration: none; font-size: 16px; text-indent: -9999em; line-height: 22px; font-size: 1px; display: block; font-family: Arial, Helvetica, sans-serif; font-weight: 700; }
  /* line 87, ../sass/_responsivenav.scss */
  .mean-container a.meanmenu-reveal span { display: block; background: #FFF; height: 3px; margin-top: 3px; }
}
/**************************************************************************************************************************/
/*  SUBMENU LEVEL 2 in rechter kolom  */
/* line 100, ../sass/_responsivenav.scss */
#block-menu-block-1,
#block-menu-block-3,
#block-menu-block-7,
#block-menu-block-8 { background-color: #801105; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; background-image: url("/sites/all/themes/fuustheme/images-source/banier.png"); background-repeat: no-repeat; background-position: 24px 11px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; padding: 46px 0 20px; -webkit-box-shadow: #320000 2px 2px 3px; -moz-box-shadow: #320000 2px 2px 3px; box-shadow: #320000 2px 2px 3px; }
/* line 112, ../sass/_responsivenav.scss */
#block-menu-block-1 h2,
#block-menu-block-3 h2,
#block-menu-block-7 h2,
#block-menu-block-8 h2 { color: white; text-align: center; }
/* line 116, ../sass/_responsivenav.scss */
#block-menu-block-1 ul,
#block-menu-block-3 ul,
#block-menu-block-7 ul,
#block-menu-block-8 ul { padding-left: 0px; }
/* line 118, ../sass/_responsivenav.scss */
#block-menu-block-1 ul li,
#block-menu-block-3 ul li,
#block-menu-block-7 ul li,
#block-menu-block-8 ul li { border-bottom: 1px solid white; }
/* line 124, ../sass/_responsivenav.scss */
#block-menu-block-1 .menu-block-wrapper ul li.menu__item,
#block-menu-block-3 .menu-block-wrapper ul li.menu__item,
#block-menu-block-7 .menu-block-wrapper ul li.menu__item,
#block-menu-block-8 .menu-block-wrapper ul li.menu__item { list-style-type: none !important; list-style-image: none; }
/* line 127, ../sass/_responsivenav.scss */
#block-menu-block-1 .menu-block-wrapper ul li.menu__item.active-trail,
#block-menu-block-1 .menu-block-wrapper ul li.menu__item.is-active,
#block-menu-block-3 .menu-block-wrapper ul li.menu__item.active-trail,
#block-menu-block-3 .menu-block-wrapper ul li.menu__item.is-active,
#block-menu-block-7 .menu-block-wrapper ul li.menu__item.active-trail,
#block-menu-block-7 .menu-block-wrapper ul li.menu__item.is-active,
#block-menu-block-8 .menu-block-wrapper ul li.menu__item.active-trail,
#block-menu-block-8 .menu-block-wrapper ul li.menu__item.is-active { background-color: rgba(255, 255, 255, 0.16); }
/* line 130, ../sass/_responsivenav.scss */
#block-menu-block-1 .menu-block-wrapper ul li.menu__item a,
#block-menu-block-3 .menu-block-wrapper ul li.menu__item a,
#block-menu-block-7 .menu-block-wrapper ul li.menu__item a,
#block-menu-block-8 .menu-block-wrapper ul li.menu__item a { color: #FFFFFF; font-size: 11.1pt; font-family: Oswald, sans-serif; text-decoration: none; margin-left: 10px; }
/* line 136, ../sass/_responsivenav.scss */
#block-menu-block-1 .menu-block-wrapper ul li.menu__item a:hover,
#block-menu-block-3 .menu-block-wrapper ul li.menu__item a:hover,
#block-menu-block-7 .menu-block-wrapper ul li.menu__item a:hover,
#block-menu-block-8 .menu-block-wrapper ul li.menu__item a:hover { color: #EBFF00; }
/* line 139, ../sass/_responsivenav.scss */
#block-menu-block-1 .menu-block-wrapper ul li.menu__item a.active-trail,
#block-menu-block-1 .menu-block-wrapper ul li.menu__item a.is-active,
#block-menu-block-1 .menu-block-wrapper ul li.menu__item a.active,
#block-menu-block-3 .menu-block-wrapper ul li.menu__item a.active-trail,
#block-menu-block-3 .menu-block-wrapper ul li.menu__item a.is-active,
#block-menu-block-3 .menu-block-wrapper ul li.menu__item a.active,
#block-menu-block-7 .menu-block-wrapper ul li.menu__item a.active-trail,
#block-menu-block-7 .menu-block-wrapper ul li.menu__item a.is-active,
#block-menu-block-7 .menu-block-wrapper ul li.menu__item a.active,
#block-menu-block-8 .menu-block-wrapper ul li.menu__item a.active-trail,
#block-menu-block-8 .menu-block-wrapper ul li.menu__item a.is-active,
#block-menu-block-8 .menu-block-wrapper ul li.menu__item a.active { color: #EBFF00; }
/* line 143, ../sass/_responsivenav.scss */
#block-menu-block-1 .menu-block-wrapper ul li.menu__item ul.menu li.menu__item,
#block-menu-block-3 .menu-block-wrapper ul li.menu__item ul.menu li.menu__item,
#block-menu-block-7 .menu-block-wrapper ul li.menu__item ul.menu li.menu__item,
#block-menu-block-8 .menu-block-wrapper ul li.menu__item ul.menu li.menu__item { margin-left: 10px; border-top: 1px solid #FFFFFF; border-bottom: none; }
/* line 147, ../sass/_responsivenav.scss */
#block-menu-block-1 .menu-block-wrapper ul li.menu__item ul.menu li.menu__item a,
#block-menu-block-3 .menu-block-wrapper ul li.menu__item ul.menu li.menu__item a,
#block-menu-block-7 .menu-block-wrapper ul li.menu__item ul.menu li.menu__item a,
#block-menu-block-8 .menu-block-wrapper ul li.menu__item ul.menu li.menu__item a { font-size: 10pt; }
/*    administratieblokken     */
/* line 160, ../sass/_responsivenav.scss */
#block-block-6,
#block-block-9,
#block-block-10,
#block-block-11,
#block-block-5 { background-color: #FFFF00; padding: 5px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; -webkit-box-shadow: #320000 2px 2px 3px; -moz-box-shadow: #320000 2px 2px 3px; box-shadow: #320000 2px 2px 3px; }
/* line 161, ../sass/_responsivenav.scss */
#block-block-6 h2,
#block-block-9 h2,
#block-block-10 h2,
#block-block-11 h2,
#block-block-5 h2 { font-family: Oswald, sans-serif; color: darkred; margin-left: 5px; }
/* line 171, ../sass/_responsivenav.scss */
#block-block-6 p,
#block-block-6 ul,
#block-block-9 p,
#block-block-9 ul,
#block-block-10 p,
#block-block-10 ul,
#block-block-11 p,
#block-block-11 ul,
#block-block-5 p,
#block-block-5 ul { margin: 5px; font-size: 90%; }
/* line 178, ../sass/_responsivenav.scss */
#block-masquerade-masquerade { background-color: #8FFF11; padding: 5px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; -webkit-box-shadow: #320000 2px 2px 3px; -moz-box-shadow: #320000 2px 2px 3px; box-shadow: #320000 2px 2px 3px; }
/* line 179, ../sass/_responsivenav.scss */
#block-masquerade-masquerade h2 { font-family: Oswald, sans-serif; color: darkred; margin-left: 5px; }
/* line 189, ../sass/_responsivenav.scss */
#block-masquerade-masquerade p,
#block-masquerade-masquerade ul { margin: 5px; font-size: 80%; }
/*  content type hotel room slideshow thumbnails */
/* line 198, ../sass/_responsivenav.scss */
body.node-type-hotel-room .field-name-field-image .field-item { float: left; margin-right: 5px; }
/* line 202, ../sass/_responsivenav.scss */
body.node-type-hotel-room .field-name-body { clear: both; }
/*  view hotel-rooms  */
/* line 210, ../sass/_responsivenav.scss */
body.page-hotel-rooms .view-hotel-rooms div.views-row { background-color: rgba(225, 225, 225, 0.5); border: 1px solid #FFFFFF; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; padding: 10px; margin-bottom: 5px; min-height: 218px; }
/* line 217, ../sass/_responsivenav.scss */
body.page-hotel-rooms .view-hotel-rooms div.views-row .views-label { float: left; clear: both; }
/* line 221, ../sass/_responsivenav.scss */
body.page-hotel-rooms .view-hotel-rooms div.views-row .views-field.views-field-title { font-size: 24px; line-height: 1.2em; }
/* line 224, ../sass/_responsivenav.scss */
body.page-hotel-rooms .view-hotel-rooms div.views-row .views-field.views-field-title a { font-family: Oswald, sans-serif; text-decoration: none; color: #7F1105; }
/* line 231, ../sass/_responsivenav.scss */
body.page-hotel-rooms .view-hotel-rooms div.views-row .views-field.views-field-body p { margin: 0px; }
/*  Einde responsive nav  */
/*  blockquote */
/* line 16, ../sass/_home.scss */
blockquote { background-color: rgba(255, 224, 0, 0.34); padding: 18px; /*+border-radius: 12px;*/ -moz-border-radius: 12px; -webkit-border-radius: 12px; -khtml-border-radius: 12px; border-radius: 12px; }
/* Basis-stylering van alle pagina's */
/* line 35, ../sass/_home.scss */
body { background-position: top center; background-color: darkred; background-image: url("/sites/all/themes/fuustheme/images-source/deep_red_marbled_paper_background_texture_seamlessd.jpg"); }
/* line 40, ../sass/_home.scss */
#header,
#main,
#content,
article { background-color: white; }
/* line 43, ../sass/_home.scss */
#page { box-shadow: 0 8px 12px rgba(0, 0, 20, 0.6), 0 0 41px rgba(80, 0, 0, 0.61); }
/* line 46, ../sass/_home.scss */
#content { padding-bottom: 10px; }
/* line 49, ../sass/_home.scss */
#footer { background-color: rgba(0, 104, 55, 0.64); }
/* line 52, ../sass/_home.scss */
#page-title { color: darkred; padding-left: 10px; background-color: rgba(255, 255, 255, 0.7); }
/* line 57, ../sass/_home.scss */
#page-title .page__title { margin-top: 0.76923em; }
/* line 60, ../sass/_home.scss */
h1#page-title.page__title { /* Set the font-size and line-height while keeping a proper vertical rhythm. */ font-size: 2em; line-height: 1.53846em; /* Set 1 unit of vertical rhythm on the top and bottom margins. */ margin-top: 0.76923em; margin-bottom: 0.76923em; line-height: 1em; font-family: Oswald, sans-serif; }
/* line 71, ../sass/_home.scss */
#block-block-3 { color: white; a-color: white; }
/* line 79, ../sass/_home.scss */
div#content img.imageleft { float: left; margin-right: 10px; }
/* line 84, ../sass/_home.scss */
div#content img.imageright { float: left; margin-left: 10px; }
/* line 90, ../sass/_home.scss */
div.field-name-field-photo-gallery ul { width: 100%; }
/* line 92, ../sass/_home.scss */
div.field-name-field-photo-gallery ul li { padding: 0px; }
/* layout of the tiled member pitures in the club-member view*/
/* line 97, ../sass/_home.scss */
div.view-club-members div.views-row { width: 135px; border-top: 1px solid #FFFFFF; border-right: 1px solid #928D8D; border-bottom: 1px solid #928D8D; border-left: 1px solid #FFFFFF; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; margin: 0 5px 5px 0; background-color: #EFEFEF; float: left; padding: 3px; padding-top: 13px; text-align: center; }
/* line 110, ../sass/_home.scss */
div.view-club-members div.views-row .field-content a { color: #A52A2A; font-family: oswald; font-size: 1.1em; text-decoration: none; }
/* line 116, ../sass/_home.scss */
div.view-club-members div.views-row img { border-top: 1px solid #565353; border-right: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; border-left: 1px solid #565353; }
/* layout of an addres of a Twinning parner */
/* line 130, ../sass/_home.scss */
body.node-type-club-twinning-partner .field-name-field-image { clear: both; float: left; margin-right: 10px; }
/* line 135, ../sass/_home.scss */
body.node-type-club-twinning-partner .field-name-body p { margin: 0px; }
/* line 141, ../sass/_home.scss */
.view-club-twinning-partners .views-row { min-height: 150px; padding: 8px; }
/* line 142, ../sass/_home.scss */
.view-club-twinning-partners .views-row .views-field-field-image { clear: both; float: left; margin-right: 10px; }
/* line 147, ../sass/_home.scss */
.view-club-twinning-partners .views-row .views-field-body p { margin: 0px; }
/* line 153, ../sass/_home.scss */
.view-club-twinning-partners .views-row-odd { background-color: #FAFAFA; }
/* line 156, ../sass/_home.scss */
.view-club-twinning-partners .views-row-even { background-color: rgba(255, 255, 255, 0.33); }
/* layout publicaties */
/* line 167, ../sass/_home.scss */
.node-type-science-page.page-node-407 .field-name-body .field-item li,
.node-type-science-page.page-node-408 .field-name-body .field-item li,
.node-type-science-page.page-node-409 .field-name-body .field-item li { background-color: #EFEFEF; border: 1px solid #EFEFEF; border-radius: 5px; float: left; list-style-type: none; margin: 0 10px 10px 0; min-height: 200px; padding: 5px; width: 208px; font-size: 12px; /*+border-radius: 12px;*/ -moz-border-radius: 12px; -webkit-border-radius: 12px; -khtml-border-radius: 12px; border-radius: 12px; }
/* line 185, ../sass/_home.scss */
.node-type-science-page.page-node-407 .field-name-body h2,
.node-type-science-page.page-node-408 .field-name-body h2,
.node-type-science-page.page-node-409 .field-name-body h2 { clear: both; text-align: center; color: #7F1105; }
/* line 193, ../sass/_home.scss */
div.view-header { margin-left: 10px; }
/* line 204, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications div.view-content .views-row,
body.page-recentpublications div.view-recentpublications div.view-content .views-row,
body.page-sponsoredmagazines div.view-recentpublications div.view-content .views-row,
body.page-sponsoredbooks div.view-recentpublications div.view-content .views-row { background-color: #F2F2F2; margin: 8px; min-height: 230px; padding-bottom: 10px; padding-top: 20px; padding-right: 10px; /*+border-radius: 7px;*/ -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px; border-radius: 7px; }
/* line 217, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications div.view-content .views-field-title a h2,
body.page-recentpublications div.view-recentpublications div.view-content .views-field-title a h2,
body.page-sponsoredmagazines div.view-recentpublications div.view-content .views-field-title a h2,
body.page-sponsoredbooks div.view-recentpublications div.view-content .views-field-title a h2 { font-family: Oswald, sans-serif; line-height: 1.5; font-size: 12pt; margin: 0 0 0px 10px; }
/* line 223, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications div.view-content .views-field-title a,
body.page-recentpublications div.view-recentpublications div.view-content .views-field-title a,
body.page-sponsoredmagazines div.view-recentpublications div.view-content .views-field-title a,
body.page-sponsoredbooks div.view-recentpublications div.view-content .views-field-title a { color: #8B0000; text-decoration: none; }
/* line 227, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications div.view-content .views-field-body p,
body.page-recentpublications div.view-recentpublications div.view-content .views-field-body p,
body.page-sponsoredmagazines div.view-recentpublications div.view-content .views-field-body p,
body.page-sponsoredbooks div.view-recentpublications div.view-content .views-field-body p { margin-top: 0; margin-left: 10px; }
/* line 231, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications div.view-content .views-field-field-author,
body.page-recentpublications div.view-recentpublications div.view-content .views-field-field-author,
body.page-sponsoredmagazines div.view-recentpublications div.view-content .views-field-field-author,
body.page-sponsoredbooks div.view-recentpublications div.view-content .views-field-field-author { margin-top: 0; margin-left: 10px; color: #8B0000; font-weight: bold; }
/* line 237, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications div.view-content img,
body.page-recentpublications div.view-recentpublications div.view-content img,
body.page-sponsoredmagazines div.view-recentpublications div.view-content img,
body.page-sponsoredbooks div.view-recentpublications div.view-content img { margin-left: 16px; }
/* line 239, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications div.view-content img:hover,
body.page-recentpublications div.view-recentpublications div.view-content img:hover,
body.page-sponsoredmagazines div.view-recentpublications div.view-content img:hover,
body.page-sponsoredbooks div.view-recentpublications div.view-content img:hover { /*+box-shadow: 0 0px 5px 2px #013800;*/ -moz-box-shadow: 0 0px 5px 2px #013800; -webkit-box-shadow: 0 0px 5px 2px #013800; box-shadow: 0 0px 5px 2px #013800; }
/* line 248, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications div.view-content .views-field-nothing span.field-content,
body.node-type-science-page div.view-recentpublications div.view-content .views-field-field-publisher
span.field-content,
body.page-recentpublications div.view-recentpublications div.view-content .views-field-nothing span.field-content,
body.page-recentpublications div.view-recentpublications div.view-content .views-field-field-publisher
span.field-content,
body.page-sponsoredmagazines div.view-recentpublications div.view-content .views-field-nothing span.field-content,
body.page-sponsoredmagazines div.view-recentpublications div.view-content .views-field-field-publisher
span.field-content,
body.page-sponsoredbooks div.view-recentpublications div.view-content .views-field-nothing span.field-content,
body.page-sponsoredbooks div.view-recentpublications div.view-content .views-field-field-publisher span.field-content { color: #8B0000; }
/* line 252, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications div.view-content div.views-field-view-node,
body.page-recentpublications div.view-recentpublications div.view-content div.views-field-view-node,
body.page-sponsoredmagazines div.view-recentpublications div.view-content div.views-field-view-node,
body.page-sponsoredbooks div.view-recentpublications div.view-content div.views-field-view-node { text-align: right; }
/* line 254, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications div.view-content div.views-field-view-node a,
body.page-recentpublications div.view-recentpublications div.view-content div.views-field-view-node a,
body.page-sponsoredmagazines div.view-recentpublications div.view-content div.views-field-view-node a,
body.page-sponsoredbooks div.view-recentpublications div.view-content div.views-field-view-node a { color: #8B0000; }
/* line 265, ../sass/_home.scss */
body.node-type-science-page div.field-name-field-header-listing-title { font-family: oswald; font-size: 18pt; color: #8B0000; margin-left: 10px; margin-top: 36px; }
/* line 274, ../sass/_home.scss */
body.node-type-science-page div.field-name-field-header-listing { margin-left: 10px; }
/* line 285, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications h2,
body.page-sponsoredarticles div.view-recentpublications h2 { font-size: 10pt; color: #8B0000; padding-bottom: 0px; padding-top: 0px; margin-bottom: 0px; margin: -1px; line-height: 1.3em; }
/* line 295, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications a,
body.page-sponsoredarticles div.view-recentpublications a { text-decoration: none; }
/* line 299, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications p,
body.page-sponsoredarticles div.view-recentpublications p { margin-bottom: 0px; margin: 0px; }
/* line 304, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications div.views-row,
body.page-sponsoredarticles div.view-recentpublications div.views-row { margin-bottom: 12px; padding: 12px; border: 1px solid #B1B1B1; /*+border-radius: 10px;*/ -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; }
/* line 315, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications div.views-row.views-row-odd,
body.page-sponsoredarticles div.view-recentpublications div.views-row.views-row-odd { background-color: #E9E9E9; }
/* line 319, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications div.views-row.views-row-even,
body.page-sponsoredarticles div.view-recentpublications div.views-row.views-row-even { background-color: #FFFFD3; }
/* line 322, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications .views-field-field-author,
body.page-sponsoredarticles div.view-recentpublications .views-field-field-author { margin-top: 5px; color: #8B0000; font-weight: normal; }
/* line 328, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications div.views-field-field-citation,
body.page-sponsoredarticles div.view-recentpublications div.views-field-field-citation { background-color: #FFFFFF; /*+border-radius: 5px;*/ -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; border: 1px solid #BFBFBF; padding: 0 8px; margin-top: 5px; }
/* line 340, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications div.views-field-body,
body.page-sponsoredarticles div.view-recentpublications div.views-field-body { margin-top: 6px; }
/* line 344, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications div.views-field-view-node,
body.page-sponsoredarticles div.view-recentpublications div.views-field-view-node { text-align: right; }
/* line 346, ../sass/_home.scss */
body.node-type-science-page div.view-recentpublications div.views-field-view-node a,
body.page-sponsoredarticles div.view-recentpublications div.views-field-view-node a { color: #8B0000; }
/* line 352, ../sass/_home.scss */
body.node-type-science-page div.view-header h2,
body.page-sponsoredarticles div.view-header h2 { font-size: 16.1pt; font-family: oswald; margin-bottom: 8px; margin-top: 35px; clear: both; }
/*Vormgeving publicaties boeken*/
/* line 368, ../sass/_home.scss */
body.node-type-science-publication div.field-name-field-citation .field-items p,
body.node-type-science-publication div.field-name-body .field-items p { margin-top: 0px; margin-bottom: 0px; }
/* line 373, ../sass/_home.scss */
body.node-type-science-publication div.field-label { clear: both; }
/* line 381, ../sass/_home.scss */
body.page-recentpublications div.views-row:before,
body.page-recentpublications div.views-row:after,
body.page-recentpublications div.views-row:before,
body.page-recentpublications div.views-row:after { content: ""; display: table; }
/* line 385, ../sass/_home.scss */
body.page-recentpublications div.views-row:after,
body.page-recentpublications div.views-row:after { clear: both; }
/*
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
*/
/* line 408, ../sass/_home.scss */
body.node-type-ethical-forum h1#page-title.page__title { margin-bottom: 0px; }
/* line 411, ../sass/_home.scss */
body.node-type-ethical-forum .field-name-field-forum-title { color: #015500; font-size: 20px; font-weight: bold; }
/* line 417, ../sass/_home.scss */
body.node-type-ethical-forum .field-type-datetime { color: #015500; font-weight: bold; font-size: 18px; text-align: right; margin-bottom: 15px; }
/* line 427, ../sass/_home.scss */
.view-ethical-forums .views-row { border: 1px solid #C3C3C3; padding: 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; margin-bottom: 4px; }
/* line 432, ../sass/_home.scss */
.view-ethical-forums .views-row .views-field-title { font-size: 1.1em; font-weight: bold; }
/* line 435, ../sass/_home.scss */
.view-ethical-forums .views-row .views-field-title a { color: darkred; }
/* line 441, ../sass/_home.scss */
.view-ethical-forums .views-row-odd { background-color: #E8E8E8; }
/* line 444, ../sass/_home.scss */
.view-ethical-forums .views-row-even { background-color: silver; }
/* line 452, ../sass/_home.scss */
body.node-type-restaurant-menu .field-name-field-type-of-menu,
.view-restaurant-menus .field-name-field-type-of-menu { text-align: center; font-size: 4.1em; font-family: Tangerine; font-weight: bold; margin-bottom: 50px; }
/* line 459, ../sass/_home.scss */
body.node-type-restaurant-menu .field-name-body .field-item,
.view-restaurant-menus .field-name-body .field-item { text-align: center; font-family: Tangerine; font-size: 2.8em; }
/* line 463, ../sass/_home.scss */
body.node-type-restaurant-menu .field-name-body .field-item h2,
.view-restaurant-menus .field-name-body .field-item h2 { line-height: 1.1em; margin-top: 0px; margin-bottom: 16px; }
/* line 468, ../sass/_home.scss */
body.node-type-restaurant-menu .field-name-body .field-item p,
.view-restaurant-menus .field-name-body .field-item p { margin: 10px; }
/* line 471, ../sass/_home.scss */
body.node-type-restaurant-menu .field-name-body .field-item img,
.view-restaurant-menus .field-name-body .field-item img { margin: 25px 0; }
/* line 481, ../sass/_home.scss */
body.section-restaurant-menus-view .view-restaurant-menus .views-field-field-type-of-menu,
body.node-type-restaurant-page .view-restaurant-menus .views-field-field-type-of-menu { text-align: center; font-size: 3.5em; font-family: Tangerine; font-weight: bold; margin-bottom: 60px; margin-top: 20px; }
/* line 489, ../sass/_home.scss */
body.section-restaurant-menus-view .view-restaurant-menus .views-field-body,
body.section-restaurant-menus-view .view-restaurant-menus .views-field-field-price-for-members-1,
body.section-restaurant-menus-view .view-restaurant-menus .views-field-field-price-for-public,
body.node-type-restaurant-page .view-restaurant-menus .views-field-body,
body.node-type-restaurant-page .view-restaurant-menus .views-field-field-price-for-members-1,
body.node-type-restaurant-page .view-restaurant-menus .views-field-field-price-for-public { text-align: center; font-family: Tangerine; font-size: 2.5em; }
/* line 493, ../sass/_home.scss */
body.section-restaurant-menus-view .view-restaurant-menus .views-field-body h2,
body.section-restaurant-menus-view .view-restaurant-menus .views-field-field-price-for-members-1 h2,
body.section-restaurant-menus-view .view-restaurant-menus .views-field-field-price-for-public h2,
body.node-type-restaurant-page .view-restaurant-menus .views-field-body h2,
body.node-type-restaurant-page .view-restaurant-menus .views-field-field-price-for-members-1 h2,
body.node-type-restaurant-page .view-restaurant-menus .views-field-field-price-for-public h2 { line-height: 1.1em; margin-top: 0px; margin-bottom: 16px; }
/* line 498, ../sass/_home.scss */
body.section-restaurant-menus-view .view-restaurant-menus .views-field-body p,
body.section-restaurant-menus-view .view-restaurant-menus .views-field-field-price-for-members-1 p,
body.section-restaurant-menus-view .view-restaurant-menus .views-field-field-price-for-public p,
body.node-type-restaurant-page .view-restaurant-menus .views-field-body p,
body.node-type-restaurant-page .view-restaurant-menus .views-field-field-price-for-members-1 p,
body.node-type-restaurant-page .view-restaurant-menus .views-field-field-price-for-public p { margin: 10px; }
/* line 501, ../sass/_home.scss */
body.section-restaurant-menus-view .view-restaurant-menus .views-field-body img,
body.section-restaurant-menus-view .view-restaurant-menus .views-field-field-price-for-members-1 img,
body.section-restaurant-menus-view .view-restaurant-menus .views-field-field-price-for-public img,
body.node-type-restaurant-page .view-restaurant-menus .views-field-body img,
body.node-type-restaurant-page .view-restaurant-menus .views-field-field-price-for-members-1 img,
body.node-type-restaurant-page .view-restaurant-menus .views-field-field-price-for-public img { margin: 12px 0; }
/* line 505, ../sass/_home.scss */
body.section-restaurant-menus-view .view-restaurant-menus .views-row,
body.node-type-restaurant-page .view-restaurant-menus .views-row { width: 48%; float: left; padding: 30px 0; -webkit-box-shadow: #380800 1px 1px 5px; -moz-box-shadow: #380800 1px 1px 5px; box-shadow: #380800 1px 1px 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
/* line 512, ../sass/_home.scss */
body.section-restaurant-menus-view .view-restaurant-menus .views-row-1,
body.node-type-restaurant-page .view-restaurant-menus .views-row-1 { background-image: url("/sites/default/files/ornament/papierke2.jpg"); background-position: top left; margin-right: 10px; }
/* line 517, ../sass/_home.scss */
body.section-restaurant-menus-view .view-restaurant-menus .views-row-2,
body.node-type-restaurant-page .view-restaurant-menus .views-row-2 { background-image: url("/sites/default/files/ornament/papierke2.jpg"); background-position: top right; }
/* restaurant */
/* line 526, ../sass/_home.scss */
body.node-type-restaurant-page .field-name-field-image .field-item { float: left; margin-right: 5px; }
/* line 529, ../sass/_home.scss */
body.node-type-restaurant-page .field-name-field-image .field-item:last-child { float: none; }
/* line 535, ../sass/_home.scss */
body.node-type-restaurant-page .field-name-body table { border-color: #026C00; }
/* line 537, ../sass/_home.scss */
body.node-type-restaurant-page .field-name-body table td { border-color: #026C00; padding: 5px; }
/* line 543, ../sass/_home.scss */
.flexslider .views-field.views-field-field-promo-slide-text { bottom: 8px; color: #FFFFFF; font-family: oswald; font-size: 2em; left: 5px; margin-top: 0; position: absolute; }
@media all and (max-width: 479px) {
  /* line 554, ../sass/_home.scss */
  .flexslider .views-field.views-field-field-promo-slide-text { bottom: 8px; color: #FFFFFF; font-family: oswald; font-size: 1.5em; left: 5px; margin-top: 0; position: absolute; }
}
/*
@import "/recipes/ui";

p.druppelnieuws {
  &::before {
    @include ui-loader-pulse;
  }
}
*/
/* line 578, ../sass/_home.scss */
.node-type-restaurant-page div.field-name-body table.rounded { border: solid #FFFFFF 1px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 1px 1px #ccc; -moz-box-shadow: 0 1px 1px #ccc; box-shadow: 0 1px 1px #CCC; background-color: #DCDCDC; }
/* line 591, ../sass/_home.scss */
.node-type-restaurant-page div.field-name-body table.rounded td { border: 1px solid #FFFFFF; padding: 5px 4px 2px 8px; }
/**
WINESTYLE
*/
/* line 604, ../sass/_home.scss */
article.node-restaurant-wine-card div.field-name-field-csvlist h2.file-table-title { margin-bottom: 0px; color: #7F1105; }
/* line 608, ../sass/_home.scss */
article.node-restaurant-wine-card div.field-name-field-csvlist table { margin-top: 5px; width: 100%; }
/* line 612, ../sass/_home.scss */
article.node-restaurant-wine-card div.field-name-field-csvlist span.winestyle1 { font-size: 150%; font-weight: bold; }
/* line 616, ../sass/_home.scss */
article.node-restaurant-wine-card div.field-name-field-csvlist table td { height: 20px !important; }
/* line 619, ../sass/_home.scss */
article.node-restaurant-wine-card div.field-name-field-csvlist table td:first-child + td + td { width: 50px; }
/* line 622, ../sass/_home.scss */
article.node-restaurant-wine-card div.field-name-field-csvlist table td:first-child + td + td + td { width: 65px; }
/* line 625, ../sass/_home.scss */
article.node-restaurant-wine-card div.field-name-field-csvlist table td:first-child + td + td + td + td { width: 65px; }
/* menu a la carte
*/
/* line 635, ../sass/_home.scss */
article.node-restaurant-page div.field-name-field-csvlist h2.file-table-title { margin-bottom: 0px; color: #7F1105; }
/* line 639, ../sass/_home.scss */
article.node-restaurant-page div.field-name-field-csvlist table { margin-top: 5px; width: 100%; }
/* line 643, ../sass/_home.scss */
article.node-restaurant-page div.field-name-field-csvlist span.winestyle1 { font-size: 150%; font-weight: bold; }
/* line 647, ../sass/_home.scss */
article.node-restaurant-page div.field-name-field-csvlist table td { height: 20px !important; }
/* line 650, ../sass/_home.scss */
article.node-restaurant-page div.field-name-field-csvlist table td:first-child { width: 30%; }
/* line 653, ../sass/_home.scss */
article.node-restaurant-page div.field-name-field-csvlist table td:first-child + td { width: 65px; text-align: center; }
/* line 657, ../sass/_home.scss */
article.node-restaurant-page div.field-name-field-csvlist table td:first-child + td + td { width: 30%; }
/*
administrative contenttable
*/
/* line 669, ../sass/_home.scss */
.contentfiltertable { font-size: 80%; }
/* line 671, ../sass/_home.scss */
.contentfiltertable td.views-field-changed { width: 80px; }
/* line 674, ../sass/_home.scss */
.contentfiltertable td.views-field-type { width: 123px; }
/* nieuws view */
/* line 682, ../sass/_home.scss */
div.view-nieuws div.views-row.views-row-odd,
div.view-club-activities div.views-row.views-row-odd,
div.view-club-past-activities div.views-row.views-row-odd,
div.view-frontpage-newsview div.views-row.views-row-odd { min-height: 158px; background: #F8F8F8; padding: 13px; }
/* line 688, ../sass/_home.scss */
div.view-nieuws div.views-row.views-row-even,
div.view-club-activities div.views-row.views-row-even,
div.view-club-past-activities div.views-row.views-row-even,
div.view-frontpage-newsview div.views-row.views-row-even { min-height: 158px; background: #EFEFEF; padding: 13px; }
/* line 694, ../sass/_home.scss */
div.view-nieuws div.views-field-title a,
div.view-club-activities div.views-field-title a,
div.view-club-past-activities div.views-field-title a,
div.view-frontpage-newsview div.views-field-title a { color: #801105; font-weight: bold; font-family: oswald; font-size: 14pt; text-decoration: none; margin-top: 5px; float: left; }
/* line 703, ../sass/_home.scss */
div.view-nieuws div.views-field-field-force-top,
div.view-club-activities div.views-field-field-force-top,
div.view-club-past-activities div.views-field-field-force-top,
div.view-frontpage-newsview div.views-field-field-force-top { position: absolute; margin-top: -25px; right: 20px; }
/* line 708, ../sass/_home.scss */
div.view-nieuws div.views-field-field-start,
div.view-club-activities div.views-field-field-start,
div.view-club-past-activities div.views-field-field-start,
div.view-frontpage-newsview div.views-field-field-start { color: #801105; font-weight: bold; font-family: oswald; font-size: 10pt; text-decoration: none; margin-top: 5px; }
/* line 715, ../sass/_home.scss */
div.view-nieuws div.views-field-field-start .field-content,
div.view-club-activities div.views-field-field-start .field-content,
div.view-club-past-activities div.views-field-field-start .field-content,
div.view-frontpage-newsview div.views-field-field-start .field-content { margin-left: 10px; padding-top: 2px; }
/* line 721, ../sass/_home.scss */
div.view-nieuws div.views-field-field-image,
div.view-club-activities div.views-field-field-image,
div.view-club-past-activities div.views-field-field-image,
div.view-frontpage-newsview div.views-field-field-image { float: left; margin: 0 13px 0 0; }
/* line 724, ../sass/_home.scss */
div.view-nieuws div.views-field-field-image img,
div.view-club-activities div.views-field-field-image img,
div.view-club-past-activities div.views-field-field-image img,
div.view-frontpage-newsview div.views-field-field-image img { border: 4px solid white; }
/* line 726, ../sass/_home.scss */
div.view-nieuws div.views-field-field-image img:hover,
div.view-club-activities div.views-field-field-image img:hover,
div.view-club-past-activities div.views-field-field-image img:hover,
div.view-frontpage-newsview div.views-field-field-image img:hover { -webkit-box-shadow: #013800 2px 2px 5px; -moz-box-shadow: #013800 2px 2px 5px; box-shadow: #013800 2px 2px 5px; }
/* line 733, ../sass/_home.scss */
div.view-nieuws div.views-field-body p,
div.view-nieuws div.views-field-body ul,
div.view-club-activities div.views-field-body p,
div.view-club-activities div.views-field-body ul,
div.view-club-past-activities div.views-field-body p,
div.view-club-past-activities div.views-field-body ul,
div.view-frontpage-newsview div.views-field-body p,
div.view-frontpage-newsview div.views-field-body ul { margin: 0px; }
/* line 736, ../sass/_home.scss */
div.view-nieuws div.views-field-body li,
div.view-club-activities div.views-field-body li,
div.view-club-past-activities div.views-field-body li,
div.view-frontpage-newsview div.views-field-body li { list-style-type: none; }
/* line 743, ../sass/_home.scss */
div.view-nieuws div.views-field-title a,
div.view-frontpage-newsview div.views-field-title a { float: none; }
/* line 748, ../sass/_home.scss */
body.node-type-club-activity .field-label { float: left; }
/* line 751, ../sass/_home.scss */
body.node-type-club-activity article.node-club-activity div.field-name-body p { margin: 5px 0; }
/* line 757, ../sass/_home.scss */
body.node-type-club-page div.view-club-activities div.views-field-nothing { font-style: italic; text-align: right; }
/* line 761, ../sass/_home.scss */
body.node-type-club-page div.view-club-activities div.views-field-nothing img { position: static; }
/* line 767, ../sass/_home.scss */
.field.field-name-field-image.field-type-image.field-label-hidden { float: left; margin-right: 10px; }
/*frontpage*/
/*override from flexslider.css*/
/* line 779, ../sass/_home.scss */
.flexslider { margin: 0 0 45px; background: #FFF; border: 4px solid #FFF; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); zoom: 1; }
/* line 802, ../sass/_home.scss */
body.node-type-front-page div.field-name-body,
body.node-type-science-landing div.field-name-body,
body.node-type-club-landing div.field-name-body,
body.node-type-restaurant-landing div.field-name-body,
body.node-type-hotel-landing div.field-name-body,
body.node-type-meeting-room-page div.field-name-body { -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; padding: 0 18px; color: #FFFFFF; margin: 0 4px 15px; background-color: #005F31; font-size: 10pt; padding: 1px 6px 1px 12px; /*+box-shadow:0 0px 4px 2px #000000;*/ -moz-box-shadow: 1px 1px 4px 2px #000000; -webkit-box-shadow: 1px 1px 4px 2px #000000; -o-box-shadow: 1px 1px 4px 2px #000000; box-shadow: 1px 1px 4px 2px #000000; }
/* line 819, ../sass/_home.scss */
body.node-type-front-page div.field-name-body ul,
body.node-type-front-page div.field-name-body p,
body.node-type-science-landing div.field-name-body ul,
body.node-type-science-landing div.field-name-body p,
body.node-type-club-landing div.field-name-body ul,
body.node-type-club-landing div.field-name-body p,
body.node-type-restaurant-landing div.field-name-body ul,
body.node-type-restaurant-landing div.field-name-body p,
body.node-type-hotel-landing div.field-name-body ul,
body.node-type-hotel-landing div.field-name-body p,
body.node-type-meeting-room-page div.field-name-body ul,
body.node-type-meeting-room-page div.field-name-body p { margin-top: 10px; margin-bottom: 10px; }
/* line 823, ../sass/_home.scss */
body.node-type-front-page div.field-name-body a,
body.node-type-science-landing div.field-name-body a,
body.node-type-club-landing div.field-name-body a,
body.node-type-restaurant-landing div.field-name-body a,
body.node-type-hotel-landing div.field-name-body a,
body.node-type-meeting-room-page div.field-name-body a { color: white; }
/*  guest organisations */
/* line 835, ../sass/_home.scss */
div.view-guest-organisations div.views-row { padding: 10px; }
/* line 838, ../sass/_home.scss */
div.view-guest-organisations div.views-row div.views-field-field-screenshot { float: left; margin-right: 10px; }
/* line 848, ../sass/_home.scss */
div.view-guest-organisations div.views-row div.views-field-field-website { clear: both; }
/* line 853, ../sass/_home.scss */
div.view-guest-organisations div.views-row-even { background-color: #F8F8F8; }
/* line 856, ../sass/_home.scss */
div.view-guest-organisations div.views-row-odd { background-color: #FFFFFF; }
/* line 862, ../sass/_home.scss */
div.view-guest-organisations div.views-row { /*[disabled]background-color:#20D735;*/ min-height: 153px; }
/* line 865, ../sass/_home.scss */
div.view-guest-organisations div.views-row img { border: 4px solid white; }
/* line 867, ../sass/_home.scss */
div.view-guest-organisations div.views-row img:hover { -webkit-box-shadow: #013800 2px 2px 5px; -moz-box-shadow: #013800 2px 2px 5px; box-shadow: #013800 2px 2px 5px; }
/* line 874, ../sass/_home.scss */
div.view-guest-organisations div.views-row div.views-field-title a { text-decoration: none; }
/* line 878, ../sass/_home.scss */
div.view-guest-organisations div.views-row div.views-field-title a h3 { /*[disabled]background-color:#F6F5F5;*/ padding: 0px; margin: 0px; font-family: oswald; color: #A52A2A; font-size: 16pt; text-decoration: none; }
/* line 888, ../sass/_home.scss */
div.view-guest-organisations div.views-row div.views-field-body p { /*[disabled]background-color:#D7E7EE;*/ padding: 0px; margin: 0px; }
/* Laureaten van de Fernand Collin Prize */
/* line 897, ../sass/_home.scss */
.views-field.views-field-field-image { float: left; margin-right: 10px; }
/*    meeting room */
/* line 906, ../sass/_home.scss */
body.node-type-meeting-rooms .field-name-field-images .field-item { float: left; margin-right: 5px; }
/* line 911, ../sass/_home.scss */
body.node-type-meeting-rooms .field-name-body { clear: left; }
/* fooooooter */
/* line 917, ../sass/_home.scss */
#block-block-3 a { color: #FFFFFF; }
/* line 919, ../sass/_home.scss */
#block-block-3 a :hover { color: red; }
/* error pages */
/* line 926, ../sass/_home.scss */
div#errorpage { min-height: 500px; }
/* line 928, ../sass/_home.scss */
div#errorpage div#centralblock { width: 256px; color: darkred; font-weight: bold; margin-top: -172px; margin-left: 186px; font-size: 23px; line-height: 1.1em; }
/* line 937, ../sass/_home.scss */
div#errorpage div#footertext { position: absolute; top: 400px; text-align: center; width: 600px; font-size: 1.1em; }
/*  pagina met nodeconverter  */
/* line 951, ../sass/_home.scss */
body.page-nodeconversion form#views-form-nodeconversion-page fieldset#edit-select { width: 196px; height: 40px; margin-top: 0px; padding-top: 2px; padding-bottom: 6px; margin-bottom: 3px; margin-left: 0px; }
/* line 961, ../sass/_home.scss */
body.page-nodeconversion form#views-form-nodeconversion-page div.vbo-select-all-markup { width: 223px; margin-left: -4px; padding-left: 2px; }
/* line 972, ../sass/_home.scss */
form#views-form-nodeconversion-page div div.views-row div.form-type-checkbox { width: 23px; padding-top: 0; margin-top: 0; margin-bottom: 0; float: left; padding-bottom: 0; height: 17px; clear: both; }
/* webform voor paleis */
/* line 988, ../sass/_home.scss */
body .node-webform #webform-component-som p { position: fixed; bottom: 0px; margin-bottom: 0; background-color: #F5FF00; width: 100%; height: 30px; text-align: center; padding-top: 15px; z-index: 10; font-size: medium; font-weight: bold; left: 0px; }
/* line 1002, ../sass/_home.scss */
body .node-webform .fieldset-legend { color: darkred; font-weight: bold; }
/* line 1006, ../sass/_home.scss */
body .node-webform input.form-text { width: 100%; }
@media all and (max-width: 460px) {
  /* line 1013, ../sass/_home.scss */
  body .node-webform #webform-component-som p { position: fixed; bottom: 0px; margin-bottom: 0; background-color: #F5FF00; width: 100%; height: 30px; text-align: center; padding-top: 15px; z-index: 10; font-size: 12px; font-weight: bold; left: 0px; }
}
/* start landing */
/* line 2, ../sass/_landings.scss */
div.sectioncontainer { height: 100%; text-align: justify; -ms-text-justify: distribute-all-lines; text-justify: distribute-all-lines; min-width: 296px; }
@media all and (max-width: 479px) {
  /* line 11, ../sass/_landings.scss */
  div.sectioncontainer div.subsectioncontainer { width: 296px; height: 100%; vertical-align: top; display: inline-block; *display: inline; zoom: 1; margin-bottom: 10px; border: 1px solid green; }
  /* line 21, ../sass/_landings.scss */
  div.sectioncontainer div.subsectioncontainer div.subsectionimage { width: 140px; min-height: 80px; background-color: #505050; margin: 4px; float: left; }
  /* line 28, ../sass/_landings.scss */
  div.sectioncontainer div.subsectioncontainer div.subsectiontitle { font-size: 19.5px; color: #457812; text-align: center; padding-top: 6px; padding-bottom: 2px; }
  /* line 35, ../sass/_landings.scss */
  div.sectioncontainer div.subsectioncontainer div.subsectionbody { min-height: 80px; margin-left: 4px; text-align: left; }
}
@media all and (min-width: 480px) {
  /* line 44, ../sass/_landings.scss */
  div.sectioncontainer div.subsectioncontainer { width: 148px; height: 100%; vertical-align: top; display: inline-block; *display: inline; zoom: 1; margin-bottom: 10px; }
  /* line 53, ../sass/_landings.scss */
  div.sectioncontainer div.subsectioncontainer div.subsectionimage { width: 140px; min-height: 80px; background-color: #505050; margin-left: 4px; }
  /* line 59, ../sass/_landings.scss */
  div.sectioncontainer div.subsectioncontainer div.subsectiontitle { font-size: 19.5px; color: #457812; text-align: center; padding-top: 2px; padding-bottom: 2px; }
  /* line 66, ../sass/_landings.scss */
  div.sectioncontainer div.subsectioncontainer div.subsectionbody { width: 140px; min-height: 80px; background-color: #909090; margin-left: 4px; text-align: left; }
}
/* line 83, ../sass/_landings.scss */
.sectioncontainer:after { content: ''; width: 100%; display: inline-block; font-size: 0; line-height: 0; }
/* *******************************************
    Standaard opmaak van de subsection-buttons
   *******************************************
   */
@media all and (max-width: 2px) {
  /* line 97, ../sass/_landings.scss */
  .field-collection-container { border-bottom: 1px solid #D3D7D9; margin-bottom: 1em; font-family: Oswald, sans-serif; }
  /* line 102, ../sass/_landings.scss */
  .field-collection-container .field-items .field-item { margin-bottom: 10px; width: 245px; float: left; }
  /* line 107, ../sass/_landings.scss */
  .field-collection-container .field-items .field-items .field-item { margin-bottom: 0; width: 220px; }
  /* line 111, ../sass/_landings.scss */
  .field-collection-view { padding: 1em 0 0.3em; margin: 0 1em; border-bottom: 1px dotted #D3D7D9; }
  /* line 116, ../sass/_landings.scss */
  .field-collection-view-final { border-bottom: none; }
  /* line 119, ../sass/_landings.scss */
  .field-collection-view .entity-field-collection-item { float: left; }
  /* line 122, ../sass/_landings.scss */
  .field-collection-view ul.field-collection-view-links { float: right; font-size: 0.821em; list-style-type: none; width: auto; margin: 0 1em; padding: 0; }
  /* line 130, ../sass/_landings.scss */
  .field-collection-view .field-label { width: 25%; }
  /* line 133, ../sass/_landings.scss */
  .field-collection-view .content { margin-top: 0; width: 100%; }
  /* line 137, ../sass/_landings.scss */
  .field-collection-view .entity-field-collection-item { width: 100%; }
  /* line 140, ../sass/_landings.scss */
  ul.field-collection-view-links li { float: left; }
  /* line 143, ../sass/_landings.scss */
  ul.field-collection-view-links li a { margin-right: 1em; }
  /* line 146, ../sass/_landings.scss */
  .field-collection-container ul.action-links-field-collection-add { float: right; padding: 0 0.5em 0 0; margin: 0 0 1em 2em; font-size: 0.821em; }
  /* line 152, ../sass/_landings.scss */
  div.field-name-field-beeld { height: 150px; }
  /* line 156, ../sass/_landings.scss */
  div.field-name-field-titel { position: absolute; margin-top: -143px; padding: 0 0 0 5px; }
  /* line 161, ../sass/_landings.scss */
  div.field-name-field-titel a { color: darkred; font-size: 30.3pt; line-height: 0.8; text-shadow: #E9E6DB 1px 1px 2px; }
  /* line 168, ../sass/_landings.scss */
  div.field-collection-container div.field-name-field-text { width: 210px; height: 53px; overflow: hidden; }
  /* line 173, ../sass/_landings.scss */
  div.field-name-field-text { position: absolute; margin-top: -60px; padding: 0 5px; }
  /* line 178, ../sass/_landings.scss */
  div.field-name-field-text a { color: #FAEFA9; font-size: 20px; font-weight: bold; text-shadow: rgba(1, 107, 29, 0.82) 1px 1px 2px; }
}
@media all and (min-width: 10px) {
  /* line 187, ../sass/_landings.scss */
  .view-meeting-rooms .meetingrooms { float: left; margin: 7px; width: 200px; max-height: 200px; overflow: hidden; border: 7px solid white; -webkit-box-shadow: black 2px 2px 10px; -moz-box-shadow: black 2px 2px 10px; box-shadow: black 2px 2px 10px; }
  /* line 195, ../sass/_landings.scss */
  .view-meeting-rooms .meetingrooms .views-field.views-field-nothing-1 { background-color: #8B0000; height: 180px; margin-top: -45px; overflow: hidden; position: relative; }
  /* line 201, ../sass/_landings.scss */
  .view-meeting-rooms .meetingrooms .views-field.views-field-nothing-1.js:hover { margin-top: -185px; }
  /* line 204, ../sass/_landings.scss */
  .view-meeting-rooms .meetingrooms .views-field.views-field-nothing-1 span.field-content { display: block; padding: 0px 10px; text-shadow: rgba(0, 0, 0, 0.82) 1px 1px 2px; color: #FFFFFF; }
  /* line 209, ../sass/_landings.scss */
  .view-meeting-rooms .meetingrooms .views-field.views-field-nothing-1 span.field-content a { text-decoration: none; display: block; height: 28px; text-align: center; padding-top: 10px; background-color: rgba(255, 255, 255, 0.6); position: absolute; bottom: 10px; width: 180px; }
  /* line 219, ../sass/_landings.scss */
  .view-meeting-rooms .meetingrooms .views-field.views-field-nothing-1 span.field-content a :hover { background-color: rgba(255, 255, 255, 0.79); }
  /* line 223, ../sass/_landings.scss */
  .view-meeting-rooms .meetingrooms .views-field.views-field-nothing-1 span.field-content h3 { margin-top: 10px; margin-bottom: 10px; color: #FFFFFF; text-align: center; }
  /* line 229, ../sass/_landings.scss */
  .view-meeting-rooms .meetingrooms .views-field.views-field-nothing-1 span.field-content p { color: #FFFFFF; }
  /* De class 'nojavascript' is om non-obtrusief te werken. Deze class wordt door jquery weggehaald als jquery kan draaien, dus als er javascript is. */
  /* line 241, ../sass/_landings.scss */
  .field-type-viewfield .view-meeting-rooms.nojavascript .meetingrooms .views-field.views-field-nothing-1:hover { margin-top: -185px; }
}
/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 16, ../sass/_print.scss */
  a:link,
  a:visited { text-decoration: underline !important; /* Don't underline header. */ }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link { text-decoration: none !important; }
  /* line 25, ../sass/_print.scss */
  #content { /* Add visible URL after links. */ /* Only display useful links. */ /* Add visible title after abbreviations. */ }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after { content: " (" attr(href) ")"; font-weight: normal; font-size: 13px; }
  /* line 35, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after { content: ""; }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after { content: " (" attr(title) ")"; }
  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content { float: none !important; width: 100% !important; margin: 0 !important; padding: 0 !important; }
  /* Turn off any background colors or images. */
  /* line 57, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content { color: #000; background-color: transparent !important; background-image: none !important; }
  /* Hide sidebars and nav elements. */
  /* line 77, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons { visibility: hidden; display: none; }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
