@charset "UTF-8";
/**
* School of Arts
* Glue Webdesign
* Sten Van den Bergh
* ********************************
* ********************************
**/
/**
* Reset, defaults, settings
* ************************************************************************************************
* ************************************************************************************************
**/
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../scss/imports/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 30, ../scss/imports/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../scss/imports/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../scss/imports/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../scss/imports/_normalize.scss */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 78, ../scss/imports/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 90, ../scss/imports/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 102, ../scss/imports/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 110, ../scss/imports/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 125, ../scss/imports/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 130, ../scss/imports/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 135, ../scss/imports/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 140, ../scss/imports/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 145, ../scss/imports/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 150, ../scss/imports/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 159, ../scss/imports/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 167, ../scss/imports/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 172, ../scss/imports/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 180, ../scss/imports/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 189, ../scss/imports/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 199, ../scss/imports/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 208, ../scss/imports/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 217, ../scss/imports/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 230, ../scss/imports/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 240, ../scss/imports/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 248, ../scss/imports/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 258, ../scss/imports/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 266, ../scss/imports/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 274, ../scss/imports/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 278, ../scss/imports/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 290, ../scss/imports/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 297, ../scss/imports/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 305, ../scss/imports/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 315, ../scss/imports/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 330, ../scss/imports/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 339, ../scss/imports/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 351, ../scss/imports/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 363, ../scss/imports/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 371, ../scss/imports/_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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 383, ../scss/imports/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 397, ../scss/imports/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 412, ../scss/imports/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 424, ../scss/imports/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 439, ../scss/imports/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 452, ../scss/imports/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 464, ../scss/imports/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 478, ../scss/imports/_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 5 and Chrome
 * on OS X.
 */
