/*
  Alternate clearfix that does not rely on overflow: hidden;
*/
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
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.
 */
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.
 */
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.
 */
[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.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
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.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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).
 */
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.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Grid using Susy
*/
#layout-demo .cl-docs #header > .inner-content {
  max-width: none;
  *zoom: 1;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
#layout-demo .cl-docs #header > .inner-content:after {
  content: "";
  display: table;
  clear: both;
}

.cl-docs #header > .inner-content,
.cl-docs #content > .inner-content,
.cl-docs #footer > .inner-content {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.cl-docs #header > .inner-content:after,
.cl-docs #content > .inner-content:after,
.cl-docs #footer > .inner-content:after {
  content: "";
  display: table;
  clear: both;
}

/*
  Image alignment
*/
.cl-docs a[rel="attachment"] {
  border: none;
}
.cl-docs .aligncenter {
  margin: 0 auto;
  display: block;
}
.cl-docs .wp-caption {
  text-align: right;
}
.cl-docs .wp-caption a {
  border: none;
}
.cl-docs .wp-caption .wp-caption-text {
  color: #999;
  font-size: 13px;
}
.cl-docs img.alignright,
.cl-docs div.alignright {
  float: right;
  margin: 0 0 12px 12px;
}
.cl-docs img.alignleft,
.cl-docs div.alignleft {
  float: left;
  margin: 0 12px 12px 0;
}
.cl-docs img.aligncenter {
  margin: 0 auto 12px;
  clear: both;
}

/****
  Nav adapted from bootstrap
  Used in Clank documentation on docs page
****/
@media all and (min-width: 960px) {
  .affix {
    position: fixed;
    top: 20px;
  }
}
.cl-docs .nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
  font-size: 13px;
}
.cl-docs .nav > li > a {
  display: block;
}
.cl-docs .nav > li > a:hover,
.cl-docs .nav > li > a:focus {
  text-decoration: none;
  background-color: #EEE;
}
.cl-docs .nav-tabs > li > a,
.cl-docs .nav-pills > li > a {
  padding-right: 6px;
  padding-left: 6px;
  margin-right: 2px;
  line-height: 14px;
}
.cl-docs .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.cl-docs .nav-tabs > li {
  margin-bottom: -1px;
}
.cl-docs .nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.cl-docs .nav-tabs > li > a:hover,
.cl-docs .nav-tabs > li > a:focus {
  border-color: #EEE #EEE #DDD;
}
.cl-docs .nav-tabs > .active > a,
.cl-docs .nav-tabs > .active > a:hover,
.cl-docs .nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-bottom-color: transparent;
  cursor: default;
}
.cl-docs .nav-stacked > li > a {
  margin-right: 0;
}
.cl-docs .nav-tabs.nav-stacked {
  border-bottom: 0;
}
.cl-docs .nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}
.cl-docs .nav-tabs.nav-stacked > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.cl-docs .nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 12px;
}
.table th,
.table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #d0d5db;
}
.table th {
  font-weight: 700;
  color: #000;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #d0d5db;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #d0d5db;
  border-left: 0;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #d0d5db;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f8f9fa;
}

