@charset "utf-8";
/*
 * 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.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/* line 18, ../sass/h5bp/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 19, ../sass/h5bp/_normalize.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 20, ../sass/h5bp/_normalize.scss */
audio:not([controls]) {
  display: none;
}

/* line 21, ../sass/h5bp/_normalize.scss */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
/* line 33, ../sass/h5bp/_normalize.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 35, ../sass/h5bp/_normalize.scss */
html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

/* line 37, ../sass/h5bp/_normalize.scss */
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4em;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
/* line 45, ../sass/h5bp/_normalize.scss */
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

/* line 46, ../sass/h5bp/_normalize.scss */
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
/* line 53, ../sass/h5bp/_normalize.scss */
a {
  color: #00e;
}

/* line 54, ../sass/h5bp/_normalize.scss */
a:visited {
  color: #551a8b;
}

/* line 55, ../sass/h5bp/_normalize.scss */
a:hover {
  color: #06e;
}

/* line 56, ../sass/h5bp/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
/* line 59, ../sass/h5bp/_normalize.scss */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/* line 66, ../sass/h5bp/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 68, ../sass/h5bp/_normalize.scss */
b, strong {
  font-weight: bold;
}

/* line 70, ../sass/h5bp/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/* line 72, ../sass/h5bp/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 74, ../sass/h5bp/_normalize.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 76, ../sass/h5bp/_normalize.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 78, ../sass/h5bp/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
/* line 81, ../sass/h5bp/_normalize.scss */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

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

/* line 86, ../sass/h5bp/_normalize.scss */
q {
  quotes: none;
}

/* line 87, ../sass/h5bp/_normalize.scss */
q:before, q:after {
  content: "";
  content: none;
}

/* line 89, ../sass/h5bp/_normalize.scss */
small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
/* line 92, ../sass/h5bp/_normalize.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

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

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

/* =============================================================================
   Lists
   ========================================================================== */
/* line 101, ../sass/h5bp/_normalize.scss */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

/* line 102, ../sass/h5bp/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 103, ../sass/h5bp/_normalize.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
/* line 115, ../sass/h5bp/_normalize.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */
/* line 121, ../sass/h5bp/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/* line 128, ../sass/h5bp/_normalize.scss */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/* line 135, ../sass/h5bp/_normalize.scss */
form {
  margin: 0;
}

/* line 136, ../sass/h5bp/_normalize.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
/* line 139, ../sass/h5bp/_normalize.scss */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
/* line 146, ../sass/h5bp/_normalize.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
/* line 154, ../sass/h5bp/_normalize.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
/* line 160, ../sass/h5bp/_normalize.scss */
button, input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
/* line 168, ../sass/h5bp/_normalize.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

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

/*
 * Consistent box sizing and appearance
 */
/* line 180, ../sass/h5bp/_normalize.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

/* line 181, ../sass/h5bp/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 182, ../sass/h5bp/_normalize.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
/* line 188, ../sass/h5bp/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
/* line 195, ../sass/h5bp/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
/* line 199, ../sass/h5bp/_normalize.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
/* line 206, ../sass/h5bp/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 207, ../sass/h5bp/_normalize.scss */
td {
  vertical-align: top;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
/* line 214, ../sass/h5bp/_normalize.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* this one is stripped plus there is a path at the top */
/**
 * Prevent text wrapping.
 */
/* line 6, ../sass/drupal/_system_base.scss */
.nowrap {
  white-space: nowrap;
}

/**
 * For anything you want to hide on page load when JS is enabled, so
 * that you can use the JS to control visibility and avoid flicker.
 */
/* line 14, ../sass/drupal/_system_base.scss */
html.js .js-hide {
  display: none;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
/* line 26, ../sass/drupal/_system_base.scss */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
/* line 38, ../sass/drupal/_system_base.scss */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
/* line 49, ../sass/drupal/_system_base.scss */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
}

/* line 16, ../sass/style.scss */
#content {
  /**
   * @file
   * Styles for system messages.
   */
  /**
   * @file
   * Basic styling for common markup.
   */
  /**
   * HTML elements.
   */
  /**
   * Markup generated by theme_tablesort_indicator().
   */
  /**
   * Markup generated by theme_item_list().
   */
  /**
   * Markup generated by Form API.
   */
  /**
   * Inline items.
   */
  /**
   * Markup generated by theme_more_link().
   */
  /**
   * Markup generated by theme_more_help_link().
   */
  /**
   * Markup generated by theme_pager().
   */
  /**
   * Autocomplete.
   *
   * @see autocomplete.js
   */
  /* Suggestion list */
  /**
   * Collapsible fieldsets.
   *
   * @see collapse.js
   */
  /**
   * TableDrag behavior.
   *
   * @see tabledrag.js
   */
  /**
   * TableSelect behavior.
   *
   * @see tableselect.js
  */
  /**
   * Progress bar.
   *
   * @see progress.js
   */
  /**
   * @file
   * Styles for menus and navigation markup.
   */
  /**
   * Markup generated by theme_menu_tree().
   */
  /**
   * Markup generated by theme_links().
   */
  /**
   * Markup generated by theme_breadcrumb().
   */
  /**
   * Markup generated by theme_menu_local_tasks().
   */
}
/* line 6, ../sass/drupal/_system_messages.scss */
#content div.messages {
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
}
/* line 14, ../sass/drupal/_system_messages.scss */
#content div.status {
  background-image: url("../../../../../misc/message-24-ok.png");
  border-color: #be7;
}
/* line 19, ../sass/drupal/_system_messages.scss */
#content div.status,
#content .ok {
  color: #234600;
}
/* line 23, ../sass/drupal/_system_messages.scss */
#content div.status,
#content table tr.ok {
  background-color: #f8fff0;
}
/* line 27, ../sass/drupal/_system_messages.scss */
#content div.warning {
  background-image: url("../../../../../misc/message-24-warning.png");
  border-color: #ed5;
}
/* line 32, ../sass/drupal/_system_messages.scss */
#content div.warning,
#content .warning {
  color: #840;
}
/* line 36, ../sass/drupal/_system_messages.scss */
#content div.warning,
#content table tr.warning {
  background-color: #fffce5;
}
/* line 40, ../sass/drupal/_system_messages.scss */
#content div.error {
  background-image: url("../../../../../misc/message-24-error.png");
  border-color: #ed541d;
}
/* line 45, ../sass/drupal/_system_messages.scss */
#content div.error,
#content .error {
  color: #8c2e0b;
}
/* line 49, ../sass/drupal/_system_messages.scss */
#content div.error,
#content table tr.error {
  background-color: #fef5f1;
}
/* line 52, ../sass/drupal/_system_messages.scss */
#content div.error p.error {
  color: #333;
}
/* line 56, ../sass/drupal/_system_messages.scss */
#content div.messages ul {
  margin: 0 0 0 1em;
  /* LTR */
  padding: 0;
}
/* line 60, ../sass/drupal/_system_messages.scss */
#content div.messages ul li {
  list-style-image: none;
}
/* line 9, ../sass/drupal/_system_theme.scss */
#content fieldset {
  margin-bottom: 1em;
  padding: 0.5em;
}
/* line 13, ../sass/drupal/_system_theme.scss */
#content form {
  margin: 0;
  padding: 0;
}
/* line 17, ../sass/drupal/_system_theme.scss */
#content hr {
  border: 1px solid gray;
  height: 1px;
}
/* line 21, ../sass/drupal/_system_theme.scss */
#content img {
  border: 0;
}
/* line 24, ../sass/drupal/_system_theme.scss */
#content table {
  border-collapse: collapse;
}
/* line 27, ../sass/drupal/_system_theme.scss */
#content th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  /* LTR */
  text-align: left;
  /* LTR */
}
/* line 32, ../sass/drupal/_system_theme.scss */
#content tbody {
  border-top: 1px solid #ccc;
}
/* line 36, ../sass/drupal/_system_theme.scss */
#content tr.even,
#content tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
/* line 45, ../sass/drupal/_system_theme.scss */
#content th.active img {
  display: inline;
}
/* line 48, ../sass/drupal/_system_theme.scss */
#content td.active {
  background-color: #ddd;
}
/* line 55, ../sass/drupal/_system_theme.scss */
#content .item-list .title {
  font-weight: bold;
}
/* line 58, ../sass/drupal/_system_theme.scss */
#content .item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
/* line 62, ../sass/drupal/_system_theme.scss */
#content .item-list ul li {
  margin: 0 0 0.25em 1.5em;
  /* LTR */
  padding: 0;
}
/* line 71, ../sass/drupal/_system_theme.scss */
#content .form-item,
#content .form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
/* line 76, ../sass/drupal/_system_theme.scss */
#content tr.odd .form-item,
#content tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
/* line 81, ../sass/drupal/_system_theme.scss */
#content .form-item .description {
  font-size: 0.85em;
}
/* line 84, ../sass/drupal/_system_theme.scss */
#content label {
  display: block;
  font-weight: bold;
}
/* line 88, ../sass/drupal/_system_theme.scss */
#content label.option {
  display: inline;
  font-weight: normal;
}
/* line 93, ../sass/drupal/_system_theme.scss */
#content .form-checkboxes .form-item,
#content .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
/* line 98, ../sass/drupal/_system_theme.scss */
#content .form-type-radio .description,
#content .form-type-checkbox .description {
  margin-left: 2.4em;
}
/* line 102, ../sass/drupal/_system_theme.scss */
#content input.form-checkbox,
#content input.form-radio {
  vertical-align: middle;
}
/* line 106, ../sass/drupal/_system_theme.scss */
#content .marker,
#content .form-required {
  color: #f00;
}
/* line 111, ../sass/drupal/_system_theme.scss */
#content .form-item input.error,
#content .form-item textarea.error,
#content .form-item select.error {
  border: 2px solid red;
}
/* line 119, ../sass/drupal/_system_theme.scss */
#content .container-inline .form-actions,
#content .container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 127, ../sass/drupal/_system_theme.scss */
#content .more-link {
  text-align: right;
  /* LTR */
}
/* line 134, ../sass/drupal/_system_theme.scss */
#content .more-help-link {
  text-align: right;
  /* LTR */
}
/* line 137, ../sass/drupal/_system_theme.scss */
#content .more-help-link a {
  background: url("../../../../../misc/help.png") 0 50% no-repeat;
  /* LTR */
  padding: 1px 0 1px 20px;
  /* LTR */
}
/* line 145, ../sass/drupal/_system_theme.scss */
#content .item-list .pager {
  clear: both;
  text-align: center;
}
/* line 149, ../sass/drupal/_system_theme.scss */
#content .item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}
/* line 155, ../sass/drupal/_system_theme.scss */
#content .pager-current {
  font-weight: bold;
}
/* line 165, ../sass/drupal/_system_theme.scss */
#content #autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* line 175, ../sass/drupal/_system_theme.scss */
#content html.js fieldset.collapsible .fieldset-legend {
  background: url("../../../../../misc/menu-expanded.png") 5px 65% no-repeat;
  /* LTR */
  padding-left: 15px;
  /* LTR */
}
/* line 179, ../sass/drupal/_system_theme.scss */
#content html.js fieldset.collapsed .fieldset-legend {
  background-image: url("../../../../../misc/menu-collapsed.png");
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 183, ../sass/drupal/_system_theme.scss */
#content .fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}
/* line 194, ../sass/drupal/_system_theme.scss */
#content tr.drag {
  background-color: #fffff0;
}
/* line 197, ../sass/drupal/_system_theme.scss */
#content tr.drag-previous {
  background-color: #ffd;
}
/* line 200, ../sass/drupal/_system_theme.scss */
#content .tabledrag-toggle-weight {
  font-size: 0.9em;
}
/* line 203, ../sass/drupal/_system_theme.scss */
#content body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}
/* line 212, ../sass/drupal/_system_theme.scss */
#content tr.selected td {
  background: #ffc;
}
/* line 216, ../sass/drupal/_system_theme.scss */
#content td.checkbox,
#content th.checkbox {
  text-align: center;
}
/* line 225, ../sass/drupal/_system_theme.scss */
#content .progress {
  font-weight: bold;
}
/* line 228, ../sass/drupal/_system_theme.scss */
#content .progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 236, ../sass/drupal/_system_theme.scss */
#content .progress .filled {
  background: #0072b9 url(../../misc/progress.gif);
}
/* line 10, ../sass/drupal/_system_menus.scss */
#content ul.menu {
  border: none;
  list-style: none;
  text-align: left;
  /* LTR */
}
/* line 15, ../sass/drupal/_system_menus.scss */
#content ul.menu li {
  margin: 0 0 0 0.5em;
  /* LTR */
}
/* line 18, ../sass/drupal/_system_menus.scss */
#content ul li.expanded {
  list-style-image: url(../../misc/menu-expanded.png);
  list-style-type: circle;
}
/* line 22, ../sass/drupal/_system_menus.scss */
#content ul li.collapsed {
  list-style-image: url(../../misc/menu-collapsed.png);
  /* LTR */
  list-style-type: disc;
}
/* line 26, ../sass/drupal/_system_menus.scss */
#content ul li.leaf {
  list-style-image: url(../../misc/menu-leaf.png);
  list-style-type: square;
}
/* line 32, ../sass/drupal/_system_menus.scss */
#content li.expanded,
#content li.collapsed,
#content li.leaf {
  padding: 0.2em 0.5em 0 0;
  /* LTR */
  margin: 0;
}
/* line 36, ../sass/drupal/_system_menus.scss */
#content li a.active {
  color: #000;
}
/* line 39, ../sass/drupal/_system_menus.scss */
#content td.menu-disabled {
  background: #ccc;
}
/* line 47, ../sass/drupal/_system_menus.scss */
#content ul.inline,
#content ul.links.inline {
  display: inline;
  padding-left: 0;
}
/* line 51, ../sass/drupal/_system_menus.scss */
#content ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
/* line 60, ../sass/drupal/_system_menus.scss */
#content .breadcrumb {
  padding-bottom: 0.5em;
}
/* line 67, ../sass/drupal/_system_menus.scss */
#content ul.primary {
  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 77, ../sass/drupal/_system_menus.scss */