/* line 490, ../scss/imports/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 499, ../scss/imports/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 510, ../scss/imports/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 523, ../scss/imports/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, ../scss/imports/_h5bp.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 27, ../scss/imports/_h5bp.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 32, ../scss/imports/_h5bp.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 41, ../scss/imports/_h5bp.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 54, ../scss/imports/_h5bp.scss */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 62, ../scss/imports/_h5bp.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 72, ../scss/imports/_h5bp.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 80, ../scss/imports/_h5bp.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 115, ../scss/imports/_h5bp.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 123, ../scss/imports/_h5bp.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 134, ../scss/imports/_h5bp.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 143, ../scss/imports/_h5bp.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 159, ../scss/imports/_h5bp.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 173, ../scss/imports/_h5bp.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 189, ../scss/imports/_h5bp.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 195, ../scss/imports/_h5bp.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 204, ../scss/imports/_h5bp.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 231, ../scss/imports/_h5bp.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 238, ../scss/imports/_h5bp.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 243, ../scss/imports/_h5bp.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 247, ../scss/imports/_h5bp.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 255, ../scss/imports/_h5bp.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 261, ../scss/imports/_h5bp.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 267, ../scss/imports/_h5bp.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 271, ../scss/imports/_h5bp.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 276, ../scss/imports/_h5bp.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 284, ../scss/imports/_h5bp.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 291, ../scss/imports/_h5bp.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
* HelveticaTextbookJurgenv1-Roman
* LifeLTStd-Roman
*/
/** Generated by FG **/
/*@font-face {
	font-family: 'HelveticaTextBook';
	src: url('../fonts/HelveticaTextbook_JURGEN_V1.eot');
	src: local('☺'), url('../fonts/HelveticaTextbook_JURGEN_V1.ttf') format('truetype'), url('../fonts/HelveticaTextbook_JURGEN_V1.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
/** Generated by FG **/
@font-face {
  font-family: 'HelveticaTextBook';
  src: url("../fonts/HelveticaTextbook_JURGEN_V3.eot");
  src: local("☺"), url("../fonts/HelveticaTextbook_JURGEN_V3.woff") format("woff"), url("../fonts/HelveticaTextbook_JURGEN_V3.ttf") format("truetype"), url("../fonts/HelveticaTextbook_JURGEN_V3.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: 'LifeLTStdRoman';
  src: url("../fonts/LifeLTStd-Roman.eot");
  src: local("☺"), url("../fonts/LifeLTStd-Roman.ttf") format("truetype"), url("../fonts/LifeLTStd-Roman.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Option variable to define the spacing between images in the generated sprite
 */
/**
 * A mixin to create retina sprites with hover & active states
 *
 * You have to register a pair of sprites using `{@link #retina-sprite-add}` and then you can use this mixin:
 * 
 *     @include retina-sprite-add(icons, "icons/*.png", "icons-retina/*.png");
 *
 *     .my-icon {
 *       @include retina-sprite(icon-name, icons);
 *     }
 * 
 * @param {String} $name
 * @param {String} [$sprite-name]
 * @param {Boolean} [$hover=false]
 * @param {Boolean} [$active=false]
 */
/**
 * @param {String} $name
 * @param {String} $path
 * @param {String} $path2x
 */
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Mixin for retina backgrounds where you can't use a sprite.
 * 
 * - Make sure you have a file@2x.png file additional to your file.png.
 * - The mixin prepends $imgPath, which should be set globally at some point. Default is: "img/"
 *
 * Examples:
 *     li {
 *       @include retina-background(arrow, no-repeat 10px 15px)
 *     }
 *     
 *     a.external {
 *       @include retina-background(external, no-repeat right)
 *     }
 * 
 * @param {String} $file Path to file relative to images folder defined in config.rb and without a file extension
 * @param {Object} [$attr] Additional attributes like position or repetition. E.g. `no-repeat top right`
 * @param {String} [$type] The file type.
 */
/**
* General stuff
* ************************************************************************************************
* ************************************************************************************************
**/
/* line 12, ../scss/imports/_defaults.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, ../scss/imports/_defaults.scss */
html {
  font-size: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

/* line 14, ../scss/imports/_defaults.scss */
body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  font-family: 'HelveticaTextBook';
}

/* line 15, ../scss/imports/_defaults.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 16, ../scss/imports/_defaults.scss */
img, object, embed {
  max-width: 100%;
  height: auto;
}
/* line 16, ../scss/imports/_defaults.scss */
.map img, .map object, .map embed {
  max-width: none;
  width: auto;
}

/* line 17, ../scss/imports/_defaults.scss */
.lt-ie9 img {
  width: auto;
  height: auto;
}

/* line 18, ../scss/imports/_defaults.scss */
a:link {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

/* line 19, ../scss/imports/_defaults.scss */
a:visited {
  color: #000;
}

/* line 20, ../scss/imports/_defaults.scss */
a:hover, a:active {
  color: #0000FF;
  text-decoration: none;
  border: none;
}

/* line 21, ../scss/imports/_defaults.scss */
.cf {
  *zoom: 1;
}
/* line 38, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* line 22, ../scss/imports/_defaults.scss */
.icon {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 23, ../scss/imports/_defaults.scss */
.icon-facebook {
  display: inline-block;
  background-image: url('../img/icon-sdfdcc9bfb7.png');
  background-position: 0 -59px;
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  position: relative;
  top: -1px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 23, ../scss/imports/_defaults.scss */
  .icon-facebook {
    background-image: url('../img/icon_2x-s8b5f6b9bca.png');
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    -webkit-background-size: 300px auto;
    background-size: 300px auto;
    background-position: 0 -82.5px;
  }
}

/* line 24, ../scss/imports/_defaults.scss */
.icon-twitter {
  display: inline-block;
  background-image: url('../img/icon-sdfdcc9bfb7.png');
  background-position: 0 -415px;
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  position: relative;
  top: -1px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 24, ../scss/imports/_defaults.scss */
  .icon-twitter {
    background-image: url('../img/icon_2x-s8b5f6b9bca.png');
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    -webkit-background-size: 300px auto;
    background-size: 300px auto;
    background-position: 0 -438px;
  }
}

/* line 25, ../scss/imports/_defaults.scss */
.icon-instagram {
  display: inline-block;
  background-image: url('../img/icon-sdfdcc9bfb7.png');
  background-position: 0 -111px;
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  position: relative;
  top: -1px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 25, ../scss/imports/_defaults.scss */
  .icon-instagram {
    background-image: url('../img/icon_2x-s8b5f6b9bca.png');
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    -webkit-background-size: 300px auto;
    background-size: 300px auto;
    background-position: 0 -134.5px;
  }
}

/* line 26, ../scss/imports/_defaults.scss */
.icon-vimeo {
  display: inline-block;
  background-image: url('../img/icon-sdfdcc9bfb7.png');
  background-position: 0 -438px;
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  position: relative;
  top: -1px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 26, ../scss/imports/_defaults.scss */
  .icon-vimeo {
    background-image: url('../img/icon_2x-s8b5f6b9bca.png');
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    -webkit-background-size: 300px auto;
    background-size: 300px auto;
    background-position: 0 -461px;
  }
}

/* line 27, ../scss/imports/_defaults.scss */
.icon-menu {
  display: inline-block;
  background-image: url('../img/icon-sdfdcc9bfb7.png');
  background-position: 0 -357px;
  background-repeat: no-repeat;
  height: 27px;
  width: 40px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 27, ../scss/imports/_defaults.scss */
  .icon-menu {
    background-image: url('../img/icon_2x-s8b5f6b9bca.png');
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    -webkit-background-size: 300px auto;
    background-size: 300px auto;
    background-position: 0 -380px;
  }
}

/* line 29, ../scss/imports/_defaults.scss */
.icon-hogent {
  display: inline-block;
  background-image: url('../img/icon-sdfdcc9bfb7.png');
  background-position: 0 -82px;
  background-repeat: no-repeat;
  height: 27px;
  width: 120px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 29, ../scss/imports/_defaults.scss */
  .icon-hogent {
    background-image: url('../img/icon_2x-s8b5f6b9bca.png');
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    -webkit-background-size: 300px auto;
    background-size: 300px auto;
    background-position: 0 -105.5px;
  }
}

/* line 30, ../scss/imports/_defaults.scss */
.icon-looking-glass {
  display: inline-block;
  background-image: url('../img/icon-sdfdcc9bfb7.png');
  background-position: 0 -340px;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 30, ../scss/imports/_defaults.scss */
  .icon-looking-glass {
    background-image: url('../img/icon_2x-s8b5f6b9bca.png');
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    -webkit-background-size: 300px auto;
    background-size: 300px auto;
    background-position: 0 -363px;
  }
}

/* line 31, ../scss/imports/_defaults.scss */
.icon-logo {
  display: inline-block;
  background-image: url('../img/icon-sdfdcc9bfb7.png');
  background-position: 0 -230px;
  background-repeat: no-repeat;
  height: 108px;
  width: 300px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 31, ../scss/imports/_defaults.scss */
  .icon-logo {
    background-image: url('../img/icon_2x-s8b5f6b9bca.png');
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    -webkit-background-size: 300px auto;
    background-size: 300px auto;
    background-position: 0 -253px;
  }
}

/* line 32, ../scss/imports/_defaults.scss */
.icon-calendar-next {
  display: inline-block;
  background-image: url('../img/icon-sdfdcc9bfb7.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 20px;
  width: 12px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 32, ../scss/imports/_defaults.scss */
  .icon-calendar-next {
    background-image: url('../img/icon_2x-s8b5f6b9bca.png');
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    -webkit-background-size: 300px auto;
    background-size: 300px auto;
    background-position: 0 -24px;
  }
}

/* line 33, ../scss/imports/_defaults.scss */
.icon-calendar-prev {
  display: inline-block;
  background-image: url('../img/icon-sdfdcc9bfb7.png');
  background-position: 0 -22px;
  background-repeat: no-repeat;
  height: 20px;
  width: 12px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 33, ../scss/imports/_defaults.scss */
  .icon-calendar-prev {
    background-image: url('../img/icon_2x-s8b5f6b9bca.png');
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    -webkit-background-size: 300px auto;
    background-size: 300px auto;
    background-position: 0 -46px;
  }
}

/* line 34, ../scss/imports/_defaults.scss */
.serif {
  font-family: "LifeLTStdRoman";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.16667;
}
/* line 34, ../scss/imports/_defaults.scss */
.serif p, .serif a, .serif li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.16667;
}

/* line 35, ../scss/imports/_defaults.scss */
.textbook {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  font-family: 'HelveticaTextBook';
}

/* line 36, ../scss/imports/_defaults.scss */
.underline {
  border-bottom: 1px solid #000 !important;
  text-decoration: none !important;
}

/* line 37, ../scss/imports/_defaults.scss */
#_atssh {
  display: none;
}

/**
* Grid
* ************************************************************************************************
* ************************************************************************************************
**/
/* line 45, ../scss/imports/_defaults.scss */
.row {
  max-width: 1464px;
  margin: 0 auto;
  *zoom: 1;
}
/* line 38, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 46, ../scss/imports/_defaults.scss */
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -30px;
}

/* line 47, ../scss/imports/_defaults.scss */
.col {
  float: left;
  padding: 0 30px;
}

/* line 48, ../scss/imports/_defaults.scss */
.col:last-child {
  float: right;
}

/* line 49, ../scss/imports/_defaults.scss */
.col-100 {
  width: 100%;
}

/* line 50, ../scss/imports/_defaults.scss */
.col-50 {
  width: 50%;
}

/* line 51, ../scss/imports/_defaults.scss */
.col-33 {
  width: 33.33333%;
}

/* line 52, ../scss/imports/_defaults.scss */
.offset-by-33 {
  margin-right: 33.33333%;
}

/**
* Global CSS modules
* ************************************************************************************************
* ************************************************************************************************
**/
/* line 60, ../scss/imports/_defaults.scss */
.cf {
  *zoom: 1;
}
/* line 38, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* line 61, ../scss/imports/_defaults.scss */
.text-center {
  text-align: center;
}

/* line 62, ../scss/imports/_defaults.scss */
.text-left {
  text-align: left;
}

/* line 63, ../scss/imports/_defaults.scss */
.text-right {
  text-align: right;
}

/* line 64, ../scss/imports/_defaults.scss */
.left {
  float: left;
}

/* line 65, ../scss/imports/_defaults.scss */
.right {
  float: right;
}

/* line 66, ../scss/imports/_defaults.scss */
.show-on-mobile {
  display: none;
}

/* line 67, ../scss/imports/_defaults.scss */
.text-indent {
  text-indent: 77px;
  display: block;
}

/* line 68, ../scss/imports/_defaults.scss */
.margin-as-text-indent {
  padding-left: 77px;
}

/* line 69, ../scss/imports/_defaults.scss */
.img-caption {
  margin: 3px 0 0;
  text-align: left !important;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}

/* line 71, ../scss/imports/_defaults.scss */
.label {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 2px;
  border: 1px solid #000;
  background: #fff;
  text-transform: uppercase;
  line-height: 20px;
  height: 20px;
}
/* line 80, ../scss/imports/_defaults.scss */
.label a:link, .label a:visited {
  display: block;
  color: #000 !important;
  text-decoration: none;
  border: none;
  line-height: 18px;
  height: 18px;
}
/* line 88, ../scss/imports/_defaults.scss */
.label.active {
  border-color: #0000FF;
}
/* line 90, ../scss/imports/_defaults.scss */
.label.active a {
  color: #0000FF !important;
}

/* line 96, ../scss/imports/_defaults.scss */
.no-bullet-list {
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
}

/* line 102, ../scss/imports/_defaults.scss */
.inline-list {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 38, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
.inline-list:after {
  content: "";
  display: table;
  clear: both;
}
/* line 107, ../scss/imports/_defaults.scss */
.inline-list li {
  float: left;
  margin-right: 22px;
}

/* line 113, ../scss/imports/_defaults.scss */
.block-grid {
  display: block;
  *zoom: 1;
  list-style: none;
  padding: 0;
}
/* line 38, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
.block-grid:after {
  content: "";
  display: table;
  clear: both;
}
/* line 118, ../scss/imports/_defaults.scss */
.block-grid > li {
  float: left;
}
/* line 122, ../scss/imports/_defaults.scss */
.block-grid.three-up > li {
  width: 33.33333%;
}

/**
* Forms
* ************************************************************************************************
* ************************************************************************************************
**/
/* line 135, ../scss/imports/_defaults.scss */
form .row, .row form .row {
  margin-bottom: 1em;
}
/* line 138, ../scss/imports/_defaults.scss */
form .text-group .row {
  margin-bottom: 0;
}
/* line 140, ../scss/imports/_defaults.scss */
form .text-group .row input[type="text"], form .text-group .row textarea, form .text-group .row input[type="email"] {
  border-bottom: none;
}
/* line 143, ../scss/imports/_defaults.scss */
form .text-group .row:last-child {
  margin-bottom: 1em;
}
/* line 145, ../scss/imports/_defaults.scss */
form .text-group .row:last-child input[type="text"], form .text-group .row:last-child textarea, form .text-group .row:last-child input[type="email"] {
  border-bottom: 1px solid #000;
}

/* line 152, ../scss/imports/_defaults.scss */
input[type="text"], textarea, input[type="email"] {
  padding: 0 7px;
  outline: none;
  border: 1px solid #000;
  height: 31px;
  background: #fff;
  width: 100%;
}
/* line 159, ../scss/imports/_defaults.scss */
.text-group input[type="text"], .text-group textarea, .text-group input[type="email"] {
  border-left: none;
  border-right: none;
}
/* line 163, ../scss/imports/_defaults.scss */
input[type="text"].error, textarea.error, input[type="email"].error {
  border-color: #FF0000 !important;
}

/* line 168, ../scss/imports/_defaults.scss */
textarea {
  padding: 7px;
  height: 124px;
}

/* line 174, ../scss/imports/_defaults.scss */
select {
  width: 100%;
}

/* line 178, ../scss/imports/_defaults.scss */
input[type="submit"] {
  background: #fff;
  border: 1px solid #000;
  height: 31px;
}

/* line 184, ../scss/imports/_defaults.scss */
input[type="radio"], span.radio {
  margin-right: 10px;
}

/* line 188, ../scss/imports/_defaults.scss */
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #808080;
}

/* line 191, ../scss/imports/_defaults.scss */
input[type="text"]:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #808080;
}

/* line 194, ../scss/imports/_defaults.scss */
input[type="text"]::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #808080;
}

/* line 197, ../scss/imports/_defaults.scss */
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #808080;
}