.cl-docs {
  /* Comment */
  /* Error */
  /* Generic */
  /* Keyword */
  /* Literal */
  /* Name */
  /* Operator */
  /* Other */
  /* Punctuation */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Date */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Other */
  /* Name.Property */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */
}
.cl-docs .highlight {
  background-color: #ffffcc;
}
.cl-docs .highlight .c {
  color: #586e75;
}
.cl-docs .highlight .err {
  color: #93a1a1;
}
.cl-docs .highlight .g {
  color: #93a1a1;
}
.cl-docs .highlight .k {
  color: #859900;
}
.cl-docs .highlight .l {
  color: #93a1a1;
}
.cl-docs .highlight .n {
  color: #93a1a1;
}
.cl-docs .highlight .o {
  color: #859900;
}
.cl-docs .highlight .x {
  color: #cb4b16;
}
.cl-docs .highlight .p {
  color: #93a1a1;
}
.cl-docs .highlight .cm {
  color: #586e75;
}
.cl-docs .highlight .cp {
  color: #859900;
}
.cl-docs .highlight .c1 {
  color: #586e75;
}
.cl-docs .highlight .cs {
  color: #859900;
}
.cl-docs .highlight .gd {
  color: #2aa198;
}
.cl-docs .highlight .ge {
  color: #93A1A1;
  font-style: italic;
}
.cl-docs .highlight .gr {
  color: #dc322f;
}
.cl-docs .highlight .gh {
  color: #cb4b16;
}
.cl-docs .highlight .gi {
  color: #859900;
}
.cl-docs .highlight .go {
  color: #93a1a1;
}
.cl-docs .highlight .gp {
  color: #93a1a1;
}
.cl-docs .highlight .gs {
  color: #93A1A1;
  font-weight: bold;
}
.cl-docs .highlight .gu {
  color: #cb4b16;
}
.cl-docs .highlight .gt {
  color: #93a1a1;
}
.cl-docs .highlight .kc {
  color: #cb4b16;
}
.cl-docs .highlight .kd {
  color: #268bd2;
}
.cl-docs .highlight .kn {
  color: #859900;
}
.cl-docs .highlight .kp {
  color: #859900;
}
.cl-docs .highlight .kr {
  color: #268bd2;
}
.cl-docs .highlight .kt {
  color: #dc322f;
}
.cl-docs .highlight .ld {
  color: #93a1a1;
}
.cl-docs .highlight .m {
  color: #2aa198;
}
.cl-docs .highlight .s {
  color: #2aa198;
}
.cl-docs .highlight .na {
  color: #93a1a1;
}
.cl-docs .highlight .nb {
  color: #b58900;
}
.cl-docs .highlight .nc {
  color: #268bd2;
}
.cl-docs .highlight .no {
  color: #cb4b16;
}
.cl-docs .highlight .nd {
  color: #268bd2;
}
.cl-docs .highlight .ni {
  color: #cb4b16;
}
.cl-docs .highlight .ne {
  color: #cb4b16;
}
.cl-docs .highlight .nf {
  color: #268bd2;
}
.cl-docs .highlight .nl {
  color: #93a1a1;
}
.cl-docs .highlight .nn {
  color: #93a1a1;
}
.cl-docs .highlight .nx {
  color: #93a1a1;
}
.cl-docs .highlight .py {
  color: #93a1a1;
}
.cl-docs .highlight .nt {
  color: #268bd2;
}
.cl-docs .highlight .nv {
  color: #268bd2;
}
.cl-docs .highlight .ow {
  color: #859900;
}
.cl-docs .highlight .w {
  color: #93a1a1;
}
.cl-docs .highlight .mf {
  color: #2aa198;
}
.cl-docs .highlight .mh {
  color: #2aa198;
}
.cl-docs .highlight .mi {
  color: #2aa198;
}
.cl-docs .highlight .mo {
  color: #2aa198;
}
.cl-docs .highlight .sb {
  color: #586e75;
}
.cl-docs .highlight .sc {
  color: #2aa198;
}
.cl-docs .highlight .sd {
  color: #93a1a1;
}
.cl-docs .highlight .s2 {
  color: #2aa198;
}
.cl-docs .highlight .se {
  color: #cb4b16;
}
.cl-docs .highlight .sh {
  color: #93a1a1;
}
.cl-docs .highlight .si {
  color: #2aa198;
}
.cl-docs .highlight .sx {
  color: #2aa198;
}
.cl-docs .highlight .sr {
  color: #dc322f;
}
.cl-docs .highlight .s1 {
  color: #2aa198;
}
.cl-docs .highlight .ss {
  color: #2aa198;
}
.cl-docs .highlight .bp {
  color: #268bd2;
}
.cl-docs .highlight .vc {
  color: #268bd2;
}
.cl-docs .highlight .vg {
  color: #268bd2;
}
.cl-docs .highlight .vi {
  color: #268bd2;
}
.cl-docs .highlight .il {
  color: #2aa198;
}

