@charset "UTF-8";
/*----------------------------------------------------------------------------*\
        layout.scss
        Theme stylesheet, extends style standards
\*----------------------------------------------------------------------------*/
/*!*
 * Freshheads - http://www.freshheads.com
 */
/*----------------------------------------------------------------------------*\
        CONTENTS
\*----------------------------------------------------------------------------*/
/*
README
INCLUDES............Include various sass files
BASE................High-level elements like 'html', 'body', etc.
LAYOUT..............Structural styling
MODULES.............Reusable, modular parts of the page
*/
/*----------------------------------------------------------------------------*\
    $README
\*----------------------------------------------------------------------------*/
/*
Here we set up some variables, include the style standards then add our
theme-specific components afterwards.
*/
/*----------------------------------------------------------------------------*\
    $INCLUDES
    Include various sass files
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $BRAND
    Any variables you find set in style standards `_settings.scss` that you do
    not wish to keep, simply redefine here.
\*----------------------------------------------------------------------------*/
/* $Teaser
\*------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
        layout.scss
        Theme stylesheet, extends style standards
\*----------------------------------------------------------------------------*/
/*!*
 * Freshheads - http://www.freshheads.com
 */
/*----------------------------------------------------------------------------*\
        CONTENTS
\*----------------------------------------------------------------------------*/
/*
README
INCLUDES............Include various sass files
BASE................High-level elements like 'html', 'body', etc.
LAYOUT..............Structural styling
MODULES.............Reusable, modular parts of the page
*/
/*----------------------------------------------------------------------------*\
    $README
\*----------------------------------------------------------------------------*/
/*
Here we set up some variables, include the style standards then add our
theme-specific components afterwards.
*/
/*----------------------------------------------------------------------------*\
    $INCLUDES
    Include various sass files
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $VARS
    Any variables you find set in style standards `_settings.scss` that you do
    not wish to keep, simply redefine here.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MODULES.................Enable/disable modules
OVERRIDES...............Variables that should override defaults
CUSTOM..................Your own variables
*/
/*----------------------------------------------------------------------------*\
    $MODULES
    All objects and abstractions are initially turned off by
    default. This means that you start any project with as little as possible,
    and introducing objects and abstractions is as simple as switching the
    following variables to `true`.
\*----------------------------------------------------------------------------*/
/**
 * Base
 */
/**
 * Modules
 */
/**
 * Generic
 */
/*----------------------------------------------------------------------------*\
    $CUSTOM
    Place any of your own variables that sit on top of the style standards here.
\*----------------------------------------------------------------------------*/
/* Site
\*------------------------------------------------------------------------*/
/* $Grid
\*------------------------------------------------------------------------*/
/* $Breakpoints
\*------------------------------------------------------------------------*/
/**
 * Define which namespaced breakpoints you would like to generate for each
 * of widths & push. This is handy if you only need push on, say,
 * desk, or you only need a new width breakpoint at mobile sizes. It allows
 * you to only compile as much CSS as you need. All are turned on by
 * default, but you can add and remove breakpoints at will.
 */
/*----------------------------------------------------------------------------*\
    $BRAND
    Any variables you find set in style standards `_settings.scss` that you do
    not wish to keep, simply redefine here.
\*----------------------------------------------------------------------------*/
/* $Fonts
\*------------------------------------------------------------------------*/
/* $Type
\*------------------------------------------------------------------------*/
/* $Headings
\*------------------------------------------------------------------------*/
/* $Catergories
\*------------------------------------------------------------------------*/
/* $Base
\*------------------------------------------------------------------------*/
/* $Brand
\*------------------------------------------------------------------------*/
/* $Ad
\*------------------------------------------------------------------------*/
/* $Header
\*------------------------------------------------------------------------*/
/* $Channel selector
\*------------------------------------------------------------------------*/
/* $Article
\*------------------------------------------------------------------------*/
/* $Touchcarousel
\*------------------------------------------------------------------------*/
/* $Teaser
\*------------------------------------------------------------------------*/
/* $Pagination
\*------------------------------------------------------------------------*/
/* $Block
\*------------------------------------------------------------------------*/
/* $Footer
\*------------------------------------------------------------------------*/
/* $Page
\*------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    DEFAULTS
    Default variables. Redefine and override them in your theme specific
    settings file.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
TYPOGRAPHY
BRAND
SPACING
RESPONSIVE
GRID
MODULES
MISC
*/
/*----------------------------------------------------------------------------*\
    $TYPOGRAPHY
\*----------------------------------------------------------------------------*/
/**
 * Font
 */
/**
 * Type
 */
/**
 * Headings (in pixels)
 */
/*----------------------------------------------------------------------------*\
    $SPACING
\*----------------------------------------------------------------------------*/
/**
 * Assign our `$base-line-height` to a new spacing var for
 * more transparency
 */
/*----------------------------------------------------------------------------*\
    $BRAND
\*----------------------------------------------------------------------------*/
/**
 * Colors of notices
 */
/**
 * Misc colors
 */
/*----------------------------------------------------------------------------*\
    $RESPONSIVE
\*----------------------------------------------------------------------------*/
/**
 * responsive?
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used
 * for your classes (e.g. `.unit-6-12--palm`), the second value is the media
 * query that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each
 * of widths & push. This is handy if you only need push on, say,
 * desk, or you only need a new width breakpoint at mobile sizes. It allows
 * you to only compile as much CSS as you need. All are turned on by
 * default, but you can add and remove breakpoints at will.
 */
/*----------------------------------------------------------------------------*\
    $GRID
\*----------------------------------------------------------------------------*/
/**
 * Defines the gutter between grid items, multiplies by $space
 */
/**
 * Grid direction, switch to 'right' for rtl
 */
/**
 * Width divisions, makes it easy to create several proportional
 * grids (e.g., both a 2-part and a 12-part grid).
 *
 * For example, `2 3 6 12` will let you use the unit-1-2, unit-2-4,
 * unit-3-6, and unit-6-12 classes to specify that an element should
 * take up 50% of its container.
 */
/*----------------------------------------------------------------------------*\
    $FORMS
\*----------------------------------------------------------------------------*/
/**
 * List of input types used in the form-fields mixin.
 */
/*----------------------------------------------------------------------------*\
    $MODULES
    Wich baked-in modules you'd like to use?
\*----------------------------------------------------------------------------*/
/**
 * Base
 */
/**
 * Modules
 */
/**
 * Generic
 */
/*----------------------------------------------------------------------------*\
    $MISC
\*----------------------------------------------------------------------------*/
/**
 * Compass vars
 */
/**
 * Global border-box ALL the things, as per:
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
/**
 * Enable debug mode to highlight possible markup/accessibility
 * quirks in your code
 */
/*----------------------------------------------------------------------------*\
    $MIXINS
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/* Typography & Magic number
\*------------------------------------------------------------------------*/
/**
 * Adds Margin bottom based on magic number
 * With an optional flag to enable '!important'
 *
 * Sample usage: @include m-margin-bottom(1, true);
 */
/**
 * Calculates height based on magic number
 * If you want to use 'min-' or 'max-' height, use the prefix param
 *
 * Sample usage: @include m-height(3, "min-");
 */
/**
 * Calculates font, rem font size & line height
 * $multiplier: multiplies line height by the given value
 * $line-height: include line height or not
 * The line height parameter can also be used as the multiplier
 *
 * Sample usage @include font-size(18px, 2);
 */
/**
 * Font face shorthand
 *
 * Sample usage: @include fontface("Ubuntu Mono", "../font/ubuntu-mono", bold, italic, false);
 */
/* CSS3
\*------------------------------------------------------------------------*/
/**
 * Prefixer
 * Prefixes properties with the given prefixes
 *
 * Sample usage: @include prefixer(border-radius, 5px 10px, webkit moz o ms spec);
 */
/**
 * Retina background image mixin
 *
 * Sample usage: @include retina-image("path/to/file-1x.jpg","path/to/file-2x.jpg", 400px, 300px);
 */
/**
 * Rem converter
 *
 * Sample usage:
   .foo{
       @include rem(margin, 0 auto 300px);
   }
 */
/**
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/* Grid
   Since the grid style layout is used in multiple locations, we capture the
   base grid template in mixins & silent classes. This way we can easily
   duplicate behaviour within multiple modules.
\*------------------------------------------------------------------------*/
/**
 * Grid container
 * Must only contain `.grid` or `.grid__cell` components as children.
 *
 * 1. Adjustment for child element margins.
 * 2. Ensure consistent default alignment/
 * 3. Remove inter-unit whitespace that appears between `inline-block` child
 *    elements. Work for all non-monospace font-families.  If you're using a
 *    monospace base font, you will need to set the `grid` font-family to
 *   `sans-serif` and then redeclare the monospace font on the `grid__cell`
 *    objects.
 * 4. Protect against WebKit bug with optimizelegibility.
 * 5. Use lists as grid
 * 6. Clearfix if u use floating grids
 * 7. Bug fix for -webkit browser where letter-spacing: -0.31em is causing render problems.
 */
/**
 * Grid cells
 * No explicit width by default. Apply `.unit-x-y` classes.
 *
 * 1. Fundamentals of the non-float grid layout mechanism.
 * 2. Apply grid gutter.
 * 3. Controls vertical positioning of units.
 * 4. Keeps content correctly aligned with the grid direction.
 * 5. Reset text defaults.
 */
/**
 * `Silent` grid extendable classes
 */
/* line 291, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/_mixins.scss */
.form--side-by-side .form__field-wrapper, .grid {
  display: block;
  display: -webkit-flex;
  /* 7 */
  -webkit-flex-flow: row wrap;
  /* 7 */
  display: -ms-flex;
  /* 7 */
  -ms-flex-flow: row wrap;
  /* 7 */
  list-style: none;
  /* 5 */
  padding: 0;
  margin-left: -12px;
  margin-left: -0.75rem;
  /* 1 */
  margin-right: -12px;
  margin-right: -0.75rem;
  /* 1 */
  text-align: left;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  letter-spacing: -0.31em;
  /* 3 */
  text-rendering: optimizespeed;
  /* 4 */
}

/* line 294, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/_mixins.scss */
.form--side-by-side .form__label-wrapper,
.form--side-by-side .form__input-wrapper, .grid__cell {
  width: 100%;
  display: inline-block;
  /* 1 */
  margin: 0;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  vertical-align: top;
  /* 3 */
  text-align: left;
  /* 4 */
  font-family: "Myriad pro", sans-serif;
  /* 5 */
  letter-spacing: normal;
  /* 5 */
  word-spacing: normal;
  /* 5 */
  text-rendering: auto;
  /* 5 */
  /**
   * Since we need border-box on our grids to work,
   * apply when global setting is false
   */
}

/* Misc
\*------------------------------------------------------------------------*/
/**
 * Reset list mixin
 * Undoes standard list styling & resets padding
 *
 * Sample usage: @include reset-list;
 */
/**
 * Form field styling mixin
 * Style fields in one swoop
 *
 * Sample usage: @include form-fields(tel url);
 */