/* line 201, ../scss/imports/_defaults.scss */
input[type="email"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #808080;
}

/* line 204, ../scss/imports/_defaults.scss */
input[type="email"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #808080;
}

/* line 207, ../scss/imports/_defaults.scss */
input[type="email"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #808080;
}

/* line 210, ../scss/imports/_defaults.scss */
input[type="email"]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #808080;
}

/* Custom Forms ---------------------- */
/* line 215, ../scss/imports/_defaults.scss */
form.custom {
  /* Custom input, disabled */
}

/* line 216, ../scss/imports/_defaults.scss */
form.custom span.custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  border: solid 1px #000;
  background: white;
}

/* line 217, ../scss/imports/_defaults.scss */
form.custom span.custom.radio {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

/* line 218, ../scss/imports/_defaults.scss */
form.custom span.custom.checkbox:before {
  content: "";
  display: block;
  line-height: 0.8;
  height: 14px;
  width: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
}

/* line 219, ../scss/imports/_defaults.scss */
form.custom span.custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #222222;
  position: relative;
  top: 3px;
  left: 3px;
}

/* line 220, ../scss/imports/_defaults.scss */
form.custom span.custom.checkbox.checked:before {
  content: "\00d7";
  color: #222222;
}

/* line 221, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown {
  display: block;
  position: relative;
  width: auto !important;
  height: 31px;
  margin-bottom: 9px;
  margin-top: 2px;
}

/* line 222, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown ul {
  overflow-y: auto;
  max-height: 600px;
}

/* line 223, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown a.current {
  display: block;
  width: auto;
  line-height: 29px;
  min-height: 29px;
  padding: 0;
  padding-left: 6px;
  padding-right: 38px;
  border: solid 1px #000;
  color: #141414;
  background-color: white;
  white-space: nowrap;
  overflow: hidden;
}

/* line 224, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown a.selector {
  background: #fff url("../img/icon/dropdown-closed.png") no-repeat center center;
  position: absolute;
  width: 27px;
  height: 31px;
  display: block;
  right: 0;
  top: 0;
  border: solid 1px #000;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 224, ../scss/imports/_defaults.scss */
  form.custom div.custom.dropdown a.selector {
    background: transparent url("../img/icon_2x/dropdown-closed.png") no-repeat center center;
    -moz-background-size: 50% auto;
    -o-background-size: 50% auto;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
  }
}