body {
  margin: 0;
  padding: 0;
  background: #FFF;
}

.cl-docs {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.cl-docs .accessible-text {
  position: absolute;
  top: -9000px;
  left: -9000px;
}
.cl-docs .well {
  margin: 0 0 12px;
  padding: 10px;
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cl-docs .well *:last-child {
  margin-bottom: 0;
}
.cl-docs .page-title-bar {
  background-color: #cad2d7;
  background-image: -moz-linear-gradient(top, #d1d6da, #c1ccd3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d1d6da), to(#c1ccd3));
  background-image: -webkit-linear-gradient(top, #d1d6da, #c1ccd3);
  background-image: -o-linear-gradient(top, #d1d6da, #c1ccd3);
  background-image: linear-gradient(to bottom, #d1d6da, #c1ccd3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD1D6DA', endColorstr='#FFC1CCD3', GradientType=0);
}
.cl-docs .page-title-bar .inner-content {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}
.cl-docs .page-title-bar .inner-content:after {
  content: "";
  display: table;
  clear: both;
}
.cl-docs .page-title-bar h2 {
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue CE 600 Condensed", "Helvetica Neue LT Condensed", "Helvetica Neue 600 Condensed", "HelveticaNeue-BoldCondensed", "Helvetica Neue BoldCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-stretch: condensed;
  line-height: 1;
  margin: 0;
  text-transform: none;
  font-size: 32px;
}
.cl-docs p, .cl-docs h4 {
  margin: 6px 0;
}
.cl-docs hr {
  border: none;
  border-bottom: 1px solid #CCC;
  margin: 18px 0;
}
.cl-docs h1, .cl-docs h2 {
  color: #000;
  line-height: 1.1;
}
.cl-docs h3 {
  color: #333;
  font-weight: 600;
  font-size: 18px;
  margin: 12px 0;
}
.cl-docs h4 {
  color: #000;
}
.cl-docs a {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #36393e;
  border-bottom: 1px solid rgba(54, 57, 62, 0.2);
}
.cl-docs a:visited {
  color: #1e2023;
  border-bottom: 1px solid rgba(54, 57, 62, 0.2);
}
.cl-docs a:hover, .cl-docs a:active, .cl-docs a:focus {
  background: rgba(54, 57, 62, 0.2);
  color: brighten(#36393e, 30%);
}
.cl-docs blockquote {
  font-style: italic;
}
.cl-docs pre {
  padding: 10px;
  margin: 0 0 1px;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #EDEFF1;
  line-height: 1.3;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.cl-docs pre + pre {
  border-bottom-radius: 4px;
}
.cl-docs .help-text {
  color: #999999;
  font-size: 11px;
}
.cl-docs #header {
  background: #36393e;
}
.cl-docs #header a {
  transition-property: background, box-shadow;
  transition-duration: 0.18s;
}
.cl-docs #social {
  float: right;
  color: #7e848f;
}
@media all and (max-width: 768px) {
  .cl-docs #social .label {
    display: none;
  }
}
@media all and (max-width: 580px) {
  .cl-docs #social {
    display: none;
  }
}
.cl-docs #social a {
  margin: 10px 0 10px 5px;
  border: none;
  color: #FFF;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 7px 15px;
  background: #4e5259;
  border-radius: 4px;
}
.cl-docs #social a img {
  position: relative;
  top: 2px;
  margin-right: 2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.cl-docs #social a:hover, .cl-docs #social a:focus {
  background: #070707;
  -webkit-box-shadow: 0 0 0 2px white;
  -moz-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}
.cl-docs #social a:hover img, .cl-docs #social a:focus img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.cl-docs #nav {
  padding: 10px 0;
  float: left;
}
.cl-docs #nav a {
  color: #FFF;
  padding: 8px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 2px;
}
.cl-docs #nav a:link, .cl-docs #nav a:visited {
  border: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.cl-docs #nav a:hover, .cl-docs #nav a:active, .cl-docs #nav a:focus, .cl-docs #nav a.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  border-radius: 4px;
  background: #1e2023;
}
.cl-docs #banner {
  margin: 0 0 20px;
  background: #DADEE2;
  padding: 20px 0;
}
.cl-docs #banner .inner-content {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cl-docs #banner .inner-content:after {
  content: "";
  display: table;
  clear: both;
}
.cl-docs #banner h1 {
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue CE 600 Condensed", "Helvetica Neue LT Condensed", "Helvetica Neue 600 Condensed", "HelveticaNeue-BoldCondensed", "Helvetica Neue BoldCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-stretch: condensed;
  line-height: 1;
  margin: 0;
  font-size: 102px;
  line-height: 0.9;
}
.cl-docs #banner .intro {
  font-size: 21px;
  color: #6d6f71;
  line-height: 1.33;
  margin: 0 0 12px;
}
.cl-docs #banner .btn, .cl-docs #banner .intro {
  margin-left: 4px;
}
.cl-docs #banner .btn {
  width: 40%;
  text-align: center;
}
.cl-docs #banner .btn:last-child {
  background: #18788b;
}
.cl-docs #banner .btn:last-child:hover {
  background: #000;
}
.cl-docs #banner img {
  margin: 20px auto 0;
  max-width: 90%;
}
.cl-docs #banner .img-holder {
  display: none;
}
@media all and (min-width: 960px) {
  .cl-docs #banner {
    height: 303px;
    padding: 0;
  }
  .cl-docs #banner h1 {
    font-size: 122px;
  }
  .cl-docs #banner .img-holder {
    display: block;
    text-align: center;
    width: 49.20635%;
    float: left;
    margin-right: 1.5873%;
    display: inline;
  }
  .cl-docs #banner .img-holder img {
    max-width: 320px;
  }
  .cl-docs #banner .copy {
    margin-top: 50px;
    width: 49.20635%;
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline;
  }
}
.cl-docs .btn {
  background: #1da8c4;
  border: none;
  padding: 4px 9px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 28px;
  color: #FFF;
  font-weight: 600;
  border-radius: 3px;
}
.cl-docs .btn:link, .cl-docs .btn:visited {
  color: #FFF;
  border: none;
}
.cl-docs .btn:hover, .cl-docs .btn:focus {
  background: #000;
  -webkit-box-shadow: 0 0 0 2px white;
  -moz-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}