/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
/* line 9, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_html5.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 29, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_html5.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 40, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_html5.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 47, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_html5.scss */
[hidden],
template {
  display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
/* line 11, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_base.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 19, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_base.scss */
body {
  margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
/* line 9, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_links.scss */
a {
  background: transparent;
}

/* line 15, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_links.scss */
a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
/* line 9, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 15, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
b,
strong {
  font-weight: bold;
}

/* line 22, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
dfn {
  font-style: italic;
}

/* line 29, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 36, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 43, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
small {
  font-size: 80%;
}

/* line 49, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 57, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
sup {
  top: -0.5em;
}

/* line 61, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
sub {
  bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
/* line 9, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_embeds.scss */
img {
  border: 0;
}

/* line 15, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_embeds.scss */
svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
/* line 9, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_groups.scss */
figure {
  margin: 1em 40px;
}

/* line 15, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_groups.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 23, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_groups.scss */
pre {
  overflow: auto;
}

/* line 29, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_groups.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
/* line 15, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 27, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
button {
  overflow: visible;
}

/* line 36, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
button,
select {
  text-transform: none;
}

/* line 47, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 57, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 64, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 73, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
input {
  line-height: normal;
}

/* line 83, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 93, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 102, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 113, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 120, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 129, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 136, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
textarea {
  overflow: auto;
}

/* line 143, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
/* line 9, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_tables.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 14, ../usr/local/share/gems/gems/compass-normalize-1.5/stylesheets/normalize/_tables.scss */
td,
th {
  padding: 0;
}

/*----------------------------------------------------------------------------*\
    $RESTART
    More considered reset, a restart
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/**
 * Border box ALL the things
 */
/* line 32, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_restart.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * The usual
 */
/* line 44, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_restart.scss */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on ':hover'
 */
/* line 58, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_restart.scss */
abbr[title], dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements
 */
/* line 66, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_restart.scss */
a, u, ins {
  text-decoration: none;
}

/**
 * Apply faux underline via 'border-bottom'
 */
/* line 74, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_restart.scss */
ins {
  border-bottom: 1px solid;
}

/**
 * So that `alt` text is visually offset if images don’t load
 */
/* line 82, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_restart.scss */
img {
  font-style: italic;
}

/**
 * Give form elements some cursor interactions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_restart.scss */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer;
}

/* line 344, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/_mixins.scss */
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=month], input[type=week], input[type=url], textarea, .text-input {
  cursor: text;
  outline: none;
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $SHARED
    Common margin-bottom for vertical rhythm.
    As per csswizardry.com/2012/06/single-direction-margin-declarations
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/* base elements */
/* line 29, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_shared.scss */
h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset,
pre,
hr,
.media,
.continent,
.island,
.islet,
.source,
.roadsign {
  margin-bottom: 24px;
  /* rem unit for modern browsers */
  margin-bottom: 1.5rem;
}

/* doubled up margin-bottom */
/* line 45, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_shared.scss */
.landmark {
  margin-bottom: 48px;
  /* rem unit for modern browsers */
  margin-bottom: 3rem;
}

/* half margin-bottom */
/* line 49, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_shared.scss */
.streetsign {
  margin-bottom: 12px;
  /* rem unit for modern browsers */
  margin-bottom: 0.75rem;
}

/* Default indentation value for lists etc. usually the MN */
/* line 55, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_shared.scss */
ul, ol, dd {
  margin-left: 24px;
  margin-left: 1.5rem;
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CLEARFIX
    Micro clearfix, as per: nicolasgallagher.com/micro-clearfix-hack
    Extend the '.cf' class to avoid the `.cf` class in you markup
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/* line 28, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_clearfix.scss */
.cf, .form__field-wrapper, .continent,
.island,
.islet {
  zoom: 1;
}
/* line 31, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_clearfix.scss */
.cf:before, .form__field-wrapper:before, .continent:before,
.island:before,
.islet:before, .cf:after, .form__field-wrapper:after, .continent:after,
.island:after,
.islet:after {
  content: " ";
  display: table;
}
/* line 36, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_clearfix.scss */
.cf:after, .form__field-wrapper:after, .continent:after,
.island:after,
.islet:after {
  clear: both;
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $TYPOGRAPHY
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/* Toplevel
\*------------------------------------------------------------------------*/
/* line 29, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_typography.scss */
html {
  overflow-y: scroll;
  min-height: 100%;
  font-family: "Myriad pro", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: #999999;
}

/* Sizes
\*------------------------------------------------------------------------*/
/**
 * Double-stranded heading hierarchy
 */
/* line 46, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_typography.scss */
h1,
.alpha {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.84615;
}

/* line 51, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_typography.scss */
h2,
.beta {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.09091;
}

/* line 56, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_typography.scss */
h3,
.gamma {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
}

/* line 61, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_typography.scss */
h4,
.delta {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

/* line 66, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_typography.scss */
h5,
.epsilon {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

/* line 71, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_typography.scss */
h6,
.zeta {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

/**
 * Large
 */
/* line 80, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_typography.scss */
.giga {
  font-size: 96px;
  font-size: 6rem;
  line-height: 1;
}

/* line 84, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_typography.scss */
.mega {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
}

/* line 88, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_typography.scss */
.kilo {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
}

/**
 * Normal
 */
/* line 96, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_typography.scss */
.normalis {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/**
 * Smallprint
 */
/* line 104, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_typography.scss */
.milli {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}

/* line 108, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_typography.scss */
.micro {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.4;
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $FORMS
    Basic form strucural styling. Extend in your theme stylesheet.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MIXINS..................Mixins used only by this module
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/**
 * Form field template
 *
 * Uses form-fields mixin to style all form fields in one swoop
 *
 * 1. Normalize `box-sizing` across all elements that this component could be
 *    applied to.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 * 4. Corrects font size not being inherited in all browsers.
 */
/* line 344, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/_mixins.scss */
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=month], input[type=week], input[type=url], textarea, .text-input {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  width: 100%;
  max-width: 430px;
  margin: 0;
  /* 2 */
  border: 1px solid #999999;
  vertical-align: middle;
  /* 3 */
  font: inherit;
  /* 4 */
}

/**
 * Select element
 */
/* line 60, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
select {
  width: 100%;
  max-width: 430px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* Form
\*------------------------------------------------------------------------*/
/**
 * Form template
 */
/* line 75, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
.form__help {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* line 79, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
.form__field-wrapper {
  margin-bottom: 24px;
  /* rem unit for modern browsers */
  margin-bottom: 1.5rem;
}

/* line 84, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
.form__label-wrapper {
  margin-bottom: 6px;
  /* rem unit for modern browsers */
  margin-bottom: 0.375rem;
}

/* line 344, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/_mixins.scss */
.form__input-wrapper input[type=text], .form__input-wrapper input[type=password], .form__input-wrapper input[type=date], .form__input-wrapper input[type=datetime], .form__input-wrapper input[type=email], .form__input-wrapper input[type=number], .form__input-wrapper input[type=search], .form__input-wrapper input[type=tel], .form__input-wrapper input[type=time], .form__input-wrapper input[type=month], .form__input-wrapper input[type=week], .form__input-wrapper input[type=url], .form__input-wrapper textarea, .form__input-wrapper .text-input {
  margin-bottom: 6px;
  /* rem unit for modern browsers */
  margin-bottom: 0.375rem;
}
/* line 92, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
.form__input-wrapper select {
  margin-bottom: 6px;
  /* rem unit for modern browsers */
  margin-bottom: 0.375rem;
}

/* line 97, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
.form__button-wrapper {
  margin-bottom: 24px;
  /* rem unit for modern browsers */
  margin-bottom: 1.5rem;
}
/* line 100, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
.form__button-wrapper .button, .form__button-wrapper .fhCookieLaw a.fhCookieLaw-btn, .fhCookieLaw .form__button-wrapper a.fhCookieLaw-btn {
  margin-right: 10px;
  margin-right: 0.625rem;
}

/* line 105, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
.form__checkbox-list,
.form__radio-list {
  padding: 0;
  margin-left: 0;
  list-style: none;
  list-style-image: none;
  margin-bottom: 0;
}
/* line 110, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
.form__checkbox-list span,
.form__radio-list span {
  padding-left: 5px;
  padding-left: 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/**
 * Modifyer: Expanded
 * Places labels & fields next to eachother
 */
/* line 121, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
.form--expanded .form__label-wrapper {
  float: left;
  width: 35%;
  text-align: right;
}
/* line 127, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
.form--expanded .form__label-wrapper + .form__input-wrapper,
.form--expanded .form__button-wrapper {
  margin-left: 37%;
}
/* line 132, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
.form--expanded .form__help {
  display: inline-block;
}

/**
 * Modifyer: Side by side
 * Places labels & fields next to eachother
 * Make responsive in you application level css
 * Depricated as per version 1.5
 */
/* line 143, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
.form--side-by-side {
  /**
   * Field wrapper
   * extends `%grid` in `_mixins.scss`
   */
  /**
   * Label & input wrappers
   * extends `%grid__cell` in `_mixins.scss`
   */
  /**
   * Help text
   */
}
/* line 151, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
.form--side-by-side .form__field-wrapper.is-error {
  padding: 12px 0;
  padding: 0.75rem 0;
}
/* line 163, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
.form--side-by-side .form__label-wrapper {
  width: 40%;
  text-align: right;
}
/* line 167, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
.form--side-by-side .form__input-wrapper {
  width: 60%;
}
/* line 173, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
.form--side-by-side .form__help {
  display: inline-block;
}

/* Opera hack, see grid system for documentation */
/* line 178, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
.opera:-o-prefocus,
.form--side-by-side .form__field-wrapper {
  word-spacing: -0.43em;
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/**
 * Form field error state
 */
/* line 195, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
.form__field-wrapper.is-error {
  border: 1px solid #e40e0e;
  padding: 12px;
  padding: 0.75rem;
}

/**
 * Form expanded
 */
@media only screen and (min-width: 600px) {
  /* line 207, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
  .form--expanded .form__label-wrapper {
    float: none;
    width: auto;
    text-align: left;
  }
  /* line 213, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_forms.scss */
  .form--expanded .form__label-wrapper + .form__input-wrapper,
  .form--expanded .form__button-wrapper {
    margin-left: 0;
  }
}
/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $LISTS
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/**
 * undo margin bottom on nested lists
 */
/* line 30, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Just a blocky-list
 */
/* ul,ol */
/* line 40, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_lists.scss */
.list--clean,
.list--reset {
  list-style: none;
  list-style-image: none;
  margin-left: 0;
  padding: 0;
}

/**
 * Have a numbered 'ul' without the semantics implied by using an 'ol'.
 */
/* ul,ol */
/* line 52, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_lists.scss */
.list--numbered {
  list-style-type: decimal;
}

/**
 * Error list
 */
/* line 60, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_lists.scss */
.list--error {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #e40e0e;
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $IMAGES
    images
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/* line 27, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_images.scss */
img {
  max-width: 100%;
  height: auto;
}

/**
 * Placement variations
 */
/* line 36, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_images.scss */
.img--right {
  float: right;
  margin-left: 24px;
  margin-left: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/* line 41, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_images.scss */
.img--left {
  float: left;
  margin-right: 24px;
  margin-right: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/* line 46, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_images.scss */
.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-left: auto;
}

/**
 * Keep your images on your baseline.
 *
 * Please note, these will not work too nicely with fluid images and will
 * distort when resized below a certain width. Use with caution.
 */
/* line 60, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_images.scss */
.img--short {
  height: 120px;
  height: 7.5rem;
}

/* line 63, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_images.scss */
.img--medium {
  height: 240px;
  height: 15rem;
}

/* line 66, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_images.scss */
.img--tall {
  height: 360px;
  height: 22.5rem;
}

/**
 * Images in `figure` elements.
 */
/* line 74, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/base/_images.scss */
figure > img {
  display: block;
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $BUTTONS
    Basic button structural styling. Extend in your theme stylesheet.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/**
 * The button classes are best applied to links, buttons, and submit inputs.
 * These components can be used in forms, as calls to action, or as part of
 * the general UI of the site/app.
 *
 * Recommended use:
   <a class="button [button--modifier]" role="button" href="[url]">button text</a>
   <button class="button [button--modifier]" type="submit">button text</button>
   <input class="button [button--modifier]" type="submit" value="button text">
 */
/**
 * Button template
 *
 * Build on this component using rulesets in your application-level CSS.
 *
 * 1. Normalize `box-sizing` across all elements that this component could be
 *    applied to.
 * 2. Inherit text color from ancestor.
 * 3. Inherit font styles from ancestor.
 * 4. If the button’s text is 1em, and the button is (2 * font-size) tall,
 *    then there is .5em of space above and below that text. We therefore
 *    apply 1em of space to the left and right, as padding, to keep
 *    consistent spacing.
 * 5. Prevent wrapping across multiple lines.
 * 6. Corrects inability to style clickable `input` types in iOS
 */
/* line 55, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
.button, .fhCookieLaw a.fhCookieLaw-btn {
  position: relative;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid;
  margin: 0;
  background: transparent;
  color: inherit;
  /* 2 */
  cursor: pointer;
  font: inherit;
  /* 3 */
  line-height: 2;
  /* 4 */
  padding-left: 1em;
  /* 4 */
  padding-right: 1em;
  /* 4 */
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  /* 5 */
  -webkit-appearance: none;
  /* 6 */
  /**
   * Remove excess padding and border in Firefox 4+
   */
}
/* line 78, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
.button:hover, .fhCookieLaw a.fhCookieLaw-btn:hover, .button:focus, .fhCookieLaw a.fhCookieLaw-btn:focus, .button:active, .fhCookieLaw a.fhCookieLaw-btn:active {
  text-decoration: none;
}
/* line 88, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
.button::-moz-focus-inner, .fhCookieLaw a.fhCookieLaw-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Sizes
\*------------------------------------------------------------------------*/
/**
 * Button size modifiers
 */
/* line 102, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
.button--small, .fhCookieLaw a.fhCookieLaw-btn {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 1.5;
}

/* line 107, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
.button--large {
  padding-right: 1.5em;
  padding-left: 1.5em;
  line-height: 3;
}

/* line 112, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
.button--huge {
  padding-right: 2em;
  padding-left: 2em;
  line-height: 4;
}

/**
 * full-width modifier
 */
/* line 122, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
.button--full {
  display: block;
  width: 100%;
}

/* Font sizes
\*------------------------------------------------------------------------*/
/**
 * Button font-size modifiers
 */
/* line 135, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
.button--alpha {
  font-size: 26px;
  font-size: 1.625rem;
}

/* line 138, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
.button--beta {
  font-size: 22px;
  font-size: 1.375rem;
}

/* line 141, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
.button--gamma {
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 144, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
.button--delta {
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 147, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
.button--epsilon {
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 150, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
.button--zeta {
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 153, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
.button--milli {
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 156, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
.button--micro {
  font-size: 10px;
  font-size: 0.625rem;
}

/**
 * Make the button inherit sizing from its parent.
 */
/* line 164, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
.button--normalis {
  vertical-align: baseline;
  font-size: inherit;
  line-height: inherit;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

/* Dirty firefox hack, to circumvent line-height bug
\*------------------------------------------------------------------------*/
/* line 178, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
input[type="submit"].button {
  height: 2em;
}
/* line 181, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
input[type="submit"] .button--small, input[type="submit"] .fhCookieLaw a.fhCookieLaw-btn, .fhCookieLaw input[type="submit"] a.fhCookieLaw-btn {
  height: 1.5em;
}
/* line 184, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
input[type="submit"] .button--large {
  height: 3em;
}
/* line 187, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_buttons.scss */
input[type="submit"] .button--huge {
  height: 4em;
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $GRID
    Fluid and nestable grid system
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/*
 * Example usage:
 *
 * <div class="grid">
 *     <div class="grid__cell unit-1-2"></div>
 *     <div class="grid__cell unit-1-2"></div>
 *     <div class="grid__cell unit-1-3"></div>
 *     <div class="grid__cell unit-1-3 push-1-3"></div>
 * </div>
 *
 * <div class="grid grid--center">
 *     <div class="grid__cell unit-1-3"></div>
 *     <div class="grid__cell unit-1-3"></div>
 * </div>
 */
/**
 * Grid container
 * Must only contain `.grid` or `.grid__cell` components as children.
 *
 * extends `%grid` in `_mixins.scss`
 */
/**
 * Opera hack
 *
 * 1. Remove inter-unit whitespace that appears between `inline-block` child
 *    elements. Work for all non-monospace font-families.  If you're using a
 *    monospace base font, you will need to set the `grid` font-family to
 *   `sans-serif` and then redeclare the monospace font on the `grid__cell`
 *    objects.
 */
/* line 66, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_grid.scss */
.opera:-o-prefocus,
.grid {
  word-spacing: -0.43em;
  /* 1 */
}

/**
 * Child `grid` object adjustments
 * Used for more complex fixed-fluid hybrid grids.
 */
/* line 76, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_grid.scss */
.grid > .grid {
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
}

/**
 * Grid cells
 *
 * extends `%grid__cell` in `_mixins.scss`
 */
/**
 * Modifier: Reverse grid direction
 */
/* line 96, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_grid.scss */
.grid--rev {
  direction: rtl;
  text-align: left;
}
/* line 101, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_grid.scss */
.grid--rev > .grid__cell {
  direction: ltr;
}

/**
 * Modifier: horizontally center all grid units
 * Allows for automatic unit centering irrespective of the number of
 * units in the grid.
 *
 * 1. Added support for center in -webkit
 */
/* line 122, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_grid.scss */
.grid--center {
  text-align: center;
  -webkit-flex-pack: center;
  /* 1 */
  -ms-flex-pack: center;
  /* 1 */
  -webkit-justify-content: center;
  /* 1 */
  -ms-justify-content: center;
  /* 1 */
}
/* line 130, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_grid.scss */
.grid--center > .grid__cell {
  text-align: left;
}

/**
 * Modifier: align grid cells vertically
 *
 * 1. Added support for vertical align middle and bottom
 */
/* line 141, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_grid.scss */
.grid--middle {
  -webkit-align-items: center;
  /* 1 */
  -ms-align-items: center;
  /* 1 */
}
/* line 145, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_grid.scss */
.grid--middle > .grid__cell {
  vertical-align: middle;
}

/* line 149, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_grid.scss */
.grid--bottom {
  -webkit-align-items: flex-end;
  /* 1 */
  -ms-align-items: flex-end;
  /* 1 */
}
/* line 153, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_grid.scss */
.grid--bottom > .grid__cell {
  vertical-align: bottom;
}

/**
 * Modifier: horizontally center one unit
 * Set a specific unit to be horizontally centered. Doesn't affect
 * any other units. Can still contain a child `grid` object.
 */
/* line 164, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_grid.scss */
.grid__cell--center {
  display: block;
  margin: 0 auto;
}

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
/* line 173, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_grid.scss */
.grid--narrow {
  margin-left: -6px;
  margin-left: -0.375rem;
  margin-right: -6px;
  margin-right: -0.375rem;
}
/* line 177, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_grid.scss */
.grid--narrow > .grid__cell {
  padding-left: 6px;
  padding-left: 0.375rem;
  padding-right: 6px;
  padding-right: 0.375rem;
}

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
/* line 187, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_grid.scss */
.grid--wide {
  margin-left: -24px;
  margin-left: -1.5rem;
  margin-right: -24px;
  margin-right: -1.5rem;
}
/* line 191, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_grid.scss */
.grid--wide > .grid__cell {
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

/**
 * Modifier: Remove gutters between columns
 */
/* line 201, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_grid.scss */
.grid--gutterless {
  margin: 0;
}
/* line 204, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_grid.scss */
.grid--gutterless > .grid__cell {
  padding: 0;
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $ISLAND
    Boxed-off content
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/*  Simple, boxed off content eg.:
    <div class="island">
        I am boxed off.
    </div>
*/
/* line 33, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_island.scss */
.continent,
.island,
.islet {
  display: block;
}

/* line 40, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_island.scss */
.continent {
  padding: 48px;
  padding: 3rem;
}

/* line 44, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_island.scss */
.island {
  padding: 24px;
  padding: 1.5rem;
}

/* Just like `.island`, only smaller. */
/* line 49, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_island.scss */
.islet {
  padding: 12px;
  padding: 0.75rem;
}

/* line 53, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_island.scss */
.continent > :last-child,
.island > :last-child,
.islet > :last-child {
  margin-bottom: 0;
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/*  Mixins
\*----------------------------------------------------------------------------*/
/**
 * Mixin: Reset arranged modules
 *
 * 1. Reset display property
 * 2. 100% width
 * 3. Reset padding in case of `.arrange--gutter`
 * 4. Re-initiate fluid images
 */
/*----------------------------------------------------------------------------*\
    $NAV
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/*  When used on an `ol` or `ul`, this class throws the list
    into horizontal mode eg.:
    <ul class="nav">
        <li><a>Home</a></li>
    </ul>
*/
/* line 33, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_nav.scss */
.nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 40, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_nav.scss */
.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/*  Stacked nav
    `.nav--stacked` extends `.nav` and renders the list into vertical mode eg.:
    <ul class="nav nav--stacked">
        <li><a>Home</a></li>
    </ul>
*/
/* line 57, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_nav.scss */
.nav--stacked > li {
  display: list-item;
}
/* line 60, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_nav.scss */
.nav--stacked > li > a {
  display: block;
}

/* Banner nav
    `.nav--banner` extends `.nav` and centers the list eg.:
    <ul class="nav nav--banner">
        <li><a>Home</a></li>
    </ul>
*/
/* line 73, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_nav.scss */
.nav--banner {
  text-align: center;
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $PAGINATOR
    Basic paginator module
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/**
 * Paginator template
 *
 * 1. Remove inter-unit whitespace that appears between `inline-block` child
 *    elements. Works for nearly all non-monospace font-families. If you're
 *    using a monospace base font, you will need to set the `paginator`
 *    font-family to `sans-serif` and then redeclare the monospace font
 *    on the `a & span` objects.
 */
/* line 38, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_paginator.scss */
.paginator {
  overflow: hidden;
  text-align: center;
  letter-spacing: -0.31em;
  /* 1 */
  /**
   * Inner elements
   *
   * 1. Reset text defaults.
   */
}
/* line 49, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_paginator.scss */
.paginator > a,
.paginator > span {
  display: inline-block;
  padding-top: 0;
  padding-left: 0;
  border-left: 1px solid;
  text-decoration: none;
  border-left-color: #dddddd;
  border-left-color: rgba(0, 0, 0, 0.15);
  letter-spacing: normal;
  /* 1 */
  word-spacing: normal;
  /* 1 */
  line-height: 1;
  padding-right: .5em;
  padding-left: .5em;
}
/* line 66, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_paginator.scss */
.paginator > a:first-child,
.paginator > span:first-child {
  border: none;
}
/* line 70, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_paginator.scss */
.paginator > a:hover, .paginator > a.current,
.paginator > span:hover,
.paginator > span.current {
  text-decoration: underline;
}

/**
 * Opera hack
 */
/* line 80, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_paginator.scss */
.opera:-o-prefocus,
.paginator {
  word-spacing: -0.43em;
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $NOTIFICATIONS
    Default notification styling
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/**
 * Base notification module
 *
 * 1. padding based on the spacing unit
 * 2. Margin bottom 2 * the spacing unit
 */
/* line 33, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_notifications.scss */
.notification {
  padding: 24px;
  padding: 1.5rem;
  /* 1 */
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  background-color: #ffffbf;
  color: #999999;
}
/* line 39, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_notifications.scss */
.notification > :last-child {
  margin-bottom: 0;
}

/* line 43, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_notifications.scss */
.notification__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  font-weight: bold;
}

/* line 48, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_notifications.scss */
.notification__actions {
  margin-top: 24px;
  margin-top: 1.5rem;
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/* line 61, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_notifications.scss */
.notification.is-success {
  background-color: #dff0d8;
}
/* line 64, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_notifications.scss */
.notification.is-warning {
  background-color: #f0ad4e;
}
/* line 67, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_notifications.scss */
.notification.is-error {
  background-color: #ff9797;
}

/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $RULES
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/* Horizontal rules, extend `hr`. */
/* line 28, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_rules.scss */
.rule {
  color: #ccc;
  /* Sets border color, extend in your theme stylesheet. */
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}

/* Dotted rules */
/* line 37, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_rules.scss */
.rule--dotted {
  border-bottom-style: dotted;
}

/* Dashed rules */
/* line 42, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_rules.scss */
.rule--dashed {
  border-bottom-style: dashed;
}

/* Ornamental rules. Places a § over the rule. */
/* line 47, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_rules.scss */
.rule--ornament {
  position: relative;
  /**
   * Pass in an arbitrary ornament though a data attribute, e.g.:
   * <hr class="rule rule--ornament" data-ornament="!">
   */
}
/* line 50, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_rules.scss */
.rule--ornament:after {
  content: "§";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  line-height: 0;
  text-align: center;
}
/* line 64, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/modules/_rules.scss */
.rule--ornament[data-ornament]:after {
  content: attr(data-ornament);
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $WIDTHS
    Sizes in human readable format. These are used in conjunction with other
    objects and abstractions found in blocss, most commonly the grid system
    and faux flexbox.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MIXIN...................There's a mixin fo that
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MIXIN
\*----------------------------------------------------------------------------*/
/**
 * Find the greatest common factor of two integers
 */
/**
 * Check if a list contains a value
 */
/**
 * Fluid units
 * USAGE: provide a space-separated list of integers, each of which
 * represents the number of parts that make up a grid component.
 * Optionally provide a modifier suffix that can be used to adjust
 * grids in different contexts (e.g. viewport dimensions).
 */
/**
 * Fluid push classes
 * USAGE: provide a space-separated list of integers, each of which
 * represents the number of parts that make up a grid component.
 * Optionally provide a modifier suffix that can be used to adjust
 * grids in different contexts (e.g. viewport dimensions).
 */
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/**
 * Setup generic widths
 */
/**
 * Proportional units
 * Specify the proportional width of an object.
 * Primarily for, but not limited to, use with `.grid__cell` components.
 * Intentional redundancy build into each set of unit classes.
 */
/* Avoid creating rules like '.unit-12-12 {}'' */
/* Initialize variables */
/* Find the greatest common factor */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-1-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 4.16667%;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-2-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 8.33333%;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-3-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 12.5%;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-4-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 16.66667%;
}

/* Initialize variables */
/* Find the greatest common factor */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-5-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 20.83333%;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-6-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 25%;
}

/* Initialize variables */
/* Find the greatest common factor */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-7-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 29.16667%;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-8-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 33.33333%;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-9-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 37.5%;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-10-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 41.66667%;
}

/* Initialize variables */
/* Find the greatest common factor */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-11-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 45.83333%;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-12-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 50%;
}

/* Initialize variables */
/* Find the greatest common factor */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-13-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 54.16667%;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-14-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 58.33333%;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-15-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 62.5%;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-16-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 66.66667%;
}

/* Initialize variables */
/* Find the greatest common factor */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-17-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 70.83333%;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-18-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 75%;
}

/* Initialize variables */
/* Find the greatest common factor */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-19-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 79.16667%;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-20-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 83.33333%;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-21-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 87.5%;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-22-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 91.66667%;
}

/* Initialize variables */
/* Find the greatest common factor */
/**
 * Check if the reduced value of $n was also supplied in the
 * list of units to be built
 */
/**
 * Create units based on fractions
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-23-24 {
  /**
   * Ff this unit can be reduced then extend the previous rule
   */
  width: 95.83333%;
}

/**
 * Full width class
 */
/* line 112, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
.unit-1-1 {
  width: 100%;
}

/**
  * Setup generic push widths
  */
/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/* Responsive widths & pushers
\*------------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  /**
   * Proportional units
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  /* Avoid creating rules like '.unit-12-12 {}'' */
  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-1-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 4.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-2-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 8.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-3-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 12.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-4-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 16.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-5-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 20.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-6-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 25%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-7-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 29.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-8-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 33.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-9-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 37.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-10-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 41.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-11-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 45.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-12-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 50%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-13-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 54.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-14-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 58.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-15-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 62.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-16-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 66.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-17-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 70.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-18-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 75%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-19-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 79.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-20-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 83.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-21-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 87.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-22-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 91.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-23-24--palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 95.83333%;
  }

  /**
   * Full width class
   */
  /* line 112, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-1-1--palm {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) {
  /**
   * Proportional units
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  /* Avoid creating rules like '.unit-12-12 {}'' */
  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-1-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 4.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-2-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 8.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-3-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 12.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-4-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 16.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-5-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 20.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-6-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 25%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-7-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 29.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-8-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 33.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-9-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 37.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-10-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 41.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-11-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 45.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-12-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 50%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-13-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 54.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-14-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 58.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-15-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 62.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-16-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 66.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-17-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 70.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-18-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 75%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-19-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 79.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-20-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 83.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-21-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 87.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-22-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 91.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-23-24--gt-palm {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 95.83333%;
  }

  /**
   * Full width class
   */
  /* line 112, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-1-1--gt-palm {
    width: 100%;
  }
}
@media only screen and (max-width: 674px) {
  /**
   * Proportional units
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  /* Avoid creating rules like '.unit-12-12 {}'' */
  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-1-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 4.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-2-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 8.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-3-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 12.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-4-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 16.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-5-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 20.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-6-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 25%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-7-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 29.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-8-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 33.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-9-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 37.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-10-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 41.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-11-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 45.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-12-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 50%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-13-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 54.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-14-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 58.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-15-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 62.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-16-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 66.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-17-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 70.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-18-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 75%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-19-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 79.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-20-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 83.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-21-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 87.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-22-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 91.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-23-24--palm-lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 95.83333%;
  }

  /**
   * Full width class
   */
  /* line 112, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-1-1--palm-lap {
    width: 100%;
  }
}
@media only screen and (min-width: 675px) and (max-width: 1023px) {
  /**
   * Proportional units
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  /* Avoid creating rules like '.unit-12-12 {}'' */
  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-1-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 4.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-2-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 8.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-3-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 12.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-4-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 16.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-5-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 20.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-6-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 25%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-7-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 29.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-8-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 33.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-9-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 37.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-10-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 41.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-11-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 45.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-12-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 50%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-13-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 54.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-14-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 58.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-15-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 62.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-16-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 66.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-17-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 70.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-18-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 75%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-19-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 79.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-20-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 83.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-21-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 87.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-22-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 91.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-23-24--lap {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 95.83333%;
  }

  /**
   * Full width class
   */
  /* line 112, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-1-1--lap {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  /**
   * Proportional units
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  /* Avoid creating rules like '.unit-12-12 {}'' */
  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-1-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 4.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-2-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 8.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-3-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 12.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-4-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 16.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-5-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 20.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-6-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 25%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-7-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 29.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-8-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 33.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-9-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 37.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-10-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 41.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-11-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 45.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-12-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 50%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-13-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 54.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-14-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 58.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-15-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 62.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-16-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 66.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-17-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 70.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-18-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 75%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-19-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 79.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-20-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 83.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-21-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 87.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-22-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 91.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-23-24--lt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 95.83333%;
  }

  /**
   * Full width class
   */
  /* line 112, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-1-1--lt-desk {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  /**
   * Proportional units
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  /* Avoid creating rules like '.unit-12-12 {}'' */
  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-1-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 4.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-2-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 8.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-3-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 12.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-4-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 16.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-5-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 20.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-6-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 25%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-7-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 29.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-8-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 33.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-9-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 37.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-10-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 41.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-11-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 45.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-12-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 50%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-13-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 54.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-14-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 58.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-15-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 62.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-16-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 66.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-17-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 70.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-18-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 75%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-19-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 79.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-20-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 83.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-21-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 87.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-22-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 91.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-23-24--desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 95.83333%;
  }

  /**
   * Full width class
   */
  /* line 112, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-1-1--desk {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  /**
   * Proportional units
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  /* Avoid creating rules like '.unit-12-12 {}'' */
  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-1-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 4.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-2-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 8.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-3-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 12.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-4-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 16.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-5-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 20.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-6-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 25%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-7-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 29.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-8-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 33.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-9-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 37.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-10-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 41.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-11-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 45.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-12-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 50%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-13-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 54.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-14-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 58.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-15-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 62.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-16-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 66.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-17-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 70.83333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-18-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 75%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-19-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 79.16667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-20-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 83.33333%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-21-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 87.5%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-22-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 91.66667%;
  }

  /* Initialize variables */
  /* Find the greatest common factor */
  /**
   * Check if the reduced value of $n was also supplied in the
   * list of units to be built
   */
  /**
   * Create units based on fractions
   */
  /* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-23-24--gt-desk {
    /**
     * Ff this unit can be reduced then extend the previous rule
     */
    width: 95.83333%;
  }

  /**
   * Full width class
   */
  /* line 112, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_units.scss */
  .unit-1-1--gt-desk {
    width: 100%;
  }
}
/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $HELPERS
    A series of helper classes to use arbitrarily. Only use a helper class if an
    element/component doesn’t already have a class to which you could apply this
    styling, e.g. if you need to float `.nav--man` left then add `float:left;`
    to that ruleset as opposed to adding the `.float--left` class to the markup.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/**
 * Add/remove floats
 */