/* line 225, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown a.selector:after {
  content: "";
  display: none;
  content: "";
  display: none;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -2px;
  margin-left: -5px;
}

/* line 226, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #000 transparent transparent transparent;
}

/* line 227, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown.open ul {
  display: block;
  z-index: 10;
}

/* line 228, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown.small {
  width: 134px !important;
}

/* line 229, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown.medium {
  width: 254px !important;
}

/* line 230, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown.large {
  width: 434px !important;
}

/* line 231, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown.expand {
  width: 100% !important;
}

/* line 232, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown.open.small ul {
  width: 134px !important;
}

/* line 233, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown.open.medium ul {
  width: 254px !important;
}

/* line 234, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown.open.large ul {
  width: 434px !important;
}

/* line 235, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown.open.expand ul {
  width: 100% !important;
}

/* line 236, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown ul {
  position: absolute;
  width: 100% !important;
  display: none;
  margin: 0;
  left: 0;
  top: 30px;
  margin: 0;
  padding: 0;
  background: white;
  border: solid 1px #000;
}

/* line 237, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown ul li {
  border-bottom: 1px solid #000;
  color: #000;
  /*font-size: 13px;*/
  cursor: pointer;
  padding: 0;
  padding-left: 6px;
  padding-right: 38px;
  min-height: 31px;
  line-height: 31px;
  margin: 0;
  white-space: nowrap;
  list-style: none;
  word-wrap: break-word;
  white-space: normal;
}

/* line 238, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown ul li:last-child {
  border-bottom: none;
}

/* line 239, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown ul li.selected {
  background: #cdebf5;
  color: black;
}

/* line 240, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown ul li.selected:after {
  content: "\2013";
  position: absolute;
  right: 10px;
}

/* line 241, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown ul li:hover {
  background-color: #cdebf5;
  color: black;
}

/* line 242, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown ul li:hover:after {
  content: "\2013";
  position: absolute;
  right: 10px;
  color: #a3dbec;
}

/* line 243, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown ul li.selected:hover {
  background: #cdebf5;
  cursor: default;
  color: black;
}

/* line 244, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown ul li.selected:hover:after {
  color: black;
}

/* line 245, ../scss/imports/_defaults.scss */
form.custom div.custom.dropdown ul.show {
  display: block;
}

/* line 246, ../scss/imports/_defaults.scss */
form.custom .custom.disabled {
  background-color: #dddddd;
}

/* Correct FF custom dropdown height */
@-moz-document url-prefix() {
  /* line 249, ../scss/imports/_defaults.scss */
  form.custom div.custom.dropdown a.selector {
    height: 31px;
  }
}
/* line 251, ../scss/imports/_defaults.scss */
.lt-ie9 form.custom div.custom.dropdown a.selector {
  height: 31px;
}

/* Flex Video */
/* line 254, ../scss/imports/_defaults.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}

/* line 261, ../scss/imports/_defaults.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}

/* line 263, ../scss/imports/_defaults.scss */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 265, ../scss/imports/_defaults.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
/* line 14, ../scss/imports/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 18, ../scss/imports/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 24, ../scss/imports/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 25, ../scss/imports/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  line-height: 0;
  margin-bottom: 0;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 26, ../scss/imports/_flexslider.scss */
.flexslider .slides img {
  /*width: 100%;*/
  display: block;
  line-height: 0;
}

/* line 27, ../scss/imports/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 30, ../scss/imports/_flexslider.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 31, ../scss/imports/_flexslider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 32, ../scss/imports/_flexslider.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 37, ../scss/imports/_flexslider.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 42, ../scss/imports/_flexslider.scss */
.flexslider {
  position: relative;
  zoom: 1;
}

/* line 43, ../scss/imports/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 44, ../scss/imports/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 45, ../scss/imports/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 47, ../scss/imports/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 51, ../scss/imports/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 52, ../scss/imports/_flexslider.scss */
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  /*background: url(images/bg_direction_nav.png) no-repeat 0 0;*/
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}

/* line 53, ../scss/imports/_flexslider.scss */
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}

/* line 54, ../scss/imports/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -36px;
}

/* line 55, ../scss/imports/_flexslider.scss */
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}

/* line 56, ../scss/imports/_flexslider.scss */
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}

/* line 57, ../scss/imports/_flexslider.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 58, ../scss/imports/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
/* line 61, ../scss/imports/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 62, ../scss/imports/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 63, ../scss/imports/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 64, ../scss/imports/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 65, ../scss/imports/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 67, ../scss/imports/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 68, ../scss/imports/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 69, ../scss/imports/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 70, ../scss/imports/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 71, ../scss/imports/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  /* line 74, ../scss/imports/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }

  /* line 75, ../scss/imports/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/**
* School of Arts specific modules / layout rules
* ************************************************************************************************
* ************************************************************************************************
**/
/* line 29, ../scss/app.scss */
.header {
  position: fixed;
  width: 100%;
  z-index: 11;
  background: #fff;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 1464px) {
  /* line 35, ../scss/app.scss */
  .header .row {
    padding: 0 168px 0 63px;
  }
}

/* line 43, ../scss/app.scss */
.top-nav > ul.toggle-mobile {
  display: none;
}
/* line 46, ../scss/app.scss */
.top-nav ul {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 41px;
  margin: 0;
  padding: 0;
}
/* line 51, ../scss/app.scss */
.top-nav ul a {
  display: block;
  color: #000;
  text-decoration: none;
  border: none;
}

