/**
 * File:        screen.scss
 * Description: Stylesheet for 'Make it so' base theme
 * Author:      Sebastiaan Bonardt - @_sebbon
 */
/**
 * File:        _base.scss
 * Description: This base file contains all project VARIABLES and (custom) mixins
 * Author:      Sebastiaan Bonardt - @_sebbon
 */
/**
 * WEBSITE SETTINGS. Change these as desired:
*/
/* Theme colors */
/* generic-names */
/**
 * Media Query Breakpoints
 */
/*
 * Mixin: Breakpoints handling RWD including Old-IE (lte IE98)
*/
/*
 * Mixin: Old IE. Only print this for Old-ie stylesheet
*/
/*
 * Mixin: Font size rem and px mixin
*/
/*
 * Mixin: Header font size rem and px mixin. Has smaller line-height
*/
/*
 * Mixin: REM to Px
*/
/*
 * Mixin: Linear gradient
*/
/* Mixin: Background retina image
 * set one background image for both retina, normal and IE screens without issues.
 * use as: @include background-retina-image(spritename, 0  0, 500px 1500px);
 * save images sprite twice the size, set the $size to half e.g. sprite img dimensions: 1000 x 1000, size 500 x 500
 * for retina able browsers background-size values are added
*/
/* line 208, ../../source/scss/base/_base.scss */
.inner-wrap:after, .filters:after, .footer-menu:after, .search-filter:after, .pager:after, .video_video-block:after, .videos_search-block > div:after, .videos_search-block > form:after, .videos_listing:after, .homepage_videos_listing:after, .homepage_videos_listing .beam:after, .share_options:after, .form-wrapper:after, .speaker_speaker-block:after {
  content: "";
  display: table;
  clear: both; }

/* line 215, ../../source/scss/base/_base.scss */
.stripped, .related-videos ul, .videos_list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../../source/scss/base/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 19, ../../source/scss/base/_normalize.scss */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../../source/scss/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../../source/scss/base/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, ../../source/scss/base/_normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../../source/scss/base/_normalize.scss */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../../source/scss/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../../source/scss/base/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../../source/scss/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0; }

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

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

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

/* line 169, ../../source/scss/base/_normalize.scss */
sup {
  top: -0.5em; }

/* line 173, ../../source/scss/base/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../../source/scss/base/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../../source/scss/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../../source/scss/base/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../../source/scss/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../../source/scss/base/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../../source/scss/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../../source/scss/base/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../../source/scss/base/_normalize.scss */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../../source/scss/base/_normalize.scss */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../../source/scss/base/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 324, ../../source/scss/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 336, ../../source/scss/base/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 360, ../../source/scss/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 369, ../../source/scss/base/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 380, ../../source/scss/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 389, ../../source/scss/base/_normalize.scss */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 398, ../../source/scss/base/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 409, ../../source/scss/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 414, ../../source/scss/base/_normalize.scss */
td,
th {
  padding: 0; }

/**
 * File:        _overrides.scss
 * Description: This base file contains styling overrides, preventing browser or OS defaults creeping in
 * Author:      Sebastiaan Bonardt - @_sebbon
 */
/**
* General OS overrides
*/
/* line 12, ../../source/scss/modules/_overrides.scss */
input[type="search"], input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* line 17, ../../source/scss/modules/_overrides.scss */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

/* line 21, ../../source/scss/modules/_overrides.scss */
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

/**
* Drupal overrides
*/
/* Drupal additions and overrides */
/* line 31, ../../source/scss/modules/_overrides.scss */
.field-collection-container {
  border: 0; }

/* line 34, ../../source/scss/modules/_overrides.scss */
.gd_infinite_scroll-ajax-loader {
  text-align: center;
  clear: both; }

/* Drupal system.menu.css */
/**
 * @file
 * Styles for menus and navigation markup.
 */
/**
 * Markup generated by theme_menu_local_tasks().
 */
/* line 47, ../../source/scss/modules/_overrides.scss */
ul.tabs {
  overflow: hidden;
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em;
  /* LTR */
  white-space: nowrap; }

/* line 58, ../../source/scss/modules/_overrides.scss */
ul.tabs li {
  display: inline;
  float: left; }

/* line 62, ../../source/scss/modules/_overrides.scss */
ul.tabs li a {
  background-color: #eee;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em;
  /* LTR */
  padding: 0 1em;
  text-decoration: none; }

/* line 72, ../../source/scss/modules/_overrides.scss */
ul.tabs li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff; }

/* line 77, ../../source/scss/modules/_overrides.scss */
ul.tabs li a:hover {
  background-color: #efefef;
  border-color: #ccc;
  border-bottom-color: #efefef; }

/* line 83, ../../source/scss/modules/_overrides.scss */
.front .block {
  margin-bottom: 30px; }

/* line 88, ../../source/scss/modules/_overrides.scss */
.messages .msg {
  margin-top: 0;
  font-size: 0.875rem;
  line-height: 1.53125rem; }

/**
* from system.css
*/
/**
* Autocomplete.
*
* @see autocomplete.js
*/
/* Suggestion list */
/* line 104, ../../source/scss/modules/_overrides.scss */
#autocomplete li.selected {
  background: #0072b9;
  color: #fff; }

/**
* Collapsible fieldsets.
*
* @see collapse.js
*/
/* line 114, ../../source/scss/modules/_overrides.scss */
html.js fieldset.collapsible .fieldset-legend {
  background: url(../../misc/menu-expanded.png) 5px 65% no-repeat;
  /* LTR */
  padding-left: 15px;
  /* LTR */ }

/* line 118, ../../source/scss/modules/_overrides.scss */
html.js fieldset.collapsed .fieldset-legend {
  background-image: url(../../misc/menu-collapsed.png);
  /* LTR */
  background-position: 5px 50%;
  /* LTR */ }

/* line 122, ../../source/scss/modules/_overrides.scss */
.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em; }

/**
* TableDrag behavior.
*
* @see tabledrag.js
*/
/* line 133, ../../source/scss/modules/_overrides.scss */
tr.drag {
  background-color: #fffff0; }

/* line 136, ../../source/scss/modules/_overrides.scss */
tr.drag-previous {
  background-color: #ffd; }

/* line 139, ../../source/scss/modules/_overrides.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em; }

/* line 142, ../../source/scss/modules/_overrides.scss */
body div.tabledrag-changed-warning {
  margin-bottom: 0.5em; }

/**
* TableSelect behavior.
*
* @see tableselect.js
*/
/* line 151, ../../source/scss/modules/_overrides.scss */
tr.selected td {
  background: #ffc; }

/* line 154, ../../source/scss/modules/_overrides.scss */
td.checkbox,
th.checkbox {
  text-align: center; }

/**
* Progress bar.
*
* @see progress.js
*/
/* line 164, ../../source/scss/modules/_overrides.scss */
.progress {
  font-weight: bold; }

/* line 167, ../../source/scss/modules/_overrides.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* line 175, ../../source/scss/modules/_overrides.scss */
.progress .filled {
  background: #0072b9 url(../../misc/progress.gif); }

/* line 182, ../../source/scss/modules/_overrides.scss */
.messages {
  background-color: #e0e7ea;
  padding-top: 2rem; }
  /* line 186, ../../source/scss/modules/_overrides.scss */
  .messages p:last-child {
    margin-bottom: 0; }
  /* line 190, ../../source/scss/modules/_overrides.scss */
  .messages + .main-content {
    padding-top: 2.75rem; }

/* line 195, ../../source/scss/modules/_overrides.scss */
.message {
  color: #222;
  margin-bottom: 1.5rem;
  background-color: #c4d1d6;
  border: 1px solid #AAB9BF;
  font-size: 0.75rem;
  line-height: 1.3125rem;
  text-align: left;
  width: 100%;
  display: block;
  padding: 0.5rem 0.625rem; }
  /* line 205, ../../source/scss/modules/_overrides.scss */
  .message.status {
    background-color: #6a9144;
    border: 1px solid #466325;
    color: #151515; }
  /* line 210, ../../source/scss/modules/_overrides.scss */
  .message.error {
    background-color: #c33435;
    border: 1px solid #A12222;
    color: #fff; }
  /* line 215, ../../source/scss/modules/_overrides.scss */
  .message.warning {
    background-color: #f6bb59;
    border: 1px solid #f5b141;
    color: #222; }
  /* line 220, ../../source/scss/modules/_overrides.scss */
  .message ul {
    margin-bottom: 0;
    padding: 0; }
  /* line 225, ../../source/scss/modules/_overrides.scss */
  .message li {
    float: left;
    width: 100%;
    text-align: left;
    list-style: none;
    padding-left: 0; }

/* line 234, ../../source/scss/modules/_overrides.scss */
#tfa-basic-setup-form,
#tfa-basic-disable-form,
#tfa-form {
  margin: 1rem 0 2.5rem 0; }
  /* line 239, ../../source/scss/modules/_overrides.scss */
  #tfa-basic-setup-form input,
  #tfa-basic-disable-form input,
  #tfa-form input {
    margin: 8px 0; }
  /* line 243, ../../source/scss/modules/_overrides.scss */
  #tfa-basic-setup-form .description,
  #tfa-basic-disable-form .description,
  #tfa-form .description {
    padding: 0 0 8px 0; }
  /* line 247, ../../source/scss/modules/_overrides.scss */
  #tfa-basic-setup-form .form-submit,
  #tfa-basic-disable-form .form-submit,
  #tfa-form .form-submit {
    display: inline-block;
    margin-right: 10px; }
  /* line 252, ../../source/scss/modules/_overrides.scss */
  #tfa-basic-setup-form #tfa-qrcode,
  #tfa-basic-disable-form #tfa-qrcode,
  #tfa-form #tfa-qrcode {
    padding: 0 0 20px 0; }
  /* line 256, ../../source/scss/modules/_overrides.scss */
  #tfa-basic-setup-form *,
  #tfa-basic-disable-form *,
  #tfa-form * {
    font-size: 14px; }
  /* line 261, ../../source/scss/modules/_overrides.scss */
  #tfa-basic-setup-form #edit-codes label,
  #tfa-basic-disable-form #edit-codes label,
  #tfa-form #edit-codes label {
    float: none; }

/* Clearfix IE8 and up, more semantic class group */
/* line 2, ../../source/scss/modules/_defaults.scss */
.group:after, .message ul:after, .main-content .body-content:after, .toggle-btn-wrap:after, .gallery:after, .cycle-slideshow:after {
  content: "";
  display: table;
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
/* line 9, ../../source/scss/modules/_defaults.scss */
.group, .message ul, .main-content .body-content, .toggle-btn-wrap, .gallery, .cycle-slideshow {
  zoom: 1;
  overflow: hidden; }

/* apply a natural box layout model to all elements */
/* line 15, ../../source/scss/modules/_defaults.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 22, ../../source/scss/modules/_defaults.scss */
input {
  border-radius: 0; }

/* line 27, ../../source/scss/modules/_defaults.scss */
.is-visible {
  display: block; }

/* line 31, ../../source/scss/modules/_defaults.scss */
.is-invisible, .element-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal; }