/* line 33, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.float--right {
  float: right !important;
}

/* line 36, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.float--left {
  float: left !important;
}

/* line 39, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.float--none {
  float: none !important;
}

/**
 * Text alignment
 */
/* line 47, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.text--left {
  text-align: left !important;
}

/* line 50, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.text--center {
  text-align: center !important;
}

/* line 53, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.text--right {
  text-align: right !important;
}

/**
 * Font weight
 */
/* line 61, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.weight--light {
  font-weight: 300 !important;
}

/* line 64, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.weight--normal {
  font-weight: 400 !important;
}

/* line 67, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.weight--semibold {
  font-weight: 600 !important;
}

/**
 * Capitals/lowercase
 */
/* line 75, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.caps {
  text-transform: uppercase !important;
}

/* line 78, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.lowercase {
  text-transform: lowercase !important;
}

/* line 81, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.firstcap {
  text-transform: capitalize !important;
}

/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
/* line 90, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.informative {
  cursor: help !important;
}

/**
 * Align items to the right where they imply progression/movement forward.
 */
/* line 98, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.proceed {
  text-align: right !important;
}

/**
 * Add a right-angled quote to links that imply movement, e.g.:
 */
/* line 106, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.go:after {
  content: " »" !important;
}

/**
 * Full bleed
 */
/* line 115, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.full-bleed {
  margin-left: -24px;
  margin-left: -1.5rem;
  margin-right: -24px;
  margin-right: -1.5rem;
}
/* line 119, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.islet .full-bleed {
  margin-left: -12px;
  margin-left: -0.75rem;
  margin-right: -12px;
  margin-right: -0.75rem;
}
/* line 124, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.continent .full-bleed {
  margin-left: -48px;
  margin-left: -3rem;
  margin-right: -48px;
  margin-right: -3rem;
}

/**
 * Remove margin bottom
 */
/* line 134, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.flatten {
  margin-bottom: 0 !important;
}

/**
 * Image replacement
 */
/* line 142, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
/* line 153, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.ir br {
  display: none;
}

/**
 * Hide from screanreaders & browsers
 */
/* line 162, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/**
 * Hide only visually, but have it available for screenreaders
 * as per: h5bp.com/v
 */