/* line 60, ../scss/app.scss */
.side-nav {
  position: fixed;
  top: 0;
  left: 0;
  padding-bottom: 30px;
  height: 100%;
  width: 497px;
  z-index: 10;
  padding-top: 42px;
  background: #F1C14E;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
/* line 72, ../scss/app.scss */
.side-nav .inner {
  padding: 30px;
}
/* line 75, ../scss/app.scss */
.side-nav ul, .side-nav ol {
  margin: 0;
  padding: 0;
}
/* line 78, ../scss/app.scss */
.side-nav ul ul, .side-nav ul ol, .side-nav ol ul, .side-nav ol ol {
  padding-left: 30px;
}
/* line 80, ../scss/app.scss */
.side-nav ul ul ul, .side-nav ul ul ol, .side-nav ul ol ul, .side-nav ul ol ol, .side-nav ol ul ul, .side-nav ol ul ol, .side-nav ol ol ul, .side-nav ol ol ol {
  padding-left: 60px;
}
/* line 85, ../scss/app.scss */
.side-nav a {
  text-decoration: none;
  border: none;
}

/* line 93, ../scss/app.scss */
nav .active a, nav .parent-active a {
  color: #0000FF;
}

/* line 99, ../scss/app.scss */
.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
}
/* line 105, ../scss/app.scss */
.footer a:link {
  border: none;
}
/* line 108, ../scss/app.scss */
.footer .inner {
  *zoom: 1;
  padding: 15px;
}
/* line 38, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
.footer .inner:after {
  content: "";
  display: table;
  clear: both;
}

/* line 115, ../scss/app.scss */
.logo a:link, .logo a:hover {
  border: none;
  text-decoration: none;
}

/* line 121, ../scss/app.scss */
.main {
  position: relative;
  top: 41px;
  background: transparent url("../img/main-bg.png") repeat-y center 0;
}
/* line 125, ../scss/app.scss */
.lt-ie9 .main {
  background: transparent url("../img/main-bg_lt-ie9.png") repeat-y center 0;
}
/* line 128, ../scss/app.scss */
.main .meta {
  min-height: 130px;
}
/* line 131, ../scss/app.scss */
.main > .row > .col-50 {
  padding-top: 30px;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  text-align: left;
}
/* line 139, ../scss/app.scss */
.main > .row > .col-50 > .inner {
  max-width: 672px;
  width: 100%;
}
/* line 144, ../scss/app.scss */
.main > .row > .col-100 {
  padding: 0;
  padding-top: 30px;
}
/* line 148, ../scss/app.scss */
.main > .row:last-child > .col-100 {
  padding-bottom: 87px;
}
/* line 151, ../scss/app.scss */
.main > .row {
  max-width: none;
}
/* line 154, ../scss/app.scss */
.main #mainLeftCol > .inner {
  float: right;
}

/* line 160, ../scss/app.scss */
.meta h1 {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}
/* line 163, ../scss/app.scss */
.meta h1 a {
  border: none;
}
/* line 167, ../scss/app.scss */
.meta h1.active a {
  color: #0000FF;
}
/* line 172, ../scss/app.scss */
.meta .logo {
  position: fixed;
  left: 30px;
  top: 71px;
  z-index: 9;
  margin-bottom: 1em;
}
/* line 178, ../scss/app.scss */
.meta .logo.show-on-mobile {
  float: none;
}
/* line 183, ../scss/app.scss */
.meta.text-center .logo {
  float: none;
}

/* line 189, ../scss/app.scss */
.page {
  margin-top: 1px;
  /* Alignment with widgets on the left */
}
/* line 191, ../scss/app.scss */
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
  font-family: 'HelveticaTextBook';
}
/* line 193, ../scss/app.scss */
.page h1 a, .page h2 a, .page h3 a, .page h4 a, .page h5 a, .page h6 a {
  border: none;
}
/* line 195, ../scss/app.scss */
.page h1 a:hover, .page h2 a:hover, .page h3 a:hover, .page h4 a:hover, .page h5 a:hover, .page h6 a:hover {
  color: #222;
}
/* line 200, ../scss/app.scss */
.page h1 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.29032;
  word-wrap: break-word;
}
/* line 211, ../scss/app.scss */
.page.detail h1 {
  margin: 0 0 0.67em 0;
  padding: 5px 0 4px;
  border-top: 1px solid #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  text-transform: none;
  text-indent: 0;
}
/* line 219, ../scss/app.scss */
.page h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
}
/* line 227, ../scss/app.scss */
.page h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
/* line 233, ../scss/app.scss */
.page header ul, .page header ol {
  padding-left: 15px;
}
/* line 238, ../scss/app.scss */
.page img {
  margin-bottom: 1em;
}
/* line 241, ../scss/app.scss */
.page .active, .page .active a {
  color: #0000FF;
  border-color: #0000FF;
}
/* line 245, ../scss/app.scss */
.page .small-info {
  font-family: 'HelveticaTextBook';
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.23077;
}
/* line 249, ../scss/app.scss */
.page .small-info p {
  font: inherit;
}
/* line 257, ../scss/app.scss */
.page .page-body ul, .page .page-body ol {
  padding-left: 15px;
}
/* line 261, ../scss/app.scss */
.page.event, .page.news {
  margin-top: 1em;
}
/* line 263, ../scss/app.scss */
.page.event h1, .page.news h1 {
  *zoom: 1;
}
/* line 38, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
.page.event h1:after, .page.news h1:after {
  content: "";
  display: table;
  clear: both;
}
/* line 266, ../scss/app.scss */
.page.event .label, .page.news .label {
  margin-top: -4px;
  /* inline-block margin bug */
  margin-left: 4px;
}
/* line 271, ../scss/app.scss */
.page.event .page-body p, .page.news .page-body p {
  text-indent: 134px;
}
/* line 274, ../scss/app.scss */
.page.event .page-body img, .page.news .page-body img {
  padding-left: 0;
}
/* line 278, ../scss/app.scss */
.page.event .no-bullet-list, .page.event .flex-video, .page.event .addthis_toolbox, .page.news .no-bullet-list, .page.news .flex-video, .page.news .addthis_toolbox {
  margin-left: 134px;
}
/* line 281, ../scss/app.scss */
.page.event img, .page.news img {
  padding-left: 134px;
}
/* line 284, ../scss/app.scss */
.page.event .img-caption, .page.news .img-caption {
  margin: -1em 0 1em;
  padding-left: 134px;
}
/* line 287, ../scss/app.scss */
.page.location h2 {
  margin-bottom: 1em;
}
/* line 289, ../scss/app.scss */
.page.location h2 a {
  color: #222;
}
/* line 291, ../scss/app.scss */
.page.location ul {
  padding-left: 0;
  list-style: none none;
}