.cl-docs #footer {
  border-top: 1px solid #DDD;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #999999;
  overflow: hidden;
}
.cl-docs #footer a:link, .cl-docs #footer a:visited {
  color: #7F7F7F;
  border-bottom: 1px solid #CCC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.cl-docs #footer a:hover, .cl-docs #footer a:active, .cl-docs #footer a:focus {
  color: #000;
  border-bottom: none;
}
@media all and (min-width: 960px) {
  .cl-docs #footer p:first-child {
    float: left;
  }
  .cl-docs #footer p:last-child {
    float: right;
  }
}
.cl-docs #clank-summary {
  margin: 0 0 20px;
  overflow: hidden;
}
.cl-docs #clank-summary h3 {
  margin: 12px 0 4px;
}
@media all and (min-width: 500px) {
  .cl-docs #clank-summary .col {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  .cl-docs #clank-summary .col:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline;
  }
}
.cl-docs #docs #docs-nav h4 {
  margin-top: 0;
  margin-bottom: 4px;
}
.cl-docs #docs #docs-nav ul {
  padding: 0;
  margin-top: 0;
}
.cl-docs #docs #content article {
  font-size: 14px;
}
.cl-docs #docs #content h2 {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .cl-docs #docs-nav {
    padding: 12px 10px 0;
  }
  .cl-docs #docs #content {
    padding: 0 10px 12px 10px;
  }
}
@media all and (min-width: 768px) {
  .cl-docs #docs {
    *zoom: 1;
    max-width: 940px;
    _width: 940px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .cl-docs #docs:after {
    content: "";
    display: table;
    clear: both;
  }
  .cl-docs #docs #docs-nav {
    width: 14.89362%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
    margin: 32px 0 0;
  }
  .cl-docs #docs #docs-nav h4 {
    margin-top: 0;
    margin-bottom: 4px;
  }
  .cl-docs #docs #docs-nav ul {
    padding: 0;
    margin-top: 0;
  }
  .cl-docs #docs #content {
    width: 82.97872%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline;
  }
  .cl-docs #docs #content article {
    max-width: 740px;
    font-size: 14px;
    padding: 20px;
  }
  .cl-docs #docs #content h2 {
    margin-top: 0;
  }
}
@media all and (max-width: 959px) {
  .cl-docs #blog-nav {
    padding: 12px 20px 0;
  }
  .cl-docs #blog-content {
    padding: 10px;
  }
}
@media all and (min-width: 960px) {
  .cl-docs #blog {
    *zoom: 1;
    max-width: 940px;
    _width: 940px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 0;
  }
  .cl-docs #blog:after {
    content: "";
    display: table;
    clear: both;
  }
  .cl-docs #blog #blog-nav {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline;
  }
  .cl-docs #blog #blog-content {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  .cl-docs #blog #blog-single {
    padding-left: 17.02128%;
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  .cl-docs #blog article {
    max-width: 600px;
  }
}
.cl-docs #blog article {
  font-size: 14px;
}
.cl-docs #blog article:before, .cl-docs #blog article:after {
  content: "";
  display: table;
}
.cl-docs #blog article:after {
  clear: both;
}
.cl-docs #blog img {
  max-width: 100%;
}
.cl-docs #blog h2 {
  margin-top: 0;
}
.cl-docs #blog-nav a:link, .cl-docs #blog-nav a:visited {
  color: #7F7F7F;
  border-bottom: 1px solid #CCC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.cl-docs #blog-nav a:hover, .cl-docs #blog-nav a:active, .cl-docs #blog-nav a:focus {
  color: #000;
  border-bottom: none;
}
.cl-docs #blog-nav h4 {
  margin-top: 12px;
}
.cl-docs #blog-nav .date {
  color: #BBB;
  font-size: 11px;
}
.cl-docs .bordered-list {
  margin: 0;
  padding: 0;
}
.cl-docs .bordered-list span {
  display: inline-block;
  text-align: right;
  float: right;
}
.cl-docs .bordered-list li {
  clear: both;
  list-style: none;
  padding: 0 0 4px;
  margin: 0 0 4px;
  border-bottom: 1px solid #EEE;
}
.cl-docs .bordered-list li:last-child {
  border: none;
}
.cl-docs .bordered-list li a {
  cursor: pointer;
}
.cl-docs .bordered-list li a:link, .cl-docs .bordered-list li a:visited, .cl-docs .bordered-list li a:hover, .cl-docs .bordered-list li a:active, .cl-docs .bordered-list li a:focus {
  text-decoration: none;
  border: none !important;
}
.cl-docs #blog article {
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid #DDD;
}
.cl-docs #blog article header p {
  color: #999;
}
.cl-docs #blog article ul,
.cl-docs #blog article ol {
  padding: 0;
  margin: 0 0 12px;
}
.cl-docs #blog article ul li,
.cl-docs #blog article ol li {
  margin-left: 24px;
}
.cl-docs #blog article h1 {
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue CE 600 Condensed", "Helvetica Neue LT Condensed", "Helvetica Neue 600 Condensed", "HelveticaNeue-BoldCondensed", "Helvetica Neue BoldCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-stretch: condensed;
  line-height: 1;
  margin: 0;
  text-transform: none;
}
.cl-docs #blog article h1 a {
  color: #1e2023;
  border: none;
}
.cl-docs #blog article h1 a:hover {
  color: #000;
}
.cl-docs #blog article img.shaded {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.cl-docs #blog article:last-child {
  margin: 0;
  border: none;
  padding: 0;
}
.cl-docs #disqus_thread {
  max-width: 600px;
}
.cl-docs #error404 {
  background: #EEE;
  text-align: center;
  padding: 40px;
}
.cl-docs .video-wrapper {
  margin: 0 0 12px;
  position: relative;
  padding-bottom: 66.67%;
  /* 3:2 */
  padding-top: 25px;
  height: 0;
}
.cl-docs .video-wrapper.aspect-16-9 {
  padding-bottom: 56.25%;
  /* 16:9 */
}
.cl-docs .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#demo-app .content-wrapper {
  overflow: hidden;
  *zoom: 1;
  height: 100%;
  width: 100%;
  height: -moz-calc(100% - 45px);
  height: -o-calc(100% - 45px);
  height: -webkit-calc(100% - 45px);
  height: calc(100% - 45px);
}