/* line 183, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Visuallyhidden based on breakpoint */
@media only screen and (max-width: 480px) {
  /* line 190, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
  .visuallyhidden--palm {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media only screen and (min-width: 481px) {
  /* line 190, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
  .visuallyhidden--gt-palm {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media only screen and (min-width: 675px) and (max-width: 1023px) {
  /* line 190, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
  .visuallyhidden--lap {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 190, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
  .visuallyhidden--lt-desk {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 190, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
  .visuallyhidden--desk {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 190, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
  .visuallyhidden--gt-desk {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
/**
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 200, ../home/bertjan/www/cowboys-merge-test/src/FH/Bundle/StyleBundle/Resources/public/components/style-standards/sass/fh/generic/_helpers.scss */
.invisible {
  visibility: hidden;
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/**
 * Theme includes
 */
/*----------------------------------------------------------------------------*\
    $BASE
    High-level elements like 'html', 'body', h1 t/m h6, p, a etc.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
TOPLEVEL................html, body, .wrapper
SITE....................Site width styling
*/
/*----------------------------------------------------------------------------*\
    $INCLUDES
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $TOPLEVEL
    html, body, .wrapper
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/* line 25, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
html,
body {
  background: #f2f2f2;
  font-family: "Myriad pro", sans-serif;
}

/* line 30, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
body {
  position: relative;
  min-height: 100%;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
}

 /* $Links
\*------------------------------------------------------------------------*/
/* line 46, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
a {
  color: inherit;
  cursor: pointer;
}
/* line 50, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
a:hover {
  text-decoration: underline;
}
/* line 54, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
a:before {
  text-decoration: none;
}

/* line 60, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
.link--primary:link, .link--primary:visited {
  color: #333333;
}

/* line 66, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
.link--secondary:link, .link--secondary:visited {
  color: #999999;
}

/* line 72, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
.link--tertiary:link, .link--tertiary:visited {
  color: #999;
}

/* line 78, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
.content-area a:link, .content-area a:visited {
  color: #29a7de;
}
/* line 82, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
.content-area a:hover {
  text-decoration: underline;
}

 /* $Base
\*------------------------------------------------------------------------*/
/* base elements */
/* line 92, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset,
pre,
hr,
.media,
.continent,
.island,
.islet,
.source,
.roadsign {
  margin-bottom: 12px;
}

 /* $Tables
\*------------------------------------------------------------------------*/
/* line 111, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
table, .table {
  width: 100%;
}
/* line 114, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
table td, .table td {
  border: 1px solid #d3d2d2;
  padding: 8px;
}
/* line 119, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
table .label, .table .label {
  font-weight: bold;
  line-height: 1.2;
}
/* line 124, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
table.table--nosides td, .table.table--nosides td {
  border-left: 0;
}
/* line 127, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
table.table--nosides td:last-child, .table.table--nosides td:last-child {
  border-right: 0;
}

 /* $Quotes
\*------------------------------------------------------------------------*/
/* line 137, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
q, blockquote {
  quotes: "\201C" "\201D" "201E" "201F";
  font-family: 'Georgia';
  font-style: italic;
}

/* line 142, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
q:before, blockquote:before {
  content: open-quote;
}

/* line 145, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
q:after, blockquote:after {
  content: close-quote;
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $MOBILE
\*----------------------------------------------------------------------------*/
@media screen and (max-width: 1140px) {
  /* line 171, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
  .site-retain--wide {
    width: 880px;
  }
}
@media screen and (max-width: 920px) {
  /* line 177, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
  .site-retain--wide {
    width: 660px;
  }
}
@media screen and (max-width: 700px) {
  /* line 183, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
  .site-retain--wide {
    width: 440px;
  }
}
@media screen and (max-width: 460px) {
  /* line 189, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_toplevel.scss */
  .site-retain--wide {
    width: 220px;
  }
}
/*----------------------------------------------------------------------------*\
    $SITE
    Site width styling
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/* line 25, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_site.scss */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

/* line 37, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_site.scss */
.container {
  position: relative;
  right: 0;
  -webkit-transition: right 0.2s ease-out;
  -moz-transition: right 0.2s ease-out;
  -ms-transition: right 0.2s ease-out;
  -o-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
}
/* line 47, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_site.scss */
.container.menu-is-active {
  position: fixed;
  right: 240px;
}
/* line 51, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_site.scss */
.container.menu-is-active .overlay {
  visibility: visible;
  opacity: 0.6;
  z-index: 200;
}

/* line 59, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_site.scss */
.site-retain {
  margin: 0 auto;
  width: 90%;
  max-width: 970px;
  max-width: 60.625rem;
}

/* line 65, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_site.scss */
.site-retain--wide {
  max-width: 1100px;
  max-width: 68.75rem;
  margin: 0 auto;
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$MOBILE
\*----------------------------------------------------------------------------*/
@media only screen and (min-width: 675px) and (max-width: 1023px) {
  /* line 89, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_site.scss */
  .site-retain--odd {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 95, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_site.scss */
  .site-retain--odd {
    width: 100%;
  }

  /* line 99, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_site.scss */
  .site-retain--wide {
    max-width: 631px;
    max-width: 39.4375rem;
  }
}
@media only screen and (max-width: 480px) {
  /* line 106, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_site.scss */
  .site-retain--odd {
    width: 100%;
  }

  /* line 110, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_site.scss */
  .site-retain {
    width: 90%;
    max-width: 305px;
    max-width: 19.0625rem;
  }

  /* line 115, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_site.scss */
  body.channel-selector-is-active {
    position: fixed;
  }
}
/*----------------------------------------------------------------------------*\
	$TYPOGRAPHY
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
	$MODULE
\*----------------------------------------------------------------------------*/
/* line 24, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/base/_typography.scss */
h1,
.alpha,
h2,
.beta,
h3,
.gamma,
h4,
.delta,
h5,
.epsilon,
h6
.zeta {
  font-weight: normal;
}

/*----------------------------------------------------------------------------*\
	$STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $LAYOUT
    Structural styling
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
*/
/*----------------------------------------------------------------------------*\
    $INCLUDES
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$HEADER
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
	$MODULE
\*----------------------------------------------------------------------------*/
/* line 24, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 35px;
  line-height: 2.1875rem;
  padding: 45px 40px 15px 40px;
  padding: 2.8125rem 2.5rem 0.9375rem 2.5rem;
  background: #ffffff;
  font-family: 'Roboto Slab', serif;
  z-index: 200;
}
/* line 33, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header.detached {
  position: fixed;
  left: 0;
  right: 0;
  opacity: 0;
  top: -90px;
  top: -5.625rem;
}
/* line 40, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header.detached.inactive {
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 48, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header.detached.active {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: 0;
}
/* line 57, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header.detached + .content {
  padding-top: 90px;
  padding-top: 5.625rem;
}
/* line 62, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header .channel-selector {
  margin: 0;
}

/* $HEADER LOGO
\*------------------------------------------------------------------------*/
/* line 70, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__logo {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  margin-right: 1.875rem;
  color: #000000;
  font-weight: 400;
}
/* line 77, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__logo:hover {
  text-decoration: none;
}

/* $HEADER SEARCH
\*------------------------------------------------------------------------*/
/* line 85, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__search {
  float: right;
  position: relative;
  margin-right: 7px;
  height: 35px;
  height: 2.1875rem;
}
/* line 91, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__search button {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  color: #333333;
  border: 1px solid #d3d2d2;
  border-radius: 100%;
  overflow: hidden;
  background: #fff;
}
/* line 105, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__search button:before {
  margin-left: .1em;
  position: relative;
  bottom: 3px;
}
/* line 111, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__search button:hover {
  text-decoration: none;
}
/* line 116, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__search input {
  border: 1px solid #d3d2d2;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 35px;
  height: 2.1875rem;
  width: 35px;
  width: 2.1875rem;
  border-radius: 35px;
  border-radius: 2.1875rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin: 0;
  display: block;
}
/* line 129, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__search.is-active button {
  border: 1px solid transparent;
  background: none;
}
/* line 134, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__search.is-active input {
  width: 180px;
  width: 11.25rem;
}

/* line 140, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.search {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  position: relative;
  display: none;
}
/* line 145, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.search button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  color: #333333;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid transparent;
  text-align: center;
  padding: 0;
  background: none;
}
/* line 161, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.search button:before {
  margin-left: .22em;
}
/* line 165, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.search button:hover {
  text-decoration: none;
}
/* line 170, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.search input {
  border: 1px solid #d3d2d2;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 35px;
  height: 2.1875rem;
  width: 100%;
  border-radius: 35px;
  border-radius: 2.1875rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin: 0;
  display: block;
}

/* $HEADER SOCIAL
\*------------------------------------------------------------------------*/
/* line 185, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__social {
  float: right;
  height: 35px;
  height: 2.1875rem;
  -webkit-transition: right 0.2s ease-out;
  -moz-transition: right 0.2s ease-out;
  -ms-transition: right 0.2s ease-out;
  -o-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
}
/* line 194, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__social [class^="icon-"],
.header__social [class*=" icon-"] {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 35px;
  line-height: 2.1875rem;
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  text-align: center;
  background: #333333;
  color: #ffffff;
  border-radius: 100%;
  overflow: hidden;
}
/* line 207, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__social [class^="icon-"]:hover,
.header__social [class*=" icon-"]:hover {
  text-decoration: none;
}
/* line 212, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__social .icon-facebook {
  background-color: #3b5998;
}
/* line 215, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__social .icon-facebook:hover {
  background-color: #2d4373;
}
/* line 220, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__social .icon-twitter {
  background-color: #00aced;
}
/* line 223, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__social .icon-twitter:hover {
  background-color: #0087ba;
}
/* line 228, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__social .icon-gplus {
  background-color: #dd4b39;
}
/* line 231, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__social .icon-gplus:hover {
  background-color: #c23321;
}
/* line 236, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__social .icon-instagram-filled {
  background-color: #517fa4;
}
/* line 239, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__social .icon-instagram-filled:hover {
  background-color: #406582;
}
/* line 244, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__social .icon-pinterest {
  background-color: #cb2027;
}
/* line 247, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__social .icon-pinterest:hover {
  background-color: #9f191f;
}
/* line 252, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__social .icon-linkedin {
  background-color: #4875B4;
}
/* line 255, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__social .icon-linkedin:hover {
  background-color: #395d90;
}
/* line 261, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__social .icon--mail-alt:hover {
  background-color: #1a1a1a;
}

/* line 267, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.site-nav {
  display: inline-block;
  -webkit-transition: right 0.2s ease-out;
  -moz-transition: right 0.2s ease-out;
  -ms-transition: right 0.2s ease-out;
  -o-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
}

/* line 277, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.nav--sites {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  height: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  background: #333333;
  padding: 0 25px;
  z-index: -1;
  *zoom: 1;
}
/* line 38, ../usr/local/share/gems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.nav--sites:after {
  content: "";
  display: table;
  clear: both;
}
/* line 290, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.nav--sites ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}
/* line 297, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.nav--sites li {
  float: left;
  color: #cccccc;
  list-style: none;
  margin-top: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 30px;
  line-height: 1.875rem;
}
/* line 305, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.nav--sites li:before {
  content: "|";
  color: #666666;
  padding: 0 5px;
  padding: 0 0.3125rem;
}
/* line 311, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.nav--sites li:first-child:before {
  content: "";
}

/* line 317, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.js-mobile-menu {
  display: none;
  float: right;
  color: #ffffff;
  padding: 0 10px;
  font-size: 12px;
  line-height: 35px;
  line-height: 2.1875rem;
  background: #333333;
}

/* line 327, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__button {
  float: right;
  margin-right: 20px;
  margin-top: -3px;
}
/* line 332, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
.header__button .button, .header__button .fhCookieLaw a.fhCookieLaw-btn, .fhCookieLaw .header__button a.fhCookieLaw-btn {
  padding: 2px 20px;
  font-size: 16px;
  margin-bottom: 0;
}

/*----------------------------------------------------------------------------*\
	$STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $MOBILE
\*----------------------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
  /* line 356, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .nav--sites li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  /* line 359, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .nav--sites li:before {
    padding: 0 3px;
    padding: 0 0.1875rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 367, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .js-mobile-menu {
    display: inline-block;
  }

  /* line 371, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .header {
    padding: 10px;
    padding: 0.625rem;
  }
  /* line 374, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .header .channel-selector {
    color: #ffffff;
  }
  /* line 378, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .header .channel-selector__holder:hover {
    color: #ffffff;
  }
  /* line 382, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .header .channel-selector__selected {
    display: none;
  }
  /* line 386, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .header .channel-selector__options {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    overflow-y: auto;
    opacity: 1;
    background: none;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    width: 100%;
    border: none;
    border-bottom: 2px solid #ffffff;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
  /* line 405, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .header .channel-selector__options ul {
    border: none;
    max-height: none;
  }
  /* line 410, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .header .channel-selector__options li {
    padding: 0;
    border: none;
  }
  /* line 416, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .header .channel-selector__close {
    display: none;
  }

  /* line 421, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .header__search {
    display: none;
  }

  /* line 425, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .search {
    display: block;
  }

  /* line 429, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .header__social {
    display: block;
    margin-right: -250px;
    position: fixed;
    width: 50px;
    height: auto;
    right: 0;
    top: 68px;
    z-index: 10001;
    overflow: auto;
    overflow-x: hidden;
  }
  /* line 441, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .menu-is-active .header__social {
    right: 250px;
  }

  /* line 446, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .site-nav {
    position: fixed;
    margin-right: -250px;
    width: 240px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #333333;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: auto;
    padding: 15px 15px;
    padding: 0.9375rem 0.9375rem;
  }
  /* line 462, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .menu-is-active .site-nav {
    right: 250px;
  }

  /* line 467, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .nav--sites {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
    background: none;
    padding: 0;
  }
  /* line 476, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .nav--sites ul {
    float: none;
  }
  /* line 480, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .nav--sites li {
    float: none;
    list-style: none;
    margin-top: 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  /* line 487, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .nav--sites li:before, .nav--sites li:first-child:before {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 497, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .nav--sites li {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media only screen and (max-width: 480px) {
  /* line 505, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_header.scss */
  .header__button .button, .header__button .fhCookieLaw a.fhCookieLaw-btn, .fhCookieLaw .header__button a.fhCookieLaw-btn {
    padding: 4px 10px;
    font-size: 14px;
  }
}
/*----------------------------------------------------------------------------*\
	$FOOTER
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
	$MODULE
\*----------------------------------------------------------------------------*/
/* line 24, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
.footer {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  padding: 40px 0;
  padding: 2.5rem 0;
  background: #424242;
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  width: 100%;
  float: left;
  *zoom: 1;
}
/* line 38, ../usr/local/share/gems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.footer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 37, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
.footer__nav {
  *zoom: 1;
}
/* line 38, ../usr/local/share/gems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.footer__nav:after {
  content: "";
  display: table;
  clear: both;
}
/* line 40, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
.footer__nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 46, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
.footer__nav li {
  float: left;
  padding: 0 20px;
  padding: 0 1.25rem;
  border-left: 1px solid #ffffff;
}
/* line 51, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
.footer__nav li:first-child {
  padding: 0 20px 0 0;
  padding: 0 1.25rem 0 0;
  border-left: none;
}

/* line 58, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
.footer__news {
  background: #353535;
  margin: 40px 0;
  margin: 2.5rem 0;
  padding: 0 30px;
  padding: 0 1.875rem;
  *zoom: 1;
}
/* line 38, ../usr/local/share/gems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.footer__news:after {
  content: "";
  display: table;
  clear: both;
}

/* line 65, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
.footer__newsletter {
  float: left;
  padding: 35px 0;
  padding: 2.1875rem 0;
}

/* line 70, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
.footer__rss {
  float: right;
  border-left: 1px solid #424242;
  padding: 35px 0 35px 30px;
  padding: 2.1875rem 0 2.1875rem 1.875rem;
}

/* line 76, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
.partners {
  float: left;
}
/* line 79, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
.partners ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  margin: 1.25rem 0 0 0;
  width: 390px;
  width: 24.375rem;
  *zoom: 1;
}
/* line 38, ../usr/local/share/gems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.partners ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 87, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
.partners li {
  float: left;
  width: 125px;
  width: 7.8125rem;
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
}

/* line 94, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
.made-by {
  float: right;
}
/* line 97, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
.made-by ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 103, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
.made-by li {
  float: left;
  margin: 0 0 0 40px;
  margin: 0 0 0 2.5rem;
}

/*----------------------------------------------------------------------------*\
	$STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$THEME
\*----------------------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
  /* line 120, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
  .partners {
    float: none;
    margin: 0 0 30px 0;
    margin: 0 0 1.875rem 0;
  }
  /* line 124, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
  .partners ul {
    width: auto;
  }

  /* line 129, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
  .made-by {
    float: none;
  }
  /* line 132, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
  .made-by li {
    margin: 0 40px 0 0;
    margin: 0 2.5rem 0 0;
  }
}
@media only screen and (min-width: 481px) {
  /*
  
    Why wut wut why?
  
      .footer {
          .site-retain {
              @include rem(max-width, 642px);
          }
      }
  */
}
@media only screen and (max-width: 674px) {
  /* line 153, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
  .footer__news {
    padding: 20px;
    padding: 1.25rem;
  }

  /* line 157, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
  .footer__newsletter {
    float: none;
    padding: 0;
    margin: 0 0 20px 0;
    margin: 0 0 1.25rem 0;
  }

  /* line 163, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
  .footer__rss {
    float: none;
    padding: 0;
    border: none;
  }
}
@media only screen and (max-width: 480px) {
  /* line 172, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
  .footer__nav li {
    float: none;
    padding: 5px 0;
    padding: 0.3125rem 0;
    border: none;
  }
  /* line 177, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
  .footer__nav li:first-child {
    padding: 0;
    border-left: none;
  }

  /* line 186, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
  .footer__news span:before {
    content: none;
  }

  /* line 193, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/layout/_footer.scss */
  .made-by li {
    margin: 0 0 30px 0;
    margin: 0 0 1.875rem 0;
  }
}
/*----------------------------------------------------------------------------*\
    $MODULES
    Reusable, modular parts of the page
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
*/
/*----------------------------------------------------------------------------*\
    $INCLUDES
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $BUTTONS
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/* line 20, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button, .fhCookieLaw a.fhCookieLaw-btn {
  border: none;
  background: #333333;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  margin: 0 0 10px 0;
}
/* line 29, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button:hover, .fhCookieLaw a.fhCookieLaw-btn:hover, .button:focus, .fhCookieLaw a.fhCookieLaw-btn:focus, .button:active, .fhCookieLaw a.fhCookieLaw-btn:active {
  text-decoration: none;
}
/* line 35, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button[class^="icon-"]:before, .fhCookieLaw a[class^="icon-"].fhCookieLaw-btn:before, .button[class*=" icon-"]:before, .fhCookieLaw a[class*=" icon-"].fhCookieLaw-btn:before {
  font-size: 130%;
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/* $SIZES
\*----------------------------------------------------------------------------*/
/* line 48, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--large {
  font-size: 16px;
  font-size: 1rem;
}
/* line 51, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--large small {
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 56, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--medium {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 59, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--medium small {
  font-size: 10px;
  font-size: 0.625rem;
}

/* line 64, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--comment {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 67, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--comment:before {
  content: attr(data-pre);
}
/* line 70, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--comment:after {
  content: attr(data-post);
}
/* line 74, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--comment:hover {
  background: #4d4d4d;
}

/* $SOCIAL PLATFORMS
\*----------------------------------------------------------------------------*/
/* line 82, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--twitter {
  background: #00aced;
}
/* line 85, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--twitter:hover {
  background: #006287;
}

/* line 90, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--facebook {
  background: #3b5998;
}
/* line 93, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--facebook:hover {
  background: #1e2e4f;
}

/* line 106, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--linkedin {
  background: #4875b4;
}
/* line 109, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--linkedin:hover {
  background: #2b466b;
}

/* line 114, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--instagram {
  background: #517FA4;
}
/* line 117, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--instagram:hover {
  background: #2f4a60;
}

/* line 122, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--whatsapp {
  display: none !important;
  background: #34AF23;
}
/* line 126, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--whatsapp:hover {
  background: #1b5a12;
}

/* $GALLERY BUTTONS
\*----------------------------------------------------------------------------*/
/* line 134, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--pager {
  position: absolute;
  display: block;
  width: 40px;
  width: 2.5rem;
  height: 32px;
  height: 2rem;
  line-height: 32px;
  line-height: 2rem;
  font-size: 32px;
  font-size: 2rem;
  padding: 0;
  text-align: center;
  overflow: hidden;
  text-indent: -9999em;
  z-index: 101;
  top: 50%;
  margin: -16px 0 0 0;
  margin: -1rem 0 0 0;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  color: #ffffff;
}
/* line 154, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--pager:hover {
  color: #333333;
}
/* line 158, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--pager:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  width: 2.5rem;
  text-align: center;
  text-indent: 0;
  font-family: 'fontello';
}
/* line 168, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--pager.button--prev {
  left: 10px;
}
/* line 171, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--pager.button--prev:after {
  content: '\e80a';
}
/* line 176, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--pager.button--next {
  right: 10px;
}
/* line 179, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--pager.button--next:after {
  content: '\e80b';
}

/* line 185, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--white {
  background: #ffffff;
  color: #999999;
}

/* line 190, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--highlight {
  background: #FF982D;
  color: #ffffff !important;
  padding: 0 35px;
  font-size: 20px;
}
/* line 196, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--highlight:hover {
  background: #f97f00;
}

/* line 201, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button--article {
  background: rgba(255, 255, 255, 0.8);
  color: #999999;
  padding: 5px 0;
}

/* line 207, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
.button__holder {
  text-align: center;
  margin: 35px 0 25px 0;
}

/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $MOBILE
\*----------------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  /* line 222, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_buttons.scss */
  .button--whatsapp {
    display: block !important;
  }
}
/*----------------------------------------------------------------------------*\
	$CHANNEL-SELECTOR
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
	$MODULE
\*----------------------------------------------------------------------------*/
/* line 24, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
.channel-selector {
  position: relative;
  display: inline-block;
  color: #999999;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
}

/* line 33, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
.channel-selector__prefix {
  display: inline-block;
  margin-right: 16px;
  margin-right: 1rem;
}

/* line 38, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
.channel-selector__holder {
  position: relative;
  display: inline-block;
}
/* line 42, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
.channel-selector__holder:hover {
  color: #333333;
}
/* line 46, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
.channel-selector__holder.is-active:before {
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/* line 56, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
.inactive .channel-selector__holder:before {
  content: none;
}

/* $CHANNEL-SELECTOR__SELECTED
\*----------------------------------------------------------------------------*/
/* line 64, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
.channel-selector__selected {
  position: relative;
  display: inline-block;
  font-weight: normal;
  border-radius: 5px;
  padding: 0 20px;
  padding: 0 1.25rem;
  cursor: pointer;
  z-index: 3;
}
/* line 73, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
.channel-selector__holder.is-active .channel-selector__selected {
  border-radius: 5px 5px 0 0;
}
/* line 77, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
.channel-selector__selected:after {
  content: '\e809';
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  padding-left: 10px;
  padding-left: 0.625rem;
  font-size: 75%;
}

/* $CHANNEL-SELECTOR__OPTIONS
\*----------------------------------------------------------------------------*/
/* line 98, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
.channel-selector__close {
  display: none;
}

/* line 102, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
.channel-selector__options {
  position: absolute;
  display: block;
  border: 1px solid #d3d2d2;
  border-top: none;
  background: #ffffff;
  text-align: left;
  margin: -1px 0 0 0;
  min-width: 100%;
  list-style: none;
  font-size: 18px;
  font-size: 1.125rem;
  z-index: 3;
  opacity: 0;
  left: -9999em;
  -webkit-transform: translateY(-30px);
  -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease;
  -moz-transform: translateY(-30px);
  -moz-transition: -moz-transform 0.2s ease, opacity 0.2s ease;
  -ms-transform: translateY(-30px);
  -ms-transition: -ms-transform 0.2s ease, opacity 0.2s ease;
  transform: translateY(-30px);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
/* line 129, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
.channel-selector__options ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
  max-height: 600px;
}
/* line 137, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
.channel-selector__options li {
  padding: 0 20px;
  padding: 0 1.25rem;
  border-top: 1px solid #d3d2d2;
  white-space: nowrap;
}
/* line 143, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
.channel-selector__options li.is-current {
  font-weight: 700;
}
/* line 148, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
.channel-selector__options .channel-selector__option {
  display: block;
}
/* line 152, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
.channel-selector__holder.is-active .channel-selector__options {
  left: 0;
  opacity: 1;
  z-index: 999;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/*----------------------------------------------------------------------------*\
	$STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$MOBILE
\*----------------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  /* line 178, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
  .channel-selector__selected {
    padding: 0 10px;
    padding: 0 0.625rem;
    display: none;
  }

  /* line 183, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
  .channel-selector__options {
    position: fixed;
    top: 100%;
    left: 10px;
    right: 10px;
    bottom: 10px;
    min-width: 0;
    overflow: visible;
    overflow-y: auto;
    z-index: 100;
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 195, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
  .channel-selector__options ul {
    border-top: 1px solid #d3d2d2;
  }
  /* line 199, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
  .channel-selector__options li {
    border-top: none;
    border-bottom: 1px solid #d3d2d2;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  /* line 205, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
  .channel-selector__options .channel-selector__option {
    padding: 5px 0;
    padding: 0.3125rem 0;
  }
  /* line 209, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
  .channel-selector__holder.is-active .channel-selector__options {
    left: 10px;
    top: 10px;
  }

  /* line 215, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_channel-selector.scss */
  .channel-selector__close {
    display: block;
    background: #333333;
    color: #ffffff;
    text-align: center;
  }
}
/*----------------------------------------------------------------------------*\
	$PAGINATION
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
	$MODULE
\*----------------------------------------------------------------------------*/
/* line 24, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_pagination.scss */
.pagination {
  *zoom: 1;
  margin: 65px auto;
  margin: 4.0625rem auto;
}
/* line 38, ../usr/local/share/gems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.pagination:after {
  content: "";
  display: table;
  clear: both;
}

/* line 29, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_pagination.scss */
.pagination__link,
.pagination__text {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  display: inline-block;
  background: #333333;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  color: #ffffff;
}
/* line 38, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_pagination.scss */
.pagination__link .pagination__text--content,
.pagination__text .pagination__text--content {
  padding: 0 5px;
}