/* line 299, ../scss/app.scss */
.page-highlight:hover h2, .page-highlight:hover a, .page-highlight:hover p, .page-highlight:hover li, .page-highlight:hover li a {
  color: #0000FF;
}

/* line 304, ../scss/app.scss */
.parent-page-intro {
  margin-top: -15px;
}

/* line 308, ../scss/app.scss */
.page-body ul.courses {
  list-style: none none;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: 'HelveticaTextBook';
}
/* line 313, ../scss/app.scss */
.page-body ul.courses a:link {
  border-bottom: none;
}
/* line 314, ../scss/app.scss */
.page-body ul.courses ul {
  margin: 0;
  padding-left: 32px;
}
/* line 315, ../scss/app.scss */
.page-body ul.courses h2 {
  display: inline;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0;
}
/* line 321, ../scss/app.scss */
.page-body ul.courses h2 a:hover {
  color: #0000FF;
}

/* line 326, ../scss/app.scss */
.back-to-top {
  display: inline-block;
  margin-bottom: 1em;
}

/* line 329, ../scss/app.scss */
.courses-teachers a {
  border: none;
}

/* line 334, ../scss/app.scss */
.page-links {
  list-style: none;
  padding-left: 0;
}

/* line 341, ../scss/app.scss */
.related h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.875;
  text-transform: uppercase;
}
/* line 347, ../scss/app.scss */
.related ul, .related ol {
  margin-top: 0;
}

/* line 352, ../scss/app.scss */
.toggle-menu {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 56px;
  height: 41px;
  background: #F1C14E;
}
/* line 360, ../scss/app.scss */
.toggle-menu a {
  display: block;
  margin: 7px auto 0;
  text-decoration: none;
  border: none;
}

/* line 368, ../scss/app.scss */
.top-right {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 41px;
}
/* line 373, ../scss/app.scss */
.top-right > li {
  margin-right: 15px;
}
/* line 376, ../scss/app.scss */
.top-right a:link, .top-right a:hover {
  border: none;
  text-decoration: none;
}

/* line 382, ../scss/app.scss */
.language:link {
  width: 26px;
  display: block;
  margin-top: 6px;
  border: 1px solid #0000FF;
  line-height: 1.625;
  text-align: center;
  text-decoration: none;
  color: #0000FF;
}

/* line 393, ../scss/app.scss */
.protected {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
}
/* line 398, ../scss/app.scss */
.protected ul, .protected ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 402, ../scss/app.scss */
.protected ul > li, .protected ol > li {
  margin-bottom: 15px;
  *zoom: 1;
}
/* line 38, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
.protected ul > li:after, .protected ol > li:after {
  content: "";
  display: table;
  clear: both;
}
/* line 406, ../scss/app.scss */
.protected ul a, .protected ol a {
  float: right;
  display: block;
  padding: 0 4px;
  width: 26px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  background: #fff;
  text-transform: uppercase;
}
/* line 419, ../scss/app.scss */
.protected input[type="text"], .protected textarea {
  display: none;
}
/* line 422, ../scss/app.scss */
.protected input[type="text"]:focus, .protected textarea:focus, .protected .search:hover input[type="text"], .protected .search:hover textarea {
  display: block;
  border-right: none;
}
/* line 426, ../scss/app.scss */
.protected .search input[type="submit"] {
  border-left: 1px solid #000;
}

/* line 431, ../scss/app.scss */
.search {
  *zoom: 1;
}
/* line 38, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
.search:after {
  content: "";
  display: table;
  clear: both;
}
/* line 433, ../scss/app.scss */
.top-nav .search {
  height: 41px;
  padding-top: 8px;
}
/* line 437, ../scss/app.scss */
.search input[type="text"], .search textarea {
  width: 214px;
  height: 26px;
  float: left;
}
/* line 442, ../scss/app.scss */
.search input[type="submit"] {
  border-left: none;
  float: right;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  width: 26px;
  height: 26px;
  background: #fff url("../img/icon/looking-glass.png") no-repeat center center;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 442, ../scss/app.scss */
  .search input[type="submit"] {
    background: transparent url("../img/icon_2x/looking-glass.png") no-repeat center center;
    -moz-background-size: 15px auto;
    -o-background-size: 15px auto;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
  }
}

/* line 456, ../scss/app.scss */
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 460, ../scss/app.scss */
.breadcrumb a {
  color: #0000FF;
  text-decoration: none;
  border: none;
}

/* line 467, ../scss/app.scss */
.filter {
  margin-top: 5px;
}

/* line 471, ../scss/app.scss */
.form-calendar-filter {
  margin-top: 48px;
}

/* line 475, ../scss/app.scss */
.item-list {
  list-style: none;
  padding: 0;
  border-top: 1px solid #000;
}
/* line 479, ../scss/app.scss */
.item-list > li {
  padding: 5px 0 4px;
  *zoom: 1;
  border-bottom: 1px solid #000;
}
/* line 38, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
.item-list > li:after {
  content: "";
  display: table;
  clear: both;
}
/* line 485, ../scss/app.scss */
.item-list > li.active > a {
  color: #0000FF;
}
/* line 490, ../scss/app.scss */
.item-list a {
  text-decoration: none;
  border: none;
}
/* line 494, ../scss/app.scss */
.item-list .label {
  margin-top: -4px;
  /* inline-block margin bug */
  margin-left: 4px;
}
/* line 498, ../scss/app.scss */
.item-list .body {
  display: none;
  margin-bottom: 1em;
}
/* line 501, ../scss/app.scss */
.item-list .body p:first-child, .item-list .body span:first-child {
  margin-top: 0;
}
/* line 505, ../scss/app.scss */
.item-list li.active .body {
  display: block;
}
/* line 508, ../scss/app.scss */
.item-list .body ul, .item-list .body ol, .item-list .body img {
  margin-left: 77px;
}