/****
  Clank
  demo specific
****/
#layout-demo, html {
  height: 100%;
}

#demo-app {
  height: 100%;
  position: relative;
}

#demo-app {
  height: -moz-calc(100% - 59px);
  height: -o-calc(100% - 59px);
  height: -webkit-calc(100% - 59px);
  height: calc(100% - 59px);
}

.cl-device-controls {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #7F8487;
  background-color: #cad2d7;
  background-image: -moz-linear-gradient(top, #d1d6da, #c1ccd3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d1d6da), to(#c1ccd3));
  background-image: -webkit-linear-gradient(top, #d1d6da, #c1ccd3);
  background-image: -o-linear-gradient(top, #d1d6da, #c1ccd3);
  background-image: linear-gradient(to bottom, #d1d6da, #c1ccd3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD1D6DA', endColorstr='#FFC1CCD3', GradientType=0);
  *zoom: 1;
  width: 100%;
  line-height: 44px;
  height: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.cl-device-controls:after {
  content: "";
  display: table;
  clear: both;
}
.cl-device-controls label {
  line-height: 44px;
  margin-right: 3px;
}
.cl-device-controls label:after {
  content: ":";
}
.cl-device-controls > div {
  width: 25%;
  text-align: center;
  float: left;
}
.cl-device-controls select {
  margin-top: 12px;
}
.cl-device-controls input[type="range"] {
  position: relative;
  top: 5px;
}

@-moz-document url-prefix() {
  .cl-device-controls input[type="range"] {
    top: 2px;
  }
}

.cl-demo-list,
.cl-device-frame,
.cl-docs-content {
  height: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cl-demo-list {
  width: 10%;
}

.cl-device-frame {
  width: 90%;
}

.docs-visible .cl-docs-content {
  width: 30%;
}
.docs-visible .cl-device-frame {
  width: 60%;
}

.cl-device-frame {
  padding: 15px;
  /* Compass version */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
}

.cl-demo-list {
  font-size: 13px;
  font-family: Arial, sans-serif;
  overflow: hidden;
  background: #FFF;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  height: 100%;
  line-height: 1.33;
}
.cl-demo-list h4, .cl-demo-list a {
  display: block;
  border: none;
  padding: 4px;
}
.cl-demo-list h4 {
  margin: 12px 0 0 0;
}
.cl-demo-list a {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #36393e;
  border-bottom: 1px solid rgba(54, 57, 62, 0.2);
}
.cl-demo-list a:visited {
  color: #1e2023;
  border-bottom: 1px solid rgba(54, 57, 62, 0.2);
}
.cl-demo-list a:hover, .cl-demo-list a:active, .cl-demo-list a:focus {
  background: rgba(54, 57, 62, 0.2);
  color: brighten(#36393e, 30%);
}
.cl-demo-list a:link, .cl-demo-list a:visited, .cl-demo-list a:hover, .cl-demo-list a:active, .cl-demo-list a:focus {
  text-decoration: none;
  border: none !important;
}
.cl-demo-list a:hover {
  background: #EEE;
}

.cl-docs-content {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  overflow: scroll;
  font-size: 13px;
}
.cl-docs-content .cl-docs {
  padding: 15px;
}
.cl-docs-content h3:first-child {
  margin-top: 0;
}

.pagination {
  padding-bottom: 24px;
  text-align: center;
}
.pagination span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.pagination span.previous {
  display: none;
}
.pagination .previous {
  text-align: left;
  float: left;
}
.pagination .next {
  text-align: right;
  float: right;
}