/* line 40, ../../source/scss/modules/_defaults.scss */
.is-hidden, .form-item-start-type-speaker > label, [class*=".form-item-custom-start-seconds"] > label, .main-content.home-page .page-title {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media only screen and (min-width: 30em) {
  /* line 55, ../../source/scss/modules/_defaults.scss */
  .up-to-small-screens {
    display: none;
    visibility: hidden; } }

/* line 62, ../../source/scss/modules/_defaults.scss */
.small-screens-up {
  display: none; }
  @media only screen and (min-width: 30em) {
    /* line 62, ../../source/scss/modules/_defaults.scss */
    .small-screens-up {
      display: block; } }

@media only screen and (min-width: 40em) {
  /* line 69, ../../source/scss/modules/_defaults.scss */
  .up-to-medium-screens {
    display: none;
    visibility: hidden; } }

/* line 76, ../../source/scss/modules/_defaults.scss */
.medium-screens-up {
  display: none; }
  @media only screen and (min-width: 40em) {
    /* line 76, ../../source/scss/modules/_defaults.scss */
    .medium-screens-up {
      display: block; } }

@media only screen and (min-width: 48em) {
  /* line 83, ../../source/scss/modules/_defaults.scss */
  .up-to-large-screens {
    display: none;
    visibility: hidden; } }

/* line 90, ../../source/scss/modules/_defaults.scss */
.large-screens-up {
  display: none; }
  @media only screen and (min-width: 48em) {
    /* line 90, ../../source/scss/modules/_defaults.scss */
    .large-screens-up {
      display: block; } }

/* line 97, ../../source/scss/modules/_defaults.scss */
.up-to-xlarge-screens {
  display: block; }
  @media only screen and (min-width: 60em) {
    /* line 97, ../../source/scss/modules/_defaults.scss */
    .up-to-xlarge-screens {
      display: none;
      visibility: hidden; } }

/* line 105, ../../source/scss/modules/_defaults.scss */
.xlarge-screens-up {
  display: none; }
  @media only screen and (min-width: 60em) {
    /* line 105, ../../source/scss/modules/_defaults.scss */
    .xlarge-screens-up {
      display: block; } }

/* line 112, ../../source/scss/modules/_defaults.scss */
.up-to-wide-screens {
  display: block; }
  @media only screen and (min-width: 75em) {
    /* line 112, ../../source/scss/modules/_defaults.scss */
    .up-to-wide-screens {
      display: none;
      visibility: hidden; } }

/* line 120, ../../source/scss/modules/_defaults.scss */
.wide-screens-up {
  display: none; }
  @media only screen and (min-width: 75em) {
    /* line 120, ../../source/scss/modules/_defaults.scss */
    .wide-screens-up {
      display: block; } }

/* line 127, ../../source/scss/modules/_defaults.scss */
img {
  max-width: 100%; }

/* line 131, ../../source/scss/modules/_defaults.scss */
blockquote {
  clear: both; }

/* line 146, ../../source/scss/modules/_defaults.scss */
.assistive {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 157, ../../source/scss/modules/_defaults.scss */
.block {
  margin-bottom: 2rem; }

/**
* File:        _layout.scss
* Description: _layout.scss contains all styles for page structure setup for makeitso
* Author:      Sebastiaan Bonardt - @_sebbon
*/
/**
* About the Responsive Web Design breakpoints in this setup:
* from base.scss, use small-screens, medium-screens, large-screens, xlarge-screens, wide-screens
* Use them with "respond-to" mixin from base.scss as "@include respond-to(small-screens) {}"
* 
* page setup: body direct descendants are the main wrappers containing direct 
* descendant with .inner-wrap class set to center the content on the page. Used in favor 
* of a general top level wrap all wrapper for esthetics sake. 
*
* The design pattern here is that some parts (e.g. header/footer) of the website need a full-width
* background color, but the contents needs to be centered on the page
*
* ! If no full width background-colors are in the design you can remove the inner-wrap div's and
* set the $site-max-width on the body with margin:0 auto;
*
*/
/* line 24, ../../source/scss/modules/_layout.scss */
html {
  height: 100%; }

/* line 28, ../../source/scss/modules/_layout.scss */
body {
  min-height: 100%;
  margin: 0;
  position: relative;
  padding: 0; }
  @media only screen and (min-width: 40em) {
    /* line 28, ../../source/scss/modules/_layout.scss */
    body {
      padding-top: 0.2rem; } }
  /* line 36, ../../source/scss/modules/_layout.scss */
  body > header, body footer, body main, body [role="main"] {
    width: 100%;
    display: block;
    overflow: hidden; }
  /* line 41, ../../source/scss/modules/_layout.scss */
  body > header {
    padding: 0; }
  /* line 47, ../../source/scss/modules/_layout.scss */
  body > main, body [role="main"] {
    margin: 0 0 2em; }
  /* line 50, ../../source/scss/modules/_layout.scss */
  body > footer {
    min-height: 5em;
    background-color: #e0e7ea;
    padding: 1em 0 0;
    position: relative;
    overflow: visible; }
    @media only screen and (min-width: 40em) {
      /* line 50, ../../source/scss/modules/_layout.scss */
      body > footer {
        overflow: auto; } }

/* line 62, ../../source/scss/modules/_layout.scss */
.inner-wrap {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 74em;
  position: relative; }
  @media only screen and (min-width: 40em) {
    /* line 62, ../../source/scss/modules/_layout.scss */
    .inner-wrap {
      padding: 0 1.25em; } }

/* line 73, ../../source/scss/modules/_layout.scss */
.skipcontent {
  background-color: #121469;
  left: -9999px;
  padding: 0.3125em 1em;
  position: absolute;
  padding: 1em 2.3em;
  display: inline-block;
  z-index: 2;
  top: 1rem; }
  /* line 82, ../../source/scss/modules/_layout.scss */
  .skipcontent:link, .skipcontent:visited {
    color: #fff;
    text-decoration: underline; }
  /* line 86, ../../source/scss/modules/_layout.scss */
  .skipcontent:focus {
    left: 1.25em; }

/* line 91, ../../source/scss/modules/_layout.scss */
.logo {
  margin: 0.85rem 0 1.95rem 0;
  overflow: hidden; }
  @media only screen and (min-width: 40em) {
    /* line 91, ../../source/scss/modules/_layout.scss */
    .logo {
      float: left;
      margin-top: 0;
      margin-left: -0.625rem; } }
  /* line 99, ../../source/scss/modules/_layout.scss */
  .logo a {
    display: inline-block;
    margin-bottom: 0;
    overflow: hidden; }
    /* line 103, ../../source/scss/modules/_layout.scss */
    .logo a:link, .logo a:visited {
      border: 0; }
    /* line 106, ../../source/scss/modules/_layout.scss */
    .logo a:hover, .logo a:active, .logo a:focus {
      border: 0; }
  /* line 110, ../../source/scss/modules/_layout.scss */
  .logo img {
    display: block;
    max-width: 285px;
    float: left; }
    @media only screen and (min-width: 30em) {
      /* line 110, ../../source/scss/modules/_layout.scss */
      .logo img {
        max-width: 430px; } }
  /* line 118, ../../source/scss/modules/_layout.scss */
  .logo span {
    display: none;
    font-size: 0.625rem;
    line-height: 1.09375rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #464646;
    float: left;
    padding: 0.25rem 0 0.25rem 0.95rem;
    margin-left: 1rem;
    margin-top: 1.2rem;
    border-left: 1px solid currentColor;
    width: auto;
    font-family: arial;
    text-transform: uppercase;
    letter-spacing: 3px; }
    @media only screen and (min-width: 30em) {
      /* line 118, ../../source/scss/modules/_layout.scss */
      .logo span {
        margin-top: 1.5rem; } }
    @media only screen and (min-width: 40em) {
      /* line 118, ../../source/scss/modules/_layout.scss */
      .logo span {
        font-family: "Corpid-Regular";
        color: #959CA5;
        margin-top: 1.90rem;
        font-size: 0.75rem;
        line-height: 1.3125rem; } }
    @media only screen and (min-width: 48em) {
      /* line 118, ../../source/scss/modules/_layout.scss */
      .logo span {
        font-size: 1.0625rem;
        line-height: 1.85938rem;
        margin-top: 2rem; } }
  /* line 147, ../../source/scss/modules/_layout.scss */
  .logo.centered {
    text-align: center; }
    @media only screen and (min-width: 40em) {
      /* line 147, ../../source/scss/modules/_layout.scss */
      .logo.centered {
        float: none; } }
    /* line 152, ../../source/scss/modules/_layout.scss */
    .logo.centered a {
      display: inline-block; }

/* line 158, ../../source/scss/modules/_layout.scss */
.site-name {
  display: block; }

/* line 162, ../../source/scss/modules/_layout.scss */
.breadcrumb {
  margin: 1em 0; }

@media only screen and (min-width: 48em) {
  /* line 166, ../../source/scss/modules/_layout.scss */
  .body-content {
    max-width: 44rem; } }

/* line 172, ../../source/scss/modules/_layout.scss */
.main-content {
  overflow: hidden;
  padding-top: 2rem;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 40em) {
    /* line 172, ../../source/scss/modules/_layout.scss */
    .main-content {
      padding-top: 3.75rem; } }
  /* line 179, ../../source/scss/modules/_layout.scss */
  .main-content aside:first-child {
    float: left;
    width: 20%; }
  /* line 186, ../../source/scss/modules/_layout.scss */
  .main-content .body-content {
    margin-bottom: 1rem;
    width: 100%; }
    @media only screen and (min-width: 60em) {
      /* line 186, ../../source/scss/modules/_layout.scss */
      .main-content .body-content {
        float: left; } }
    @media only screen and (min-width: 75em) {
      /* line 186, ../../source/scss/modules/_layout.scss */
      .main-content .body-content {
        max-width: 50rem; } }
    @media only screen and (min-width: 60em) {
      /* line 196, ../../source/scss/modules/_layout.scss */
      .main-content .body-content + aside {
        float: right;
        width: 20%; } }
  /* line 203, ../../source/scss/modules/_layout.scss */
  .main-content + aside {
    padding: 1rem 0; }

/* line 218, ../../source/scss/modules/_layout.scss */
.footer-block {
  margin-bottom: 2.25rem; }

/*
** general layout styles for (page) columns
*/
@media only screen and (min-width: 40em) {
  /* line 227, ../../source/scss/modules/_layout.scss */
  .half {
    float: left;
    width: 49%;
    margin-right: 2%; } }
@media only screen and (min-width: 40em) {
  /* line 233, ../../source/scss/modules/_layout.scss */
  .half:nth-child(2n) {
    margin-right: 0; } }

@media only screen and (min-width: 40em) {
  /* line 240, ../../source/scss/modules/_layout.scss */
  .third {
    float: left;
    width: 49%;
    margin-right: 2%; } }
@media only screen and (min-width: 60em) {
  /* line 240, ../../source/scss/modules/_layout.scss */
  .third {
    width: 32%;
    margin-right: 2%; } }
@media only screen and (min-width: 40em) {
  /* line 250, ../../source/scss/modules/_layout.scss */
  .third:nth-child(2n) {
    margin-right: 0; } }
@media only screen and (min-width: 60em) {
  /* line 250, ../../source/scss/modules/_layout.scss */
  .third:nth-child(2n) {
    margin-right: 2%; } }
@media only screen and (min-width: 60em) {
  /* line 258, ../../source/scss/modules/_layout.scss */
  .third:nth-child(3n) {
    margin-right: 0; } }

@media only screen and (min-width: 40em) {
  /* line 265, ../../source/scss/modules/_layout.scss */
  .two-third {
    float: left;
    width: 65%;
    margin-right: 2%; } }
@media only screen and (min-width: 40em) {
  /* line 271, ../../source/scss/modules/_layout.scss */
  .two-third + .third {
    width: 31%;
    margin-right: 0; } }

/* line 279, ../../source/scss/modules/_layout.scss */
.select2-container, .videos_search-block-date select {
  max-width: 80%;
  float: left; }
  @media only screen and (min-width: 30em) {
    /* line 279, ../../source/scss/modules/_layout.scss */
    .select2-container, .videos_search-block-date select {
      max-width: 300px; } }
  @media only screen and (min-width: 60em) {
    /* line 279, ../../source/scss/modules/_layout.scss */
    .select2-container, .videos_search-block-date select {
      max-width: 180px; } }
  @media only screen and (min-width: 75em) {
    /* line 279, ../../source/scss/modules/_layout.scss */
    .select2-container, .videos_search-block-date select {
      max-width: 240px; } }

/**
 * File:        _typography.scss
 * Description: _typography.scss contains all text styles for makeitso
 * Author:      Sebastiaan Bonardt - @_sebbon
 */
@font-face {
  font-family: 'Corpid-Regular';
  src: url("../webfonts/CorpidC1-Regular.eot");
  src: url("../webfonts/CorpidC1-Regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/CorpidC1-Regular.woff") format("woff"), url("../webfonts/CorpidC1-Regular.ttf") format("truetype"), url("../webfonts/CorpidC1-Regular.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Corpid-RegularItalic';
  src: url("../webfonts/CorpidC1-RegularItalic.eot");
  src: url("../webfonts/CorpidC1-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../webfonts/CorpidC1-RegularItalic.woff") format("woff"), url("../webfonts/CorpidC1-RegularItalic.ttf") format("truetype"), url("../webfonts/CorpidC1-RegularItalic.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Corpid-Light';
  src: url("../webfonts/CorpidC1-LightItalic.eot");
  src: url("../webfonts/CorpidC1-LightItalic.eot?#iefix") format("embedded-opentype"), url("../webfonts/CorpidC1-LightItalic.woff") format("woff"), url("../webfonts/CorpidC1-LightItalic.ttf") format("truetype"), url("../webfonts/CorpidC1-LightItalic.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Corpid-LightItalic';
  src: url("../webfonts/CorpidC1-LightItalic.eot");
  src: url("../webfonts/CorpidC1-LightItalic.eot?#iefix") format("embedded-opentype"), url("../webfonts/CorpidC1-LightItalic.woff") format("woff"), url("../webfonts/CorpidC1-LightItalic.ttf") format("truetype"), url("../webfonts/CorpidC1-LightItalic.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Corpid-Bold';
  src: url("../webfonts/CorpidC1-Bold.eot");
  src: url("../webfonts/CorpidC1-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/CorpidC1-Bold.woff") format("woff"), url("../webfonts/CorpidC1-Bold.ttf") format("truetype"), url("../webfonts/CorpidC1-Bold.svg#open_sansbold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Corpid-BoldItalic';
  src: url("../webfonts/CorpidC1-Bold.eot");
  src: url("../webfonts/CorpidC1-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/CorpidC1-Bold.woff") format("woff"), url("../webfonts/CorpidC1-Bold.ttf") format("truetype"), url("../webfonts/CorpidC1-Bold.svg#open_sansbold") format("svg");
  font-weight: 700;
  font-style: italic; }
/* line 77, ../../source/scss/modules/_typography.scss */
body {
  font-size: 100%;
  font-family: Verdana, sans-serif;
  color: #222; }
  /* line 82, ../../source/scss/modules/_typography.scss */
  body.not-front.node-type-page h3, body.not-front.page-faq-page h3, body.not-front.node-type-faq h3 {
    font-size: 1rem; }

/* line 88, ../../source/scss/modules/_typography.scss */
h1, h2, h3, h4, h5, span.no-content {
  margin-top: 0;
  color: #333;
  font-weight: normal;
  font-family: 'Corpid-Regular'; }

/* line 95, ../../source/scss/modules/_typography.scss */
h1, .alpha, .faq-question span {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: normal; }
  @media only screen and (min-width: 40em) {
    /* line 95, ../../source/scss/modules/_typography.scss */
    h1, .alpha, .faq-question span {
      font-size: 1.5rem;
      line-height: 1.875rem; } }

/* line 103, ../../source/scss/modules/_typography.scss */
h2, .beta, span.no-content {
  font-size: 1.125rem;
  line-height: 1.40625rem;
  font-weight: normal; }
  /* line 106, ../../source/scss/modules/_typography.scss */
  .search-page aside h2, .search-page aside .beta, .search-page aside span.no-content {
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.09375rem; }
    @media only screen and (min-width: 48em) {
      /* line 106, ../../source/scss/modules/_typography.scss */
      .search-page aside h2, .search-page aside .beta, .search-page aside span.no-content {
        font-size: 1.125rem;
        line-height: 1.40625rem; } }

/* line 115, ../../source/scss/modules/_typography.scss */
h3, .gamma {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: bold; }

/* line 120, ../../source/scss/modules/_typography.scss */
h4, .delta {
  font-size: 0.7rem;
  line-height: 0.875rem; }

/* line 124, ../../source/scss/modules/_typography.scss */
h5, .epsilon {
  font-size: 0.6875rem;
  line-height: 0.85938rem; }

/* line 128, ../../source/scss/modules/_typography.scss */
.beam {
  background-color: #121469;
  color: #fff;
  padding: 0.25rem 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Verdana, sans-serif;
  font-size: 0.7rem;
  line-height: 0.875rem; }

/* line 138, ../../source/scss/modules/_typography.scss */
.masthead {
  text-align: center;
  position: relative;
  margin: 3rem 0; }
  /* line 142, ../../source/scss/modules/_typography.scss */
  .masthead:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #121469;
    z-index: -1; }
  /* line 152, ../../source/scss/modules/_typography.scss */
  .masthead span {
    padding: 0 3rem;
    background-color: #ecedf3;
    border: solid 8px #fff;
    z-index: 1px;
    position: relative;
    font-size: 0.8125rem;
    line-height: 1.42188rem;
    color: #121469;
    display: inline-block; }
    @media only screen and (min-width: 40em) {
      /* line 152, ../../source/scss/modules/_typography.scss */
      .masthead span {
        font-size: 0.75rem;
        line-height: 1.3125rem; } }

/* line 167, ../../source/scss/modules/_typography.scss */
p, ul, ol, dt, dd, pre, blockquote, table {
  margin: 0 0 2rem 0;
  font-size: 0.8125rem;
  line-height: 1.42188rem; }
  @media only screen and (min-width: 40em) {
    /* line 167, ../../source/scss/modules/_typography.scss */
    p, ul, ol, dt, dd, pre, blockquote, table {
      font-size: 0.75rem;
      line-height: 1.3125rem; } }

/* line 174, ../../source/scss/modules/_typography.scss */
ol:not(.stripped) {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */ }
  /* line 178, ../../source/scss/modules/_typography.scss */
  ol:not(.stripped) > li {
    position: relative;
    /* Create a positioning context */
    list-style: none;
    /* Disable the normal item numbering */
    padding-left: 1.9em;
    margin-bottom: 1em; }
    /* line 183, ../../source/scss/modules/_typography.scss */
    ol:not(.stripped) > li:before {
      position: absolute;
      left: 0.2rem;
      font-weight: bold;
      font-size: 0.7rem;
      line-height: 1.225rem;
      width: 2em;
      text-align: left;
      content: counter(li);
      /* Use the counter as content */
      counter-increment: li;
      /* Increment the counter by 1 */
      top: 0.15rem; }
      @media only screen and (min-width: 40em) {
        /* line 183, ../../source/scss/modules/_typography.scss */
        ol:not(.stripped) > li:before {
          top: 0.1rem; } }

/* line 199, ../../source/scss/modules/_typography.scss */
li ol, li ul {
  margin-top: 0.5em; }

/* line 202, ../../source/scss/modules/_typography.scss */
ol ol li:last-child {
  margin-bottom: 0; }

/* line 206, ../../source/scss/modules/_typography.scss */
blockquote {
  font-size: 0.8125rem;
  line-height: 1.01563rem;
  display: inline-block;
  padding: 0 1rem;
  clear: both;
  color: #222;
  border-left: solid #121469 1px;
  font-style: italic;
  margin: 1rem 0 2.5rem; }
  @media only screen and (min-width: 40em) {
    /* line 206, ../../source/scss/modules/_typography.scss */
    blockquote {
      max-width: 80%;
      display: block; } }
  @media only screen and (min-width: 48em) {
    /* line 206, ../../source/scss/modules/_typography.scss */
    blockquote {
      max-width: 65%; } }
  /* line 222, ../../source/scss/modules/_typography.scss */
  blockquote p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.53125rem; }

/* line 228, ../../source/scss/modules/_typography.scss */
ul {
  padding: 0 0 0 1rem;
  margin: 0 0 2.5rem; }
  /* line 231, ../../source/scss/modules/_typography.scss */
  ul li {
    padding: 0 0 0 0.45rem;
    margin: 0; }
    /* line 234, ../../source/scss/modules/_typography.scss */
    ul li ul {
      margin-bottom: 0.5rem; }
    /* line 237, ../../source/scss/modules/_typography.scss */
    ul li li {
      list-style: circle; }

/* line 243, ../../source/scss/modules/_typography.scss */
.stripped {
  margin: 0;
  padding: 0; }
  /* line 247, ../../source/scss/modules/_typography.scss */
  .stripped li {
    padding: 0; }

/* line 252, ../../source/scss/modules/_typography.scss */
.faq {
  margin-bottom: 2rem; }
  /* line 254, ../../source/scss/modules/_typography.scss */
  .basic-page .faq {
    margin-bottom: 4rem; }
  /* line 257, ../../source/scss/modules/_typography.scss */
  .faq li {
    margin: 0.5rem 0; }

/* line 263, ../../source/scss/modules/_typography.scss */
.faq-list li {
  margin-bottom: 4rem; }
  /* line 265, ../../source/scss/modules/_typography.scss */
  .faq-list li > a {
    position: relative; }
    /* line 267, ../../source/scss/modules/_typography.scss */
    .faq-list li > a:after {
      content: "";
      width: 0.4rem;
      height: 0.4rem;
      display: block;
      position: absolute;
      right: -0.95rem;
      top: 0.45rem;
      border-top: 1px solid #121469;
      border-right: 1px solid #121469;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -moz-transition: all 100ms;
      -o-transition: all 100ms;
      -webkit-transition: all 100ms;
      transition: all 100ms; }
  /* line 281, ../../source/scss/modules/_typography.scss */
  .faq-list li p:last-of-type {
    margin-bottom: 1.25rem; }

/* line 287, ../../source/scss/modules/_typography.scss */
a, a:link, a:visited {
  color: #121469;
  text-decoration: none;
  border-bottom: 1px dotted #5d7dad;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 50ms;
  -o-transition-duration: 50ms;
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

/* line 295, ../../source/scss/modules/_typography.scss */
a:hover, a:active, a:focus {
  border-bottom: 1px solid currentColor; }

/* line 299, ../../source/scss/modules/_typography.scss */
.btn, button {
  background-color: #121469;
  border: 0;
  color: #fff;
  float: left;
  display: block;
  padding: 0.375rem 0.75rem; }
  /* line 306, ../../source/scss/modules/_typography.scss */
  .btn:link, .btn:visited, button:link, button:visited {
    border: 0;
    color: #fff;
    text-decoration: none;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 50ms;
    -o-transition-duration: 50ms;
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  /* line 314, ../../source/scss/modules/_typography.scss */
  .btn:hover, .btn:active, .btn:focus, button:hover, button:active, button:focus {
    background-color: #959CA5; }

/* line 319, ../../source/scss/modules/_typography.scss */
.btn_show-more-options {
  text-align: center;
  position: relative;
  margin: 1rem 0 0 0;
  background-color: transparent;
  padding: 0;
  width: 100%;
  z-index: 0; }
  /* line 327, ../../source/scss/modules/_typography.scss */
  .btn_show-more-options:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #121469;
    z-index: -1; }
  /* line 337, ../../source/scss/modules/_typography.scss */
  .btn_show-more-options:hover, .btn_show-more-options:focus, .btn_show-more-options:active {
    background-color: transparent; }
    /* line 339, ../../source/scss/modules/_typography.scss */
    .btn_show-more-options:hover span, .btn_show-more-options:focus span, .btn_show-more-options:active span {
      background-color: #ecedf3; }
      /* line 341, ../../source/scss/modules/_typography.scss */
      .search-filter .btn_show-more-options:hover span, .search-filter .btn_show-more-options:focus span, .search-filter .btn_show-more-options:active span {
        background-color: #ecedf3; }
    /* line 345, ../../source/scss/modules/_typography.scss */
    .btn_show-more-options:hover:after, .btn_show-more-options:focus:after, .btn_show-more-options:active:after {
      background-color: transparent; }
  /* line 349, ../../source/scss/modules/_typography.scss */
  .btn_show-more-options span {
    padding: 0 1.5rem;
    min-width: 275px;
    background-color: #e0e7ea;
    border: solid 5px #fff;
    z-index: 1px;
    position: relative;
    font-size: 0.8125rem;
    line-height: 1.42188rem;
    color: #222;
    display: inline-block; }
    @media only screen and (min-width: 40em) {
      /* line 349, ../../source/scss/modules/_typography.scss */
      .btn_show-more-options span {
        font-size: 0.75rem;
        line-height: 1.3125rem; } }
    /* line 362, ../../source/scss/modules/_typography.scss */
    .search-filter .btn_show-more-options span {
      border: solid 5px #e0e7ea;
      background-color: #959CA5; }

/* line 369, ../../source/scss/modules/_typography.scss */
.btn_show-more-info {
  text-align: center;
  position: relative;
  margin: 1rem 0 2.5rem 0;
  background-color: transparent;
  padding: 0;
  width: 100%;
  z-index: 0;
  display: block; }
  /* line 378, ../../source/scss/modules/_typography.scss */
  .btn_show-more-info:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #121469;
    z-index: -1; }
  /* line 388, ../../source/scss/modules/_typography.scss */
  .btn_show-more-info:link, .btn_show-more-info:visited {
    border: 0; }
  /* line 391, ../../source/scss/modules/_typography.scss */
  .btn_show-more-info:hover {
    background-color: transparent;
    border-bottom: 0; }
    /* line 394, ../../source/scss/modules/_typography.scss */
    .btn_show-more-info:hover span {
      background-color: #ecedf3; }
  /* line 398, ../../source/scss/modules/_typography.scss */
  .btn_show-more-info span {
    padding: 0 1.5rem;
    min-width: 275px;
    background-color: #e0e7ea;
    border: solid 5px #fff;
    z-index: 1px;
    position: relative;
    font-size: 0.8125rem;
    line-height: 1.42188rem;
    color: #222;
    display: inline-block; }
    @media only screen and (min-width: 40em) {
      /* line 398, ../../source/scss/modules/_typography.scss */
      .btn_show-more-info span {
        font-size: 0.75rem;
        line-height: 1.3125rem; } }
    /* line 411, ../../source/scss/modules/_typography.scss */
    .search-filter .btn_show-more-info span {
      border: solid 5px #e0e7ea; }

/* line 418, ../../source/scss/modules/_typography.scss */
.dbg-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #121469; }
  /* line 425, ../../source/scss/modules/_typography.scss */
  .dbg-icon:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    position: absolute;
    top: 0.45rem;
    left: 0.45rem; }

/* line 439, ../../source/scss/modules/_typography.scss */
.dbg-icon_play-icon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0.35rem;
  left: 0.5rem; }

/* line 453, ../../source/scss/modules/_typography.scss */
.thumb .icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #121469; }
  /* line 460, ../../source/scss/modules/_typography.scss */
  .thumb .icon:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    position: absolute;
    top: 0.45rem;
    left: 0.45rem; }

/* line 474, ../../source/scss/modules/_typography.scss */
.thumb .icon_play-icon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0.35rem;
  left: 0.5rem; }

/* line 487, ../../source/scss/modules/_typography.scss */
.read-more_video {
  position: relative;
  padding: 0 0.5rem 0 1.75rem;
  background-color: #ecedf3;
  font-size: 0.8125rem;
  line-height: 1.42188rem; }
  @media only screen and (min-width: 40em) {
    /* line 487, ../../source/scss/modules/_typography.scss */
    .read-more_video {
      font-size: 0.6875rem;
      line-height: 1.20313rem;
      background-color: transparent;
      padding-left: 1.55rem; } }
  /* line 497, ../../source/scss/modules/_typography.scss */
  .read-more_video:link, .read-more_video:visited {
    border: 0; }
  /* line 501, ../../source/scss/modules/_typography.scss */
  .read-more_video:hover, .read-more_video:active, .read-more_video:focus {
    border: 0; }
    /* line 503, ../../source/scss/modules/_typography.scss */
    .read-more_video:hover span:first-child, .read-more_video:active span:first-child, .read-more_video:focus span:first-child {
      border-bottom: 1px dotted #5170A0; }
  @media only screen and (min-width: 40em) {
    /* line 507, ../../source/scss/modules/_typography.scss */
    .read-more_video .dbg-icon_play-icon::after,
    .read-more_video .icon_play-icon::after {
      border-width: 4px 0 4px 6px;
      top: 0.325rem;
      left: 0.425rem; } }
  /* line 515, ../../source/scss/modules/_typography.scss */
  .read-more_video .dbg-icon,
  .read-more_video .icon {
    width: 1.35rem;
    height: 100%;
    top: 0;
    left: 0; }
    @media only screen and (min-width: 40em) {
      /* line 515, ../../source/scss/modules/_typography.scss */
      .read-more_video .dbg-icon,
      .read-more_video .icon {
        width: 1.1rem; } }

/* line 527, ../../source/scss/modules/_typography.scss */
b, strong {
  font-weight: bold; }

/* line 532, ../../source/scss/modules/_typography.scss */
i, em {
  font-weight: normal;
  font-style: italic; }

/* line 1, ../../source/scss/modules/_general_elements.scss */
figure {
  margin: 0 0 2rem;
  text-align: center; }
  /* line 4, ../../source/scss/modules/_general_elements.scss */
  figure figcaption {
    text-align: right; }
  /* line 7, ../../source/scss/modules/_general_elements.scss */
  figure > div {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%; }

/* line 14, ../../source/scss/modules/_general_elements.scss */
.video, .video_video-block .video_video-most-recent .video_icon-image {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 0.5rem; }
  /* line 20, ../../source/scss/modules/_general_elements.scss */
  .video iframe, .video_video-block .video_video-most-recent .video_icon-image iframe, .video object, .video_video-block .video_video-most-recent .video_icon-image object, .video embed, .video_video-block .video_video-most-recent .video_icon-image embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 29, ../../source/scss/modules/_general_elements.scss */
.filters {
  margin-bottom: 1rem; }
  @media only screen and (min-width: 40em) {
    /* line 29, ../../source/scss/modules/_general_elements.scss */
    .filters {
      float: right; } }

/* line 37, ../../source/scss/modules/_general_elements.scss */
.filters_search {
  display: block;
  float: none;
  padding-top: 0.25rem;
  margin-bottom: 2.5rem; }
  /* line 43, ../../source/scss/modules/_general_elements.scss */
  .filters_search ul {
    margin-top: 0.625rem; }
    /* line 45, ../../source/scss/modules/_general_elements.scss */
    .filters_search ul li {
      margin-bottom: 0.15rem; }

/* line 51, ../../source/scss/modules/_general_elements.scss */
.filters_search-filteritem {
  margin: 0 0.25rem;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  -webkit-transition: all 150ms;
  transition: all 150ms; }
  /* line 54, ../../source/scss/modules/_general_elements.scss */
  .filters_search-filteritem:link, .filters_search-filteritem:visited {
    border: 1px solid transparent;
    padding: 0.1rem 0.25rem;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    -webkit-transition: all 150ms;
    transition: all 150ms; }
  /* line 59, ../../source/scss/modules/_general_elements.scss */
  .filters_search-filteritem:hover, .filters_search-filteritem:active, .filters_search-filteritem:focus {
    border: 1px dotted currentcolor; }
    /* line 61, ../../source/scss/modules/_general_elements.scss */
    .filters_search-filteritem:hover:after, .filters_search-filteritem:active:after, .filters_search-filteritem:focus:after {
      background-color: #fff;
      color: #121469; }
  /* line 67, ../../source/scss/modules/_general_elements.scss */
  .filters_search-filteritem:after {
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    content: "x";
    margin: 0 0 0 0.25rem;
    padding: 0 0.25rem;
    background-color: #121469;
    color: #fff;
    font-size: 0.7rem;
    line-height: 1.225rem;
    display: inline-block;
    height: 1rem;
    line-height: 0.9rem;
    top: -1px;
    position: relative; }

/* line 83, ../../source/scss/modules/_general_elements.scss */
.filters_week-option {
  display: block;
  float: left;
  padding: 0.1rem 1rem 0.2rem;
  background-color: #959CA5;
  -moz-box-shadow: inset 0 1px 3px #666;
  -webkit-box-shadow: inset 0 1px 3px #666;
  box-shadow: inset 0 1px 3px #666;
  font-size: 0.8125rem;
  line-height: 1.42188rem;
  width: 50%;
  text-align: center; }
  @media only screen and (min-width: 30em) {
    /* line 83, ../../source/scss/modules/_general_elements.scss */
    .filters_week-option {
      width: auto; } }
  /* line 96, ../../source/scss/modules/_general_elements.scss */
  .filters_week-option:link, .filters_week-option:visited {
    color: #222;
    border-bottom: 0; }
    /* line 99, ../../source/scss/modules/_general_elements.scss */
    .filters_week-option:link span, .filters_week-option:visited span {
      border-bottom: 1px solid #222; }
  /* line 103, ../../source/scss/modules/_general_elements.scss */
  .filters_week-option:hover, .filters_week-option:active, .filters_week-option:focus, .filters_week-option.active {
    background-color: #121469;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    color: #fff; }
    /* line 110, ../../source/scss/modules/_general_elements.scss */
    .filters_week-option:hover span, .filters_week-option:active span, .filters_week-option:focus span, .filters_week-option.active span {
      border-bottom: 0; }

/* line 116, ../../source/scss/modules/_general_elements.scss */
.dbg-message,
.message {
  width: 100%;
  display: block;
  background-color: #ecedf3;
  border: 2px solid #e0e7ea;
  text-align: center;
  padding: 0.5rem 0.625rem; }

/* line 126, ../../source/scss/modules/_general_elements.scss */
::-webkit-input-placeholder {
  color: #666; }

/* line 130, ../../source/scss/modules/_general_elements.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
  opacity: 1; }

/* line 135, ../../source/scss/modules/_general_elements.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
  opacity: 1; }

/* line 140, ../../source/scss/modules/_general_elements.scss */
:-ms-input-placeholder {
  color: #666; }

/* line 144, ../../source/scss/modules/_general_elements.scss */
.element-invisible-screenreader {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }

/* line 151, ../../source/scss/modules/_general_elements.scss */
.element-invisible-screenreader:before,
.element-invisible-screenreader:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * File:        _navigation.scss
 * Description: _navigation.scss contains all navigation styles for makeitso 
 * Author:      Sebastiaan Bonardt - @_sebbon
 */
/* line 8, ../../source/scss/modules/_navigation.scss */
.toggle-btn-wrap {
  float: right;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0.35rem 0; }
  /* line 14, ../../source/scss/modules/_navigation.scss */
  .toggle-btn-wrap button {
    background-color: #121469; }
  /* line 17, ../../source/scss/modules/_navigation.scss */
  .toggleable-menu .toggle-btn-wrap {
    overflow: hidden;
    float: none;
    width: 100%; }
    @media only screen and (min-width: 40em) {
      /* line 17, ../../source/scss/modules/_navigation.scss */
      .toggleable-menu .toggle-btn-wrap {
        float: right;
        width: auto; } }

/* line 28, ../../source/scss/modules/_navigation.scss */
.toggle-menu {
  display: none;
  padding: 0.5rem 0 0.5rem 2.25rem;
  position: relative;
  margin-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.53125rem;
  /* active state, i.e. menu open */ }
  @media only screen and (min-width: 48em) {
    /* line 28, ../../source/scss/modules/_navigation.scss */
    .toggle-menu {
      display: none; } }
  /* line 37, ../../source/scss/modules/_navigation.scss */
  .js .toggle-menu {
    display: block; }
  /* line 40, ../../source/scss/modules/_navigation.scss */
  .toggle-menu span {
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 23px;
    height: 3px;
    background: #fff; }
    /* line 48, ../../source/scss/modules/_navigation.scss */
    .toggle-menu span:before, .toggle-menu span:after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #fff;
      content: "";
      transition-duration: 0.1s, 0.1s;
      transition-delay: 0.1s, 0s; }
    /* line 59, ../../source/scss/modules/_navigation.scss */
    .toggle-menu span:before {
      top: 9px;
      transition-property: top, transform; }
    /* line 63, ../../source/scss/modules/_navigation.scss */
    .toggle-menu span:after {
      bottom: -18px;
      transition-property: bottom, transform; }
  /* line 69, ../../source/scss/modules/_navigation.scss */
  .toggle-menu.toggle-active span {
    background: none;
    height: 3px;
    width: 26px;
    left: 0;
    top: 15px; }
    /* line 75, ../../source/scss/modules/_navigation.scss */
    .toggle-menu.toggle-active span:before {
      top: 5px;
      transform: rotate(45deg);
      transition-delay: 0s, 0.3s;
      height: 3px; }
    /* line 81, ../../source/scss/modules/_navigation.scss */
    .toggle-menu.toggle-active span:after {
      bottom: -5px;
      transform: rotate(-45deg);
      transition-delay: 0s, 0.3s;
      height: 3px; }

@-moz-document url-prefix() {
  /* line 91, ../../source/scss/modules/_navigation.scss */
  button.toggle-menu:focus {
    outline: 1px dotted #fff;
    outline-offset: 4px; } }
/* line 97, ../../source/scss/modules/_navigation.scss */
.toggle-search {
  float: right;
  display: none;
  height: 30px;
  font-size: 0.875rem;
  line-height: 1.53125rem; }
  @media only screen and (min-width: 40em) {
    /* line 97, ../../source/scss/modules/_navigation.scss */
    .toggle-search {
      display: none; } }

/* line 107, ../../source/scss/modules/_navigation.scss */
nav {
  border-bottom: 1px solid #959CA5;
  padding-bottom: 0;
  background-color: #121469;
  width: 100%; }
  @media only screen and (min-width: 40em) {
    /* line 107, ../../source/scss/modules/_navigation.scss */
    nav {
      background-color: transparent;
      border-bottom: 8px solid #121469; } }
  /* line 116, ../../source/scss/modules/_navigation.scss */
  nav .inner-wrap {
    padding: 0; }
    @media only screen and (min-width: 40em) {
      /* line 116, ../../source/scss/modules/_navigation.scss */
      nav .inner-wrap {
        background-color: #fff; } }
    @media only screen and (min-width: 48em) {
      /* line 116, ../../source/scss/modules/_navigation.scss */
      nav .inner-wrap {
        padding: 0 1.125rem; } }
  /* line 125, ../../source/scss/modules/_navigation.scss */
  nav > div + div {
    background-color: #121469; }
    @media only screen and (min-width: 40em) {
      /* line 125, ../../source/scss/modules/_navigation.scss */
      nav > div + div {
        min-height: 4rem; } }
  /* line 131, ../../source/scss/modules/_navigation.scss */
  nav .menu {
    float: left;
    width: 100%;
    margin: 0 auto; }
    @media only screen and (min-width: 40em) {
      /* line 131, ../../source/scss/modules/_navigation.scss */
      nav .menu {
        margin-top: 0; } }
  /* line 140, ../../source/scss/modules/_navigation.scss */
  nav ul {
    padding: 0;
    overflow: hidden; }
    @media only screen and (min-width: 40em) {
      /* line 140, ../../source/scss/modules/_navigation.scss */
      nav ul {
        margin-bottom: 0;
        padding: 0.5rem 0 0; } }
  /* line 148, ../../source/scss/modules/_navigation.scss */
  nav li {
    list-style: none; }
    @media only screen and (min-width: 40em) {
      /* line 148, ../../source/scss/modules/_navigation.scss */
      nav li {
        float: left; } }
    @media only screen and (min-width: 48em) {
      /* line 148, ../../source/scss/modules/_navigation.scss */
      nav li {
        margin: 0 0.5rem; }
        /* line 156, ../../source/scss/modules/_navigation.scss */
        nav li:fist-child {
          margin-left: 0; } }
    /* line 160, ../../source/scss/modules/_navigation.scss */
    nav li a {
      padding: 0.7rem 0.75rem 0.85rem;
      display: block;
      margin: 0;
      font-size: 0.875rem;
      line-height: 1.53125rem; }
      @media only screen and (min-width: 40em) {
        /* line 160, ../../source/scss/modules/_navigation.scss */
        nav li a {
          padding: 0.25rem 0.75rem 0.35rem; } }
      /* line 168, ../../source/scss/modules/_navigation.scss */
      nav li a:link, nav li a:visited {
        border: 0;
        color: #fff; }
        @media only screen and (min-width: 40em) {
          /* line 168, ../../source/scss/modules/_navigation.scss */
          nav li a:link, nav li a:visited {
            color: #121469; } }
      /* line 175, ../../source/scss/modules/_navigation.scss */
      nav li a:hover, nav li a:focus, nav li a:active, nav li a.active {
        border: 0;
        background-color: #121469; }
        @media only screen and (min-width: 40em) {
          /* line 175, ../../source/scss/modules/_navigation.scss */
          nav li a:hover, nav li a:focus, nav li a:active, nav li a.active {
            color: #fff; } }
  @media only screen and (min-width: 40em) {
    /* line 184, ../../source/scss/modules/_navigation.scss */
    nav .main-menu {
      padding-left: 1.25rem; } }
  /* line 189, ../../source/scss/modules/_navigation.scss */
  nav .main-menu.expanded li:first-child {
    border-top: 1px solid #fff; }
  /* line 193, ../../source/scss/modules/_navigation.scss */
  nav .main-menu li {
    border-bottom: 1px solid #5170A0; }
    @media only screen and (min-width: 40em) {
      /* line 193, ../../source/scss/modules/_navigation.scss */
      nav .main-menu li {
        border-bottom: 0; } }
    /* line 200, ../../source/scss/modules/_navigation.scss */
    nav .main-menu li.active a:link, nav .main-menu li.active a:visited {
      background-color: #121469; }
    @media only screen and (min-width: 48em) {
      /* line 205, ../../source/scss/modules/_navigation.scss */
      nav .main-menu li:first-child {
        margin-left: 0.25rem; } }
  /* line 212, ../../source/scss/modules/_navigation.scss */
  nav .sub-menu {
    margin: 0.75rem 0; }
    @media only screen and (min-width: 40em) {
      /* line 212, ../../source/scss/modules/_navigation.scss */
      nav .sub-menu {
        display: none; } }
    /* line 219, ../../source/scss/modules/_navigation.scss */
    nav .sub-menu li a {
      font-size: 0.75rem;
      line-height: 1.3125rem; }

/* line 226, ../../source/scss/modules/_navigation.scss */
.sub-menu {
  list-style: none; }
  @media only screen and (min-width: 40em) {
    /* line 226, ../../source/scss/modules/_navigation.scss */
    .sub-menu {
      position: absolute;
      right: 1.25rem; } }
  @media only screen and (min-width: 40em) {
    /* line 232, ../../source/scss/modules/_navigation.scss */
    .sub-menu li {
      padding: 0 0.625rem;
      float: left;
      position: relative; } }
  @media only screen and (min-width: 40em) {
    /* line 238, ../../source/scss/modules/_navigation.scss */
    .sub-menu li:after {
      content: "";
      border-left: 1px solid currentColor;
      width: 1px;
      height: 0.75rem;
      position: absolute;
      left: 0;
      top: 0.35rem; } }
  /* line 250, ../../source/scss/modules/_navigation.scss */
  .sub-menu li:first-child:after {
    display: none; }
  @media only screen and (min-width: 40em) {
    /* line 254, ../../source/scss/modules/_navigation.scss */
    .sub-menu li a {
      font-size: 0.7rem;
      line-height: 1.225rem; } }
  /* line 258, ../../source/scss/modules/_navigation.scss */
  .sub-menu li a:link, .sub-menu li a:visited {
    border: 0; }
  @media only screen and (min-width: 40em) {
    /* line 261, ../../source/scss/modules/_navigation.scss */
    .sub-menu li a:hover, .sub-menu li a:active, .sub-menu li a:focus {
      border-bottom: 1px dotted currentColor; } }

/* line 270, ../../source/scss/modules/_navigation.scss */
.secondary-menu, .meta-menu {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  @media only screen and (min-width: 40em) {
    /* line 270, ../../source/scss/modules/_navigation.scss */
    .secondary-menu, .meta-menu {
      float: right; } }
  @media only screen and (min-width: 48em) {
    /* line 270, ../../source/scss/modules/_navigation.scss */
    .secondary-menu, .meta-menu {
      position: absolute;
      bottom: 0;
      right: 0;
      left: auto;
      top: auto; } }
  /* line 285, ../../source/scss/modules/_navigation.scss */
  .secondary-menu li, .meta-menu li {
    list-style: none;
    float: left; }
    /* line 288, ../../source/scss/modules/_navigation.scss */
    .secondary-menu li a, .meta-menu li a {
      padding: 0.5em;
      display: block; }

/* line 295, ../../source/scss/modules/_navigation.scss */
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0; }
  /* line 300, ../../source/scss/modules/_navigation.scss */
  .footer-menu li {
    float: left;
    padding-right: 0.625rem;
    margin-right: 0.625rem;
    position: relative;
    padding-left: 0; }
    @media only screen and (min-width: 40em) {
      /* line 300, ../../source/scss/modules/_navigation.scss */
      .footer-menu li {
        margin-right: 1.625rem; } }
    /* line 309, ../../source/scss/modules/_navigation.scss */
    .footer-menu li:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0.35rem;
      height: 0.75rem;
      border-right: 1px solid #121469; }
      @media only screen and (min-width: 40em) {
        /* line 309, ../../source/scss/modules/_navigation.scss */
        .footer-menu li:after {
          border: 0; } }
    /* line 320, ../../source/scss/modules/_navigation.scss */
    .footer-menu li:first-child {
      padding-left: 0; }
    /* line 323, ../../source/scss/modules/_navigation.scss */
    .footer-menu li:last-child {
      padding-right: 0;
      margin-right: 0; }
      /* line 324, ../../source/scss/modules/_navigation.scss */
      .footer-menu li:last-child:after {
        border: 0; }
  @media only screen and (min-width: 40em) {
    /* line 331, ../../source/scss/modules/_navigation.scss */
    .footer-menu a {
      font-size: 0.75rem;
      line-height: 1.3125rem; } }

/**
 * File:        _forms.scss
 * Description: _forms.scss contains all form styles for makeitso 
 * Author:      Sebastiaan Bonardt - @_sebbon
 */
/* line 7, ../../source/scss/modules/_forms.scss */
form {
  width: 100%;
  margin-bottom: 2.5rem; }
  /* line 10, ../../source/scss/modules/_forms.scss */
  form .form-item, form .form-radios {
    margin-bottom: 0.625rem; }
  /* line 14, ../../source/scss/modules/_forms.scss */
  form .form-radios .form-item {
    margin-bottom: 0; }

/* line 20, ../../source/scss/modules/_forms.scss */
legend {
  font-size: 1.5rem;
  line-height: 2.625rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem; }

/* line 26, ../../source/scss/modules/_forms.scss */
label {
  color: #222;
  font-size: 0.875rem;
  line-height: 1.53125rem;
  display: inline-block;
  font-weight: bold; }
  /* line 31, ../../source/scss/modules/_forms.scss */
  .form-radios label, .form-type-radio label {
    font-weight: normal; }

/* line 35, ../../source/scss/modules/_forms.scss */
.form-wrapper-label {
  width: 100%;
  display: block;
  clear: both; }

/* line 41, ../../source/scss/modules/_forms.scss */
.required-field {
  color: #f00;
  font-size: 0.8rem;
  line-height: 1.4rem;
  font-weight: bold;
  margin-left: 0.5rem; }

/* line 48, ../../source/scss/modules/_forms.scss */
.form-textarea-wrapper textarea {
  border: 1px solid #222; }
  /* line 50, ../../source/scss/modules/_forms.scss */
  .form-textarea-wrapper textarea:focus {
    border-color: #222; }

/* line 55, ../../source/scss/modules/_forms.scss */
input {
  border: 1px solid #222;
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.42188rem;
  margin-bottom: 1.75rem;
  width: 100%; }
  /* line 61, ../../source/scss/modules/_forms.scss */
  input:focus {
    border-color: #222; }
  /* line 64, ../../source/scss/modules/_forms.scss */
  input.error {
    background-color: white; }
    /* line 66, ../../source/scss/modules/_forms.scss */
    input.error:focus {
      background-color: #fff; }
  /* line 70, ../../source/scss/modules/_forms.scss */
  input[type="submit"] {
    display: block;
    clear: both;
    width: auto;
    padding: 0.25rem 1rem;
    color: #fff;
    border: 1px solid #121469;
    font-size: 0.8125rem;
    line-height: 1.42188rem;
    background-color: #121469; }
    /* line 80, ../../source/scss/modules/_forms.scss */
    input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
      background-color: #030312; }
    /* line 83, ../../source/scss/modules/_forms.scss */
    input[type="submit"][disabled] {
      opacity: 0.5; }
      /* line 85, ../../source/scss/modules/_forms.scss */
      input[type="submit"][disabled]:hover, input[type="submit"][disabled]:active, input[type="submit"][disabled]:focus {
        background-color: #121469;
        color: #fff; }
  /* line 91, ../../source/scss/modules/_forms.scss */
  input[type="radio"], input[type="checkbox"] {
    width: auto;
    margin-right: 0.5rem;
    float: left;
    margin-bottom: 0;
    margin-bottom: 0; }
    /* line 97, ../../source/scss/modules/_forms.scss */
    input[type="radio"] + label, input[type="checkbox"] + label {
      overflow: hidden; }

/* line 104, ../../source/scss/modules/_forms.scss */
select {
  -webkit-appearance: button;
  background-image: url(/profiles/debatgemist/themes/debatgemist_v2/assets/img/select-arrow.svg);
  background-color: #fff;
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #222;
  border-radius: 0;
  color: #222;
  font-family: Verdana, sans-serif;
  -webkit-font-smoothing: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding: 0.25rem 30px 0.25rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.421875rem; }

/* line 131, ../../source/scss/modules/_forms.scss */
[class*=".form-item-custom-start-minutes"] > label {
  display: inline-block;
  margin-bottom: 0.25rem; }

/* line 144, ../../source/scss/modules/_forms.scss */
.form-item-custom-start-seconds.form-disabled, .form-item-custom-start-minutes.form-disabled {
  display: none; }

/**
 * File:        _search.scss
 * Description: _search.scss contains all search styles for makeitso 
 * Author:      Sebastiaan Bonardt - @_sebbon
 */
/* line 7, ../../source/scss/modules/_search.scss */
.search-results {
  overflow: hidden; }

@media only screen and (min-width: 60em) {
  /* line 12, ../../source/scss/modules/_search.scss */
  .search-results_speakers li {
    float: left;
    width: 49%;
    margin-right: 2%; } }
@media only screen and (min-width: 60em) {
  /* line 18, ../../source/scss/modules/_search.scss */
  .search-results_speakers li:nth-child(2n) {
    margin-right: 0; } }

/* line 27, ../../source/scss/modules/_search.scss */
.search {
  margin: 2rem 0 0;
  overflow: hidden;
  max-width: 480px;
  display: block; }
  @media only screen and (min-width: 30em) {
    /* line 27, ../../source/scss/modules/_search.scss */
    .search {
      max-width: 245px;
      float: right;
      margin-right: 0.625rem; } }
  @media only screen and (min-width: 40em) {
    /* line 27, ../../source/scss/modules/_search.scss */
    .search {
      position: absolute;
      right: 0.625rem;
      top: -5.5rem;
      margin-top: 1rem;
      margin-right: 0; } }
  /* line 44, ../../source/scss/modules/_search.scss */
  .search label {
    display: none;
    clear: both; }
  /* line 48, ../../source/scss/modules/_search.scss */
  .search [type="submit"] {
    padding: 0 0.75em;
    border-left: 0;
    width: 70px;
    clear: none;
    background-color: #666;
    color: #fff; }
  /* line 56, ../../source/scss/modules/_search.scss */
  .search [type="text"] {
    width: 175px; }
  /* line 59, ../../source/scss/modules/_search.scss */
  .search input, .search button {
    height: 30px;
    float: left;
    width: calc(100% - 71px);
    padding-left: 0.35em; }

/* line 67, ../../source/scss/modules/_search.scss */
.search-filter {
  background-color: #e0e7ea;
  padding: 1.25rem 1rem;
  overflow: hidden; }
  /* line 72, ../../source/scss/modules/_search.scss */
  .search-filter .form-submit, .search-filter [type="submit"] {
    background-color: #121469;
    color: #fff;
    font-weight: normal;
    padding: 0.25rem 0.5rem 0.25rem;
    font-size: 0.75rem;
    line-height: 1.3125rem;
    float: right;
    border: 1px solid #121469;
    clear: none;
    margin-bottom: 0;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 50ms;
    -o-transition-duration: 50ms;
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
    /* line 85, ../../source/scss/modules/_search.scss */
    .search-filter .form-submit:hover, .search-filter .form-submit:active, .search-filter .form-submit:focus, .search-filter [type="submit"]:hover, .search-filter [type="submit"]:active, .search-filter [type="submit"]:focus {
      background-color: #959CA5;
      color: #222;
      border: 1px solid #959CA5; }
  /* line 91, ../../source/scss/modules/_search.scss */
  .search-filter .form-item {
    float: left;
    width: 70%; }
    @media only screen and (min-width: 60em) {
      /* line 91, ../../source/scss/modules/_search.scss */
      .search-filter .form-item {
        width: 75%; } }
  /* line 99, ../../source/scss/modules/_search.scss */
  .search-filter input[type="text"], .search-filter input[type="search"] {
    font-size: 1rem;
    line-height: 1.75rem;
    padding: 0.025rem inherit;
    border: 1px solid #666;
    float: left;
    padding: 0 0.5rem;
    margin-bottom: 0;
    height: 31px; }
    @media only screen and (min-width: 40em) {
      /* line 99, ../../source/scss/modules/_search.scss */
      .search-filter input[type="text"], .search-filter input[type="search"] {
        font-size: 0.75rem;
        line-height: 1.3125rem; } }
    /* line 110, ../../source/scss/modules/_search.scss */
    .search-filter input[type="text"].error, .search-filter input[type="search"].error {
      border: 1px solid #A12222; }
  /* line 115, ../../source/scss/modules/_search.scss */
  .search-filter select {
    border: 1px solid #666; }
  /* line 118, ../../source/scss/modules/_search.scss */
  .search-filter ul {
    overflow: hidden; }
  /* line 121, ../../source/scss/modules/_search.scss */
  .search-filter li {
    padding: 0.125rem 0; }
    /* line 123, ../../source/scss/modules/_search.scss */
    .search-filter li a {
      font-size: 0.8125rem;
      line-height: 1.42188rem;
      padding-left: 0.2rem;
      padding-right: 0.2rem; }
    /* line 129, ../../source/scss/modules/_search.scss */
    .search-filter li.search-filter_selected a {
      display: block;
      background-color: #fff;
      padding-left: 0.25rem;
      padding-right: 0.25rem; }
      /* line 134, ../../source/scss/modules/_search.scss */
      .search-filter li.search-filter_selected a:link, .search-filter li.search-filter_selected a:visited {
        border: 1px solid transparent; }
      /* line 137, ../../source/scss/modules/_search.scss */
      .search-filter li.search-filter_selected a:hover, .search-filter li.search-filter_selected a:active, .search-filter li.search-filter_selected a:focus {
        border: 1px dotted #5170A0; }
  /* line 143, ../../source/scss/modules/_search.scss */
  .search-filter select {
    width: 75%; }
  /* line 146, ../../source/scss/modules/_search.scss */
  .search-filter .btn_show-more-options {
    display: none; }
  /* line 150, ../../source/scss/modules/_search.scss */
  .search-filter .expandable + .btn_show-more-options {
    display: block; }
  /* line 154, ../../source/scss/modules/_search.scss */
  #refine-search-results .search-filter {
    overflow: visible; }

/* line 160, ../../source/scss/modules/_search.scss */
.search-filter_selected a {
  position: relative; }
  /* line 162, ../../source/scss/modules/_search.scss */
  .search-filter_selected a:link, .search-filter_selected a:visited {
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    border: 1px dotted transparent; }
  /* line 166, ../../source/scss/modules/_search.scss */
  .search-filter_selected a:after {
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    content: "x";
    display: inline-block;
    position: absolute;
    right: 0.625rem;
    color: #959CA5;
    font-size: 0.75rem;
    line-height: 1.3125rem; }
  /* line 175, ../../source/scss/modules/_search.scss */
  .search-filter_selected a:hover, .search-filter_selected a:active, .search-filter_selected a:focus {
    border: 1px dotted #121469; }
    /* line 177, ../../source/scss/modules/_search.scss */
    .search-filter_selected a:hover:after, .search-filter_selected a:active:after, .search-filter_selected a:focus:after {
      color: #121469; }
/* line 182, ../../source/scss/modules/_search.scss */
.search-filter_selected + :not(.search-filter_selected) {
  margin-top: 0.625rem; }

/* line 187, ../../source/scss/modules/_search.scss */
.search-filter_date-filter {
  margin-bottom: 0; }

/* line 191, ../../source/scss/modules/_search.scss */
.search-filter_date-filter-datepicker {
  position: relative; }
  /* line 193, ../../source/scss/modules/_search.scss */
  .search-filter_date-filter-datepicker:before {
    border-top: 1px solid #121469;
    content: "";
    height: 1px;
    left: 0.25rem;
    margin: 0 0.75rem;
    position: absolute;
    top: 0;
    width: 240px; }
  /* line 203, ../../source/scss/modules/_search.scss */
  .search-filter_date-filter-datepicker h2 {
    margin-bottom: 1.25rem; }
    /* line 205, ../../source/scss/modules/_search.scss */
    .search-page .search-filter_date-filter-datepicker h2 {
      font-size: 0.75rem;
      line-height: 1.3125rem; }
  /* line 209, ../../source/scss/modules/_search.scss */
  .search-filter_date-filter-datepicker label {
    margin-top: 0.25rem;
    float: left;
    clear: left;
    font-size: 0.75rem;
    line-height: 1.3125rem;
    font-weight: normal;
    min-width: 1.75rem; }
    @media only screen and (min-width: 75em) {
      /* line 209, ../../source/scss/modules/_search.scss */
      .search-filter_date-filter-datepicker label {
        clear: none; } }
    /* line 219, ../../source/scss/modules/_search.scss */
    .search-filter_date-filter-datepicker label ~ label {
      margin-bottom: 0; }
    @media only screen and (min-width: 75em) {
      /* line 222, ../../source/scss/modules/_search.scss */
      .search-filter_date-filter-datepicker label:first-child, .search-filter_date-filter-datepicker label:first-of-type {
        border: 0 none;
        clip: rect(0px, 0px, 0px, 0px);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; } }
  /* line 235, ../../source/scss/modules/_search.scss */
  .search-filter_date-filter-datepicker input[type="text"] {
    width: 5.7rem;
    float: left;
    font-size: 0.7rem;
    line-height: 1.225rem;
    margin-bottom: 1.15rem;
    margin-right: 0.625rem; }

/* line 248, ../../source/scss/modules/_search.scss */
.search-filter_type-filter ul li li {
  list-style: none; }
/* line 255, ../../source/scss/modules/_search.scss */
.search-filter_type-filter > ul > li:first-child {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #121469;
  margin-bottom: 0.625rem; }

/* line 265, ../../source/scss/modules/_search.scss */
#autocomplete ul {
  background-color: #fff; }
  /* line 267, ../../source/scss/modules/_search.scss */
  #autocomplete ul li {
    padding-left: 8px; }
    /* line 269, ../../source/scss/modules/_search.scss */
    #autocomplete ul li:hover, #autocomplete ul li:active, #autocomplete ul li:focus {
      background-color: #ecedf3; }

/* line 1, ../../source/scss/modules/_pager.scss */
.pager-wrap {
  clear: both;
  margin-bottom: 1rem;
  border-bottom: 1px solid #121469; }
  @media only screen and (min-width: 40em) {
    /* line 1, ../../source/scss/modules/_pager.scss */
    .pager-wrap {
      margin-top: 1rem; } }
  @media only screen and (min-width: 48em) {
    /* line 1, ../../source/scss/modules/_pager.scss */
    .pager-wrap {
      border: 0; } }

/* line 13, ../../source/scss/modules/_pager.scss */
.pager {
  margin-top: 1.5em;
  padding: 0;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    /* line 13, ../../source/scss/modules/_pager.scss */
    .pager {
      position: relative; } }
  @media only screen and (min-width: 60em) {
    /* line 21, ../../source/scss/modules/_pager.scss */
    .pager:before {
      content: "";
      border-bottom: 1px solid #121469;
      position: absolute;
      top: 50%;
      height: 1px;
      left: 0;
      width: 100%;
      z-index: -1; } }
  /* line 33, ../../source/scss/modules/_pager.scss */
  .pager li {
    border: #fff 2px solid;
    height: 1.4rem;
    list-style: outside none none;
    margin: 0.15em 0.05em 0;
    padding: 0;
    min-width: 1.5rem;
    display: none;
    background-color: #fff; }
    @media only screen and (min-width: 60em) {
      /* line 33, ../../source/scss/modules/_pager.scss */
      .pager li {
        display: inline-block; } }
    /* line 45, ../../source/scss/modules/_pager.scss */
    .pager li a, .pager li span {
      text-align: center;
      background-color: #e0e7ea;
      color: #121469;
      height: 1.25rem;
      padding: 0.1rem 0.25rem;
      text-decoration: none;
      width: auto;
      border: #e0e7ea 1px solid;
      font-size: 0.75rem;
      line-height: 0.9375rem; }
      /* line 55, ../../source/scss/modules/_pager.scss */
      .pager li a span, .pager li span span {
        border: 0;
        background-color: transparent; }
      @media only screen and (min-width: 40em) {
        /* line 45, ../../source/scss/modules/_pager.scss */
        .pager li a, .pager li span {
          display: block; } }
      /* line 65, ../../source/scss/modules/_pager.scss */
      .pager li a:hover, .pager li a:active, .pager li a:focus, .pager li span:hover, .pager li span:active, .pager li span:focus {
        background-color: #fff; }
        /* line 67, ../../source/scss/modules/_pager.scss */
        .pager li a:hover span, .pager li a:active span, .pager li a:focus span, .pager li span:hover span, .pager li span:active span, .pager li span:focus span {
          background-color: transparent; }
    /* line 72, ../../source/scss/modules/_pager.scss */
    .pager li.pager-previous {
      width: auto;
      display: inline-block;
      float: left;
      margin: 0;
      height: 26px;
      border-right: 6px solid #fff; }
      /* line 79, ../../source/scss/modules/_pager.scss */
      .pager li.pager-previous a {
        display: block;
        padding: 0.2em 0.75em 0.2em;
        height: 24px; }
      @media only screen and (min-width: 40em) {
        /* line 84, ../../source/scss/modules/_pager.scss */
        .pager li.pager-previous .assistive {
          clip: unset;
          display: inline-block;
          overflow: visible;
          position: relative;
          padding: 0; } }
    /* line 95, ../../source/scss/modules/_pager.scss */
    .pager li.pager-current span {
      background-color: transparent; }
    /* line 99, ../../source/scss/modules/_pager.scss */
    .pager li.pager-ellipsis {
      text-align: center;
      background-color: #fff; }
      /* line 103, ../../source/scss/modules/_pager.scss */
      .pager li.pager-ellipsis:hover span, .pager li.pager-ellipsis:active span, .pager li.pager-ellipsis:focus span {
        background-color: #e0e7ea; }
    /* line 108, ../../source/scss/modules/_pager.scss */
    .pager li.pager-next {
      margin-right: 0;
      display: inline-block;
      width: auto;
      margin: 0;
      float: right;
      height: 26px;
      border-left: 6px solid #fff; }
      /* line 116, ../../source/scss/modules/_pager.scss */
      .pager li.pager-next a {
        display: block;
        padding: 0.2em 0.75em 0.2em;
        height: 24px; }
      @media only screen and (min-width: 40em) {
        /* line 121, ../../source/scss/modules/_pager.scss */
        .pager li.pager-next .assistive {
          clip: unset;
          display: inline-block;
          overflow: visible;
          position: relative;
          padding: 0; } }

/* line 3, ../../source/scss/modules/_theme.scss */
.main-content.video-page {
  background-color: #e0e7ea; }
/* line 6, ../../source/scss/modules/_theme.scss */
.main-content.home-page {
  background-color: #e0e7ea;
  overflow: visible; }
  @media only screen and (min-width: 40em) {
    /* line 9, ../../source/scss/modules/_theme.scss */
    .main-content.home-page .jw-video-player {
      width: 64%;
      margin-right: 2%;
      float: left; } }
  @media only screen and (min-width: 60em) {
    /* line 9, ../../source/scss/modules/_theme.scss */
    .main-content.home-page .jw-video-player {
      width: 100%;
      float: none; } }
  /* line 19, ../../source/scss/modules/_theme.scss */
  .main-content.home-page .jw-video-player .video_wrap {
    width: 100%;
    margin-bottom: 0; }
  /* line 23, ../../source/scss/modules/_theme.scss */
  .main-content.home-page .jw-video-player .beam {
    margin-bottom: 0; }
  /* line 27, ../../source/scss/modules/_theme.scss */
  .main-content.home-page .meta {
    margin-bottom: 1rem; }
    @media only screen and (min-width: 40em) {
      /* line 27, ../../source/scss/modules/_theme.scss */
      .main-content.home-page .meta {
        float: left;
        width: 33%; } }
    @media only screen and (min-width: 60em) {
      /* line 27, ../../source/scss/modules/_theme.scss */
      .main-content.home-page .meta {
        width: 75%;
        float: left; } }
    /* line 37, ../../source/scss/modules/_theme.scss */
    .main-content.home-page .meta time {
      margin-bottom: 0;
      font-size: 0.75rem;
      line-height: 0.9375rem; }
      @media only screen and (min-width: 40em) {
        /* line 37, ../../source/scss/modules/_theme.scss */
        .main-content.home-page .meta time {
          font-size: 0.6875rem;
          line-height: 0.85938rem; } }
    /* line 44, ../../source/scss/modules/_theme.scss */
    .main-content.home-page .meta .meta-name {
      font-size: 0.75rem;
      line-height: 0.9375rem;
      font-style: italic; }
      @media only screen and (min-width: 40em) {
        /* line 44, ../../source/scss/modules/_theme.scss */
        .main-content.home-page .meta .meta-name {
          font-size: 0.6875rem;
          line-height: 0.85938rem; } }
  /* line 52, ../../source/scss/modules/_theme.scss */
  .main-content.home-page .read-more_video {
    display: inline-block;
    background-color: #fff; }
    @media only screen and (min-width: 40em) {
      /* line 52, ../../source/scss/modules/_theme.scss */
      .main-content.home-page .read-more_video {
        float: left;
        width: auto;
        background-color: transparent; } }
    @media only screen and (min-width: 60em) {
      /* line 52, ../../source/scss/modules/_theme.scss */
      .main-content.home-page .read-more_video {
        float: right; } }
  @media only screen and (min-width: 40em) {
    /* line 65, ../../source/scss/modules/_theme.scss */
    .main-content.home-page > .inner-wrap .third {
      float: none;
      width: 100%;
      margin-right: 0; } }
  @media only screen and (min-width: 60em) {
    /* line 65, ../../source/scss/modules/_theme.scss */
    .main-content.home-page > .inner-wrap .third {
      float: right;
      width: 31%;
      clear: right; } }
  /* line 78, ../../source/scss/modules/_theme.scss */
  .main-content.home-page > .inner-wrap .third a:link, .main-content.home-page > .inner-wrap .third a:visited {
    border-bottom: 1px solid currentColor; }
  /* line 81, ../../source/scss/modules/_theme.scss */
  .main-content.home-page > .inner-wrap .third a:hover, .main-content.home-page > .inner-wrap .third a:active, .main-content.home-page > .inner-wrap .third a:focus {
    border-bottom: 1px dotted #6366e4; }
  /* line 86, ../../source/scss/modules/_theme.scss */
  .main-content.home-page > .inner-wrap .two-third {
    margin-bottom: 3rem; }
    @media only screen and (min-width: 40em) {
      /* line 86, ../../source/scss/modules/_theme.scss */
      .main-content.home-page > .inner-wrap .two-third {
        float: none;
        width: 100%;
        margin-right: 0;
        overflow: hidden; } }
    @media only screen and (min-width: 60em) {
      /* line 86, ../../source/scss/modules/_theme.scss */
      .main-content.home-page > .inner-wrap .two-third {
        float: left;
        width: 66%;
        padding-right: 8%; } }
  /* line 102, ../../source/scss/modules/_theme.scss */
  .main-content.home-page .page-title {
    font-size: 1.125rem;
    line-height: 1.40625rem;
    margin-bottom: 0.75rem; }
    @media only screen and (min-width: 48em) {
      /* line 102, ../../source/scss/modules/_theme.scss */
      .main-content.home-page .page-title {
        float: right;
        width: 31%;
        font-size: 1rem;
        line-height: 1.25rem; } }
/* line 113, ../../source/scss/modules/_theme.scss */
.main-content.listing-page {
  background-color: #e0e7ea; }
  /* line 116, ../../source/scss/modules/_theme.scss */
  .main-content.listing-page .jw-video-player .video_wrap {
    width: 100%;
    margin-bottom: 0; }
  /* line 120, ../../source/scss/modules/_theme.scss */
  .main-content.listing-page .jw-video-player .beam {
    margin-bottom: 0; }
  /* line 124, ../../source/scss/modules/_theme.scss */
  .main-content.listing-page .meta {
    margin-bottom: 1rem; }
    @media only screen and (min-width: 40em) {
      /* line 124, ../../source/scss/modules/_theme.scss */
      .main-content.listing-page .meta {
        float: left;
        width: 65%; } }
    /* line 130, ../../source/scss/modules/_theme.scss */
    .main-content.listing-page .meta time {
      margin-bottom: 0;
      font-size: 0.75rem;
      line-height: 0.9375rem; }
      @media only screen and (min-width: 40em) {
        /* line 130, ../../source/scss/modules/_theme.scss */
        .main-content.listing-page .meta time {
          font-size: 0.6875rem;
          line-height: 0.85938rem; } }
    /* line 137, ../../source/scss/modules/_theme.scss */
    .main-content.listing-page .meta .meta-name {
      font-size: 0.75rem;
      line-height: 0.9375rem; }
      @media only screen and (min-width: 40em) {
        /* line 137, ../../source/scss/modules/_theme.scss */
        .main-content.listing-page .meta .meta-name {
          font-size: 0.6875rem;
          line-height: 0.85938rem; } }
  /* line 144, ../../source/scss/modules/_theme.scss */
  .main-content.listing-page .read-more_video {
    display: inline-block;
    background-color: #fff; }
    @media only screen and (min-width: 40em) {
      /* line 144, ../../source/scss/modules/_theme.scss */
      .main-content.listing-page .read-more_video {
        float: right;
        width: auto; } }
    @media only screen and (min-width: 48em) {
      /* line 144, ../../source/scss/modules/_theme.scss */
      .main-content.listing-page .read-more_video {
        background-color: transparent; } }
  @media only screen and (min-width: 40em) {
    /* line 156, ../../source/scss/modules/_theme.scss */
    .main-content.listing-page > .inner-wrap .third {
      float: none;
      width: 100%;
      margin-right: 0; } }
  @media only screen and (min-width: 48em) {
    /* line 156, ../../source/scss/modules/_theme.scss */
    .main-content.listing-page > .inner-wrap .third {
      float: right;
      width: 31%;
      clear: right;
      padding-top: 0.5rem; } }
  /* line 169, ../../source/scss/modules/_theme.scss */
  .main-content.listing-page > .inner-wrap .third a:link, .main-content.listing-page > .inner-wrap .third a:visited {
    border-bottom: 1px solid currentColor; }
  /* line 172, ../../source/scss/modules/_theme.scss */
  .main-content.listing-page > .inner-wrap .third a:hover, .main-content.listing-page > .inner-wrap .third a:active, .main-content.listing-page > .inner-wrap .third a:focus {
    border-bottom: 1px dotted #6366e4; }
  @media only screen and (min-width: 40em) {
    /* line 177, ../../source/scss/modules/_theme.scss */
    .main-content.listing-page > .inner-wrap .two-third {
      float: none;
      width: 100%;
      margin-right: 0; } }
  @media only screen and (min-width: 48em) {
    /* line 177, ../../source/scss/modules/_theme.scss */
    .main-content.listing-page > .inner-wrap .two-third {
      float: left;
      width: 66%;
      margin-top: -1.75rem;
      padding-right: 8%; } }
  /* line 191, ../../source/scss/modules/_theme.scss */
  .main-content.listing-page .page-title {
    font-size: 1.125rem;
    line-height: 1.40625rem;
    margin-bottom: 0.75rem; }
    @media only screen and (min-width: 48em) {
      /* line 191, ../../source/scss/modules/_theme.scss */
      .main-content.listing-page .page-title {
        float: right;
        width: 31%;
        font-size: 1rem;
        line-height: 1.25rem; } }
@media only screen and (min-width: 48em) {
  /* line 202, ../../source/scss/modules/_theme.scss */
  .main-content.basic-page > .inner-wrap {
    padding-left: 3.75rem; } }
@media only screen and (min-width: 48em) {
  /* line 207, ../../source/scss/modules/_theme.scss */
  .main-content.basic-page ~ * > .inner-wrap {
    padding-left: 3.75rem; } }
@media only screen and (min-width: 48em) {
  /* line 215, ../../source/scss/modules/_theme.scss */
  .main-content.search-page > .inner-wrap aside {
    width: 38%;
    float: left;
    margin-top: -1.85rem; } }
@media only screen and (min-width: 60em) {
  /* line 215, ../../source/scss/modules/_theme.scss */
  .main-content.search-page > .inner-wrap aside {
    width: 31%; } }
@media only screen and (min-width: 48em) {
  /* line 225, ../../source/scss/modules/_theme.scss */
  .main-content.search-page > .inner-wrap .body-content {
    width: 59%;
    float: right; } }
/* line 232, ../../source/scss/modules/_theme.scss */
.main-content.search-page .page-title {
  margin-bottom: 0.67em; }
  @media only screen and (min-width: 48em) {
    /* line 232, ../../source/scss/modules/_theme.scss */
    .main-content.search-page .page-title {
      margin-left: 41%; } }
/* line 238, ../../source/scss/modules/_theme.scss */
.main-content.search-page h2.beam {
  margin-bottom: 1.5rem; }
/* line 243, ../../source/scss/modules/_theme.scss */
.main-content.speakers-page > .inner-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 48em) {
    /* line 243, ../../source/scss/modules/_theme.scss */
    .main-content.speakers-page > .inner-wrap {
      display: inherit; } }
  /* line 249, ../../source/scss/modules/_theme.scss */
  .main-content.speakers-page > .inner-wrap > .body-content {
    -webkit-order: 2;
    order: 2; }
  /* line 252, ../../source/scss/modules/_theme.scss */
  .main-content.speakers-page > .inner-wrap > aside {
    -webkit-order: 1;
    order: 1;
    margin-bottom: 1rem; }
/* line 257, ../../source/scss/modules/_theme.scss */
.main-content.speakers-page .page-title {
  margin-bottom: 1.85rem; }
/* line 260, ../../source/scss/modules/_theme.scss */
.main-content.speakers-page .pager-wrap {
  border: 0; }

/* line 267, ../../source/scss/modules/_theme.scss */
.back-to-top {
  text-align: center;
  position: absolute;
  top: -3rem;
  width: 100%; }
  /* line 272, ../../source/scss/modules/_theme.scss */
  .back-to-top a {
    display: inline-block;
    margin: 0 auto;
    padding-right: 1rem;
    position: relative; }
    /* line 277, ../../source/scss/modules/_theme.scss */
    .back-to-top a:link, .back-to-top a:visited {
      border: 0; }
    /* line 280, ../../source/scss/modules/_theme.scss */
    .back-to-top a:hover, .back-to-top a:active, .back-to-top a:focus {
      border-bottom: 1px dotted #121469; }
    /* line 283, ../../source/scss/modules/_theme.scss */
    .back-to-top a:after {
      content: "";
      width: 0.4rem;
      height: 0.4rem;
      display: block;
      position: absolute;
      right: 0;
      top: 0.65rem;
      border-top: 1px solid #121469;
      border-right: 1px solid #121469;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

/* line 299, ../../source/scss/modules/_theme.scss */
.video-page .page-title {
  margin-bottom: 0; }

/* line 304, ../../source/scss/modules/_theme.scss */
.meta {
  margin-bottom: 2.5rem;
  position: relative; }
  /* line 307, ../../source/scss/modules/_theme.scss */
  .meta time {
    font-size: 0.75rem;
    line-height: 1.3125rem;
    display: block;
    margin-bottom: 0.625rem; }

/* line 314, ../../source/scss/modules/_theme.scss */
.meta-name {
  font-size: 0.75rem;
  line-height: 1.3125rem; }
  @media only screen and (min-width: 40em) {
    /* line 314, ../../source/scss/modules/_theme.scss */
    .meta-name {
      font-size: 0.6875rem;
      line-height: 1.20313rem; } }
  /* line 319, ../../source/scss/modules/_theme.scss */
  .meta-name + .meta-type {
    font-size: 0.75rem;
    line-height: 1.3125rem;
    position: relative;
    clear: both;
    display: block; }
    @media only screen and (min-width: 40em) {
      /* line 319, ../../source/scss/modules/_theme.scss */
      .meta-name + .meta-type {
        clear: none;
        display: inline-block;
        padding-left: 0.625rem;
        margin-left: 0.25rem; } }
  @media only screen and (min-width: 40em) and (min-width: 40em) {
    /* line 319, ../../source/scss/modules/_theme.scss */
    .meta-name + .meta-type {
      font-size: 0.6875rem;
      line-height: 1.20313rem; } }
    @media only screen and (min-width: 40em) {
        /* line 332, ../../source/scss/modules/_theme.scss */
        .meta-name + .meta-type:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          border-left: 1px solid #959CA5;
          height: 1rem;
          width: 1px; } }

/* line 345, ../../source/scss/modules/_theme.scss */
.meta-type {
  font-size: 0.75rem;
  line-height: 1.3125rem;
  font-style: italic; }

@media only screen and (min-width: 40em) {
  /* line 350, ../../source/scss/modules/_theme.scss */
  .related-videos, .videos_list {
    max-width: 50rem;
    margin: 0 auto; } }
/* line 355, ../../source/scss/modules/_theme.scss */
.related-videos h1, .videos_list h1 {
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: bold; }
  @media only screen and (min-width: 40em) {
    /* line 355, ../../source/scss/modules/_theme.scss */
    .related-videos h1, .videos_list h1 {
      font-size: 0.6875rem;
      line-height: 0.85938rem; } }

/* line 372, ../../source/scss/modules/_theme.scss */
.refine-results {
  margin-bottom: 2rem;
  padding: 0.25rem 1rem;
  background-color: #e0e7ea; }

/* line 1, ../../source/scss/modules/_video.scss */
.jw-video-player {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem; }

/* line 7, ../../source/scss/modules/_video.scss */
.video_wrap {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 60em) {
    /* line 7, ../../source/scss/modules/_video.scss */
    .video_wrap {
      float: left;
      width: 62%;
      margin-right: 5%; } }

@media only screen and (min-width: 60em) {
  /* line 16, ../../source/scss/modules/_video.scss */
  .video_video-info {
    position: relative;
    overflow: visible; } }
@media only screen and (min-width: 60em) {
  /* line 16, ../../source/scss/modules/_video.scss */
  .video_video-info {
    float: left;
    width: 33%;
    margin-left: 0; } }

/* line 28, ../../source/scss/modules/_video.scss */
.video-watch-count {
  display: none; }

/* line 32, ../../source/scss/modules/_video.scss */
.video_video-block {
  position: relative;
  padding: 2.75rem 0.75rem 0.75rem;
  margin-bottom: 1.5rem;
  border: 2px solid #e0e7ea; }
  @media only screen and (min-width: 40em) {
    /* line 39, ../../source/scss/modules/_video.scss */
    .video_video-block .description-for-small {
      display: none; } }
  /* line 46, ../../source/scss/modules/_video.scss */
  .video_video-block a.video-thumb .video_icon-image > .icon.icon_play-icon {
    background-color: #121469; }
    /* line 48, ../../source/scss/modules/_video.scss */
    .video_video-block a.video-thumb .video_icon-image > .icon.icon_play-icon:after {
      border-color: transparent transparent transparent #fff; }
  /* line 53, ../../source/scss/modules/_video.scss */
  .video_video-block a.video-thumb:hover .icon.icon_play-icon {
    background-color: #030312; }
  /* line 56, ../../source/scss/modules/_video.scss */
  .video_video-block a.video-thumb:hover .read-more_video {
    background-color: #030312; }
  /* line 61, ../../source/scss/modules/_video.scss */
  .video_video-block a.video-thumb .read-more_video .icon.icon_play-icon {
    background: none; }
  /* line 67, ../../source/scss/modules/_video.scss */
  .video_video-block .thumb {
    float: none;
    display: block;
    width: 100%; }
    @media only screen and (min-width: 40em) {
      /* line 67, ../../source/scss/modules/_video.scss */
      .video_video-block .thumb {
        float: left;
        width: 140px; } }
  /* line 79, ../../source/scss/modules/_video.scss */
  .video_video-block .data {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    overflow: hidden; }
    @media only screen and (min-width: 40em) {
      /* line 79, ../../source/scss/modules/_video.scss */
      .video_video-block .data {
        margin-left: 150px;
        width: auto;
        min-height: 140px;
        text-align: left;
        margin-top: 0;
        border-left: 2px solid #e0e7ea;
        overflow: auto; } }
    /* line 101, ../../source/scss/modules/_video.scss */
    .video_video-block .data .description {
      border-top: 2px solid #e0e7ea;
      padding-top: 1rem; }
      /* line 102, ../../source/scss/modules/_video.scss */
      .video_video-block .data .description h1,
      .video_video-block .data .description .meta-type {
        display: none; }
      @media only screen and (min-width: 40em) {
        /* line 101, ../../source/scss/modules/_video.scss */
        .video_video-block .data .description {
          position: relative;
          width: 100%;
          height: 148px;
          border-top: 0;
          padding-left: 1rem;
          padding-top: 0; }
          /* line 119, ../../source/scss/modules/_video.scss */
          .video_video-block .data .description h1,
          .video_video-block .data .description .meta-type {
            display: block; } }
    /* line 128, ../../source/scss/modules/_video.scss */
    .video_video-block .data ul {
      margin-top: 1rem;
      padding-left: 0; }
    /* line 133, ../../source/scss/modules/_video.scss */
    .video_video-block .data li {
      margin-bottom: 1rem;
      list-style: none; }
  @media only screen and (min-width: 40em) {
    /* line 143, ../../source/scss/modules/_video.scss */
    .video_video-block .listing-link {
      position: absolute;
      bottom: 0;
      margin: 0; } }
  /* line 150, ../../source/scss/modules/_video.scss */
  .video_video-block .accordion__heading {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 0; }
    @media only screen and (min-width: 40em) {
      /* line 150, ../../source/scss/modules/_video.scss */
      .video_video-block .accordion__heading {
        position: absolute;
        bottom: 0;
        right: 0; } }
  /* line 165, ../../source/scss/modules/_video.scss */
  .video_video-block > a {
    display: block;
    overflow: hidden;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    -webkit-transition: all 150ms;
    transition: all 150ms; }
    /* line 169, ../../source/scss/modules/_video.scss */
    .video_video-block > a:link, .video_video-block > a:visited {
      border: 0; }
    /* line 172, ../../source/scss/modules/_video.scss */
    .video_video-block > a:hover, .video_video-block > a:active, .video_video-block > a:focus {
      border: 0;
      background-color: #eff0f5; }
      /* line 180, ../../source/scss/modules/_video.scss */
      .video_video-block > a:hover .read-more_video .icon, .video_video-block > a:active .read-more_video .icon, .video_video-block > a:focus .read-more_video .icon {
        background-color: #959CA5; }
        /* line 182, ../../source/scss/modules/_video.scss */
        .video_video-block > a:hover .read-more_video .icon:after, .video_video-block > a:active .read-more_video .icon:after, .video_video-block > a:focus .read-more_video .icon:after {
          border-color: transparent transparent transparent #fff; }
      /* line 188, ../../source/scss/modules/_video.scss */
      .video_video-block > a:hover .meta, .video_video-block > a:active .meta, .video_video-block > a:focus .meta {
        border-color: transparent; }
  /* line 193, ../../source/scss/modules/_video.scss */
  .video_video-block h1, .video_video-block h2 {
    margin-bottom: 0.8rem;
    text-transform: none;
    font-weight: bold;
    border-bottom: 1px solid transparent;
    word-break: break-word;
    font-size: 0.875rem;
    line-height: 1.09375rem; }
    @media only screen and (min-width: 40em) {
      /* line 193, ../../source/scss/modules/_video.scss */
      .video_video-block h1, .video_video-block h2 {
        font-size: 0.875rem;
        line-height: 1.09375rem;
        min-height: 2.2rem;
        margin-bottom: 0.5rem; } }
    /* line 205, ../../source/scss/modules/_video.scss */
    .video_video-block h1 a, .video_video-block h2 a {
      color: #222;
      font-size: 0.875rem;
      line-height: 1.09375rem; }
      @media only screen and (min-width: 40em) {
        /* line 205, ../../source/scss/modules/_video.scss */
        .video_video-block h1 a, .video_video-block h2 a {
          font-size: 0.875rem;
          line-height: 1.09375rem; } }
  /* line 222, ../../source/scss/modules/_video.scss */
  .video_video-block .meta {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ecedf3;
    border-bottom: 2px solid #e0e7ea; }
    /* line 229, ../../source/scss/modules/_video.scss */
    .video_video-block .meta time {
      padding: 0.25rem 0.625rem;
      margin-bottom: 0; }
  /* line 235, ../../source/scss/modules/_video.scss */
  .video_video-block .video_icon-image {
    position: relative;
    float: left;
    margin: 0 0.625rem 0 0;
    width: 100%; }
    /* line 241, ../../source/scss/modules/_video.scss */
    .video_video-block .video_icon-image .dbg-icon,
    .video_video-block .video_icon-image .icon {
      top: 40%;
      left: 45%;
      height: 1.75rem;
      width: 1.75rem;
      background-color: #d8d8d8; }
      @media only screen and (min-width: 40em) {
        /* line 241, ../../source/scss/modules/_video.scss */
        .video_video-block .video_icon-image .dbg-icon,
        .video_video-block .video_icon-image .icon {
          top: 27%;
          left: 40%; } }
      /* line 254, ../../source/scss/modules/_video.scss */
      .video_video-block .video_icon-image .dbg-icon:after,
      .video_video-block .video_icon-image .icon:after {
        border-width: 7px 0 7px 10px;
        left: 0.625rem;
        border-color: transparent transparent transparent #121469;
        top: 0.5rem; }
    /* line 261, ../../source/scss/modules/_video.scss */
    .video_video-block .video_icon-image + h1 {
      margin-bottom: 0.25rem; }
    /* line 264, ../../source/scss/modules/_video.scss */
    .video_video-block .video_icon-image:link, .video_video-block .video_icon-image:visited {
      border: 0; }
    /* line 267, ../../source/scss/modules/_video.scss */
    .video_video-block .video_icon-image:hover, .video_video-block .video_icon-image:active, .video_video-block .video_icon-image:focus {
      border: 0; }
      /* line 269, ../../source/scss/modules/_video.scss */
      .video_video-block .video_icon-image:hover .icon, .video_video-block .video_icon-image:active .icon, .video_video-block .video_icon-image:focus .icon {
        background-color: #121469; }
        /* line 271, ../../source/scss/modules/_video.scss */
        .video_video-block .video_icon-image:hover .icon:after, .video_video-block .video_icon-image:active .icon:after, .video_video-block .video_icon-image:focus .icon:after {
          border-color: transparent transparent transparent #fff; }
    /* line 277, ../../source/scss/modules/_video.scss */
    .video_video-block .video_icon-image img {
      width: 100%;
      height: auto; }
  /* line 284, ../../source/scss/modules/_video.scss */
  .video_video-block .video_video-most-recent .video_icon-image {
    display: block;
    position: relative;
    width: 100%; }
    /* line 289, ../../source/scss/modules/_video.scss */
    .video_video-block .video_video-most-recent .video_icon-image:link, .video_video-block .video_video-most-recent .video_icon-image:visited {
      border-bottom: 0; }
    /* line 292, ../../source/scss/modules/_video.scss */
    .video_video-block .video_video-most-recent .video_icon-image:hover, .video_video-block .video_video-most-recent .video_icon-image:active, .video_video-block .video_video-most-recent .video_icon-image:focus {
      border-bottom: 0; }
      /* line 294, ../../source/scss/modules/_video.scss */
      .video_video-block .video_video-most-recent .video_icon-image:hover .dbg-icon_play-icon, .video_video-block .video_video-most-recent .video_icon-image:active .dbg-icon_play-icon, .video_video-block .video_video-most-recent .video_icon-image:focus .dbg-icon_play-icon {
        background-color: #121469;
        -moz-transition: all 100ms;
        -o-transition: all 100ms;
        -webkit-transition: all 100ms;
        transition: all 100ms; }
        /* line 297, ../../source/scss/modules/_video.scss */
        .video_video-block .video_video-most-recent .video_icon-image:hover .dbg-icon_play-icon:after, .video_video-block .video_video-most-recent .video_icon-image:active .dbg-icon_play-icon:after, .video_video-block .video_video-most-recent .video_icon-image:focus .dbg-icon_play-icon:after {
          border-color: transparent transparent transparent #fff; }
    /* line 302, ../../source/scss/modules/_video.scss */
    .video_video-block .video_video-most-recent .video_icon-image .dbg-icon_play-icon {
      -moz-transition: all 100ms;
      -o-transition: all 100ms;
      -webkit-transition: all 100ms;
      transition: all 100ms;
      background-color: #ecedf3;
      left: 45%;
      width: 3rem;
      height: 3rem;
      top: 40%; }
      @media only screen and (min-width: 40em) {
        /* line 302, ../../source/scss/modules/_video.scss */
        .video_video-block .video_video-most-recent .video_icon-image .dbg-icon_play-icon {
          left: 47%;
          width: 4rem;
          height: 4rem; } }
      /* line 314, ../../source/scss/modules/_video.scss */
      .video_video-block .video_video-most-recent .video_icon-image .dbg-icon_play-icon:after {
        border-color: transparent transparent transparent #121469;
        border-width: 16px 0 16px 25px;
        top: 0.5rem;
        left: 0.85rem; }
        @media only screen and (min-width: 40em) {
          /* line 314, ../../source/scss/modules/_video.scss */
          .video_video-block .video_video-most-recent .video_icon-image .dbg-icon_play-icon:after {
            top: 1rem;
            left: 1.25rem; } }
  /* line 331, ../../source/scss/modules/_video.scss */
  .video_video-block .meta-name + .meta-type {
    padding-left: 0;
    margin-left: 0; }
    /* line 334, ../../source/scss/modules/_video.scss */
    .video_video-block .meta-name + .meta-type::after {
      border: 0; }
  /* line 339, ../../source/scss/modules/_video.scss */
  .video_video-block .meta-name, .video_video-block .meta-type {
    display: block;
    clear: none;
    hyphens: auto; }
  /* line 345, ../../source/scss/modules/_video.scss */
  .video_video-block .thumb > a > .read-more_video {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 0.75rem;
    background-color: #121469;
    color: #fff;
    padding: .3rem .5rem .3rem 1.5rem; }
    /* line 355, ../../source/scss/modules/_video.scss */
    .video_video-block .thumb > a > .read-more_video span.icon_play-icon {
      background-color: transparent;
      margin-top: 5px; }
    @media only screen and (min-width: 40em) {
      /* line 345, ../../source/scss/modules/_video.scss */
      .video_video-block .thumb > a > .read-more_video {
        clear: none;
        min-width: 130px; } }
    /* line 365, ../../source/scss/modules/_video.scss */
    .video_video-block .thumb > a > .read-more_video a {
      color: #fff;
      text-decoration: none;
      border-bottom: 0;
      font-size: 12px; }

/* line 379, ../../source/scss/modules/_video.scss */
.video_video-most-recent .video_icon-image {
  position: relative;
  float: left;
  margin: 0 0.625rem 0 0;
  width: 100%;
  margin-bottom: .5rem;
  display: block; }
  /* line 386, ../../source/scss/modules/_video.scss */
  .video_video-most-recent .video_icon-image .dbg-icon,
  .video_video-most-recent .video_icon-image .icon {
    top: 40%;
    left: 45%;
    height: 2.75rem;
    width: 2.75rem;
    background-color: #d8d8d8; }
    @media only screen and (min-width: 40em) {
      /* line 386, ../../source/scss/modules/_video.scss */
      .video_video-most-recent .video_icon-image .dbg-icon,
      .video_video-most-recent .video_icon-image .icon {
        top: 40%;
        left: 45%; } }
    /* line 399, ../../source/scss/modules/_video.scss */
    .video_video-most-recent .video_icon-image .dbg-icon:after,
    .video_video-most-recent .video_icon-image .icon:after {
      border-width: 14px 0 14px 20px;
      left: 0.825rem;
      border-color: transparent transparent transparent #121469;
      top: 0.5rem; }
  /* line 407, ../../source/scss/modules/_video.scss */
  .video_video-most-recent .video_icon-image:hover, .video_video-most-recent .video_icon-image:active, .video_video-most-recent .video_icon-image:focus {
    border: 0; }
    /* line 411, ../../source/scss/modules/_video.scss */
    .video_video-most-recent .video_icon-image:hover .icon,
    .video_video-most-recent .video_icon-image:hover .dbg-icon, .video_video-most-recent .video_icon-image:active .icon,
    .video_video-most-recent .video_icon-image:active .dbg-icon, .video_video-most-recent .video_icon-image:focus .icon,
    .video_video-most-recent .video_icon-image:focus .dbg-icon {
      background-color: #121469; }
      /* line 414, ../../source/scss/modules/_video.scss */
      .video_video-most-recent .video_icon-image:hover .icon:after,
      .video_video-most-recent .video_icon-image:hover .dbg-icon:after, .video_video-most-recent .video_icon-image:active .icon:after,
      .video_video-most-recent .video_icon-image:active .dbg-icon:after, .video_video-most-recent .video_icon-image:focus .icon:after,
      .video_video-most-recent .video_icon-image:focus .dbg-icon:after {
        border-color: transparent transparent transparent #fff; }
  /* line 420, ../../source/scss/modules/_video.scss */
  .video_video-most-recent .video_icon-image + h1 {
    margin-bottom: 0.25rem; }
  /* line 423, ../../source/scss/modules/_video.scss */
  .video_video-most-recent .video_icon-image:link, .video_video-most-recent .video_icon-image:visited {
    border: 0; }
  /* line 429, ../../source/scss/modules/_video.scss */
  .video_video-most-recent .video_icon-image img {
    width: 100%;
    height: auto; }

@media only screen and (min-width: 40em) {
  /* line 438, ../../source/scss/modules/_video.scss */
  .videos_search-options {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row; } }
@media only screen and (min-width: 40em) {
  /* line 444, ../../source/scss/modules/_video.scss */
  .videos_search-options .videos_search-block {
    margin-left: 2%; } }
@media only screen and (min-width: 40em) {
  /* line 448, ../../source/scss/modules/_video.scss */
  .videos_search-options .videos_search-block:first-child {
    margin-left: 0; } }
@media only screen and (min-width: 40em) {
  /* line 461, ../../source/scss/modules/_video.scss */
  .videos_search-options.homepage_search-options {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }

/* line 468, ../../source/scss/modules/_video.scss */
.videos_search-block {
  margin-bottom: 1.5rem;
  width: 100%; }
  @media only screen and (min-width: 40em) {
    /* line 473, ../../source/scss/modules/_video.scss */
    .homepage_search-options .videos_search-block {
      -webkit-flex: 1 0 49%;
      flex: 1 0 49%;
      -webkit-order: 1;
      order: 1; } }
  @media only screen and (min-width: 60em) {
    /* line 473, ../../source/scss/modules/_video.scss */
    .homepage_search-options .videos_search-block {
      -webkit-flex: 1 0 100%;
      flex: 1 0 100%;
      margin-left: 0; } }
  /* line 482, ../../source/scss/modules/_video.scss */
  .homepage_search-options .videos_search-block h2 {
    margin-bottom: 0.5rem; }
  /* line 485, ../../source/scss/modules/_video.scss */
  .homepage_search-options .videos_search-block h3 {
    margin-bottom: 0.5rem; }
  /* line 493, ../../source/scss/modules/_video.scss */
  .videos_search-block > div, .videos_search-block > form {
    background-color: #959CA5;
    padding: 1.5rem 0.75rem;
    margin-bottom: 0; }
  /* line 509, ../../source/scss/modules/_video.scss */
  .videos_search-block input {
    margin-bottom: 0; }
  /* line 512, ../../source/scss/modules/_video.scss */
  .videos_search-block [type="text"], .videos_search-block [type="search"], .videos_search-block select, .videos_search-block .search-field, .videos_search-block .select2-container, .videos_search-block .videos_search-block-date select {
    float: left;
    width: calc(100% - 80px);
    margin-right: 0.5rem; }
    @media only screen and (min-width: 40em) {
      /* line 512, ../../source/scss/modules/_video.scss */
      .videos_search-block [type="text"], .videos_search-block [type="search"], .videos_search-block select, .videos_search-block .search-field, .videos_search-block .select2-container, .videos_search-block .videos_search-block-date select {
        width: 100%;
        margin-bottom: 0.625rem; } }
    @media only screen and (min-width: 60em) {
      /* line 512, ../../source/scss/modules/_video.scss */
      .videos_search-block [type="text"], .videos_search-block [type="search"], .videos_search-block select, .videos_search-block .search-field, .videos_search-block .select2-container, .videos_search-block .videos_search-block-date select {
        width: calc(100% - 80px);
        margin-bottom: 0; } }
  /* line 526, ../../source/scss/modules/_video.scss */
  .videos_search-block .form-submit, .videos_search-block [type="submit"] {
    float: right;
    width: auto;
    max-width: 70px;
    clear: none; }
    @media only screen and (min-width: 40em) {
      /* line 526, ../../source/scss/modules/_video.scss */
      .videos_search-block .form-submit, .videos_search-block [type="submit"] {
        clear: both; } }
    @media only screen and (min-width: 60em) {
      /* line 526, ../../source/scss/modules/_video.scss */
      .videos_search-block .form-submit, .videos_search-block [type="submit"] {
        clear: none; } }
  /* line 538, ../../source/scss/modules/_video.scss */
  .videos_search-block .select2-container, .videos_search-block .videos_search-block-date select {
    max-width: 100%;
    width: calc(100% - 80px) !important; }
    @media only screen and (min-width: 40em) {
      /* line 538, ../../source/scss/modules/_video.scss */
      .videos_search-block .select2-container, .videos_search-block .videos_search-block-date select {
        width: 100% !important;
        max-width: 277px;
        margin-bottom: 0.625rem; } }
    @media only screen and (min-width: 60em) {
      /* line 538, ../../source/scss/modules/_video.scss */
      .videos_search-block .select2-container, .videos_search-block .videos_search-block-date select {
        width: calc(100% - 80px) !important;
        margin-bottom: 0; } }

/* line 553, ../../source/scss/modules/_video.scss */
.videos_search-block-wide {
  width: 100%; }
  @media only screen and (min-width: 40em) {
    /* line 553, ../../source/scss/modules/_video.scss */
    .videos_search-block-wide {
      display: block;
      width: 100%; } }

@media only screen and (min-width: 40em) {
  /* line 562, ../../source/scss/modules/_video.scss */
  .homepage_search-options .videos_search-block-date {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-order: 2;
    order: 2;
    margin-left: 0; } }
@media only screen and (min-width: 60em) {
  /* line 562, ../../source/scss/modules/_video.scss */
  .homepage_search-options .videos_search-block-date {
    -webkit-order: 1;
    order: 1; } }
/* line 572, ../../source/scss/modules/_video.scss */
.videos_search-block-date input, .videos_search-block-date .search-field-date-from, .videos_search-block-date .search-field-date-to {
  float: left;
  font-size: 0.75rem;
  line-height: 1.225rem;
  margin-bottom: 1.15rem;
  margin-right: 0.625rem;
  width: 5.6rem; }
/* line 580, ../../source/scss/modules/_video.scss */
.videos_search-block-date form {
  position: relative; }
  /* line 582, ../../source/scss/modules/_video.scss */
  .videos_search-block-date form h2, .videos_search-block-date form h4 {
    border-top: 1px solid #fff;
    clear: both;
    display: block;
    float: left;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-right: 3rem;
    padding-top: 0.75rem;
    font-size: 0.75rem;
    line-height: 1.3125rem; }
    @media only screen and (min-width: 40em) {
      /* line 582, ../../source/scss/modules/_video.scss */
      .videos_search-block-date form h2, .videos_search-block-date form h4 {
        border-top: 0;
        padding-top: 0.625rem;
        margin-top: 0.5rem;
        padding-right: 1rem;
        margin-bottom: 0; } }
    @media only screen and (min-width: 48em) {
      /* line 582, ../../source/scss/modules/_video.scss */
      .videos_search-block-date form h2, .videos_search-block-date form h4 {
        margin: 0.35rem 1rem 0.625rem 0.625rem;
        padding-top: 0;
        clear: none;
        padding-right: 0; } }
    @media only screen and (min-width: 60em) {
      /* line 582, ../../source/scss/modules/_video.scss */
      .videos_search-block-date form h2, .videos_search-block-date form h4 {
        margin: -0.35rem 0 0 1.5rem;
        padding: 0.625rem 1.5rem;
        border-left: 1px solid #f2f2f2; } }
    @media only screen and (min-width: 60em) {
      /* line 613, ../../source/scss/modules/_video.scss */
      .homepage_search-options .videos_search-block-date form h2, .homepage_search-options .videos_search-block-date form h4 {
        border-top: 1px solid #fff;
        max-width: 250px;
        float: left;
        padding: 1rem 0 0 0;
        margin: 1.2rem 0 0.75rem 0;
        border-left: 0;
        width: 100%; } }
  /* line 625, ../../source/scss/modules/_video.scss */
  .videos_search-block-date form label, .videos_search-block-date form input {
    float: left; }
  /* line 628, ../../source/scss/modules/_video.scss */
  .videos_search-block-date form label {
    font-size: 0.75rem;
    line-height: 1.3125rem;
    margin-right: 0.625rem;
    font-weight: normal;
    float: left;
    min-width: 2rem;
    padding: 0.2rem 0.35rem 0 0; }
    @media only screen and (min-width: 40em) {
      /* line 628, ../../source/scss/modules/_video.scss */
      .videos_search-block-date form label {
        min-width: none;
        margin-right: 0; } }
    @media only screen and (min-width: 48em) {
      /* line 628, ../../source/scss/modules/_video.scss */
      .videos_search-block-date form label {
        padding-top: 0.2rem; } }
    @media only screen and (min-width: 60em) {
      /* line 643, ../../source/scss/modules/_video.scss */
      .homepage_search-options .videos_search-block-date form label {
        min-width: 2.35rem; } }
    @media only screen and (min-width: 75em) {
      /* line 643, ../../source/scss/modules/_video.scss */
      .homepage_search-options .videos_search-block-date form label {
        min-width: none; } }
  /* line 652, ../../source/scss/modules/_video.scss */
  .videos_search-block-date form .date-range-wrapper {
    float: left;
    clear: both; }
    @media only screen and (min-width: 40em) {
      /* line 652, ../../source/scss/modules/_video.scss */
      .videos_search-block-date form .date-range-wrapper {
        clear: none;
        margin-top: 0.85rem; } }
    @media only screen and (min-width: 48em) {
      /* line 652, ../../source/scss/modules/_video.scss */
      .videos_search-block-date form .date-range-wrapper {
        margin-top: 0;
        clear: none; } }
    @media only screen and (min-width: 40em) {
      /* line 665, ../../source/scss/modules/_video.scss */
      .videos_search-block-date form .date-range-wrapper label:first-child, .videos_search-block-date form .date-range-wrapper label:nth-of-type(1) {
        border: 0 none;
        clip: rect(0px, 0px, 0px, 0px);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; } }
    @media only screen and (min-width: 60em) {
      /* line 678, ../../source/scss/modules/_video.scss */
      .homepage_search-options .videos_search-block-date form .date-range-wrapper label:first-child, .homepage_search-options .videos_search-block-date form .date-range-wrapper label:nth-of-type(1) {
        clip: none;
        height: auto;
        width: auto;
        padding: 0.2rem 0.35rem 0 0;
        position: inherit;
        margin: inherit;
        min-width: 2.35rem; } }
    @media only screen and (min-width: 75em) {
      /* line 678, ../../source/scss/modules/_video.scss */
      .homepage_search-options .videos_search-block-date form .date-range-wrapper label:first-child, .homepage_search-options .videos_search-block-date form .date-range-wrapper label:nth-of-type(1) {
        clip: rect(0px, 0px, 0px, 0px);
        height: 1px;
        margin: -1px;
        padding: 0;
        position: absolute;
        width: 1px;
        min-width: none; } }
    @media only screen and (min-width: 40em) {
      /* line 700, ../../source/scss/modules/_video.scss */
      .videos_search-block-date form .date-range-wrapper input {
        margin-bottom: 0; } }
    @media only screen and (min-width: 60em) {
      /* line 704, ../../source/scss/modules/_video.scss */
      .homepage_search-options .videos_search-block-date form .date-range-wrapper input {
        margin-bottom: 0.625rem; } }
    @media only screen and (min-width: 75em) {
      /* line 704, ../../source/scss/modules/_video.scss */
      .homepage_search-options .videos_search-block-date form .date-range-wrapper input {
        margin-bottom: 0; } }
    @media only screen and (min-width: 60em) {
      /* line 713, ../../source/scss/modules/_video.scss */
      .homepage_search-options .videos_search-block-date form .date-range-wrapper input:last-child {
        margin-bottom: 0; } }
  /* line 721, ../../source/scss/modules/_video.scss */
  .videos_search-block-date form .search-field-date-from {
    clear: right; }
    /* line 723, ../../source/scss/modules/_video.scss */
    .videos_search-block-date form .search-field-date-from + label {
      clear: left; }
      @media only screen and (min-width: 40em) {
        /* line 723, ../../source/scss/modules/_video.scss */
        .videos_search-block-date form .search-field-date-from + label {
          clear: none; } }
      @media only screen and (min-width: 60em) {
        /* line 729, ../../source/scss/modules/_video.scss */
        .homepage_search-options .videos_search-block-date form .search-field-date-from + label {
          clear: left; } }
      @media only screen and (min-width: 75em) {
        /* line 729, ../../source/scss/modules/_video.scss */
        .homepage_search-options .videos_search-block-date form .search-field-date-from + label {
          clear: none; } }
  /* line 739, ../../source/scss/modules/_video.scss */
  .videos_search-block-date form .search-field-date-to {
    margin-bottom: 0; }
  /* line 742, ../../source/scss/modules/_video.scss */
  .videos_search-block-date form .form-submit {
    margin: 0;
    position: absolute;
    bottom: 1.5rem;
    right: 0.75rem; }
    @media only screen and (min-width: 48em) {
      /* line 742, ../../source/scss/modules/_video.scss */
      .videos_search-block-date form .form-submit {
        position: relative;
        bottom: inherit;
        right: inherit;
        clear: none; } }
    @media only screen and (min-width: 60em) {
      /* line 753, ../../source/scss/modules/_video.scss */
      .homepage_search-options .videos_search-block-date form .form-submit {
        margin-bottom: 0;
        position: absolute;
        bottom: 1.5rem;
        right: 0.75rem; } }
    @media only screen and (min-width: 75em) {
      /* line 753, ../../source/scss/modules/_video.scss */
      .homepage_search-options .videos_search-block-date form .form-submit {
        margin-bottom: 0; } }
  /* line 765, ../../source/scss/modules/_video.scss */
  .videos_search-block-date form .select2-container, .videos_search-block-date form .videos_search-block-date select {
    max-width: 12rem; }
    @media only screen and (min-width: 48em) {
      /* line 765, ../../source/scss/modules/_video.scss */
      .videos_search-block-date form .select2-container, .videos_search-block-date form .videos_search-block-date select {
        max-width: 11rem; } }
    @media only screen and (min-width: 60em) {
      /* line 765, ../../source/scss/modules/_video.scss */
      .videos_search-block-date form .select2-container, .videos_search-block-date form .videos_search-block-date select {
        max-width: 277px; } }
    @media only screen and (min-width: 75em) {
      /* line 765, ../../source/scss/modules/_video.scss */
      .videos_search-block-date form .select2-container, .videos_search-block-date form .videos_search-block-date select {
        max-width: 392px; } }

/* line 781, ../../source/scss/modules/_video.scss */
.videos_listing {
  border-top: 1px solid #121469;
  margin-top: 3rem;
  padding-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden; }
  /* line 788, ../../source/scss/modules/_video.scss */
  .videos_listing ul {
    overflow: hidden;
    width: 100%;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 40em) {
      /* line 788, ../../source/scss/modules/_video.scss */
      .videos_listing ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: flex-start;
        align-items: flex-start; } }

/* line 801, ../../source/scss/modules/_video.scss */
.homepage_videos_listing {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
  position: relative; }
  @media only screen and (min-width: 40em) {
    /* line 807, ../../source/scss/modules/_video.scss */
    .homepage_videos_listing > h1 {
      float: left; } }
  /* line 812, ../../source/scss/modules/_video.scss */
  .homepage_videos_listing .beam {
    clear: both;
    margin-bottom: 1.5rem; }
  /* line 817, ../../source/scss/modules/_video.scss */
  .homepage_videos_listing .week {
    margin-bottom: 2rem;
    background-color: #fff;
    overflow: hidden; }
  /* line 823, ../../source/scss/modules/_video.scss */
  .js .homepage_videos_listing .week {
    display: none;
    margin-bottom: 0; }
    /* line 826, ../../source/scss/modules/_video.scss */
    .js .homepage_videos_listing .week > h1 {
      margin-bottom: 4.5rem; }
      @media only screen and (min-width: 40em) {
        /* line 826, ../../source/scss/modules/_video.scss */
        .js .homepage_videos_listing .week > h1 {
          margin-bottom: 3.5rem; } }
  /* line 833, ../../source/scss/modules/_video.scss */
  .js .homepage_videos_listing .active {
    position: relative;
    z-index: 1;
    display: block; }
  /* line 839, ../../source/scss/modules/_video.scss */
  .homepage_videos_listing .filters {
    width: 90%;
    position: absolute;
    top: 2rem;
    z-index: 2; }
    @media only screen and (min-width: 40em) {
      /* line 839, ../../source/scss/modules/_video.scss */
      .homepage_videos_listing .filters {
        top: 0.25rem;
        right: 1.25rem;
        width: auto; } }

/** --------------------------------------------------------------------

  ARIA Toggle Block

--------------------------------------------------------------------- */
/* line 863, ../../source/scss/modules/_video.scss */
.atblock {
  position: relative; }

/* line 867, ../../source/scss/modules/_video.scss */
.atblock__trigger,
.atblock__panel {
  margin: 0;
  overflow: hidden;
  position: relative; }

/* line 874, ../../source/scss/modules/_video.scss */
a.atblock__trigger__button {
  border: 1px solid #e0e7ea;
  display: inline-block;
  padding: 4px 14px 4px 8px;
  position: relative;
  text-decoration: none;
  z-index: 2;
  background-color: #e0e7ea;
  margin-top: 1rem; }
  @media only screen and (min-width: 40em) {
    /* line 874, ../../source/scss/modules/_video.scss */
    a.atblock__trigger__button {
      margin-top: 0;
      margin-left: 5px; } }
  /* line 889, ../../source/scss/modules/_video.scss */
  a.atblock__trigger__button[aria-expanded="false"]:before {
    content: "Toon spreekmomenten"; }
  /* line 893, ../../source/scss/modules/_video.scss */
  a.atblock__trigger__button[aria-expanded="true"]:before {
    content: "Verberg spreekmomenten"; }
  /* line 897, ../../source/scss/modules/_video.scss */
  a.atblock__trigger__button:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #222 transparent transparent transparent;
    position: absolute;
    top: 12px;
    right: 4px; }

/* line 910, ../../source/scss/modules/_video.scss */
.atblock__trigger__button:hover,
.atblock__trigger__button:focus {
  background: #fff;
  border-color: #e0e7ea;
  color: inherit; }

/* line 918, ../../source/scss/modules/_video.scss */
.atblock__panel {
  border: 1px solid;
  padding: 4px 8px;
  height: 0px;
  visibility: hidden; }

/* line 925, ../../source/scss/modules/_video.scss */
.atblock__panel[aria-hidden="false"],
.no-js .atblock__panel:target {
  height: auto;
  visibility: visible;
  float: left;
  border: 0;
  text-align: left;
  width: 100%; }
  @media only screen and (min-width: 40em) {
    /* line 925, ../../source/scss/modules/_video.scss */
    .atblock__panel[aria-hidden="false"],
    .no-js .atblock__panel:target {
      margin-top: 6rem; } }

/* line 942, ../../source/scss/modules/_video.scss */
#tooltip {
  position: absolute;
  background: #D8D8D8;
  color: #222;
  padding: 8px;
  z-index: 999;
  font-size: 12px;
  font-weight: bold; }

/* line 5, ../../source/scss/modules/_chapterwidget.scss */
.chapterwidget-title, .chapterdock-title, .chapter-current_title {
  font-size: 1rem;
  line-height: 1.75rem; }

/* line 10, ../../source/scss/modules/_chapterwidget.scss */
.chapter-current {
  overflow: hidden;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 40em) {
    /* line 10, ../../source/scss/modules/_chapterwidget.scss */
    .chapter-current {
      float: left;
      width: 49%;
      margin: 0 2% 2rem 0; } }
  @media only screen and (min-width: 60em) {
    /* line 10, ../../source/scss/modules/_chapterwidget.scss */
    .chapter-current {
      float: none;
      width: 100%; } }

/* line 24, ../../source/scss/modules/_chapterwidget.scss */
.chapter-current_image {
  float: left;
  margin: 0 0.625rem 0.625rem 0;
  max-height: 100px;
  width: 75px; }

/* line 31, ../../source/scss/modules/_chapterwidget.scss */
.chapter-current_information {
  float: left;
  height: 100px;
  position: relative;
  width: calc(100% - 90px); }

/* line 38, ../../source/scss/modules/_chapterwidget.scss */
.chapter-current_name, .chapter-current_parliamentary-party {
  font-size: 0.8125rem;
  line-height: 1.42188rem;
  display: block; }
  @media only screen and (min-width: 40em) {
    /* line 38, ../../source/scss/modules/_chapterwidget.scss */
    .chapter-current_name, .chapter-current_parliamentary-party {
      font-size: 0.75rem;
      line-height: 1.3125rem; } }

/* line 46, ../../source/scss/modules/_chapterwidget.scss */
.chapter-current_parliamentary-party {
  display: block;
  margin-bottom: 0.8rem; }

/* line 51, ../../source/scss/modules/_chapterwidget.scss */
.chapter-current_personal-page {
  font-size: 0.8125rem;
  line-height: 1.42188rem; }
  @media only screen and (min-width: 40em) {
    /* line 51, ../../source/scss/modules/_chapterwidget.scss */
    .chapter-current_personal-page {
      font-size: 0.75rem;
      line-height: 1.3125rem; } }

/* line 62, ../../source/scss/modules/_chapterwidget.scss */
.chapter-dock {
  overflow: hidden; }
  @media only screen and (min-width: 40em) {
    /* line 62, ../../source/scss/modules/_chapterwidget.scss */
    .chapter-dock {
      float: left;
      width: 49%;
      margin: 0; } }
  @media only screen and (min-width: 60em) {
    /* line 62, ../../source/scss/modules/_chapterwidget.scss */
    .chapter-dock {
      float: none;
      width: 100%; } }
  /* line 73, ../../source/scss/modules/_chapterwidget.scss */
  .chapter-dock .chapterdock-title {
    font-size: 1rem;
    line-height: 1.75rem; }
  /* line 76, ../../source/scss/modules/_chapterwidget.scss */
  .chapter-dock h2 {
    display: block;
    clear: both;
    font-size: 0.8125rem;
    line-height: 1.42188rem; }
  /* line 81, ../../source/scss/modules/_chapterwidget.scss */
  .chapter-dock a {
    font-size: 0.875rem;
    line-height: 1.53125rem;
    display: block;
    clear: both;
    margin-bottom: 0.75rem; }
    @media only screen and (min-width: 40em) {
      /* line 81, ../../source/scss/modules/_chapterwidget.scss */
      .chapter-dock a {
        font-size: 0.75rem;
        line-height: 1.3125rem; } }
    /* line 89, ../../source/scss/modules/_chapterwidget.scss */
    .chapter-dock a:link, .chapter-dock a:visited {
      border: 0; }
    /* line 92, ../../source/scss/modules/_chapterwidget.scss */
    .chapter-dock a:hover, .chapter-dock a:active, .chapter-dock a:focus {
      border: 0; }
      /* line 94, ../../source/scss/modules/_chapterwidget.scss */
      .chapter-dock a:hover .text, .chapter-dock a:active .text, .chapter-dock a:focus .text {
        border-bottom: 1px solid #121469; }
      /* line 97, ../../source/scss/modules/_chapterwidget.scss */
      .chapter-dock a:hover .time, .chapter-dock a:active .time, .chapter-dock a:focus .time {
        background-color: #ecedf3; }
    /* line 101, ../../source/scss/modules/_chapterwidget.scss */
    .chapter-dock a .time {
      background-color: #fff;
      padding: 0.2rem 0.35rem;
      margin-right: 0.15rem; }
    /* line 106, ../../source/scss/modules/_chapterwidget.scss */
    .chapter-dock a .text {
      border-bottom: 1px dotted currentcolor; }
    /* line 109, ../../source/scss/modules/_chapterwidget.scss */
    .chapter-dock a + h2 {
      margin-top: 0.625rem; }
  /* line 113, ../../source/scss/modules/_chapterwidget.scss */
  .chapter-dock ol li:before {
    display: none; }

/* line 118, ../../source/scss/modules/_chapterwidget.scss */
.scroll-pane-wrapper {
  display: block;
  max-height: 198px;
  overflow-y: auto;
  overflow-x: hidden; }

/* line 1, ../../source/scss/modules/_sharer.scss */
.share_options {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative; }
  /* line 7, ../../source/scss/modules/_sharer.scss */
  .share_options li {
    float: left;
    margin: 0 0.35rem 0 0;
    padding: 0;
    width: 100%; }
    /* line 12, ../../source/scss/modules/_sharer.scss */
    .share_options li:first-child {
      margin-left: 0; }
      @media only screen and (min-width: 40em) {
        /* line 12, ../../source/scss/modules/_sharer.scss */
        .share_options li:first-child {
          padding-left: 0; } }
    /* line 18, ../../source/scss/modules/_sharer.scss */
    .share_options li#list-embed a.dbg-toggle-collapse {
      left: 118px; }
    /* line 21, ../../source/scss/modules/_sharer.scss */
    .share_options li#list-share a.dbg-toggle-collapse {
      left: 227px; }
  @media only screen and (min-width: 40em) {
    /* line 25, ../../source/scss/modules/_sharer.scss */
    .share_options .social-network {
      float: right; } }
  /* line 30, ../../source/scss/modules/_sharer.scss */
  .share_options a.dbg-toggle-collapse {
    position: absolute;
    top: 0;
    left: 0; }
  /* line 36, ../../source/scss/modules/_sharer.scss */
  .share_options .dbg-collapsible {
    position: relative;
    top: 26px; }

/* line 42, ../../source/scss/modules/_sharer.scss */
.share_options-btn {
  position: relative;
  padding: 0.25rem 1.25rem 0.25rem 1.5rem;
  display: inline-block;
  border-bottom: 1px solid #e0e7ea; }
  @media only screen and (min-width: 40em) {
    /* line 42, ../../source/scss/modules/_sharer.scss */
    .share_options-btn {
      padding-top: 0;
      background-color: transparent; } }
  /* line 52, ../../source/scss/modules/_sharer.scss */
  .share_options-btn:link {
    border: 0 solid transparent;
    background-color: #f7f7f7; }
    @media only screen and (min-width: 40em) {
      /* line 52, ../../source/scss/modules/_sharer.scss */
      .share_options-btn:link {
        background-color: transparent; } }
  /* line 59, ../../source/scss/modules/_sharer.scss */
  .share_options-btn:hover {
    background-color: #fff;
    text-decoration: underline;
    text-decoration-color: #121469;
    text-decoration-style: dotted;
    -webkit-text-decoration-style: dotted; }
    @media only screen and (min-width: 40em) {
      /* line 59, ../../source/scss/modules/_sharer.scss */
      .share_options-btn:hover {
        background-color: transparent; } }
  /* line 70, ../../source/scss/modules/_sharer.scss */
  .share_options-btn:focus {
    text-decoration: underline;
    text-decoration-color: #121469;
    text-decoration-style: dotted;
    -webkit-text-decoration-style: dotted; }
  /* line 76, ../../source/scss/modules/_sharer.scss */
  .share_options-btn:after {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    position: absolute;
    left: 0.65rem;
    top: 0.7rem;
    border-top: 1px solid #121469;
    border-right: 1px solid #121469;
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -moz-transition: all 100ms;
    -o-transition: all 100ms;
    -webkit-transition: all 100ms;
    transition: all 100ms; }
    @media only screen and (min-width: 40em) {
      /* line 76, ../../source/scss/modules/_sharer.scss */
      .share_options-btn:after {
        top: 0.4rem; } }
  /* line 92, ../../source/scss/modules/_sharer.scss */
  .share_options-btn.active {
    border-bottom: 1px solid #fff;
    background-color: #fff; }
    /* line 95, ../../source/scss/modules/_sharer.scss */
    .share_options-btn.active:after {
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 0.9rem; }
      @media only screen and (min-width: 40em) {
        /* line 95, ../../source/scss/modules/_sharer.scss */
        .share_options-btn.active:after {
          top: 0.63rem; } }

/* line 106, ../../source/scss/modules/_sharer.scss */
.share_options .share_options-social {
  background-color: #121469;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border: 0;
  position: absolute; }
/* line 116, ../../source/scss/modules/_sharer.scss */
.share_options a[class*="-twitter"] {
  background: url(../img/twitter-icon.png) 3px 4px no-repeat #121469;
  background-size: 14px 12px;
  left: auto;
  right: 25px; }
  /* line 120, ../../source/scss/modules/_sharer.scss */
  .share_options a[class*="-twitter"]:hover, .share_options a[class*="-twitter"]:focus {
    background-color: #666; }
/* line 124, ../../source/scss/modules/_sharer.scss */
.share_options a[class*="-facebook"] {
  background: url(../img/facebook-icon.png) 6px 3px no-repeat #121469;
  background-size: 8px 14px;
  left: auto;
  right: 0; }
  /* line 128, ../../source/scss/modules/_sharer.scss */
  .share_options a[class*="-facebook"]:hover, .share_options a[class*="-facebook"]:focus {
    background-color: #666; }
/* line 132, ../../source/scss/modules/_sharer.scss */
.share_options a[class*="-linkedin"] {
  background: url(../img/linkedin-icon.png) 4px 3px no-repeat #121469;
  background-size: 13px 13px;
  left: auto;
  right: 50px; }
  /* line 136, ../../source/scss/modules/_sharer.scss */
  .share_options a[class*="-linkedin"]:hover, .share_options a[class*="-linkedin"]:focus {
    background-color: #666; }
/* line 140, ../../source/scss/modules/_sharer.scss */
.share_options a[class*="-email"] {
  background: url(../img/email-icon.png) 4px 6px no-repeat #121469;
  background-size: 13px 11px;
  left: auto;
  right: 75px; }
  /* line 144, ../../source/scss/modules/_sharer.scss */
  .share_options a[class*="-email"]:hover, .share_options a[class*="-email"]:focus {
    background-color: #666; }

/* line 150, ../../source/scss/modules/_sharer.scss */
.share_video-options-container {
  padding: 1rem 0.625rem;
  background-color: #fff; }
  /* line 153, ../../source/scss/modules/_sharer.scss */
  .share_video-options-container h2 {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.96875rem; }
  /* line 157, ../../source/scss/modules/_sharer.scss */
  .share_video-options-container input[type="radio"], .share_video-options-container input[type="checkbox"] {
    margin: 0.25rem 0.45rem 0 0.1rem; }
    /* line 159, ../../source/scss/modules/_sharer.scss */
    .share_video-options-container input[type="radio"] + label, .share_video-options-container input[type="checkbox"] + label {
      font-size: 0.75rem;
      line-height: 1.3125rem;
      margin-bottom: 0.25rem; }

/* line 171, ../../source/scss/modules/_sharer.scss */
.form-item-custom-start-minutes label, .form-item-custom-start-seconds label {
  width: 175px; }
/* line 174, ../../source/scss/modules/_sharer.scss */
.form-item-custom-start-minutes input, .form-item-custom-start-seconds input {
  width: auto;
  margin-bottom: 0.625rem; }

/* line 181, ../../source/scss/modules/_sharer.scss */
.form-item-custom-start-minutes .field-suffix {
  margin-right: 0.2rem; }

/* line 187, ../../source/scss/modules/_sharer.scss */
.js .share_social-media-form {
  display: none; }

/* line 193, ../../source/scss/modules/_sharer.scss */
.js .share_download-video-form {
  display: none; }

/* line 199, ../../source/scss/modules/_sharer.scss */
.js .share_social-embed-form {
  display: none; }
/* line 202, ../../source/scss/modules/_sharer.scss */
.share_social-embed-form textarea {
  font-size: 0.75rem;
  line-height: 1.3125rem;
  height: auto;
  width: 100%; }

/* line 209, ../../source/scss/modules/_sharer.scss */
.share_options-social-channels {
  padding: 1rem 0;
  margin: 0.625rem 0; }
  /* line 212, ../../source/scss/modules/_sharer.scss */
  .share_options-social-channels label {
    font-weight: bold; }
  /* line 215, ../../source/scss/modules/_sharer.scss */
  .share_options-social-channels .form-item-media-type {
    float: left;
    width: 50%; }
    @media only screen and (min-width: 30em) {
      /* line 215, ../../source/scss/modules/_sharer.scss */
      .share_options-social-channels .form-item-media-type {
        width: 25%; } }
    @media only screen and (min-width: 30em) {
      /* line 221, ../../source/scss/modules/_sharer.scss */
      .share_options-social-channels .form-item-media-type:nth-child(3n) {
        clear: left; } }

/* line 234, ../../source/scss/modules/_sharer.scss */
.select2-container, .videos_search-block-date select {
  min-width: 180px; }

/* line 238, ../../source/scss/modules/_sharer.scss */
#edit-start-selection, #edit-start-selection--1, #edit-start-selection--2 {
  border: #ecedf3 solid 1px;
  padding: 0.625rem;
  margin-bottom: 1.5rem; }

/* line 244, ../../source/scss/modules/_sharer.scss */
#edit-start-type, #edit-start-type-1, #edit-start-type-2 {
  margin-bottom: 1.25rem; }

/* line 248, ../../source/scss/modules/_sharer.scss */
.label-suffix {
  margin-bottom: 0.625rem;
  color: #666; }

/* line 254, ../../source/scss/modules/_sharer.scss */
[class*="form-item-start-type"] label {
  font-weight: bold;
  display: inline; }

/* line 261, ../../source/scss/modules/_sharer.scss */
#edit-selected-facebook p {
  margin-bottom: 0; }

/* line 266, ../../source/scss/modules/_sharer.scss */
.form-item-url {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 2px solid #e0e7ea; }

/* line 5, ../../source/scss/modules/_speaker.scss */
.speaker_speaker-block {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
  padding-right: 1rem; }
  /* line 11, ../../source/scss/modules/_speaker.scss */
  .speaker_speaker-block img {
    float: left;
    margin: 0 0.625rem 0.625rem 0;
    max-height: 100px;
    width: 75px;
    border: 1px solid #959CA5; }
  /* line 18, ../../source/scss/modules/_speaker.scss */
  .speaker_speaker-block h1 {
    margin-bottom: 0; }
  /* line 21, ../../source/scss/modules/_speaker.scss */
  .speaker_speaker-block .chapter-current_parliamentary-party {
    margin-bottom: 0.2rem; }
  /* line 25, ../../source/scss/modules/_speaker.scss */
  .speaker_speaker-block .chapter-current_personal-page:link, .speaker_speaker-block .chapter-current_personal-page:visited {
    color: #666; }
  /* line 28, ../../source/scss/modules/_speaker.scss */
  .speaker_speaker-block .chapter-current_personal-page:hover, .speaker_speaker-block .chapter-current_personal-page:active, .speaker_speaker-block .chapter-current_personal-page:focus {
    color: #121469; }
  @media only screen and (min-width: 40em) {
    /* line 33, ../../source/scss/modules/_speaker.scss */
    .search-results .speaker_speaker-block h1 {
      font-size: 1.125rem;
      line-height: 1.96875rem; } }
  /* line 41, ../../source/scss/modules/_speaker.scss */
  .speaker_speaker-block a:hover + h1 a, .speaker_speaker-block a:active + h1 a, .speaker_speaker-block a:focus + h1 a {
    border-bottom: 1px solid currentcolor; }

/* line 48, ../../source/scss/modules/_speaker.scss */
.speaker_speaker-block_info-wrap {
  overflow: hidden; }

/* line 2, ../../source/scss/modules/_cycle2.scss */
.gallery, .cycle-slideshow {
  margin-bottom: 0.625rem; }
  /* line 5, ../../source/scss/modules/_cycle2.scss */
  .gallery .slide, .cycle-slideshow .slide {
    display: block; }

/* line 10, ../../source/scss/modules/_cycle2.scss */
.cycle-slideshow-pager {
  margin-bottom: 3rem; }
  /* line 12, ../../source/scss/modules/_cycle2.scss */
  .cycle-slideshow-pager img {
    cursor: pointer;
    margin-right: 0.5rem; }
  /* line 16, ../../source/scss/modules/_cycle2.scss */
  .cycle-slideshow-pager .cycle-nav {
    color: #f00;
    padding: 0.25rem 0; }
    /* line 19, ../../source/scss/modules/_cycle2.scss */
    .cycle-slideshow-pager .cycle-nav:link, .cycle-slideshow-pager .cycle-nav:visited {
      text-decoration: none; }
  /* line 26, ../../source/scss/modules/_cycle2.scss */
  .cycle-slideshow-pager .slideshow-count {
    padding: 0.25rem 0;
    float: right;
    color: #959CA5; }

/* line 1, ../../source/scss/modules/_faq.scss */
.faq-question {
  padding: 0;
  margin-bottom: 1.125rem; }

/* line 9, ../../source/scss/modules/_faq.scss */
.faq-answer {
  padding: 0;
  margin-bottom: 3.5rem; }
  /* line 12, ../../source/scss/modules/_faq.scss */
  .faq-answer .links {
    list-style: none;
    padding: 0;
    margin: 0; }
  /* line 17, ../../source/scss/modules/_faq.scss */
  .faq-answer p {
    margin-bottom: 1rem; }

/* line 22, ../../source/scss/modules/_faq.scss */
.faq-ul-questions-top {
  margin-bottom: 4.5rem; }
  /* line 24, ../../source/scss/modules/_faq.scss */
  .faq-ul-questions-top li {
    margin-bottom: 0.45rem; }

/*
////////////////////////////////////////////////////////////////////////////////
                       Custom Magnific Popup styling 
////////////////////////////////////////////////////////////////////////////////
*/
/* line 6, ../../source/scss/modules/_magnific-popup-custom.scss */
.mfp-popup {
  position: relative;
  background: #fff;
  padding: 1.25rem;
  width: auto;
  max-width: 600px;
  margin: 1.25rem auto; }

/* line 15, ../../source/scss/modules/_magnific-popup-custom.scss */
.mfp-iframe-holder .mfp-content {
  max-width: 600px; }

/* line 19, ../../source/scss/modules/_magnific-popup-custom.scss */
.mfp-iframe-scaler iframe {
  box-shadow: 0;
  background: #fff;
  padding: 1rem; }

/* line 25, ../../source/scss/modules/_magnific-popup-custom.scss */
body.magnific-popup {
  padding-top: 3rem; }

/* line 29, ../../source/scss/modules/_magnific-popup-custom.scss */
body.toolbar.magnific-popup {
  padding-top: 1.875rem; }

/* line 33, ../../source/scss/modules/_magnific-popup-custom.scss */
.mfp-iframe-scaler .iframe-alternative {
  position: absolute;
  top: 0;
  padding: 1.5rem;
  height: 1.25rem;
  width: 100%;
  background: #fff;
  z-index: 100;
  font-size: 0.75rem;
  line-height: 1.3125rem;
  -moz-box-shadow: 0 -1px 0px -4px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 -1px 0px -4px rgba(0, 0, 0, 0.6);
  box-shadow: 0 -1px 0px -4px rgba(0, 0, 0, 0.6); }
  /* line 43, ../../source/scss/modules/_magnific-popup-custom.scss */
  .mfp-iframe-scaler .iframe-alternative iframe {
    top: 3.125rem;
    -moz-box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.6); }

/* line 50, ../../source/scss/modules/_magnific-popup-custom.scss */
.mfp-close:active, .mfp-close:hover, .mfp-close:focus {
  background-color: transparent; }