/* line 516, ../scss/app.scss */
.widget {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
  z-index: 1;
  padding: 7px 12px;
  margin: 7px;
  background: #fff;
  /*.col-100 & {
  	padding: 12px;
  }*/
}
/* line 527, ../scss/app.scss */
.widget h1 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.16667;
  margin-top: 0;
  margin-bottom: 12px;
  word-break: hyphenate;
}
/* line 533, ../scss/app.scss */
.widget h1 a {
  text-decoration: none;
  border: none;
}
/* line 538, ../scss/app.scss */
.widget ul, .widget ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 543, ../scss/app.scss */
.widget li {
  margin-bottom: 12px;
}
/* line 546, ../scss/app.scss */
.widget a:link, .widget a:visited {
  color: inherit;
  text-decoration: none;
  border: none;
}
/* line 551, ../scss/app.scss */
.widget .labels {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
}
/* line 557, ../scss/app.scss */
.widget .label {
  float: left;
  margin-right: 8px;
}
/* line 562, ../scss/app.scss */
.widget .body p:first-child {
  margin-top: 0;
}
/* line 565, ../scss/app.scss */
.widget .body *:last-child, .widget .body li:last-child {
  margin-bottom: 4px;
}
/* line 569, ../scss/app.scss */
.widget .listing {
  margin-top: 12px;
}
/* line 573, ../scss/app.scss */
.widget.no-body h1 {
  margin: 0;
}
/* line 577, ../scss/app.scss */
.widget.center {
  display: block;
}
/* line 579, ../scss/app.scss */
.widget.center img {
  display: block;
  margin: 0 auto;
}
/* line 585, ../scss/app.scss */
.widget.text-indent h1, .widget.text-indent p {
  text-indent: 77px;
}
/* line 589, ../scss/app.scss */
.widget.text-white, .widget.text-white a:link, .widget.text-white a:visited {
  color: #fff;
}
/* line 592, ../scss/app.scss */
.widget.text-big h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875;
}
/* line 596, ../scss/app.scss */
.widget.border {
  border: 3px solid #000;
}
/* line 599, ../scss/app.scss */
.widget.slideshow {
  padding: 0;
}
/* line 601, ../scss/app.scss */
.widget.slideshow h1 {
  margin: 0.67em 0;
}
/* line 604, ../scss/app.scss */
.widget.slideshow header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
/* line 611, ../scss/app.scss */
.widget.slideshow .body *:last-child, .widget.slideshow li:last-child {
  margin-bottom: 0;
}
/* line 615, ../scss/app.scss */
.widget.background-image {
  padding: 0;
}
/* line 617, ../scss/app.scss */
.widget.background-image h1 {
  margin: 0.67em 0;
}
/* line 620, ../scss/app.scss */
.widget.background-image .wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 629, ../scss/app.scss */
.widget.calendar {
  width: 315px;
  min-width: 290px;
  border-color: #0000FF;
  color: #0000FF;
}
/* line 634, ../scss/app.scss */
.widget.calendar a:link, .widget.calendar a:visited {
  color: inherit;
  text-decoration: none;
  border: none;
}
/* line 640, ../scss/app.scss */
.widget.calendar .icon {
  position: absolute;
  top: 16px;
}
/* line 643, ../scss/app.scss */
.widget.calendar .icon.icon-calendar-prev {
  left: 12px;
}
/* line 646, ../scss/app.scss */
.widget.calendar .icon.icon-calendar-next {
  right: 12px;
}
/* line 651, ../scss/app.scss */
.widget.embed {
  padding: 0;
}

/* line 656, ../scss/app.scss */
.map {
  height: 400px;
}