#content ul.primary li {
  display: inline;
}
/* line 80, ../sass/drupal/_system_menus.scss */
#content ul.primary li a {
  background-color: #ddd;
  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 90, ../sass/drupal/_system_menus.scss */
#content ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
/* line 95, ../sass/drupal/_system_menus.scss */
#content ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
/* line 100, ../sass/drupal/_system_menus.scss */
#content ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
/* line 105, ../sass/drupal/_system_menus.scss */
#content ul.secondary li {
  border-right: 1px solid #ccc;
  /* LTR */
  display: inline;
  padding: 0 1em;
}
/* line 110, ../sass/drupal/_system_menus.scss */
#content ul.secondary a {
  padding: 0;
  text-decoration: none;
}
/* line 114, ../sass/drupal/_system_menus.scss */
#content ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/*
  i could not stand the white flash of content at the top of the screen (from safari)
  the toolbar module set a default padding on the body (tsk tsk)
  then overrides it with jquery
  but we have very cleverly defered jquery until after render! yay!
*/
/* line 7, ../sass/drupal/_overrides.scss */
body.toolbar {
  padding-top: 0;
}

/* line 10, ../sass/drupal/_overrides.scss */
body.toolbar-drawer {
  padding-top: 0;
}

/* aesthetic */
/* line 15, ../sass/drupal/_overrides.scss */
#toolbar {
  box-shadow: 0 3px 20px #1e1e1e;
  border-bottom: 1px solid #444;
}
/* line 18, ../sass/drupal/_overrides.scss */
#toolbar div.toolbar-menu {
  background-color: #333;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
/* line 6, ../sass/h5bp/_helpers.scss */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

/* line 7, ../sass/h5bp/_helpers.scss */
.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
/* line 10, ../sass/h5bp/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
/* line 13, ../sass/h5bp/_helpers.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 16, ../sass/h5bp/_helpers.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 19, ../sass/h5bp/_helpers.scss */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
/* line 22, ../sass/h5bp/_helpers.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 23, ../sass/h5bp/_helpers.scss */
.clearfix:after {
  clear: both;
}

/* line 24, ../sass/h5bp/_helpers.scss */
.clearfix {
  *zoom: 1;
}