/* line 43, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_pagination.scss */
.pagination__text {
  background: #cccccc;
}

/* line 47, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_pagination.scss */
.pagination__next {
  float: right;
}
/* line 50, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_pagination.scss */
.pagination__next .icon-left {
  margin-right: 20px;
  margin-right: 1.25rem;
}

/* line 55, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_pagination.scss */
.pagination__previous {
  float: left;
}
/* line 58, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_pagination.scss */
.pagination__previous .icon-right {
  margin-left: 20px;
  margin-left: 1.25rem;
}

/*----------------------------------------------------------------------------*\
	$STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$MOBILE
\*----------------------------------------------------------------------------*/
@media only screen and (min-width: 675px) and (max-width: 1023px) {
  /* line 76, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_pagination.scss */
  .pagination {
    max-width: 642px;
    max-width: 40.125rem;
  }
}
@media only screen and (max-width: 480px) {
  /* line 84, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_pagination.scss */
  .pagination .pagination__text--content {
    display: none;
  }
}
/*----------------------------------------------------------------------------*\
	$PAGE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
	$MODULE
\*----------------------------------------------------------------------------*/
/* line 24, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_page.scss */
.page {
  background: #f2f2f2;
}

/* $PAGE CONTENT
\*----------------------------------------------------------------------------*/
/* line 31, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_page.scss */
.page__content {
  position: relative;
  width: 96%;
  max-width: 640px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #333333;
  margin: 0 auto;
  padding: 40px 0;
  padding: 2.5rem 0;
}
/* line 41, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_page.scss */
.page__content .block--text {
  color: #333333;
}
/* line 45, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_page.scss */
.page__content strong {
  font-weight: 700;
}

/*----------------------------------------------------------------------------*\
	$STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$MOBILE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$TITLES
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
	$MODULE
\*----------------------------------------------------------------------------*/
/* line 24, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_titles.scss */
.title {
  display: block;
  margin-bottom: 12px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}