/*
* HelveticaTextbookJurgenv1-Roman
* LifeLTStd-Roman
*/
/** Generated by FG **/
/*@font-face {
	font-family: 'HelveticaTextBook';
	src: url('../fonts/HelveticaTextbook_JURGEN_V1.eot');
	src: local('☺'), url('../fonts/HelveticaTextbook_JURGEN_V1.ttf') format('truetype'), url('../fonts/HelveticaTextbook_JURGEN_V1.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
/** Generated by FG **/
@font-face {
  font-family: 'HelveticaTextBook';
  src: url("../fonts/HelveticaTextbook_JURGEN_V3.eot");
  src: local("☺"), url("../fonts/HelveticaTextbook_JURGEN_V3.woff") format("woff"), url("../fonts/HelveticaTextbook_JURGEN_V3.ttf") format("truetype"), url("../fonts/HelveticaTextbook_JURGEN_V3.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: 'LifeLTStdRoman';
  src: url("../fonts/LifeLTStd-Roman.eot");
  src: local("☺"), url("../fonts/LifeLTStd-Roman.ttf") format("truetype"), url("../fonts/LifeLTStd-Roman.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 1025px) {
  /* line 4, ../scss/imports/_mediaqueries.scss */
  .top-nav {
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* line 6, ../scss/imports/_mediaqueries.scss */
  .top-nav .inline-list li {
    margin-right: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 12, ../scss/imports/_mediaqueries.scss */
  html {
    overflow: visible;
  }

  /* line 16, ../scss/imports/_mediaqueries.scss */
  .main {
    background-image: none;
  }
  /* line 18, ../scss/imports/_mediaqueries.scss */
  .main .meta {
    min-height: 0;
  }

  /* line 23, ../scss/imports/_mediaqueries.scss */
  .form-calendar-filter {
    margin-top: 1em;
  }

  /* line 27, ../scss/imports/_mediaqueries.scss */
  #mainLeftCol {
    display: none;
  }

  /* line 31, ../scss/imports/_mediaqueries.scss */
  .meta.text-right {
    text-align: left;
  }

  /* line 35, ../scss/imports/_mediaqueries.scss */
  .main > .row > .col-50, .main > .row > .col-50 > .inner, .main #mainLeftCol > .inner, .research-filters .col-50 {
    height: auto !important;
    float: none;
    width: 100%;
    max-width: none;
  }

  /* line 42, ../scss/imports/_mediaqueries.scss */
  .main > .row > .col-50 {
    overflow-y: visible;
    overflow: visible;
  }

  /* line 47, ../scss/imports/_mediaqueries.scss */
  .footer {
    position: relative;
    top: 41px;
    /* Because of .main top: 41px; */
  }

  /* line 52, ../scss/imports/_mediaqueries.scss */
  .form-calendar-filter {
    float: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 58, ../scss/imports/_mediaqueries.scss */
  .show-on-mobile {
    display: block !important;
  }
  /* line 60, ../scss/imports/_mediaqueries.scss */
  h1 .show-on-mobile {
    display: inline !important;
  }

  /* line 65, ../scss/imports/_mediaqueries.scss */
  .hide-on-mobile {
    display: none !important;
  }

  /* line 69, ../scss/imports/_mediaqueries.scss */
  html {
    font-size: 87.5%;
  }

  /* line 73, ../scss/imports/_mediaqueries.scss */
  #mainLeftCol {
    margin-top: 50px;
  }
  /* line 75, ../scss/imports/_mediaqueries.scss */
  #mainLeftCol.no-margin-mobile {
    margin-top: 0;
  }

  /* line 81, ../scss/imports/_mediaqueries.scss */
  .main > .row > .col-50 .inner {
    border-bottom: 30px !important;
  }

  /* line 86, ../scss/imports/_mediaqueries.scss */
  .meta .logo {
    position: static;
  }

  /* line 90, ../scss/imports/_mediaqueries.scss */
  .related {
    margin-top: 0;
  }

  /* line 94, ../scss/imports/_mediaqueries.scss */
  .breadcrumb {
    overflow: hidden;
    *zoom: 1;
  }
  /* line 96, ../scss/imports/_mediaqueries.scss */
  .breadcrumb > li {
    float: left;
    margin-right: 15px;
  }

  /* line 103, ../scss/imports/_mediaqueries.scss */
  .top-nav ul {
    display: block;
  }
  /* line 106, ../scss/imports/_mediaqueries.scss */
  .top-nav section li {
    display: none;
  }
  /* line 108, ../scss/imports/_mediaqueries.scss */
  .top-nav section li#nav-sub-onderwijs, .top-nav section li#nav-sub-agenda-nieuws, .top-nav section li#nav-sub-education, .top-nav section li#nav-sub-calendar-news, .top-nav section li#nav-sub-contact {
    display: list-item;
  }
  /* line 111, ../scss/imports/_mediaqueries.scss */
  .top-nav section li.search-container {
    width: 235px;
    margin: 0;
    float: right;
    display: block;
  }

  /* line 120, ../scss/imports/_mediaqueries.scss */
  .search {
    position: relative;
  }
  /* line 122, ../scss/imports/_mediaqueries.scss */
  .search input[type="text"], .search textarea {
    width: 100%;
    padding-right: 33px;
  }
  /* line 126, ../scss/imports/_mediaqueries.scss */
  .search input[type="submit"] {
    border-left: 1px solid #000;
    position: absolute;
    right: 0;
    top: 8px;
  }

  	/*.top-nav {
  		text-align: left;
  		> ul.toggle-mobile {
  			text-align: center;
  			display: block;
  		}
  		> section {
  			display: none;
  			&.show {
  				display: block;
  				position: absolute;
  				left: 0;
  				top: auto;
  				width: 100%;
  				z-index: 10;
  				background: $brown;
  				> ul {
  					padding-left: $gutter;
  					display: block;
  					> li {
  						float: none;
  						display: block;
  					}
  				}
  			}
  
  		}
  	}*/
}
@media only screen and (max-width: 768px) {
  /*.page h1, .page p, */
  /* line 165, ../scss/imports/_mediaqueries.scss */
  .widget.text-indent h1, .widget.text-indent p {
    text-indent: 25px;
  }

  /* line 170, ../scss/imports/_mediaqueries.scss */
  .top-nav section li#nav-sub-onderwijs, .top-nav section li#nav-sub-agenda-nieuws, .top-nav section li#nav-sub-education, .top-nav section li#nav-sub-calendar-news, .top-nav section li#nav-sub-contact {
    display: none;
  }
  /* line 171, ../scss/imports/_mediaqueries.scss */
  .top-nav section li.search-container {
    width: auto;
    float: none;
  }

  /* line 179, ../scss/imports/_mediaqueries.scss */
  .page.event .page-body p, .page.news .page-body p {
    text-indent: 122px;
  }
  /* line 182, ../scss/imports/_mediaqueries.scss */
  .page.event .no-bullet-list, .page.event .flex-video, .page.event .addthis_toolbox, .page.news .no-bullet-list, .page.news .flex-video, .page.news .addthis_toolbox {
    margin-left: 122px;
  }
  /* line 185, ../scss/imports/_mediaqueries.scss */
  .page.event img, .page.news img {
    padding-left: 122px;
  }

  /* line 191, ../scss/imports/_mediaqueries.scss */
  .page header ul, .page header ol {
    padding-left: 50px;
  }

  /* line 195, ../scss/imports/_mediaqueries.scss */
  .page-links {
    padding-left: 25px;
  }

  /* line 201, ../scss/imports/_mediaqueries.scss */
  .block-grid.mobile-one > li {
    float: none;
    width: auto;
  }

  /* line 209, ../scss/imports/_mediaqueries.scss */
  .footer .left, .footer .right {
    float: none;
  }
  /* line 212, ../scss/imports/_mediaqueries.scss */
  .footer .right {
    margin-bottom: 15px;
  }

  /* line 217, ../scss/imports/_mediaqueries.scss */
  .widget {
    width: auto !important;
    height: auto !important;
  }
  /* line 221, ../scss/imports/_mediaqueries.scss */
  .widget .flexslider {
    width: auto !important;
  }
  /* line 224, ../scss/imports/_mediaqueries.scss */
  .widget img {
    display: block;
    margin: 0 auto;
  }
  /* line 228, ../scss/imports/_mediaqueries.scss */
  .widget.slideshow {
    width: 100% !important;
    margin: 0;
    padding: 7px;
  }
}
@media only screen and (max-width: 497px) {
  /* line 237, ../scss/imports/_mediaqueries.scss */
  .side-nav {
    width: 100%;
    overflow: scroll;
  }
}
@media only screen and (max-width: 480px) {
  /* line 245, ../scss/imports/_mediaqueries.scss */
  .top-right li {
    display: none;
  }
  /* line 247, ../scss/imports/_mediaqueries.scss */
  .top-right li.language-container {
    display: block;
  }

  /* line 252, ../scss/imports/_mediaqueries.scss */
  .header .row {
    padding-right: 47px;
  }
}
@media only screen and (max-width: 429px) {
  /* line 258, ../scss/imports/_mediaqueries.scss */
  .icon-logo {
    display: inline-block;
    background-image: url('../img/icon-sdfdcc9bfb7.png');
    background-position: 0 -134px;
    background-repeat: no-repeat;
    height: 94px;
    width: 260px;
    /**
     * Option variable to turn on/off IE8 support.
     *
     * This requires Modernizr's test for `css-mediaqueries` and RespondJS
     *
     * Set to `1` to turn on support.
     */
  }
}
@media only screen and (max-width: 429px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 429px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 429px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 429px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 429px) and (min-resolution: 144dpi) {
  /* line 258, ../scss/imports/_mediaqueries.scss */
  .icon-logo {
    background-image: url('../img/icon_2x-s8b5f6b9bca.png');
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    -webkit-background-size: 300px auto;
    background-size: 300px auto;
    background-position: 0 -157.5px;
  }
}