@media screen {
  /*
    variables!
   */
  /*
    colors!
   */
  /* i know -medium is exact from blueprint.  -dark i made by reducing luminance a little. */
  /*
    these classes are all for extending
   */
  /* line 33, ../sass/_base.scss */
  .inline-block, #header-logo, #header-slogan, #header-25years, #corner-bubble, #corner-toolbox, #corner-toolbox .follow, #corner-toolbox .set, .primary-features .slider-window .views-row, .secondary-features .views-row, #content, .front .content-top, .twitter-wrapper {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE < 8: fake inline-block */
  }

  /* line 37, ../sass/_base.scss */
  .links-onfocus-underline a, .ckut-twitter a, #second-sidebar a {
    text-decoration: none !important;
  }
  /* line 40, ../sass/_base.scss */
  .links-onfocus-underline a:hover, .ckut-twitter a:hover, #second-sidebar a:hover {
    text-decoration: underline !important;
  }

  /* line 45, ../sass/_base.scss */
  .background-image-lb-icon, .lb-inner {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARBAMAAADJQ1rJAAAABGdBTUEAALGPC/xhBQAAAC1QTFRF/+rP/+O//86P/8d///Hf/7pg/6Uw/5cQ/9yv/6xA//jv/9Wf/54g/5AA////R5pKnQAAAGJJREFUCNdjeAcGK949YAAzXmXAWG7noKwHtfugLPE77yCs13dvQ1m6d89BWE/v3j05GcyKvXv3bhyI9Xjm2btXoerO3tWDsMBawaw31+WgrL0F76CsY35Q1ousdzDWOggLADc1ghXXHq4zAAAAAElFTkSuQmCC');
  }

  /* line 48, ../sass/_base.scss */
  .background-image-lb-with-line, .lightning {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAsYAAAARCAMAAADpEpo5AAAABGdBTUEAALGPC/xhBQAAADZQTFRF5OTk2tra/+rP/86P/+O//8d///Hf/5cQ/9yv//jv/6Uw/7pg/6xA/9Wf/54g/5AAzMzM////nzh8LAAAAJ9JREFUaN7t2EEOgCAQBEEQFUR09f+fVS7+YDGTdN+4TiobY7hpQFthA88CE4xQXGEMY/XWejICjMWbsh2sAGPt5mwcYxiLd5hxjGEsXnoVc4xhrN1unXFrC1O4Mr7Ip/gpftv7IzKKU4Fr7NnS2vkpJj4qZOuMEzPAmP8UBOO/j3GeWQHG6sc4T6wAY/VjXFdGgLF4pW6MAGN5xige0wOZGB0tr2yw2QAAAABJRU5ErkJggg==');
  }

  /* line 51, ../sass/_base.scss */
  .background-image-horiz-grey-line, .lb {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAABAQMAAACmH2/xAAAABGdBTUEAALGPC/xhBQAAAANQTFRFzMzMylJEJwAAAAtJREFUCNdjYIAAAAAIAAEvIN0xAAAAAElFTkSuQmCC');
  }

  /* line 55, ../sass/_base.scss */
  .font-family-serif {
    font-family: Times, "Times New Roman", serif;
  }

  /* line 58, ../sass/_base.scss */
  .font-family-sans, .body-content, #main, #main .edit, #main .delete {
    font-family: Helvetica, Arial, sans-serif;
  }

  /* line 61, ../sass/_base.scss */
  .font-family-franklin-cd {
    font-family: "Franklin Gothic FS Condensed", Impact, sans-serif;
  }

  /* line 64, ../sass/_base.scss */
  .font-family-franklin-medcd, .font-header1-medium, .font-header2-medium, .body-content h2, .font-header3-medium, .body-content h3, .primary-features .slider-window .views-row .feature-link-wrapper, #second-sidebar .block-title, .font-header4-medium, .body-content h4, .secondary-features .feature-link-wrapper {
    font-family: "Franklin Gothic FS Medium Condensed", Tahoma, sans-serif;
  }

  /* line 67, ../sass/_base.scss */
  .font-family-franklin-demicd, .font-header1-heavy, #content h1, .font-header2-heavy, .primary-features .slider-window .views-row .feature-header, .font-header3-heavy, .secondary-features .feature-header {
    font-family: "Franklin Gothic FS Demi Condensed", Impact, sans-serif;
  }

  /* line 70, ../sass/_base.scss */
  .font-family-franklin-comp {
    font-family: "Franklin Gothic FS Compressed", Impact, sans-serif;
  }

  /* line 74, ../sass/_base.scss */
  .font-size-body-narrow, .body-content {
    font-size: 15px;
    line-height: 18px;
  }

  /* line 78, ../sass/_base.scss */
  .font-size-body-medium {
    font-size: 15px;
    line-height: 19px;
  }

  /* line 82, ../sass/_base.scss */
  .font-size-body-small {
    font-size: 12px;
    line-height: 15px;
  }

  /* line 87, ../sass/_base.scss */
  .font-sans-narrow-small, .ckut-twitter .ckut-twitter-header {
    font: 14px/18px Helvetica, Arial, sans-serif;
  }

  /* line 90, ../sass/_base.scss */
  .font-sans-narrow-extra-small, .ckut-twitter .ckut-twitter-list, .ckut-twitter .twitter-conversation {
    font: 12px/14px Helvetica, Arial, sans-serif;
  }

  /* line 94, ../sass/_base.scss */
  .font-header, .font-header-franklin, .font-header1-heavy, #content h1, .font-header1-medium, .font-header2-medium, .body-content h2, .font-header2-heavy, .primary-features .slider-window .views-row .feature-header, .font-header3-heavy, .secondary-features .feature-header, .font-header3-medium, .body-content h3, .primary-features .slider-window .views-row .feature-link-wrapper, #second-sidebar .block-title, .font-header4-medium, .body-content h4, .secondary-features .feature-link-wrapper {
    color: #000;
  }
  /* line 96, ../sass/_base.scss */
  .font-header a, .font-header-franklin a, .font-header1-heavy a, #content h1 a, .font-header1-medium a, .font-header2-medium a, .body-content h2 a, .font-header2-heavy a, .primary-features .slider-window .views-row .feature-header a, .font-header3-heavy a, .secondary-features .feature-header a, .font-header3-medium a, .body-content h3 a, .primary-features .slider-window .views-row .feature-link-wrapper a, #second-sidebar .block-title a, .font-header4-medium a, .body-content h4 a, .secondary-features .feature-link-wrapper a {
    text-decoration: none;
    color: #000;
  }
  /* line 100, ../sass/_base.scss */
  .font-header a:hover, .font-header-franklin a:hover, .font-header1-heavy a:hover, #content h1 a:hover, .font-header1-medium a:hover, .font-header2-medium a:hover, .body-content h2 a:hover, .font-header2-heavy a:hover, .primary-features .slider-window .views-row .feature-header a:hover, .font-header3-heavy a:hover, .secondary-features .feature-header a:hover, .font-header3-medium a:hover, .body-content h3 a:hover, .primary-features .slider-window .views-row .feature-link-wrapper a:hover, #second-sidebar .block-title a:hover, .font-header4-medium a:hover, .body-content h4 a:hover, .secondary-features .feature-link-wrapper a:hover {
    text-decoration: underline;
  }

  /* line 105, ../sass/_base.scss */
  .font-header-franklin, .font-header1-heavy, #content h1, .font-header1-medium, .font-header2-medium, .body-content h2, .font-header2-heavy, .primary-features .slider-window .views-row .feature-header, .font-header3-heavy, .secondary-features .feature-header, .font-header3-medium, .body-content h3, .primary-features .slider-window .views-row .feature-link-wrapper, #second-sidebar .block-title, .font-header4-medium, .body-content h4, .secondary-features .feature-link-wrapper {
    text-transform: uppercase;
    font-weight: normal;
  }

  /* line 110, ../sass/_base.scss */
  .font-header1-heavy, #content h1 {
    font-size: 24px;
    line-height: 24px;
  }

  /* line 119, ../sass/_base.scss */
  .font-header1-medium {
    font-size: 24px;
    line-height: 24px;
  }

  /* line 125, ../sass/_base.scss */
  .font-header2-medium, .body-content h2 {
    font-size: 22px;
    line-height: 22px;
  }

  /* line 131, ../sass/_base.scss */
  .font-header2-heavy, .primary-features .slider-window .views-row .feature-header {
    font-size: 22px;
    line-height: 22px;
  }

  /* line 137, ../sass/_base.scss */
  .font-header3-heavy, .secondary-features .feature-header {
    font-size: 17px;
    line-height: 18px;
  }

  /* line 143, ../sass/_base.scss */
  .font-header3-medium, .body-content h3, .primary-features .slider-window .views-row .feature-link-wrapper, #second-sidebar .block-title {
    font-size: 17px;
    line-height: 18px;
  }

  /* line 149, ../sass/_base.scss */
  .font-header4-medium, .body-content h4, .secondary-features .feature-link-wrapper {
    font-size: 15px;
    line-height: 17px;
  }

  /*
  misc helpers
   */
  /* line 160, ../sass/_base.scss */
  .lb {
    height: 17px;
    padding: 4px 0;
    background-position: left center;
    background-repeat: repeat-x;
  }

  /* line 169, ../sass/_base.scss */
  .lb-inner {
    background-repeat: no-repeat;
    background-position: center top;
    height: 17px;
  }

  /* line 180, ../sass/_base.scss */
  .lightning {
    clear: both;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 25px;
  }

  /* line 190, ../sass/_base.scss */
  .clear {
    clear: both;
  }

  /* line 192, ../sass/_base.scss */
  .icon {
    font-family: "IcoMoon Regular";
    text-transform: none !important;
    text-decoration: none !important;
  }

  /* line 199, ../sass/_base.scss */
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
    visibility: hidden;
  }

  @font-face {
    font-family: "IcoMoon Regular";
    src: url('/sites/ckut.ca/themes/ckutlook/fonts/icomoon/icomoon-webfont.eot');
    src: url('/sites/ckut.ca/themes/ckutlook/fonts/icomoon/icomoon-webfont.eot?#iefix') format('eot'), url('/sites/ckut.ca/themes/ckutlook/fonts/icomoon/icomoon-webfont.woff') format('woff'), url('/sites/ckut.ca/themes/ckutlook/fonts/icomoon/icomoon-webfont.ttf') format('truetype'), url('/sites/ckut.ca/themes/ckutlook/fonts/icomoon/icomoon-webfont.svg#IcoMoonRegular') format('svg');
}

  @font-face {
    font-family: "Eckhardt Freehand JNL Regular";
    src: url('/sites/ckut.ca/themes/ckutlook/fonts/eckhardtfreehandjnl_regular_macroman/eckhardtfreehand-webfont.eot');
    src: url('/sites/ckut.ca/themes/ckutlook/fonts/eckhardtfreehandjnl_regular_macroman/eckhardtfreehand-webfont.eot?#iefix') format('eot'), url('/sites/ckut.ca/themes/ckutlook/fonts/eckhardtfreehandjnl_regular_macroman/eckhardtfreehand-webfont.woff') format('woff'), url('/sites/ckut.ca/themes/ckutlook/fonts/eckhardtfreehandjnl_regular_macroman/eckhardtfreehand-webfont.ttf') format('truetype'), url('/sites/ckut.ca/themes/ckutlook/fonts/eckhardtfreehandjnl_regular_macroman/eckhardtfreehand-webfont.svg#EckhardtFreehandJNLRegular') format('svg');
}

  @font-face {
    font-family: "Franklin Gothic FS Condensed";
    src: url('/sites/ckut.ca/themes/ckutlook/fonts/franklingothicfs_condensed_macroman/FranklinGothic-Cd-webfont.eot');
    src: url('/sites/ckut.ca/themes/ckutlook/fonts/franklingothicfs_condensed_macroman/FranklinGothic-Cd-webfont.eot?#iefix') format('eot'), url('/sites/ckut.ca/themes/ckutlook/fonts/franklingothicfs_condensed_macroman/FranklinGothic-Cd-webfont.woff') format('woff'), url('/sites/ckut.ca/themes/ckutlook/fonts/franklingothicfs_condensed_macroman/FranklinGothic-Cd-webfont.ttf') format('truetype'), url('/sites/ckut.ca/themes/ckutlook/fonts/franklingothicfs_condensed_macroman/FranklinGothic-Cd-webfont.svg#FranklinGothicFSCondensed') format('svg');
}

  @font-face {
    font-family: "Franklin Gothic FS Medium Condensed";
    src: url('/sites/ckut.ca/themes/ckutlook/fonts/franklingothicfs_mediumcondensed_macroman/FranklinGothic-MedCd-webfont.eot');
    src: url('/sites/ckut.ca/themes/ckutlook/fonts/franklingothicfs_mediumcondensed_macroman/FranklinGothic-MedCd-webfont.eot?#iefix') format('eot'), url('/sites/ckut.ca/themes/ckutlook/fonts/franklingothicfs_mediumcondensed_macroman/FranklinGothic-MedCd-webfont.woff') format('woff'), url('/sites/ckut.ca/themes/ckutlook/fonts/franklingothicfs_mediumcondensed_macroman/FranklinGothic-MedCd-webfont.ttf') format('truetype'), url('/sites/ckut.ca/themes/ckutlook/fonts/franklingothicfs_mediumcondensed_macroman/FranklinGothic-MedCd-webfont.svg#FranklinGothicFSMdCn') format('svg');
}

  @font-face {
    font-family: "Franklin Gothic FS Demi Condensed";
    src: url('/sites/ckut.ca/themes/ckutlook/fonts/franklingothicfs_demicondensed_macroman/FranklinGothic-DemiCd-webfont.eot');
    src: url('/sites/ckut.ca/themes/ckutlook/fonts/franklingothicfs_demicondensed_macroman/FranklinGothic-DemiCd-webfont.eot?#iefix') format('eot'), url('/sites/ckut.ca/themes/ckutlook/fonts/franklingothicfs_demicondensed_macroman/FranklinGothic-DemiCd-webfont.woff') format('woff'), url('/sites/ckut.ca/themes/ckutlook/fonts/franklingothicfs_demicondensed_macroman/FranklinGothic-DemiCd-webfont.ttf') format('truetype'), url('/sites/ckut.ca/themes/ckutlook/fonts/franklingothicfs_demicondensed_macroman/FranklinGothic-DemiCd-webfont.svg#FranklinGothicFSDemiCondensed') format('svg');
}

  /*
  @include -font-face(
    "Franklin Gothic FS Compressed",
    "franklingothicfs_compressed_macroman/FranklinGothic-Comp-webfont",
    "FranklinGothicFSCompressed"
  );
  */
  /* line 4, ../sass/_content.scss */
  img {
    max-width: 100%;
    height: auto;
  }

  /* line 8, ../sass/_content.scss */
  .body-content {
    color: #444444;
  }
  /* line 13, ../sass/_content.scss */
  .body-content h1, .body-content h5, .body-content h6 {
    display: none;
  }
  /* line 14, ../sass/_content.scss */
  .body-content h2, .body-content h3, .body-content h4 {
    margin-top: 0.2em;
    margin-bottom: 0.5em;
  }
  /* line 27, ../sass/_content.scss */
  .body-content a {
    color: #df7e00;
    text-decoration: underline;
    font-weight: bold;
  }
  /* line 32, ../sass/_content.scss */
  .body-content a:hover {
    text-decoration: none;
  }
  /* line 35, ../sass/_content.scss */
  .body-content strong {
    color: #303030;
  }
  /* line 39, ../sass/_content.scss */
  .body-content p, .body-content ul, .body-content ol {
    margin-top: 0.2em;
  }
  /* line 42, ../sass/_content.scss */
  .body-content li {
    margin: 0.5em 0;
    list-style-type: circle;
  }
  /* line 46, ../sass/_content.scss */
  .body-content .insert-float {
    float: left;
  }
  /* line 49, ../sass/_content.scss */
  .body-content .image-thumbnail, .body-content .image-medium {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  /* line 53, ../sass/_content.scss */
  .body-content .image-large {
    float: none;
    margin-bottom: 5px;
    display: block;
  }
  /* line 58, ../sass/_content.scss */
  .body-content .oembed {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  /* line 63, ../sass/_content.scss */
  .body-content .oembed-title {
    display: none;
  }
  /* line 66, ../sass/_content.scss */
  .body-content .customfilter-clear {
    clear: both;
    height: 1px;
  }
  /* line 71, ../sass/_content.scss */
  .body-content .view-recent-posts .item-list ul li {
    list-style: outside none none;
  }
  /* line 74, ../sass/_content.scss */
  .body-content .view-recent-posts .views-field-field-images {
    float: left;
    margin: 0 20px 20px 0;
  }
  /* line 78, ../sass/_content.scss */
  .body-content .view-recent-posts .views-row {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 17px !important;
    margin-left: 0 !important;
  }
  /* line 85, ../sass/_content.scss */
  .body-content .view-scheduled-program-dropdown .form-item {
    display: inline;
  }
  /* line 87, ../sass/_content.scss */
  .body-content .view-scheduled-program-dropdown .form-item select, .body-content .view-scheduled-program-dropdown .form-item label {
    display: inline !important;
  }

  /* Smartphone */
  /* Tablet portrait */
  /* Tablet landscape */
  /* Standard layout */
  /* line 1, ../sass/_header.scss */
  #header {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABiAQMAAACh54VsAAAABGdBTUEAALGPC/xhBQAAAAZQTFRFJiYmAAAAv0p1ogAAAB1JREFUOMtj+I8KGEJRAcOo/Kj8qPyo/Kj8iJQHAH2j0FpuAyhEAAAAAElFTkSuQmCC') 0 0 repeat;
    /*min-width: 960px;*/
  }
  /* line 3, ../sass/_header.scss */
  .lt-ie8 #header {
    background-image: url(../img/bg_grey_dots_optimized.png);
  }

  /* line 8, ../sass/_header.scss */
  #header-inner {
    /*width: 960px;*/
    margin: 0 auto;
    position: relative;
  }

  /* line 13, ../sass/_header.scss */
  #header-top {
    padding-top: 10px;
    margin-bottom: 19px;
  }

  /* line 18, ../sass/_header.scss */
  #header-logo, #header-slogan, #header-25years {
    font: italic 16px/19px Georgia,serif;
  }

  /* line 23, ../sass/_header.scss */
  #header-logo img {
    vertical-align: baseline;
    position: relative;
    bottom: -6px;
  }

  /* line 29, ../sass/_header.scss */
  #header-slogan {
    color: #cdcdcd;
    margin-left: 47px;
  }

  /*#header-25years {
  	width: 52px;
  	height: 34px;
  	background: url(../img/ckut_25.png) 0 0 no-repeat;
  	position: relative;
  	bottom: -1px;
  	left: 3px;
  }*/
  /* line 42, ../sass/_header.scss */
  #header-corner {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  /* line 47, ../sass/_header.scss */
  #corner-bubble, #corner-toolbox {
    vertical-align: top;
  }

  /* line 51, ../sass/_header.scss */
  #corner-toolbox {
    font: 13px/26px "Franklin Gothic FS Medium Condensed", Verdana, sans-serif;
    color: #777777;
    text-transform: uppercase;
    border-right: 1px solid #404040;
    border-bottom: 1px solid #404040;
  }
  /* line 58, ../sass/_header.scss */
  #corner-toolbox .follow {
    margin-right: 8px;
  }
  /* line 62, ../sass/_header.scss */
  #corner-toolbox a {
    color: #fff;
    text-decoration: none;
  }
  /* line 66, ../sass/_header.scss */
  #corner-toolbox img {
    vertical-align: baseline;
    position: relative;
    bottom: -3px;
    margin: 0 2px;
  }
  /* line 72, ../sass/_header.scss */
  #corner-toolbox .set {
    border-left: 1px solid #404040;
    padding: 0 4px;
  }
  /* line 77, ../sass/_header.scss */
  #corner-toolbox .alpha {
    border-left: none;
    padding-right: 8px;
  }
  /* line 81, ../sass/_header.scss */
  #corner-toolbox .omega {
    padding: 0 12px;
  }
  /* line 84, ../sass/_header.scss */
  #corner-toolbox input, #corner-toolbox button {
    border: 0;
  }
  /* line 87, ../sass/_header.scss */
  #corner-toolbox input {
    padding: 1px 2px;
    margin-right: 3px;
  }
  /* line 91, ../sass/_header.scss */
  #corner-toolbox button {
    color: #fff;
    font-family: "Franklin Gothic FS Medium Condensed", Helvetica, Arial, sans-serif;
    background: #5c5c5c url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAWCAIAAABlk9r+AAAAG0lEQVQImWOsrq5mYGBg+fv3L/WoP3/+UG4KADOCQAcHuUcxAAAAAElFTkSuQmCC') repeat-x left top;
    padding: 1px 8px;
    text-transform: uppercase;
  }

  /* line 100, ../sass/_header.scss */
  #main-menu {
    font: 15px/15px 'Franklin Gothic FS Medium Condensed', Helvetica, Arial, sans-serif;
  }
  /* line 102, ../sass/_header.scss */
  #main-menu, #main-menu li, #main-menu a {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE < 8: fake inline-block */
    margin: 0;
    padding: 0;
    vertical-align: top;
  }
  /* line 108, ../sass/_header.scss */
  #main-menu li {
    width: 120px;
  }
  /* line 111, ../sass/_header.scss */
  #main-menu a {
    width: 108px;
    padding: 10px 1px 0 1px;
    margin: 1px 5px;
    border-top: 1px solid #404040;
    text-transform: uppercase;
  }
  /* line 118, ../sass/_header.scss */
  #main-menu a, #main-menu a:hover, #main-menu a:visited {
    color: #ddd;
    text-decoration: none;
  }
  /* line 122, ../sass/_header.scss */
  #main-menu a:hover, #main-menu a.active {
    border-color: #ddd;
  }

  /*
   * Footer
   */
  /* line 6, ../sass/_components.scss */
  footer {
    font-family: "Franklin Gothic FS Medium Condensed", Helvetica, Arial, sans-serif;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABiAQMAAACh54VsAAAABGdBTUEAALGPC/xhBQAAAAZQTFRFJiYmAAAAv0p1ogAAAB1JREFUOMtj+I8KGEJRAcOo/Kj8qPyo/Kj8iJQHAH2j0FpuAyhEAAAAAElFTkSuQmCC') 0 0 repeat;
    padding: 20px 0 40px 0;
    min-height: 90px;
    font-size: .85em;
  }
  /* line 12, ../sass/_components.scss */
  footer h1 {
    background: url("../img/header_logo.png") 0 0 no-repeat;
    height: 70px;
    width: 130px;
    float: left;
    margin: 0;
  }
  /* line 19, ../sass/_components.scss */
  footer ul {
    display: inline-block;
    margin: 0;
    list-style: none;
  }
  /* line 23, ../sass/_components.scss */
  footer ul li {
    margin: .5em 0;
  }

  /* line 29, ../sass/_components.scss */
  footer .inner {
    /*width:958px;*/
    margin: 0 auto;
    color: #aaaaaa;
  }

  /*
   * Buttons
   */
  /* line 39, ../sass/_components.scss */
  a.button {
    background: #df7e00;
    padding: 4px 6px;
    border-radius: 2px;
    text-decoration: none;
    color: #FFF;
  }
  /* line 45, ../sass/_components.scss */
  a.button:hover {
    background: #ff9000;
  }

  /*
   * pager
   */
  /* line 54, ../sass/_components.scss */
  #main .pager li {
    display: inline;
  }
  /* line 56, ../sass/_components.scss */
  #main .pager li.pager-current {
    border: 1px solid gray;
    padding: 0 2px;
  }
  /* line 60, ../sass/_components.scss */
  #main .pager li a {
    color: #df7e00;
  }

  /* line 66, ../sass/_components.scss */
  #main .more-link a {
    color: gray;
  }

  /* line 1, ../sass/_liveplayer.scss */
  #liveplayer {
    float: right;
  }

  /* line 4, ../sass/_liveplayer.scss */
  #liveplayer-inner {
    position: relative;
    width: 310px;
    border-top: 2px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    background: #4c4c4c url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABECAIAAAAk1XMCAAAAJUlEQVQYlWP08fFhYGBg+f//PwbFxMDAgEsOH0WyvuFn0aBwIAC3Rq8yxlF3qQAAAABJRU5ErkJggg==') top left repeat-x;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4c4c4c), color-stop(100%, #111111));
    background-image: -webkit-linear-gradient(#4c4c4c, #111111);
    background-image: -moz-linear-gradient(#4c4c4c, #111111);
    background-image: -o-linear-gradient(#4c4c4c, #111111);
    background-image: linear-gradient(#4c4c4c, #111111);
  }
  /* line 14, ../sass/_liveplayer.scss */
  #liveplayer-inner #listen-live {
    position: absolute;
    left: 72px;
    top: -49px;
  }
  /* line 19, ../sass/_liveplayer.scss */
  #liveplayer-inner div.cell {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE < 8: fake inline-block */
    vertical-align: top;
    padding: 6px;
    min-height: 52px;
  }
  /* line 25, ../sass/_liveplayer.scss */
  #liveplayer-inner #player-play-cell {
    width: 55px;
    padding-left: 8px;
    border-right: 1px solid #1d1d1d;
  }
  /* line 31, ../sass/_liveplayer.scss */
  #liveplayer-inner #player-img-cell {
    width: 47px;
    border-left: 1px solid #626262;
  }
  /* line 35, ../sass/_liveplayer.scss */
  #liveplayer-inner #player-program-cell {
    /* temporarily disabling img cell
    width: 138px;
    */
    position: relative;
    width: 196px;
    border-left: 1px solid #626262;
    border-right: 1px solid #1d1d1d;
    font: 15px/15px 'Franklin Gothic FS Condensed', Helvetica, Arial, sans-serif;
  }
  /* line 45, ../sass/_liveplayer.scss */
  #liveplayer-inner #player-program-cell .title, #liveplayer-inner #player-program-cell .default-title {
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 42px;
  }
  /* line 52, ../sass/_liveplayer.scss */
  .js #liveplayer-inner #player-program-cell .default-title {
    display: none;
  }
  /* line 54, ../sass/_liveplayer.scss */
  #liveplayer-inner #player-program-cell .meta {
    font-size: 13px;
    line-height: 15px;
    color: #777;
  }
  /* line 59, ../sass/_liveplayer.scss */
  #liveplayer-inner #player-program-cell .buttons {
    text-align: right;
    position: absolute;
    right: 6px;
    top: 6px;
  }
  /* line 65, ../sass/_liveplayer.scss */
  #liveplayer-inner #player-program-cell .buttons a {
    color: #aaa;
    text-decoration: none;
  }
  /* line 72, ../sass/_liveplayer.scss */
  #liveplayer-inner #player-btns-cell {
    width: 16px;
    border-left: 1px solid #626262;
    font-size: 16px;
    line-height: 16px;
  }
  /* line 77, ../sass/_liveplayer.scss */
  #liveplayer-inner #player-btns-cell .icon {
    color: #aaa;
    text-decoration: none;
  }
  /* line 83, ../sass/_liveplayer.scss */
  #liveplayer-inner .pup-playlist-add a.icon {
    background: url("../circle.skin/controls_opt1.png") -25px 0 no-repeat;
  }

  /* Hide the next/previous buttons on pop up player */
  /* line 89, ../sass/_liveplayer.scss */
  a.jp-next, a.jp-previous {
    display: none;
  }

  /* line 1, ../sass/_features.scss */
  .primary-features {
    height: 290px;
    position: relative;
  }
  /* line 5, ../sass/_features.scss */
  .primary-features .slider-window {
    position: absolute;
    top: 0px;
    left: 0px;
    /* this width/padding is sort of important for sliding visual effect */
    padding: 0 0 0 4px;
    overflow: hidden;
    border-right: 1px solid #cccccc;
    /* used to need this to prevent flash?  perhaps setting the strip to absolute fixed it...
    -webkit-transform-style: preserve-3d;
    */
  }
  /* line 19, ../sass/_features.scss */
  .primary-features .slider-window .slider-strip {
    position: absolute;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition: -moz-transform 0.5s ease-out 0s;
    -o-transition: -o-transform 0.5s ease-out 0s;
    transition: transform 0.5s ease-out 0s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    height: 290px;
    width: 3336px;
  }
  /* line 28, ../sass/_features.scss */
  .primary-features .slider-window .views-row {
    position: relative;
  }
  /* line 34, ../sass/_features.scss */
  .primary-features .slider-window .views-row img {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  /* line 39, ../sass/_features.scss */
  .primary-features .slider-window .views-row .column {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 10px 0 5px;
  }
  /* line 46, ../sass/_features.scss */
  .primary-features .slider-window .views-row .feature-header {
    margin-top: 5px;
  }
  /* line 53, ../sass/_features.scss */
  .primary-features .slider-window .views-row a.feature-link {
    color: #df7e00;
  }
  /* line 59, ../sass/_features.scss */
  .primary-features .slider-thumbnails {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 115px;
    height: 290px;
    padding: 0 4px 0 0;
  }
  /* line 67, ../sass/_features.scss */
  .primary-features .slider-thumbnails .views-row {
    height: 68px;
    padding: 3px 0 3px 0;
  }
  /* line 71, ../sass/_features.scss */
  .primary-features .slider-thumbnails .views-row-first {
    padding-top: 0;
  }
  /* line 74, ../sass/_features.scss */
  .primary-features .slider-thumbnails .views-row-last {
    padding-bottom: 0;
  }
  /* line 77, ../sass/_features.scss */
  .primary-features .slider-thumbnails img {
    -webkit-transition: opacity 0.4s ease-in;
    -webkit-transition-delay: 0s;
    -moz-transition: opacity 0.4s ease-in 0s;
    -o-transition: opacity 0.4s ease-in 0s;
    transition: opacity 0.4s ease-in 0s;
    border-left: 4px solid white;
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  /* line 85, ../sass/_features.scss */
  .primary-features .slider-thumbnails a:hover img {
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  /* line 90, ../sass/_features.scss */
  .primary-features .slider-thumbnails .active a img, .primary-features .slider-thumbnails .active a:hover img {
    border-color: #cccccc;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  /* line 99, ../sass/_features.scss */
  .secondary-features .views-row {
    vertical-align: top;
    padding: 0 4px 0 4px;
    border-right: 1px solid #ccc;
  }
  /* line 106, ../sass/_features.scss */
  .secondary-features .feature-header {
    margin-top: 7px;
    margin-bottom: 10px;
    padding: 0 2px;
  }
  /* line 112, ../sass/_features.scss */
  .secondary-features .views-row-first {
    /* padding-left: 0; */
    padding-right: 5px;
  }
  /* line 116, ../sass/_features.scss */
  .secondary-features .views-row-last {
    padding-left: 5px;
    padding-right: 0;
    border-right: 0;
  }
  /* line 121, ../sass/_features.scss */
  .secondary-features .body-content {
    padding: 0 2px;
  }
  /* line 123, ../sass/_features.scss */
  .secondary-features .body-content p {
    margin-bottom: 0.5em;
  }
  /* line 130, ../sass/_features.scss */
  .secondary-features a.feature-link {
    color: #df7e00;
  }

  /* line 1, ../sass/_twitter_pull.scss */
  .ckut-twitter {
    color: #444444;
    background-color: #ebebeb;
    padding: 9px 2px 9px 2px;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 0 4px 0 #cccccc;
    -moz-box-shadow: 0 0 4px 0 #cccccc;
    box-shadow: 0 0 4px 0 #cccccc;
  }
  /* line 9, ../sass/_twitter_pull.scss */
  .ckut-twitter .ckut-twitter-header {
    padding: 6px 8px 0 64px;
    margin: 0 0 8px 0;
    margin-bottom: 8px !important;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAAMBQTFRF/+W7/9qv/68g//bv/71g/71w/8mP//Df//jv/+fP/4Ui/4IQ//fv/6dQ/5xA/65g/50w/5kb/9Kf/9+//8OA/7c//61A/+a//1kA/10A/40A/2wA/1sA/8+A/2oA/6QA/1QA/2gA/58A/4gA/4MA/1cA/6kA/4AA/5EA/5wA/28A/8AA/6EA/7EA/2AA/2MA/7YA/3YA/1EA/5UA/5kA/2YA/74A/3IA/6YA/7sA/7gA/3sA/7MA/64A/6sA////QT0dbQAAAqVJREFUSMeN0otyokAQBdA28QnyBt9EoyjgJiqBrO6ycf7/r7Z7BgmgYrosKxU9zO3rwPn8hfP+/v4P53A4/KX5w+e3mF+lgfO5SgrmBoHNZpOZm+TKwOl0ysmXILXJYH6qkAfLwNt8Pudk87Nl4A1nfnXM/WSwXC5vknvJIAwvZH6HlJNBEoZk8mSPaoYEp0wcs24ZiOOciGQtNqxbBkGFMAQ1NUMQFAglQ1BXMwJB8mMQ1NUMk0mFIKirGVYTQfJkCOpqhtWKyOSbECjVXF4GPG8lzIUgKNVcIeB7nBi2ZQ1bRpCBEindZvB9IhrrmrbZ7TaDAEFsuK7r4CtcOvwPMU90DKQpEo2Zettq6w2mcDBkzHQYc8PQxXeWjUOnIEhTuW/qffxPV290JgjajPXiAX41SUqAkkEUpWmLyR3GLMZsgyno8EMjKACXTnOYQ8sgiCLTUhlr+W1L83q2eNqAgzhG0HQdAk/uE3UGx+MxsgiotIxnZaAxycEgSQhkncEWRbsnYWq11/L9PoEWLmQgsIPARBAnogBOYLrdbhWmmvy5msZ0pB5ubSPoKE3cx4hFAeI2w8sUSa8jkWirfSvF7X2Dsf6qK8INg2CAHw6b4teE19eXl6n0/KzJqqQ992QO/AaexptmHT0I+F5DcZvh85OIZPGnmXIU4VfTVFJVw5MV2x7QNTMGOLq4zbD/zIhiKxJV1tEj+jFTcWdW1dsM+z0RMrQMdiYfo6hIKrcZdrudMHyZKZEjkSgjfoXAeHdFtgVylQxm4/H4JrmTDEaz2exCclNDYD3KSU2y72VgvUYymt1NVl0GFusLmRVIoeZKMlgsOLmfrFIzfCwWmcmSPagZPj6uSG3NBApkPXpUswDlY2przsFPkxVAldyuuQQyU1vzf/+Yjye201GsAAAAAElFTkSuQmCC') no-repeat 9px top;
    min-height: 44px;
    font-weight: bold;
  }
  /* line 17, ../sass/_twitter_pull.scss */
  .ckut-twitter .ckut-twitter-header a {
    color: #000;
  }
  /* line 22, ../sass/_twitter_pull.scss */
  .ckut-twitter .ckut-twitter-list {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    margin: 0 0 9px 0;
    padding: 0 8px;
    list-style: none;
    background-color: #fff;
  }
  /* line 30, ../sass/_twitter_pull.scss */
  .ckut-twitter .tweet-item {
    border-top: 1px solid #e5e5e5;
    padding: 8px 0;
  }
  /* line 34, ../sass/_twitter_pull.scss */
  .ckut-twitter .tweet-item a {
    color: #df7e00;
  }
  /* line 38, ../sass/_twitter_pull.scss */
  .ckut-twitter .tweet-item-first {
    border-top: 0;
  }
  /* line 41, ../sass/_twitter_pull.scss */
  .ckut-twitter .ckut-twitter-brand {
    display: block;
    color: #444444;
    text-align: right;
    padding: 0 9px 0 98px;
    min-height: 16px;
    line-height: 16px;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFYAAAAQCAMAAAC7iXi0AAAABGdBTUEAALGPC/xhBQAAAMBQTFRF2ejtXNP7jNv1xuXvxeXvhdr2SdD9pt/zbdb5lt30tOLxWdL70ObuadX54+rsseHxWNL7YdT61ufupN/zn97zWtP7t+Pxmt70lNz1Qc/+P87+ftn3zebuy+bvu+Pwkdz15+rrVdL7cNb4reHywuTwdtf4qeDygtn3N83/6evr5ersTND8j9v1ZdX6UtH8RM/92Ojt0efuT9H8edj44urscdf43+ns3entx+Xv2+jtPc7+YNT6Ncz/Os3+M8z/6+vrLAMm7QAAAmxJREFUOMutlOmSqkAMhZlxZnTc9xXEBXFBQJF9OXn/t7ppQK+3aqz7Z1KF3STpz/Tp0BL9ol33rWoxk2i1epEUjQMit3w5HV+xjsFjgQNnUGIrlvXxY7q7xuhY/TJ98bI0utdX2MRbFrMNkGZeni/dgMWP6VKKzG8A9XLF96tyB8BocCKqIzdT7F7aAfuf04fmgLrA+H9YlyvDeklmgYVeVuuFbBdqb0N2+Nu+EH/rU8APYycixth9GAodVpqua4XQJzkMOVnJBCz9jEusefJdgc1tpnwi7tOxh/WJXAMb10L3NCpju3zMdFquxaQh1Bw6ByDuEOlOiidLu4vrAwu9BWjkzpFFdElhXVlb6a2IbcusRTAHDItpMk0KFysYvOEfy25NgbUTtptv5lgbc8ZmWF8PiCNeYCXJzvWYliS1C7MaFZnf9i7v2UmSDasQJOlzubY6Xokj+yyk7wEf1GZsQNEdyyIsyyObiLEGHA4pb95cAsnpfmp6/IQVHSDtgV4RM8WpBzEymSopugIb8F+dRUwcrBi5TttyHMuq1p87aDn/W27WFNgxz0ae5y2Cd+Dr3BPNojrALkoRt9mXtrxFtGV34u2UIScrURS5tM37vR2VvXt4YKd50x/v7ba7zJ5lVy78E5S+1ipvABgXg722bTtKJ8ceO2roB9p+/lh4OxZ3QtAqsaTxGsQ7QbI75NswXNIsEatRX2wDDsmNsm/Csq7hLHsS9jC9XzVE2vf5fJ744lNQh03qD9Tqhd3hVBE931HzGI2/z1P+Hlb1qchukz4sTkyuPXTNNvfrRfqF+1B+T77mM8NUmw/XH2RyIlTCga4XAAAAAElFTkSuQmCC') no-repeat 9px bottom;
  }
  /* line 50, ../sass/_twitter_pull.scss */
  .ckut-twitter .twitter-conversation {
    vertical-align: bottom;
  }

  /* line 4, ../sass/_second_sidebar.scss */
  #second-sidebar .view-content {
    font: 14px/18px Helvetica, Arial, sans-serif;
  }
  /* line 7, ../sass/_second_sidebar.scss */
  #second-sidebar .block-title, #second-sidebar .views-row {
    padding: 9px 5px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
  }
  /* line 12, ../sass/_second_sidebar.scss */
  #second-sidebar .views-row-last {
    border-bottom: 0;
  }
  /* line 15, ../sass/_second_sidebar.scss */
  #second-sidebar .block-title {
    padding-top: 4px;
  }
  /* line 19, ../sass/_second_sidebar.scss */
  #second-sidebar .block-title, #second-sidebar .views-field-created {
    color: #777777;
  }
  /* line 22, ../sass/_second_sidebar.scss */
  #second-sidebar a {
    font-weight: bold !important;
    color: #000;
  }
  /* line 26, ../sass/_second_sidebar.scss */
  #second-sidebar ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
  }
  /* line 31, ../sass/_second_sidebar.scss */
  #second-sidebar li {
    list-style-type: none;
  }
  /* line 34, ../sass/_second_sidebar.scss */
  #second-sidebar .more-link {
    padding: 9px 5px;
  }
  /* line 36, ../sass/_second_sidebar.scss */
  #second-sidebar .more-link:after {
    content: ">>>";
  }
  /* line 40, ../sass/_second_sidebar.scss */
  #second-sidebar .pager {
    padding: 9px 5px;
  }

  /* line 1, ../sass/_layout.scss */
  #main {
    border-right: 1px solid #cccccc;
    margin: 20px auto;
  }

  /* line 6, ../sass/_layout.scss */
  .node-type-station-schedule #main {
    border-right: none;
  }

  /* line 9, ../sass/_layout.scss */
  #content, .front .content-top {
    vertical-align: top;
    padding: 0 10px 0 5px;
  }
  /* line 15, ../sass/_layout.scss */
  #content h1, .front .content-top h1 {
    margin-top: 0;
    margin-bottom: 0.25em;
  }

  /* line 20, ../sass/_layout.scss */
  .content-top .block {
    margin-bottom: 1em;
  }

  /* line 23, ../sass/_layout.scss */
  .hightlighted {
    margin: 20px 0;
  }

  /* line 27, ../sass/_layout.scss */
  #second-sidebar {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE < 8: fake inline-block */
    vertical-align: top;
    padding: 0 4px;
    border-left: 1px solid #ccc;
  }

  /* line 35, ../sass/_layout.scss */
  .front #main {
    border-left: 1px solid #ccc;
  }

  /* line 39, ../sass/_layout.scss */
  .front #second-sidebar .block-title {
    padding-top: 0;
  }

  /* line 43, ../sass/_layout.scss */
  .music-charts {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE < 8: fake inline-block */
    vertical-align: top;
    padding: 0 5px 0 4px;
  }

  /* line 50, ../sass/_layout.scss */
  .twitter-wrapper {
    vertical-align: top;
    padding: 0 5px 0 4px;
    border-left: 1px solid #cccccc;
  }

  /* line 14, ../sass/_screen.scss */
  body {
    background-color: #fff;
  }

  /* line 21, ../sass/_screen.scss */
  #main .title {
    margin-top: 0;
  }
  /* line 24, ../sass/_screen.scss */
  #main .tabs {
    font-size: 15px;
    line-height: 18px;
    margin: 1em 0 0 0;
  }
  /* line 33, ../sass/_screen.scss */
  #main ul.inline li {
    padding: 0;
  }
  /* line 36, ../sass/_screen.scss */
  #main .links {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 369px) {
  /* line 98, ../sass/_content.scss */
  #ckut-oldgrid, #station-sch {
    display: none;
  }

  /* line 102, ../sass/_content.scss */
  .view-station-schedule-day td.views-field-start {
    width: 70px;
  }
  /* line 105, ../sass/_content.scss */
  .view-station-schedule-day td.views-field-title {
    width: 250px;
  }
  /* line 108, ../sass/_content.scss */
  .view-station-schedule-day .views-table {
    width: 320px;
  }

  /*responsive page layout*/
  /* line 113, ../sass/_content.scss */
  #main, #header-inner, footer .inner {
    width: 320px;
    margin: auto 0;
  }

  /* line 117, ../sass/_content.scss */
  #content {
    width: 320px;
  }

  /* line 120, ../sass/_content.scss */
  #second-sidebar, .front .content-top {
    width: 314px;
    margin-top: 10px;
  }

  /* line 124, ../sass/_content.scss */
  .front #main {
    width: 319px;
  }

  /* line 127, ../sass/_content.scss */
  #header {
    width: 100%;
  }

  /* line 130, ../sass/_content.scss */
  .music-charts {
    width: 317px;
  }

  /* line 133, ../sass/_content.scss */
  .twitter-wrapper {
    width: 317px;
    margin-top: 10px;
  }

  /* line 137, ../sass/_content.scss */
  #liveplayer {
    float: none;
    margin-top: 54px;
  }

  /* line 141, ../sass/_content.scss */
  #header-corner {
    position: relative;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #404040;
  }

  /* line 147, ../sass/_content.scss */
  .primary-features {
    display: none;
  }

  /* line 150, ../sass/_content.scss */
  #corner-toolbox {
    border: none;
    margin: 10px 0;
  }
}
@media only screen and (min-width: 370px) and (max-width: 710px) {
  /* line 159, ../sass/_content.scss */
  #ckut-oldgrid, #station-sch {
    display: none;
  }

  /* line 163, ../sass/_content.scss */
  .view-station-schedule-day td.views-field-start {
    width: 100px;
  }
  /* line 166, ../sass/_content.scss */
  .view-station-schedule-day td.views-field-title {
    width: 400px;
  }
  /* line 169, ../sass/_content.scss */
  .view-station-schedule-day .views-table {
    width: 500px;
  }

  /*responsive page layout*/
  /* line 174, ../sass/_content.scss */
  #main, #header-inner, footer .inner {
    width: 370px;
    border-right: none;
    margin: auto 0;
  }

  /* line 179, ../sass/_content.scss */
  #content, .front .content-top {
    width: 370px;
  }

  /* line 182, ../sass/_content.scss */
  #second-sidebar {
    width: 370px;
    margin-top: 10px;
  }

  /* line 186, ../sass/_content.scss */
  .front #main {
    width: 369px;
  }

  /* line 189, ../sass/_content.scss */
  #header {
    width: 100%;
  }

  /* line 192, ../sass/_content.scss */
  .music-charts {
    width: 369px;
  }

  /* line 195, ../sass/_content.scss */
  .twitter-wrapper {
    width: 369px;
    margin-top: 10px;
  }

  /* line 199, ../sass/_content.scss */
  .secondary-features .views-row {
    width: 97%;
    border-right: none;
  }

  /* line 203, ../sass/_content.scss */
  .primary-features {
    height: 500px;
  }
  /* line 205, ../sass/_content.scss */
  .primary-features .slider-window .views-row .column {
    /*width: 35%;*/
    margin-top: 225px;
  }
  /* line 209, ../sass/_content.scss */
  .primary-features .slider-window .views-row .node-feature > a {
    /*width: 40%;*/
    				/*display: none;
    				display: block;
            max-width: 100%;
            float: left;*/
  }
  /* line 216, ../sass/_content.scss */
  .primary-features .slider-window .views-row {
    height: 500px;
    /*290px;*/
    width: 345px;
    /*MAIN-25px*/
    position: relative;
  }
  /* line 221, ../sass/_content.scss */
  .primary-features .slider-window {
    height: 500px;
    /*290px;*/
    width: 345px;
    padding: 0;
    border-bottom: 1px solid #ccc;
  }
  /* line 227, ../sass/_content.scss */
  .primary-features .slider-thumbnails {
    display: none;
  }

  /* line 231, ../sass/_content.scss */
  .lb-inner {
    display: none;
  }

  /* line 234, ../sass/_content.scss */
  #liveplayer {
    float: none;
    margin-top: 54px;
  }

  /* line 238, ../sass/_content.scss */
  #header-corner {
    position: relative;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #404040;
  }

  /* line 244, ../sass/_content.scss */
  #corner-toolbox {
    border: none;
    margin: 10px 0;
  }
}
@media only screen and (min-width: 711px) and (max-width: 955px) {
  /* line 254, ../sass/_content.scss */
  .view-station-schedule-day {
    display: none;
  }
  /* line 256, ../sass/_content.scss */
  .view-station-schedule-day .views-table {
    width: 100%;
  }

  /* line 260, ../sass/_content.scss */
  .page-node-view .view-station-schedule-day {
    display: block;
  }

  /*responsive page layout*/
  /* line 264, ../sass/_content.scss */
  #main, #header-inner, footer .inner {
    width: 710px;
    margin: auto 0;
  }

  /* line 268, ../sass/_content.scss */
  #content {
    width: 408px;
  }

  /* line 271, ../sass/_content.scss */
  .front .content-top {
    width: 47%;
  }

  /* line 274, ../sass/_content.scss */
  #second-sidebar {
    width: 188px;
    margin-top: 10px;
  }

  /* line 278, ../sass/_content.scss */
  .front #second-sidebar {
    width: 48%;
  }

  /* line 281, ../sass/_content.scss */
  .front #main {
    width: 709px;
  }

  /* line 284, ../sass/_content.scss */
  #header {
    width: 100%;
  }

  /* line 287, ../sass/_content.scss */
  .music-charts {
    width: 470px;
  }

  /* line 290, ../sass/_content.scss */
  .twitter-wrapper {
    width: 48%;
    margin-top: 10px;
  }

  /* line 294, ../sass/_content.scss */
  .secondary-features .views-row {
    width: 48%;
    border-right: none;
  }

  /* line 299, ../sass/_content.scss */
  .primary-features .slider-window .views-row .column {
    width: 44%;
  }
  /* line 302, ../sass/_content.scss */
  .primary-features .slider-window .views-row img {
    max-width: 50%;
  }
  /* line 305, ../sass/_content.scss */
  .primary-features .slider-window .views-row {
    height: 290px;
    width: 710px;
    /*MAIN-25px?*/
  }
  /* line 309, ../sass/_content.scss */
  .primary-features .slider-window {
    height: 290px;
    width: 710px;
  }
  /* line 313, ../sass/_content.scss */
  .primary-features .slider-thumbnails {
    display: none;
  }

  /* line 317, ../sass/_content.scss */
  #header-corner {
    position: relative;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #404040;
  }

  /* line 323, ../sass/_content.scss */
  #liveplayer {
    float: none;
    margin-top: 54px;
  }

  /* line 327, ../sass/_content.scss */
  #station-sch {
    width: 750px;
  }
}
@media only screen and (min-width: 956px) {
  /* line 336, ../sass/_content.scss */
  .view-station-schedule-day {
    display: none;
  }
  /* line 338, ../sass/_content.scss */
  .view-station-schedule-day .views-table {
    width: 100%;
  }

  /* line 342, ../sass/_content.scss */
  .page-node-view .view-station-schedule-day {
    display: block;
  }

  /*responsive page layout*/
  /* line 346, ../sass/_content.scss */
  #main, #header-inner, footer .inner {
    width: 1080px;
  }

  /* line 349, ../sass/_content.scss */
  #header {
    min-width: 960px;
  }

  /* line 352, ../sass/_content.scss */
  #content {
    width: 705px;
  }

  /* line 355, ../sass/_content.scss */
  .front .content-top {
    width: 699px;
  }

  /* line 358, ../sass/_content.scss */
  .front .content-top .block {
    float: left;
    width: 48.9%;
  }
  /* line 361, ../sass/_content.scss */
  .front .content-top .block.block-even {
    margin-left: 15px;
  }

  /* line 365, ../sass/_content.scss */
  #second-sidebar {
    width: 230px;
  }

  /* line 368, ../sass/_content.scss */
  .front #main {
    width: 958px;
  }

  /* line 371, ../sass/_content.scss */
  .music-charts {
    width: 470px;
  }

  /* line 374, ../sass/_content.scss */
  .twitter-wrapper {
    width: 229px;
  }

  /* line 377, ../sass/_content.scss */
  .secondary-features .views-row {
    width: 230px;
  }

  /* line 381, ../sass/_content.scss */
  .primary-features .slider-window .views-row .column {
    width: 345px;
  }
  /* line 384, ../sass/_content.scss */
  .primary-features .slider-window .views-row {
    height: 290px;
    width: 834px;
  }
  /* line 388, ../sass/_content.scss */
  .primary-features .slider-window {
    height: 290px;
    width: 834px;
  }

  /* line 393, ../sass/_content.scss */
  #station-sch {
    width: 955px;
  }

  #main-menu a .menu-7687 {
    background: #64d102;
  }
}
/*
@import "h5bp/print";
*/