/* line 31, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_titles.scss */
.title--ad {
  color: #333333;
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 36, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_titles.scss */
.title--page {
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
}

/* line 41, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_titles.scss */
.title--topic {
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
}

/* line 46, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_titles.scss */
.title--section {
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  color: #333333;
}

/* line 53, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_titles.scss */
.title--paragraph {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 58, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_titles.scss */
.title--made-by {
  font-weight: 300;
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 63, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_titles.scss */
.title--search {
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
}

.title--category {
  width: 990px;
  margin: 0 auto;
  text-align: left;
  padding-left: 10px;
}

/*----------------------------------------------------------------------------*\
	$STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$MOBILE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $ARTICLE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/* line 24, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-overview {
  margin: 65px 0;
  margin: 4.0625rem 0;
  *zoom: 1;
}
/* line 38, ../usr/local/share/gems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.article-overview:after {
  content: "";
  display: table;
  clear: both;
}
/* line 28, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-overview.article-overview--odd {
  margin-top: -65px;
}

/* line 33, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-overview--top {
  margin-top: 0;
}

/* line 37, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-overview__filler {
  width: 100%;
  height: 100%;
}

/* line 42, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-overview--first {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

/* line 46, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-overview--teasers {
  padding: 10px 20px;
  background: #d9d9d9;
}

/* line 51, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.overview--teasers__holder {
  margin: 0 auto;
  overflow: hidden;
}

/* line 56, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.overview--teasers--more__holder {
  clear: both;
  text-align: center;
  margin-bottom: 10px;
}

/* line 62, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.overview--teasers--popular {
  clear: both;
  text-align: center;
}
/* line 66, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.overview--teasers--popular li {
  display: block;
  width: 20%;
  float: left;
}

/* line 73, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.overview--teasers--more {
  margin-top: -5px;
  margin-bottom: 10px;
  color: #333333;
}

/* line 79, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-overview__list {
  width: 990px;
  position: relative;
  left: -10px;
  right: -10px;
  *zoom: 1;
}
/* line 38, ../usr/local/share/gems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.article-overview__list:after {
  content: "";
  display: table;
  clear: both;
}
/* line 86, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-overview__list img {
  display: block;
}
/* line 90, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-overview__list .ad {
  margin: 0 10px;
  float: left;
}

/* line 96, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article {
  position: relative;
  display: block;
  float: left;
  text-align: left;
  width: 100%;
  background: #000000;
  overflow: hidden;
}

/* $ARTICLE__META
\*----------------------------------------------------------------------------*/
/* line 109, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__link {
  display: block;
}
/* line 112, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__link:hover {
  text-decoration: none;
}

/* line 117, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__image {
  display: block;
  width: 100%;
}

/* line 122, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__video-link {
  position: relative;
  display: block;
}
/* line 126, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__video-link:after {
  display: block;
  font-family: "fontello";
  content: '\e803';
  border-radius: 100%;
  width: 80px;
  height: 80px;
  line-height: 75px;
  color: #ffffff;
  border: 4px solid #ffffff;
  position: absolute;
  text-indent: 22px;
  top: 50%;
  left: 50%;
  font-size: 40px;
  margin: -80px 0 0 -40px;
  z-index: 2;
}
/* line 146, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__video-link:hover:after {
  display: inline-block;
}

/* line 151, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title-holder {
  position: relative;
  z-index: 1;
}
/* line 155, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article .article__title-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
}
/* line 162, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--highlight .article__title-holder {
  position: absolute;
  left: 10px;
  top: 10px;
}
/* line 168, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail .article__title-holder {
  margin: 40px 0 0 0;
  margin: 2.5rem 0 0 0;
}
/* line 172, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__header-media ~ .article__title-holder {
  position: absolute;
  bottom: 65px;
  width: 100%;
}

/* line 179, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__meta {
  position: relative;
  margin: 0 0 2px 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 26px;
  line-height: 1.625rem;
  z-index: 10;
}

/* line 187, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__meta.ad {
  background-color: white;
  float: right;
}
/* line 191, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__meta.ad .article__ad {
  padding: 0 10px;
  padding: 0 0.625rem;
  color: #999;
}

/* line 197, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag {
  position: relative;
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 0 10px;
  padding: 0 0.625rem;
}
/* line 204, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #000000;
  top: 100%;
  left: 10px;
}

/* line 216, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__date {
  display: inline-block;
  background: #ffffff;
  color: #999999;
  padding: 0 10px;
  padding: 0 0.625rem;
}

/* line 225, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail .article--default .article__title-holder {
  margin-top: 0;
}

/* line 231, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.37em;
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  display: block;
}
/* line 241, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title:hover {
  text-decoration: none;
}
/* line 245, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title span {
  position: relative;
  left: 10px;
  z-index: 5;
  display: inline;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.75), -10px 0 0 0 rgba(0, 0, 0, 0.75);
}
/* line 254, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title span:after {
  content: '';
  width: 100%;
  height: 100%;
  left: -10px;
  right: -10px;
  top: 0;
  position: absolute;
}
/* line 278, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--highlight .article__title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.34em;
}
/* line 283, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__header .article__title {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.33em;
}
/* line 288, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title.article__title--small {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
}

/* line 294, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__subtitle {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  color: #ffffff;
  background: #333333;
  background-color: rgba(51, 51, 51, 0.75);
  padding: 2px 0px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  line-height: 1.45;
  position: relative;
  left: 10px;
  margin: 2px 0 0 0;
  line-height: 1.4;
  max-width: 85%;
  box-shadow: 10px 0 0 0 rgba(51, 51, 51, 0.75), -10px 0 0 0 rgba(51, 51, 51, 0.75);
}
/* line 311, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__subtitle:after {
  content: '';
  width: 10px;
  height: 100%;
  left: -10px;
  top: 0px;
  position: absolute;
}
/* line 320, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content .article__subtitle {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 10px 0;
  margin: 0.625rem 0;
  line-height: 1.475;
}

/* $ARTICLE__COMMENTS
\*----------------------------------------------------------------------------*/
/* line 331, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 7px;
  background: #ffffff;
  color: #000000;
}
/* line 341, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: #ffffff;
  border-right-color: #ffffff;
  bottom: -6px;
  left: 0px;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

/* $ARTICLE-DETAIL
\*----------------------------------------------------------------------------*/
/* line 362, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__holder {
  *zoom: 1;
}
/* line 38, ../usr/local/share/gems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.article-detail__holder:after {
  content: "";
  display: table;
  clear: both;
}

/* line 366, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail {
  position: relative;
}
/* line 369, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail .site-retain {
  position: relative;
}

/* line 374, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__header {
  position: relative;
}
/* line 377, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__header .button, .article-detail__header .fhCookieLaw a.fhCookieLaw-btn, .fhCookieLaw .article-detail__header a.fhCookieLaw-btn {
  padding: 0;
  height: 48px;
  height: 3rem;
  width: 48px;
  width: 3rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 48px;
  line-height: 3rem;
  border-radius: 100%;
  text-align: center;
}

/* line 388, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__header-media {
  position: relative;
}
/* line 391, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__header-media img {
  width: 100%;
}

/* line 396, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content {
  position: relative;
  max-width: 640px;
  color: #333333;
  padding-top: 65px;
  padding-top: 4.0625rem;
  margin-right: 340px;
}
/* line 405, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content p img {
  display: block;
  margin: 20px 0;
}
/* line 411, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content strong {
  font-weight: 700;
}
/* line 415, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content .block {
  margin-bottom: 36px;
}
/* line 418, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content .block.block--social {
  width: 100%;
}
/* line 422, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content .block.block--social .button, .article-detail__content .block.block--social .fhCookieLaw a.fhCookieLaw-btn, .fhCookieLaw .article-detail__content .block.block--social a.fhCookieLaw-btn {
  padding-left: 1em;
  padding-right: 1em;
}
/* line 430, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content table td {
  border: none;
  width: 170px;
  display: inline-block;
  padding: 1px;
  vertical-align: top;
}
/* line 437, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content table td:last-child {
  font-weight: bold;
  width: 215px;
}
/* line 445, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content table tr:nth-child(1) td {
  padding-bottom: 15px;
}
/* line 451, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content table tr:nth-child(2) td {
  padding-bottom: 15px;
}

/* line 459, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__company {
  display: block;
  width: 100%;
  max-width: 160px;
  margin: 0 auto 30px auto;
}

/* line 466, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-comments {
  position: relative;
  max-width: 640px;
  margin-right: 340px;
  padding-bottom: 65px;
  padding-bottom: 4.0625rem;
}

/* line 473, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__social {
  float: right;
  width: 300px;
  padding-top: 65px;
  padding-top: 4.0625rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 479, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__social.article__social--sticky {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 110px;
  padding-top: 6.875rem;
}
/* line 485, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__social.article__social--unrelated {
  padding-top: 0;
  margin-top: -45px;
}
/* line 491, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__social .block--social a {
  margin: 10px auto;
  display: block;
  max-width: 160px;
}

/* $ARTICLE NAVIGATION
\*----------------------------------------------------------------------------*/
/* line 503, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__navigation {
  display: block;
  position: absolute;
  top: 50%;
  line-height: 100px;
  text-align: center;
  font-size: 33px;
  margin-top: -50px;
  height: 100px;
  width: 50px;
  background: white;
  z-index: 9999;
}
/* line 516, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__navigation span {
  display: none;
}
/* line 520, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__navigation i {
  line-height: 110px;
}

/* line 525, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__navigation--prev {
  left: 0;
  border-radius: 0 100px 100px 0;
}

/* line 530, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__navigation--next {
  right: 0;
  border-radius: 100px 0 0 100px;
}

/* $ARTICLE AD
\*----------------------------------------------------------------------------*/
/* line 538, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__ad {
  position: relative;
  display: table;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
/* line 545, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__ad:first-child {
  margin-bottom: 10px;
}

/* line 550, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--ad {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  line-height: normal;
  text-align: center;
}

/* line 558, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__meta--ad {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/* line 569, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-overview__list--highlight {
  width: 100%;
  left: 0;
  right: 0;
}

/* line 575, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--default {
  height: 310px;
  overflow: hidden;
  position: relative;
}
/* line 580, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--default .article__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 310px;
  left: 0;
  z-index: 99;
  padding: 20px;
  transition: all 0.1s linear;
  background: #333;
}
/* line 591, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--default .article__mask p {
  color: #fff;
  font-size: 15px;
}
/* line 596, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--default .article__mask.article__mask--hover {
  z-index: 2;
  top: 0;
}
/* line 601, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--default .article__mask .article__title {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
}

/* line 608, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job {
  height: 150px;
  position: relative;
  margin-bottom: 12px;
  max-width: 310px;
  margin: 0 10px 10px 10px;
  background: #2e6ab0;
  padding: 20px;
}
/* line 617, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag {
  background: #0d3b6d;
  padding: 4px 10px;
  font-size: 12px;
}
/* line 622, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag:before {
  border-top-color: #0d3b6d;
}
/* line 627, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__date {
  color: #0d3b6d;
  padding: 4px 10px;
  font-size: 12px;
}
/* line 633, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__full {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* line 643, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__image-holder {
  width: 85px;
  height: 85px;
  background: #ffffff;
  float: left;
  margin: 25px 0 20px 0;
}
/* line 650, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__image-holder img {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 660, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__title-holder {
  width: 55%;
  z-index: 3;
  margin-top: 0;
}

/* line 668, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__job__info {
  color: #ffffff;
  z-index: 1;
  margin-top: 25px;
}
/* line 673, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__job__info h3 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 24px;
  position: relative;
  bottom: 5px;
}
/* line 681, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__image-holder + .article__job__info {
  margin-left: 100px;
}
/* line 684, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__image-holder + .article__job__info h3 {
  word-wrap: break-word;
  font-size: 20px;
}

/* line 691, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--topic {
  background-color: #444;
}
/* line 694, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--topic .article__tag,
.article--topic .article__title,
.article--topic .article__title span {
  background: none;
  box-shadow: none;
}
/* line 700, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--topic .article__tag:before, .article--topic .article__tag:after,
.article--topic .article__title:before,
.article--topic .article__title:after,
.article--topic .article__title span:before,
.article--topic .article__title span:after {
  background: none;
  box-shadow: none;
  border: none;
}
/* line 708, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--topic .button, .article--topic .fhCookieLaw a.fhCookieLaw-btn, .fhCookieLaw .article--topic a.fhCookieLaw-btn {
  margin-top: 15px;
  margin-left: 10px;
}

/* line 714, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--ads {
  height: 310px;
  overflow: hidden;
  position: relative;
  background: none;
}
/* line 720, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--ads .article--job {
  margin: 0 0 10px 0;
}

/* line 725, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__row {
  *zoom: 1;
  margin: 0 -10px 36px -10px;
}
/* line 38, ../usr/local/share/gems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.article__row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 730, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--default,
.article--carousel,
.article--ads {
  max-width: 310px;
  margin: 0 10px 20px 10px;
}

/* line 737, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--teaser {
  max-width: 200px;
  margin: 0 10px 20px 10px;
}
/* line 741, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--teaser.small {
  max-width: 196px;
}

/* line 746, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--highlight {
  position: relative;
  width: auto;
}
/* line 750, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article--highlight {
  width: 705px;
  margin: 0;
}

/* line 756, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--vacancy {
  margin: 0;
  padding: 0 25px;
  background-color: #3d7993;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF3D7993', endColorstr='#FF00BBEE');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkNzk5MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYmJlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #3d7993), color-stop(100%, #00bbee));
  background-image: -moz-linear-gradient(left, #3d7993 0%, #00bbee 100%);
  background-image: -webkit-linear-gradient(left, #3d7993 0%, #00bbee 100%);
  background-image: linear-gradient(to right, #3d7993 0%, #00bbee 100%);
}
/* line 764, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--vacancy .article__title--ad > span {
  display: block;
  margin: 15px 0 35px 0;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 100;
  color: #fff;
}
/* line 774, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--vacancy .article__title {
  font-weight: 100;
  font-size: 30px;
  line-height: 1;
}
/* line 779, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--vacancy .article__title i {
  font-style: normal;
  font-weight: 500;
}
/* line 785, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--vacancy .button, .article--vacancy .fhCookieLaw a.fhCookieLaw-btn, .fhCookieLaw .article--vacancy a.fhCookieLaw-btn {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
  font-weight: 400;
}

/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/* Color #df2020
\*----------------------------------------------------------------------------*/
/* line 803, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--type1 {
  background: #df2020;
}

/* line 807, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type1 {
  background: #df2020;
}
/* line 810, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type1:before {
  border-top-color: #df2020;
}

/* line 815, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--type1 {
  color: white;
}

/* line 819, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments--type1 {
  color: #df2020;
}

/* line 826, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content--type1 .block--text a,
.article-detail__content--type1 .block--image a {
  color: #df2020;
}

/* line 833, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type1 {
  background: #861313;
}
/* line 836, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type1:before {
  border-top-color: #861313;
}

/* line 842, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__mask--type1 {
  background-color: #df2020 !important;
}

/* line 863, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--hightlight {
  background: none;
}

/* line 871, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__title--type1 span,
.article--highlight .article__title--type1 span {
  background-color: rgba(223, 32, 32, 0.75);
  box-shadow: 10px 0 0 0 rgba(223, 32, 32, 0.75), -10px 0 0 0 rgba(223, 32, 32, 0.75);
}
/* line 876, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__subtitle,
.article--highlight .article__subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Color #1d92cd
\*----------------------------------------------------------------------------*/
/* line 803, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--type2 {
  background: #1d92cd;
}

/* line 807, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type2 {
  background: #1d92cd;
}
/* line 810, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type2:before {
  border-top-color: #1d92cd;
}

/* line 815, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--type2 {
  color: white;
}

/* line 819, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments--type2 {
  color: #1d92cd;
}

/* line 826, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content--type2 .block--text a,
.article-detail__content--type2 .block--image a {
  color: #1d92cd;
}

/* line 833, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type2 {
  background: #105274;
}
/* line 836, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type2:before {
  border-top-color: #105274;
}

/* line 842, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__mask--type2 {
  background-color: #1d92cd !important;
}

/* line 863, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--hightlight {
  background: none;
}

/* line 871, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__title--type2 span,
.article--highlight .article__title--type2 span {
  background-color: rgba(29, 146, 205, 0.75);
  box-shadow: 10px 0 0 0 rgba(29, 146, 205, 0.75), -10px 0 0 0 rgba(29, 146, 205, 0.75);
}
/* line 876, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__subtitle,
.article--highlight .article__subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Color #bfc01b
\*----------------------------------------------------------------------------*/
/* line 803, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--type3 {
  background: #bfc01b;
}

/* line 807, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type3 {
  background: #bfc01b;
}
/* line 810, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type3:before {
  border-top-color: #bfc01b;
}

/* line 815, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--type3 {
  color: white;
}

/* line 819, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments--type3 {
  color: #bfc01b;
}

/* line 826, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content--type3 .block--text a,
.article-detail__content--type3 .block--image a {
  color: #bfc01b;
}

/* line 833, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type3 {
  background: #66670e;
}
/* line 836, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type3:before {
  border-top-color: #66670e;
}

/* line 842, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__mask--type3 {
  background-color: #bfc01b !important;
}

/* line 863, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--hightlight {
  background: none;
}

/* line 871, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__title--type3 span,
.article--highlight .article__title--type3 span {
  background-color: rgba(191, 192, 27, 0.75);
  box-shadow: 10px 0 0 0 rgba(191, 192, 27, 0.75), -10px 0 0 0 rgba(191, 192, 27, 0.75);
}
/* line 876, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__subtitle,
.article--highlight .article__subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Color #1cc51c
\*----------------------------------------------------------------------------*/
/* line 803, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--type4 {
  background: #1cc51c;
}

/* line 807, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type4 {
  background: #1cc51c;
}
/* line 810, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type4:before {
  border-top-color: #1cc51c;
}

/* line 815, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--type4 {
  color: white;
}

/* line 819, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments--type4 {
  color: #1cc51c;
}

/* line 826, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content--type4 .block--text a,
.article-detail__content--type4 .block--image a {
  color: #1cc51c;
}

/* line 833, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type4 {
  background: #0f6c0f;
}
/* line 836, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type4:before {
  border-top-color: #0f6c0f;
}

/* line 842, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__mask--type4 {
  background-color: #1cc51c !important;
}

/* line 863, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--hightlight {
  background: none;
}

/* line 871, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__title--type4 span,
.article--highlight .article__title--type4 span {
  background-color: rgba(28, 197, 28, 0.75);
  box-shadow: 10px 0 0 0 rgba(28, 197, 28, 0.75), -10px 0 0 0 rgba(28, 197, 28, 0.75);
}
/* line 876, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__subtitle,
.article--highlight .article__subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Color #d63367
\*----------------------------------------------------------------------------*/
/* line 803, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--type5 {
  background: #d63367;
}

/* line 807, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type5 {
  background: #d63367;
}
/* line 810, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type5:before {
  border-top-color: #d63367;
}

/* line 815, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--type5 {
  color: white;
}

/* line 819, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments--type5 {
  color: #d63367;
}

/* line 826, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content--type5 .block--text a,
.article-detail__content--type5 .block--image a {
  color: #d63367;
}

/* line 833, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type5 {
  background: #881b3e;
}
/* line 836, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type5:before {
  border-top-color: #881b3e;
}

/* line 842, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__mask--type5 {
  background-color: #d63367 !important;
}

/* line 863, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--hightlight {
  background: none;
}

/* line 871, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__title--type5 span,
.article--highlight .article__title--type5 span {
  background-color: rgba(214, 51, 103, 0.75);
  box-shadow: 10px 0 0 0 rgba(214, 51, 103, 0.75), -10px 0 0 0 rgba(214, 51, 103, 0.75);
}
/* line 876, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__subtitle,
.article--highlight .article__subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Color #df6c20
\*----------------------------------------------------------------------------*/
/* line 803, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--type6 {
  background: #df6c20;
}

/* line 807, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type6 {
  background: #df6c20;
}
/* line 810, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type6:before {
  border-top-color: #df6c20;
}

/* line 815, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--type6 {
  color: white;
}

/* line 819, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments--type6 {
  color: #df6c20;
}

/* line 826, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content--type6 .block--text a,
.article-detail__content--type6 .block--image a {
  color: #df6c20;
}

/* line 833, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type6 {
  background: #864113;
}
/* line 836, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type6:before {
  border-top-color: #864113;
}

/* line 842, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__mask--type6 {
  background-color: #df6c20 !important;
}

/* line 863, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--hightlight {
  background: none;
}

/* line 871, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__title--type6 span,
.article--highlight .article__title--type6 span {
  background-color: rgba(223, 108, 32, 0.75);
  box-shadow: 10px 0 0 0 rgba(223, 108, 32, 0.75), -10px 0 0 0 rgba(223, 108, 32, 0.75);
}
/* line 876, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__subtitle,
.article--highlight .article__subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Color #861386
\*----------------------------------------------------------------------------*/
/* line 803, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--type7 {
  background: #861386;
}

/* line 807, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type7 {
  background: #861386;
}
/* line 810, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type7:before {
  border-top-color: #861386;
}

/* line 815, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--type7 {
  color: white;
}

/* line 819, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments--type7 {
  color: #861386;
}

/* line 826, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content--type7 .block--text a,
.article-detail__content--type7 .block--image a {
  color: #861386;
}

/* line 833, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type7 {
  background: #2d062d;
}
/* line 836, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type7:before {
  border-top-color: #2d062d;
}

/* line 842, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__mask--type7 {
  background-color: #861386 !important;
}

/* line 863, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--hightlight {
  background: none;
}

/* line 871, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__title--type7 span,
.article--highlight .article__title--type7 span {
  background-color: rgba(134, 19, 134, 0.75);
  box-shadow: 10px 0 0 0 rgba(134, 19, 134, 0.75), -10px 0 0 0 rgba(134, 19, 134, 0.75);
}
/* line 876, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__subtitle,
.article--highlight .article__subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Color #138686
\*----------------------------------------------------------------------------*/
/* line 803, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--type8 {
  background: #138686;
}

/* line 807, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type8 {
  background: #138686;
}
/* line 810, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type8:before {
  border-top-color: #138686;
}

/* line 815, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--type8 {
  color: white;
}

/* line 819, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments--type8 {
  color: #138686;
}

/* line 826, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content--type8 .block--text a,
.article-detail__content--type8 .block--image a {
  color: #138686;
}

/* line 833, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type8 {
  background: #062d2d;
}
/* line 836, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type8:before {
  border-top-color: #062d2d;
}

/* line 842, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__mask--type8 {
  background-color: #138686 !important;
}

/* line 863, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--hightlight {
  background: none;
}

/* line 871, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__title--type8 span,
.article--highlight .article__title--type8 span {
  background-color: rgba(19, 134, 134, 0.75);
  box-shadow: 10px 0 0 0 rgba(19, 134, 134, 0.75), -10px 0 0 0 rgba(19, 134, 134, 0.75);
}
/* line 876, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__subtitle,
.article--highlight .article__subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Color #40408c
\*----------------------------------------------------------------------------*/
/* line 803, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--type9 {
  background: #40408c;
}

/* line 807, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type9 {
  background: #40408c;
}
/* line 810, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type9:before {
  border-top-color: #40408c;
}

/* line 815, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--type9 {
  color: white;
}

/* line 819, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments--type9 {
  color: #40408c;
}

/* line 826, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content--type9 .block--text a,
.article-detail__content--type9 .block--image a {
  color: #40408c;
}

/* line 833, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type9 {
  background: #202046;
}
/* line 836, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type9:before {
  border-top-color: #202046;
}

/* line 842, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__mask--type9 {
  background-color: #40408c !important;
}

/* line 863, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--hightlight {
  background: none;
}

/* line 871, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__title--type9 span,
.article--highlight .article__title--type9 span {
  background-color: rgba(64, 64, 140, 0.75);
  box-shadow: 10px 0 0 0 rgba(64, 64, 140, 0.75), -10px 0 0 0 rgba(64, 64, 140, 0.75);
}
/* line 876, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__subtitle,
.article--highlight .article__subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Color #138613
\*----------------------------------------------------------------------------*/
/* line 803, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--type10 {
  background: #138613;
}

/* line 807, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type10 {
  background: #138613;
}
/* line 810, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type10:before {
  border-top-color: #138613;
}

/* line 815, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--type10 {
  color: white;
}

/* line 819, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments--type10 {
  color: #138613;
}

/* line 826, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content--type10 .block--text a,
.article-detail__content--type10 .block--image a {
  color: #138613;
}

/* line 833, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type10 {
  background: #062d06;
}
/* line 836, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type10:before {
  border-top-color: #062d06;
}

/* line 842, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__mask--type10 {
  background-color: #138613 !important;
}

/* line 863, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--hightlight {
  background: none;
}

/* line 871, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__title--type10 span,
.article--highlight .article__title--type10 span {
  background-color: rgba(19, 134, 19, 0.75);
  box-shadow: 10px 0 0 0 rgba(19, 134, 19, 0.75), -10px 0 0 0 rgba(19, 134, 19, 0.75);
}
/* line 876, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__subtitle,
.article--highlight .article__subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Color #861313
\*----------------------------------------------------------------------------*/
/* line 803, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--type11 {
  background: #861313;
}

/* line 807, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type11 {
  background: #861313;
}
/* line 810, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type11:before {
  border-top-color: #861313;
}

/* line 815, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--type11 {
  color: white;
}

/* line 819, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments--type11 {
  color: #861313;
}

/* line 826, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content--type11 .block--text a,
.article-detail__content--type11 .block--image a {
  color: #861313;
}

/* line 833, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type11 {
  background: #2d0606;
}
/* line 836, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type11:before {
  border-top-color: #2d0606;
}

/* line 842, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__mask--type11 {
  background-color: #861313 !important;
}

/* line 863, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--hightlight {
  background: none;
}

/* line 871, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__title--type11 span,
.article--highlight .article__title--type11 span {
  background-color: rgba(134, 19, 19, 0.75);
  box-shadow: 10px 0 0 0 rgba(134, 19, 19, 0.75), -10px 0 0 0 rgba(134, 19, 19, 0.75);
}
/* line 876, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__subtitle,
.article--highlight .article__subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Color #b99246
\*----------------------------------------------------------------------------*/
/* line 803, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--type12 {
  background: #b99246;
}

/* line 807, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type12 {
  background: #b99246;
}
/* line 810, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type12:before {
  border-top-color: #b99246;
}

/* line 815, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--type12 {
  color: white;
}

/* line 819, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments--type12 {
  color: #b99246;
}

/* line 826, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content--type12 .block--text a,
.article-detail__content--type12 .block--image a {
  color: #b99246;
}

/* line 833, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type12 {
  background: #6f582a;
}
/* line 836, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type12:before {
  border-top-color: #6f582a;
}

/* line 842, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__mask--type12 {
  background-color: #b99246 !important;
}

/* line 863, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--hightlight {
  background: none;
}

/* line 871, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__title--type12 span,
.article--highlight .article__title--type12 span {
  background-color: rgba(185, 146, 70, 0.75);
  box-shadow: 10px 0 0 0 rgba(185, 146, 70, 0.75), -10px 0 0 0 rgba(185, 146, 70, 0.75);
}
/* line 876, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__subtitle,
.article--highlight .article__subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Color #444444
\*----------------------------------------------------------------------------*/
/* line 803, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--type13 {
  background: #444444;
}

/* line 807, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type13 {
  background: #444444;
}
/* line 810, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type13:before {
  border-top-color: #444444;
}

/* line 815, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--type13 {
  color: white;
}

/* line 819, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments--type13 {
  color: #444444;
}

/* line 826, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content--type13 .block--text a,
.article-detail__content--type13 .block--image a {
  color: #444444;
}

/* line 833, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type13 {
  background: #111111;
}
/* line 836, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type13:before {
  border-top-color: #111111;
}

/* line 842, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__mask--type13 {
  background-color: #444444 !important;
}

/* line 863, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--hightlight {
  background: none;
}

/* line 871, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__title--type13 span,
.article--highlight .article__title--type13 span {
  background-color: rgba(68, 68, 68, 0.75);
  box-shadow: 10px 0 0 0 rgba(68, 68, 68, 0.75), -10px 0 0 0 rgba(68, 68, 68, 0.75);
}
/* line 876, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__subtitle,
.article--highlight .article__subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Color #f384d2
\*----------------------------------------------------------------------------*/
/* line 803, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--type14 {
  background: #f384d2;
}

/* line 807, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type14 {
  background: #f384d2;
}
/* line 810, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type14:before {
  border-top-color: #f384d2;
}

/* line 815, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--type14 {
  color: white;
}

/* line 819, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments--type14 {
  color: #f384d2;
}

/* line 826, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content--type14 .block--text a,
.article-detail__content--type14 .block--image a {
  color: #f384d2;
}

/* line 833, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type14 {
  background: #ea27b0;
}
/* line 836, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type14:before {
  border-top-color: #ea27b0;
}

/* line 842, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__mask--type14 {
  background-color: #f384d2 !important;
}

/* line 863, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--hightlight {
  background: none;
}

/* line 871, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__title--type14 span,
.article--highlight .article__title--type14 span {
  background-color: rgba(243, 132, 210, 0.75);
  box-shadow: 10px 0 0 0 rgba(243, 132, 210, 0.75), -10px 0 0 0 rgba(243, 132, 210, 0.75);
}
/* line 876, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__subtitle,
.article--highlight .article__subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Color #7f512b
\*----------------------------------------------------------------------------*/
/* line 803, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--type15 {
  background: #7f512b;
}

/* line 807, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type15 {
  background: #7f512b;
}
/* line 810, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type15:before {
  border-top-color: #7f512b;
}

/* line 815, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--type15 {
  color: white;
}

/* line 819, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments--type15 {
  color: #7f512b;
}

/* line 826, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content--type15 .block--text a,
.article-detail__content--type15 .block--image a {
  color: #7f512b;
}

/* line 833, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type15 {
  background: #332011;
}
/* line 836, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type15:before {
  border-top-color: #332011;
}

/* line 842, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__mask--type15 {
  background-color: #7f512b !important;
}

/* line 863, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--hightlight {
  background: none;
}

/* line 871, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__title--type15 span,
.article--highlight .article__title--type15 span {
  background-color: rgba(127, 81, 43, 0.75);
  box-shadow: 10px 0 0 0 rgba(127, 81, 43, 0.75), -10px 0 0 0 rgba(127, 81, 43, 0.75);
}
/* line 876, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__subtitle,
.article--highlight .article__subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Color #072a5a
\*----------------------------------------------------------------------------*/
/* line 803, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--type16 {
  background: #072a5a;
}

/* line 807, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type16 {
  background: #072a5a;
}
/* line 810, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type16:before {
  border-top-color: #072a5a;
}

/* line 815, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--type16 {
  color: white;
}

/* line 819, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments--type16 {
  color: #072a5a;
}

/* line 826, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content--type16 .block--text a,
.article-detail__content--type16 .block--image a {
  color: #072a5a;
}

/* line 833, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type16 {
  background: black;
}
/* line 836, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type16:before {
  border-top-color: black;
}

/* line 842, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__mask--type16 {
  background-color: #072a5a !important;
}

/* line 863, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--hightlight {
  background: none;
}

/* line 871, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__title--type16 span,
.article--highlight .article__title--type16 span {
  background-color: rgba(7, 42, 90, 0.75);
  box-shadow: 10px 0 0 0 rgba(7, 42, 90, 0.75), -10px 0 0 0 rgba(7, 42, 90, 0.75);
}
/* line 876, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__subtitle,
.article--highlight .article__subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Color #ef8e63
\*----------------------------------------------------------------------------*/
/* line 803, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--type17 {
  background: #ef8e63;
}

/* line 807, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type17 {
  background: #ef8e63;
}
/* line 810, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type17:before {
  border-top-color: #ef8e63;
}

/* line 815, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--type17 {
  color: white;
}

/* line 819, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments--type17 {
  color: #ef8e63;
}

/* line 826, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content--type17 .block--text a,
.article-detail__content--type17 .block--image a {
  color: #ef8e63;
}

/* line 833, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type17 {
  background: #d65116;
}
/* line 836, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type17:before {
  border-top-color: #d65116;
}

/* line 842, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__mask--type17 {
  background-color: #ef8e63 !important;
}

/* line 863, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--hightlight {
  background: none;
}

/* line 871, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__title--type17 span,
.article--highlight .article__title--type17 span {
  background-color: rgba(239, 142, 99, 0.75);
  box-shadow: 10px 0 0 0 rgba(239, 142, 99, 0.75), -10px 0 0 0 rgba(239, 142, 99, 0.75);
}
/* line 876, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__subtitle,
.article--highlight .article__subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Color #33d7d5
\*----------------------------------------------------------------------------*/
/* line 803, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--type18 {
  background: #33d7d5;
}

/* line 807, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type18 {
  background: #33d7d5;
}
/* line 810, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type18:before {
  border-top-color: #33d7d5;
}

/* line 815, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--type18 {
  color: white;
}

/* line 819, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments--type18 {
  color: #33d7d5;
}

/* line 826, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content--type18 .block--text a,
.article-detail__content--type18 .block--image a {
  color: #33d7d5;
}

/* line 833, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type18 {
  background: #1b8988;
}
/* line 836, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type18:before {
  border-top-color: #1b8988;
}

/* line 842, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__mask--type18 {
  background-color: #33d7d5 !important;
}

/* line 863, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--hightlight {
  background: none;
}

/* line 871, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__title--type18 span,
.article--highlight .article__title--type18 span {
  background-color: rgba(51, 215, 213, 0.75);
  box-shadow: 10px 0 0 0 rgba(51, 215, 213, 0.75), -10px 0 0 0 rgba(51, 215, 213, 0.75);
}
/* line 876, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__subtitle,
.article--highlight .article__subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 0 rgba(0, 0, 0, 0.5);
}

/* Color #bca4ff
\*----------------------------------------------------------------------------*/
/* line 803, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--type19 {
  background: #bca4ff;
}

/* line 807, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type19 {
  background: #bca4ff;
}
/* line 810, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__tag--type19:before {
  border-top-color: #bca4ff;
}

/* line 815, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__title--type19 {
  color: white;
}

/* line 819, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__comments--type19 {
  color: #bca4ff;
}

/* line 826, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article-detail__content--type19 .block--text a,
.article-detail__content--type19 .block--image a {
  color: #bca4ff;
}

/* line 833, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type19 {
  background: #713eff;
}
/* line 836, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--job .article__tag--type19:before {
  border-top-color: #713eff;
}

/* line 842, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article__mask--type19 {
  background-color: #bca4ff !important;
}

/* line 863, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.article--hightlight {
  background: none;
}

/* line 871, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__title--type19 span,
.article--highlight .article__title--type19 span {
  background-color: rgba(188, 164, 255, 0.75);
  box-shadow: 10px 0 0 0 rgba(188, 164, 255, 0.75), -10px 0 0 0 rgba(188, 164, 255, 0.75);
}
/* line 876, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
.carousel--spotlight .article__subtitle,
.article--highlight .article__subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 0 rgba(0, 0, 0, 0.5);
}

/*----------------------------------------------------------------------------*\
    $MOBILE
\*----------------------------------------------------------------------------*/
@media only screen and (min-width: 1024px) {
  /* line 912, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article:hover .article__image {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 921, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-detail__header .article__title-holder {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: 715px;
    padding: 0;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* line 933, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-detail__header .article__title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.37em;
  }

  /* line 939, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article__navigation {
    top: 30%;
    height: 70px;
    width: 35px;
    font-size: 24px;
    line-height: 75px;
    margin-top: -35px;
  }
  /* line 947, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article__navigation i {
    line-height: 75px;
  }
  /* line 951, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article__navigation .icon-left-open-big {
    position: relative;
    right: 5px;
  }
  /* line 956, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article__navigation .icon-right-open-big {
    position: relative;
  }

  /* line 962, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article__social {
    display: none;
  }

  /* line 966, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article__info {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  /* line 972, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-detail__content {
    width: 100%;
    padding-top: 0 !important;
    margin: 0 auto;
  }
  /* line 981, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-detail__content .block.block--social a {
    margin-bottom: 25px;
  }

  /* line 988, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-comments {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 995, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article--teaser {
    margin: 0 5px 20px 5px;
  }

  /* line 999, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .overview--teasers--more {
    margin-right: 25px;
  }

  /* line 1005, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .overview--teasers--popular li {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 675px) and (max-width: 1023px) {
  /* line 1015, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-overview .overview--teasers__holder {
    width: 660px;
  }

  /* line 1020, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-overview__list {
    width: 660px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  /* line 1026, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-overview__list .ad {
    margin: 0 1% 2% 1%;
  }

  /* line 1031, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-overview__list--highlight {
    width: 100%;
    left: 0;
    right: 0;
  }

  /* line 1037, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article--default {
    max-width: 310px;
    margin: 0 10px 20px 10px;
  }

  /* line 1042, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article--vacancy {
    margin: 0;
  }
}
@media only screen and (max-width: 674px) {
  /* line 1049, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article__navigation {
    display: none;
  }

  /* line 1053, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-overview__list {
    width: 310px;
    left: auto;
    right: auto;
    margin: 0 auto;
  }
  /* line 1059, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-overview__list .ad {
    margin: 0 0 10px 0;
  }

  /* line 1066, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-detail__content .article__info__image {
    position: relative;
    margin: 0 auto;
    width: 200px;
    height: 150px;
    margin-bottom: 20px;
  }
  /* line 1073, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-detail__content .article__info__image.company-detail {
    float: none;
    height: 200px;
  }

  /* line 1080, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-overview__list--highlight {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
  }

  /* line 1087, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article--default,
  .article--ads,
  .article--job {
    margin: 0 0 10px 0;
    max-width: none;
  }

  /* line 1094, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-detail__header {
    height: auto;
  }
  /* line 1097, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-detail__header .article__subtitle {
    padding: 5px 0;
  }

  /* line 1102, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article__title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.35em;
  }
  /* line 1106, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article--highlight .article__title {
    width: 90%;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3em;
  }

  /* line 1113, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article__subtitle {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1122, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-overview--teasers {
    padding: 10px 0;
  }

  /* line 1126, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-overview--first {
    margin-top: 21px;
    margin-top: 1.3125rem;
  }

  /* line 1131, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-overview__list .article__subtitle {
    position: relative;
    left: 0;
  }

  /* line 1137, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-overview__list--highlight {
    width: 106%;
  }

  /* line 1143, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .overview--teasers--popular li {
    width: 50%;
  }

  /* line 1148, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article__info__image {
    position: relative;
    margin: 0;
    width: 200px;
    height: 150px;
    margin-bottom: 20px;
  }

  /* line 1158, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-detail__content table tr {
    margin-bottom: 10px;
    display: block;
  }
  /* line 1163, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-detail__content table tr:nth-child(1) td {
    padding-bottom: 0;
  }
  /* line 1169, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-detail__content table tr:nth-child(2) td {
    padding-bottom: 0;
  }

  /* line 1177, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article--default {
    margin: 0 15px 21px 15px;
    max-width: 278px;
    max-width: 17.375rem;
    max-height: 278px;
    max-height: 17.375rem;
  }

  /* line 1183, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article--ads {
    margin: 0 15px 21px 15px;
    max-width: 278px;
    max-width: 17.375rem;
  }
  /* line 1187, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article--ads .article--job {
    width: 100%;
    left: 0;
  }

  /* line 1193, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .overview--teasers--more {
    margin-right: 0;
  }

  /* line 1197, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article--highlight {
    max-width: 305px;
    max-width: 19.0625rem;
  }
  /* line 1199, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .carousel--spotlight .article--highlight {
    width: 300px;
  }

  /* line 1205, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .carousel--spotlight .touchcarousel-item.ad {
    width: 300px;
  }

  /* line 1211, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .carousel--spotlight .article__title-holder {
    width: 280px;
  }

  /* line 1217, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .carousel--spotlight .article__title {
    width: 100%;
  }

  /* line 1223, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-detail__header .article__title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  /* line 1227, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-detail__header .article__title-holder {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  /* line 1236, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-detail__content .block.block--social a {
    margin: 0 0 10px 0;
  }
  /* line 1242, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-detail__content .block.block--image figure {
    margin: 1em 0px;
  }

  /* line 1249, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article--job {
    width: 90%;
    left: 15px;
  }

  /* line 1254, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article--vacancy {
    margin: 0;
    padding: 0 10px;
  }

  /* line 1259, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article__row {
    margin: 0 -5px;
  }
}
@media only screen and (max-width: 330px) {
  /* line 1265, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_article.scss */
  .article-overview__list {
    margin: 0 -10px;
  }
}
/*----------------------------------------------------------------------------*\
	$VIDEO
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
	$MODULE
\*----------------------------------------------------------------------------*/
/* line 24, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_teaser.scss */
.article--teaser {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 150px;
}
/* line 31, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_teaser.scss */
.article--teaser.is-last {
  display: none;
}
/* line 36, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_teaser.scss */
.article--teaser.article--teaser--video:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  pointer-events: none;
  line-height: 1em;
  content: '\e803';
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 42px;
  color: #ffffff;
  border: 4px solid #ffffff;
  position: absolute;
  text-indent: 5px;
  top: 25px;
  left: 50%;
  font-size: 140%;
  margin: 0 0 0 -28px;
  z-index: 2;
}
/* line 67, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_teaser.scss */
.article--teaser.article--teaser--video.is-last {
  display: inline-block;
}
/* line 73, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_teaser.scss */
.article--teaser:hover .teaser__title {
  color: #ffffff;
}
/* line 77, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_teaser.scss */
.article--teaser:hover:after {
  content: none;
}

/* line 83, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_teaser.scss */
.teaser__link .teaser__image {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 91, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_teaser.scss */
.teaser__link:hover .teaser__image {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

/* line 100, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_teaser.scss */
.teaser__image {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -ms-transition: -ms-transform 0.2s;
  transition: transform 0.2s;
}

/* line 110, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_teaser.scss */
.teaser__image--youtube {
  margin: -25px 0 0 0;
}

/* line 114, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_teaser.scss */
.teaser__title {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: white;
  padding: 7px 10px;
  padding: 0.4375rem 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em;
  display: block;
  height: 50px;
  background: #333333;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/*----------------------------------------------------------------------------*\
	$STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$THEME
\*----------------------------------------------------------------------------*/
/* Color #df2020
\*----------------------------------------------------------------------------*/
/* Color #1d92cd
\*----------------------------------------------------------------------------*/
/* Color #bfc01b
\*----------------------------------------------------------------------------*/
/* Color #1cc51c
\*----------------------------------------------------------------------------*/
/* Color #d63367
\*----------------------------------------------------------------------------*/
/* Color #df6c20
\*----------------------------------------------------------------------------*/
/* Color #861386
\*----------------------------------------------------------------------------*/
/* Color #138686
\*----------------------------------------------------------------------------*/
/* Color #40408c
\*----------------------------------------------------------------------------*/
/* Color #138613
\*----------------------------------------------------------------------------*/
/* Color #861313
\*----------------------------------------------------------------------------*/
/* Color #b99246
\*----------------------------------------------------------------------------*/
/* Color #444444
\*----------------------------------------------------------------------------*/
/* Color #f384d2
\*----------------------------------------------------------------------------*/
/* Color #7f512b
\*----------------------------------------------------------------------------*/
/* Color #072a5a
\*----------------------------------------------------------------------------*/
/* Color #ef8e63
\*----------------------------------------------------------------------------*/
/* Color #33d7d5
\*----------------------------------------------------------------------------*/
/* Color #bca4ff
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$RESONSIVE
\*----------------------------------------------------------------------------*/
@media only screen and (min-width: 675px) and (max-width: 1023px) {
  /* line 162, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_teaser.scss */
  .article--teaser.is-last {
    display: inline-block;
  }
  /* line 167, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_teaser.scss */
  .article--teaser.article--teaser--video.is-last {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  /* line 175, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_teaser.scss */
  .article--teaser {
    margin: 0 5px 20px 5px;
    float: left;
    width: 134px;
    height: 113px;
  }
  /* line 181, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_teaser.scss */
  .article--teaser.article--teaser--video:after {
    top: 7px;
  }
  /* line 185, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_teaser.scss */
  .article--teaser.small {
    width: 139px;
  }
}
/*----------------------------------------------------------------------------*\
    $BLOCKS
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
    $MODULE
\*----------------------------------------------------------------------------*/
/* line 24, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block {
  margin: 0 0 24px 0;
  margin: 0 0 1.5rem 0;
  font-size: 16px;
  font-size: 1rem;
}
/* line 30, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block .channel-selector__options ul li {
  padding: 5px 70px 5px 20px !important;
}

/* line 37, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block__title {
  font-size: 32px;
  font-size: 2rem;
}

/*----------------------------------------------------------------------------*\
    $STATE
\*----------------------------------------------------------------------------*/
/* line 45, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--header {
  margin-top: 0;
}

/* $IMAGE GALLERY
\*----------------------------------------------------------------------------*/
/* line 54, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--image-gallery ul {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
  width: 104%;
}
/* line 63, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--image-gallery li {
  display: inline-block;
  margin: 10px 20px 10px 0;
  padding: 0;
  width: 90px;
}
/* line 69, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--image-gallery li img {
  display: block;
  max-width: 90px;
}
/* line 75, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--image-gallery .block {
  margin: 0;
}
/* line 79, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--image-gallery figcaption {
  display: none;
}
/* line 83, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--image-gallery figure {
  margin: 0;
}

/* $TWEET & OEMBED
\*----------------------------------------------------------------------------*/
/* line 91, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--tweet,
.block--oembed {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 98, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--tweet.is-centered,
.block--oembed.is-centered {
  max-width: 500px;
}

/* line 104, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--oembed iframe {
  width: 100%;
}

/* $SITEMAP
\*----------------------------------------------------------------------------*/
/* line 112, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--sitemap__left {
  width: 45%;
  float: left;
}

/* line 118, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--sitemap__right {
  width: 45%;
  float: right;
  *zoom: 1;
}
/* line 38, ../usr/local/share/gems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.block--sitemap__right:after {
  content: "";
  display: table;
  clear: both;
}

/* $RELATED ITEMS
\*----------------------------------------------------------------------------*/
/* line 127, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--related-items {
  position: relative;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  background: #f9c25b;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
/* line 135, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--related-items:before {
  position: relative;
  content: attr(data-title);
  float: left;
}

/* line 142, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--related-items__items {
  position: relative;
  margin: 0 0 0 90px;
}
/* line 146, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--related-items__items .article__title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
/* line 150, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--related-items__items .article__title span {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 10px 0 0 0 rgba(0, 0, 0, 0.75), -10px 0 0 0 rgba(0, 0, 0, 0.75);
}

/* $AD
\*----------------------------------------------------------------------------*/
/* line 161, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--ad {
  text-align: center;
}

/* $IMAGE
\*----------------------------------------------------------------------------*/
/* line 168, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--image {
  width: 100%;
}
/* line 171, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--image .caption {
  display: block;
  text-align: left;
  font-size: 12px;
  font-style: italic;
}
/* line 178, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--image figure {
  margin: 0;
}

/* $QUOTE
\*----------------------------------------------------------------------------*/
/* line 186, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--quote {
  position: relative;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  background: #d9d9d9;
  font-size: 16px;
  font-size: 1rem;
}
/* line 192, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--quote q, .block--quote blockquote {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  margin: 0;
}
/* line 198, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--quote .block--quote__author {
  color: #666666;
}

/* $TAGS
\*----------------------------------------------------------------------------*/
/* line 206, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--tags {
  font-size: 16px;
  font-size: 1rem;
}
/* line 209, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--tags a {
  position: relative;
  height: 28px;
  height: 1.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  background: #d9d9d9;
  display: inline-block;
  padding: 0 10px;
  margin: 0 15px 10px 0;
}
/* line 218, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--tags a:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -20px;
  border: 14px solid transparent;
  border-right: 6px solid #d9d9d9;
}

/* $CONTRIBUTORS
\*----------------------------------------------------------------------------*/
/* line 235, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--contributors:after {
  content: "";
  display: table;
  clear: both;
}
/* line 241, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--contributors section {
  float: left;
  width: 100%;
}

/* line 247, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.contributor {
  background: #ffffff;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
  font-size: 16px;
  font-size: 1rem;
  *zoom: 1;
  position: relative;
  width: 100%;
}
/* line 38, ../usr/local/share/gems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.contributor:after {
  content: "";
  display: table;
  clear: both;
}
/* line 256, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.contributor .button--large {
  padding: 0 0.8em;
  line-height: 2.3;
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 263, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.contributor__image {
  border-radius: 50%;
  width: 100px;
  float: left;
}

/* line 269, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.contributor__image--author {
  border-radius: 100%;
  overflow: hidden;
}

/* line 274, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.contributor__details {
  display: table-cell;
  vertical-align: middle;
  padding-left: 50px;
}

/* line 280, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.contributor__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

/* $READ ON
\*----------------------------------------------------------------------------*/
/* line 289, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--read-on {
  text-align: center;
}

/* line 293, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--company {
  width: 160px;
  height: 135px;
  background: #ffffff;
  margin: 0 auto;
  text-align: center;
}
/* line 300, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--company:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/* line 307, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--company img {
  vertical-align: middle;
  display: inline-block;
  width: 130px;
}

/*----------------------------------------------------------------------------*\
    $THEME
\*----------------------------------------------------------------------------*/
/* line 318, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
.block--video .caption {
  font-size: 14px;
  text-align: right;
  font-style: italic;
}

/*----------------------------------------------------------------------------*\
    $MOBILE
\*----------------------------------------------------------------------------*/
@media only screen and (max-width: 674px) {
  /* line 330, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
  .block {
    margin: 0 0 40px 0;
    margin: 0 0 2.5rem 0;
    font-size: 16px;
    font-size: 1rem;
  }

  /* line 335, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
  .block__title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  /* $RELATED ITEMS
  \*----------------------------------------------------------------------------*/
  /* line 343, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
  .block--related-items:before {
    float: none;
  }

  /* line 348, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
  .block--related-items__items {
    margin: 10px 0 0 0;
    margin: 0.625rem 0 0 0;
  }

  /* $TAGS
  \*----------------------------------------------------------------------------*/
  /* line 355, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
  .block--tags {
    font-size: 14px;
    font-size: 0.875rem;
  }

  /* $CONTRIBUTORS
  \*----------------------------------------------------------------------------*/
  /* line 362, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
  .contributor {
    padding: 10px;
    padding: 0.625rem;
    font-size: 12px;
    font-size: 0.75rem;
  }

  /* line 367, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
  .contributor__details {
    margin: 0 0 0 80px;
  }

  /* line 371, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
  .contributor__title {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 480px) {
  /* line 379, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
  .contributor figure {
    margin: 1em 0px;
  }

  /* line 384, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
  .contributor__image {
    width: 70px;
  }

  /* line 388, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
  .contributor__details {
    padding-left: 20px;
  }

  /* line 393, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_blocks.scss */
  .block--image-gallery li {
    margin: 10px 8px 10px 0;
  }
}
/*----------------------------------------------------------------------------*\
	$CAROUSEL
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
	$MODULE
\*----------------------------------------------------------------------------*/
/* overwriting touchcarousel styling */
/* line 28, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_carousel.scss */
.touchcarousel .arrow-holder.left {
  top: 37%;
  margin-bottom: -50px;
  height: 100px;
  width: 50px;
  border-radius: 0 100px 100px 0;
  background: #ffffff;
  animation: arrow-left 0.7s;
  -webkit-animation: arrow-left 0.7s;
  -moz-animation: arrow-left 0.7s;
  -ms-animation: arrow-left 0.7s;
}
/* line 42, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_carousel.scss */
.touchcarousel .arrow-holder.right {
  top: 37%;
  margin-bottom: -50px;
  height: 100px;
  width: 50px;
  border-radius: 100px 0 0 100px;
  background: #ffffff;
  animation: arrow-right 0.5s;
  -webkit-animation: arrow-right 0.5s;
}
/* line 54, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_carousel.scss */
.touchcarousel .arrow-holder.disabled {
  display: none;
}
/* line 59, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_carousel.scss */
.touchcarousel .arrow-icon {
  top: 50%;
  margin-top: -50px;
  position: absolute;
}
/* line 65, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_carousel.scss */
.touchcarousel .arrow-icon.left:after {
  font-family: "fontello";
  content: "\e804";
  color: #333333;
  position: relative;
  left: 11px;
  top: 27px;
  font-size: 33px;
}
/* line 77, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_carousel.scss */
.touchcarousel .arrow-icon.right:after {
  font-family: "fontello";
  content: "\e805";
  color: #333333;
  position: relative;
  left: 26px;
  top: 27px;
  font-size: 33px;
}

/* line 90, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_carousel.scss */
.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 20px;
  background: #d9d9d9;
  *zoom: 1;
}
/* line 38, ../usr/local/share/gems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.carousel:after {
  content: "";
  display: table;
  clear: both;
}
/* line 99, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_carousel.scss */
.carousel.is-loading:after {
  position: absolute;
  content: url(../../bundles/dcfrontend/brand/dutchcowboys/images/ajax-loader.gif);
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
}

/*----------------------------------------------------------------------------*\
	$STATE
\*----------------------------------------------------------------------------*/
/* line 113, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_carousel.scss */
.carousel--spotlight {
  padding: 0;
  height: 340px;
}

/*----------------------------------------------------------------------------*\
	$THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$MOBILE
\*----------------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  /* line 138, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_carousel.scss */
  .carousel {
    padding: 10px;
    height: 165px;
  }
}
@media screen and (max-width: 1135px) {
  /* line 154, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_carousel.scss */
  .site-retain--wide .carousel--mostread {
    max-width: 880px;
    max-width: 55rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 161, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_carousel.scss */
  .touchcarousel .arrow-holder.right {
    display: none;
  }

  /* line 165, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_carousel.scss */
  .touchcarousel .arrow-holder.left {
    display: none;
  }
}
/*----------------------------------------------------------------------------*\
	$ANIMATIONS
\*----------------------------------------------------------------------------*/
@keyframes arrow-left {
  from {
    left: -50px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes arrow-left /* Safari and Chrome */ {
  from {
    left: -50px;
  }
  to {
    left: 0;
  }
}
@-moz-keyframes arrow-left /* Safari and Chrome */ {
  from {
    left: -50px;
  }
  to {
    left: 0;
  }
}
@-ms-keyframes arrow-left /* Safari and Chrome */ {
  from {
    left: -50px;
  }
  to {
    left: 0;
  }
}
@keyframes arrow-right {
  from {
    right: -50px;
  }
  to {
    right: 0;
  }
}
@-webkit-keyframes arrow-right /* Safari and Chrome */ {
  from {
    right: -50px;
  }
  to {
    right: 0;
  }
}
@-moz-keyframes arrow-right /* Safari and Chrome */ {
  from {
    right: -50px;
  }
  to {
    right: 0;
  }
}
@-ms-keyframes arrow-right /* Safari and Chrome */ {
  from {
    right: -50px;
  }
  to {
    right: 0;
  }
}
/*----------------------------------------------------------------------------*\
	$AD
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
	$MODULE
\*----------------------------------------------------------------------------*/
/* line 24, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_ad.scss */
.ad {
  text-align: center;
  min-height: 1px;
}

/* line 28, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_ad.scss */
.ad-holder {
  display: block;
}

/* line 32, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_ad.scss */
.ad-holder-mobile {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

/* line 37, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_ad.scss */
.ad-holder--leaderboard .ad > div > div {
  margin: 65px/2 0 -65px/2 0;
  margin: 2.03125rem 0 -2.03125rem 0;
}

/* line 43, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_ad.scss */
.ad-holder--billboard .ad > div > div {
  margin-top: -65px;
  margin-top: -4.0625rem;
}

/* line 48, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_ad.scss */
.ad-holder--billboard-non-home {
  margin-top: 24px;
}

/* line 53, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_ad.scss */
.ad-holder--rectangle .ad > div > div {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/* line 58, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_ad.scss */
.ad__image {
  display: block;
  width: 100%;
}

/*----------------------------------------------------------------------------*\
	$STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$MOBILE
\*----------------------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
  /* line 78, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_ad.scss */
  .ad-holder--billboard-non-home {
    margin: 24px 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 84, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_ad.scss */
  .ad-holder-mobile {
    margin-top: 21px;
    margin-top: 1.3125rem;
  }

  /* line 88, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_ad.scss */
  .ad-holder--leaderboard {
    padding-bottom: 32px;
    margin-top: -11px;
  }
}
/*----------------------------------------------------------------------------*\
	$TOPIC
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
	$MODULE
\*----------------------------------------------------------------------------*/
/* line 24, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_topic.scss */
.topic {
  background: #f2f2f2;
}

/* $PAGE CONTENT
\*----------------------------------------------------------------------------*/
/* line 31, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_topic.scss */
.topic__content {
  position: relative;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #333333;
  padding: 40px 0 0;
  padding: 2.5rem 0 0;
}
/* line 38, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_topic.scss */
.topic__content .block--text {
  color: #333333;
}
/* line 42, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_topic.scss */
.topic__content strong {
  font-weight: 700;
}

/*----------------------------------------------------------------------------*\
	$STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$MOBILE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$SEARCH-RESULT
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$MODULE
\*----------------------------------------------------------------------------*/
/* line 13, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_search-result.scss */
.search-result__content {
  position: relative;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #333333;
  padding: 40px 0 0;
  padding: 2.5rem 0 0;
  margin-bottom: 40px;
}

/*----------------------------------------------------------------------------*\
	$ARCHIVE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
	$MODULE
\*----------------------------------------------------------------------------*/
/* line 24, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_archive.scss */
.archive {
  margin: 25px 0;
}
/* line 27, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_archive.scss */
.archive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 34, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_archive.scss */
.archive__year {
  display: block;
}
/* line 37, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_archive.scss */
.archive__year > li {
  border-bottom: 1px solid #d3d2d2;
}
/* line 40, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_archive.scss */
.archive__year > li > a {
  color: #006bab;
  display: inline-block;
  padding: 4px 10px;
}

/* line 48, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_archive.scss */
.archive__month {
  display: inline-block;
}
/* line 51, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_archive.scss */
.archive__month li {
  display: inline-block;
}
/* line 54, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_archive.scss */
.archive__month li > a {
  color: #29a7de;
  display: inline-block;
  padding: 4px 5px;
}

/*----------------------------------------------------------------------------*\
	$STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$MOBILE
\*----------------------------------------------------------------------------*/
/* line 4, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_table.scss */
.table--company-detail {
  max-width: 415px;
}

/* line 1, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_cookielaw.scss */
.fhCookieLaw {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  z-index: 7000000;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

/* line 8, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_cookielaw.scss */
.fhCookieLaw.original {
  top: 20px;
  right: 20px;
  padding: 20px;
  width: 280px;
  border-radius: 5px;
}

/* line 16, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_cookielaw.scss */
.fhCookieLaw.bottom {
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}

/* line 24, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_cookielaw.scss */
.fhCookieLaw .fhCookieLaw-title {
  color: #999999;
  font-weight: bold;
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 20px 0;
  text-shadow: 1px 1px 0 #000000;
}

/* line 34, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_cookielaw.scss */
.fhCookieLaw .fhCookieLaw-description {
  color: #999999;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  margin: 0 auto 30px auto;
  max-width: 800px;
}

/* line 43, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_cookielaw.scss */
.fhCookieLaw .fhCookieLaw-description a {
  color: #999999;
  text-decoration: underline;
}

/* line 48, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_cookielaw.scss */
.fhCookieLaw .fhCookieLaw-actions {
  margin: 20px 0 0 0;
}

/* line 52, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_cookielaw.scss */
.fhCookieLaw a.fhCookieLaw-btn {
  margin-right: 1em;
  margin-bottom: 0;
}

/* THEME BOTTOM */
/* line 64, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_cookielaw.scss */
.fhCookieLaw.bottom .fhCookieLaw-description {
  vertical-align: middle;
  /* IE7 Exceptions */
  *zoom: 1;
  *display: inline;
}

/* line 72, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_cookielaw.scss */
.fhCookieLaw.bottom .fhCookieLaw-actions {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  /* IE7 Exceptions */
  *zoom: 1;
  *display: inline;
}

/* line 82, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_cookielaw.scss */
.fhCookieLaw.bottom a.fhCookieLaw-btn {
  padding: 5px 10px;
  font-size: 14px;
}
/* line 86, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_cookielaw.scss */
.fhCookieLaw.bottom a.fhCookieLaw-btn.accept {
  background: #00B700;
}

/* line 91, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_cookielaw.scss */
.fhCookieLaw.bottom a.fhCookieLaw-btn-close {
  top: 50%;
  margin-top: -13px;
}

@media only screen and (max-width: 768px) {
  /* line 97, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/sass/theme/modules/_cookielaw.scss */
  .fhCookieLaw .fhCookieLaw-description {
    margin-bottom: 10px;
  }
}
/*----------------------------------------------------------------------------*\
    $LAYOUT
    Structural styling
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it, LOL
*/
/*----------------------------------------------------------------------------*\
    $INCLUDES
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$HEADER
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
	$MODULE
\*----------------------------------------------------------------------------*/
/* line 24, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/brand/dutchcowboys/sass/theme/layout/_header.scss */
.header {
  *zoom: 1;
  padding-bottom: 10px;
}
/* line 38, ../usr/local/share/gems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.header:after {
  content: "";
  display: table;
  clear: both;
}

/* $HEADER LOGO
\*------------------------------------------------------------------------*/
/* line 32, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/brand/dutchcowboys/sass/theme/layout/_header.scss */
.header__logo {
  width: 182px;
  height: 88px;
  text-indent: 182px;
  line-height: 49px;
  overflow: hidden;
  background: url(../../bundles/dcfrontend/brand/dutchcowboys/images/logo--site.png) no-repeat 0 0;
  margin: -4px 6px -40px -10px;
  display: block;
  float: left;
  z-index: 4;
  position: relative;
  top: -34px;
}

/*----------------------------------------------------------------------------*\
	$STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $MOBILE
\*----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  /* line 62, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/brand/dutchcowboys/sass/theme/layout/_header.scss */
  .header__logo {
    margin-left: 5px;
    margin-top: -1px;
    background: url(../../bundles/dcfrontend/brand/dutchcowboys/images/logo--site__small.png) no-repeat 0 0;
    top: -5px;
  }
}
/*----------------------------------------------------------------------------*\
	$VIDEO
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$CONTENTS
\*----------------------------------------------------------------------------*/
/*
CONTENTS................You're reading it
MODULE..................Includes base module & submodules
STATE...................States the module can be in
THEME...................Theming of the module
*/
/*----------------------------------------------------------------------------*\
	$MODULE
\*----------------------------------------------------------------------------*/
/* line 24, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/brand/dutchcowboys/sass/theme/modules/_teaser.scss */
.teaser__title {
  font-weight: 300;
}

/*----------------------------------------------------------------------------*\
	$STATE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$THEME
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	$RESONSIVE
\*----------------------------------------------------------------------------*/
/* line 2, ../home/bertjan/www/cowboys-merge-test/web/bundles/dcfrontend/brand/dutchcowboys/sass/theme/modules/_mp.scss */
#mp-subclose1 {
  width: 50px;
}
