/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

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

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

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

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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. Removes 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 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

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

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #ff4900; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #ff4900; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #6188e2; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #453d3f; }

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #453d3f; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d70206; }

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #d70206; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #f05b4f; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b; }

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #59922b; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3; }

.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #0544d3; }

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392; }

.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #6b0392; }

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #f05b4f; }

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458; }

.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #dda458; }

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #eacf7d; }

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d; }

.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #86797d; }

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #b2c326; }

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #6188e2; }

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.88889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.33333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.66667%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.8047%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.33333%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.33333%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

@font-face {
  font-family: 'Lyster';
  src: url("/assets/fonts/Lyster.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/Lyster.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Lyster.woff2") format("woff2"), url("/assets/fonts/Lyster.woff") format("woff"), url("/assets/fonts/Lyster.ttf") format("truetype"), url("/assets/fonts/Lyster.svg#Lyster") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'LysterBold';
  src: url("/assets/fonts/LysterBold.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/LysterBold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/LysterBold.woff2") format("woff2"), url("/assets/fonts/LysterBold.woff") format("woff"), url("/assets/fonts/LysterBold.ttf") format("truetype"), url("/assets/fonts/LysterBold.svg#LysterBold") format("svg");
  /* Legacy iOS */ }

.color-sample {
  float: left;
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 20px 20px 0; }

.color-sample div {
  padding: 10px;
  color: inherit; }

.color-1 {
  background: #FF4800;
  color: #fff; }

.color-2 {
  background: #FF9900;
  color: #EEEEEE; }

.color-3 {
  background: #20B9D7;
  color: #fff; }

.color-4 {
  background: #19647E;
  color: #fff; }

.color-5 {
  background: #333333;
  color: #fff; }

.color-6 {
  background: #EEEEEE;
  color: #333333; }

.color-7 {
  background: #F5F5F5;
  color: #333333; }

/* ============================================================================
   Base
   ========================================================================= */
body {
  background: #fff; }

a {
  color: #FF4800; }

#no-js {
  padding: 1.5625rem 15px;
  text-align: center;
  color: #fff;
  background: #FF4800; }

#ajaxerror p {
  margin: 0;
  padding: 1.5625rem 15px;
  color: #fff;
  background: #FF4800; }

a:focus,
button:focus {
  outline: 1px dotted #20b9d7; }

/* ============================================================================
   Typography
   ========================================================================= */
body {
  font-family: "Merriweather Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-size: 0.84375rem;
  line-height: 1.40625rem;
  margin: 0 auto;
  font-size: 0.9375rem;
  line-height: 1.5625rem; }

h1 {
  font-size: 1.375rem;
  line-height: 1.5625rem;
  margin-top: 3.125rem;
  margin-bottom: 1.5625rem; }

#content > h1 {
  margin-top: 0;
  padding-top: 1.25em; }

h2 {
  font-size: 1.375rem;
  line-height: 1.5625rem;
  margin-top: 3.125rem;
  margin-bottom: 1.5625rem; }

h3 {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem; }

h4 {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem; }

p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 0;
  margin-bottom: 1.5625rem; }

h1 {
  font-size: 2.25rem;
  line-height: 3.125rem;
  margin-top: 3.125rem;
  margin-bottom: 1.5625rem; }

h2 {
  font-size: 1.6875rem;
  line-height: 3.125rem;
  margin-top: 3.125rem;
  margin-bottom: 1.5625rem; }

h3 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem; }

h4 {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem; }

p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 0;
  margin-bottom: 1.5625rem; }

hr {
  border: 1px solid;
  margin: -1px 0; }

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0; }

b, strong, em, small, code {
  line-height: 1; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

/*
@include respond-to($tablet) {
	#content {
		@include vertical-rhythm($base-line-height * 0.9, #000);
	}

	#sidebar {
		@include vertical-rhythm($base-line-height * 0.9, #000);
	}

	@include respond-to($desktop) {
		#content {
			@include vertical-rhythm($base-line-height, #000);
		}

		#sidebar {
			@include vertical-rhythm($base-line-height, #000);
		}
	}
}
*/
h1 {
  font-family: "Merriweather Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333; }

h2 {
  font-family: "Merriweather Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333; }
  h2.sub {
    color: #555; }
  h2.program-category {
    clear: both;
    border-bottom: 2px solid #000;
    margin: 3.125rem 0 0 0; }

h3 {
  font-family: "Merriweather Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #f60; }

h4 {
  margin: 2.571428571em 0 0.571428571em 0; }

#header p,
#header li,
#nav p,
#nav li,
#generated_toc_d_toggle,
#generated-toc ul li,
.view-toggle a,
.button {
  font-family: "Merriweather Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700; }

#header .button {
  text-transform: uppercase; }

#sidebar a b,
.movie-grid a {
  font-family: "Merriweather Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; }

p,
ul,
ol {
  font-family: "Merriweather", Georgia, serif;
  font-weight: 400;
  color: #222; }

ul,
ol {
  padding-left: 2em; }

h2 + ul {
  margin-top: 0; }

dl,
dt,
dd {
  line-height: 1.5625rem; }

dd {
  margin: 0 0 1.5625rem 0; }

dl {
  margin: 1.5625rem 0; }

h2 + dl {
  margin: 0 0 1.5625rem 0; }

blockquote p {
  float: right;
  width: 60%;
  margin-left: 5%;
  font-size: 1.3em;
  line-height: 1.5;
  color: #4fb4cc;
  text-align: center;
  width: 50%;
  margin-left: 5%;
  font-size: 1.9em;
  line-height: 1.5; }

.introduction {
  font-size: 1em;
  margin: 1.5625rem 0 1.5625rem 0;
  font-size: 1em;
  margin: 1.5625rem 0 3.125rem 0; }
  .introduction p {
    font-family: "Merriweather", Georgia, serif;
    font-size: 1em;
    font-family: "Merriweather", Georgia, serif;
    font-size: 1.3em;
    line-height: 1.7;
    margin: 0; }
  .introduction p + p {
    text-indent: 20px; }

/* ============================================================================
   Sidebar
   ========================================================================= */
#sidebar {
  font-size: 0.8em; }
  #sidebar h2 {
    font-family: "Merriweather Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 1.5625rem;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px dotted #ddd; }
  #sidebar p,
  #sidebar ul,
  #sidebar dl {
    font-family: "Merriweather Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; }
  #sidebar ul {
    padding-left: 0; }
  #training #sidebar li {
    color: #ddd; }
  #sidebar a {
    color: #333; }
  #sidebar .related-articles {
    margin-left: 0;
    padding-left: 15px; }
    #sidebar .related-articles li {
      margin: 0; }
  #sidebar dt {
    font-weight: normal;
    margin: 0; }
  #sidebar dd {
    font-weight: normal; }

/* ============================================================================
   Forms
   ========================================================================= */
input[type=text],
textarea {
  -webkit-appearance: none;
  border-radius: 0; }

fieldset {
  border: 0;
  margin: 20px 0 0 0;
  padding: 0; }

legend {
  margin: 0;
  padding: 0;
  color: #f95;
  font-weight: bold;
  font-size: 12px; }

label {
  margin: 0;
  padding: 12px 0 2px 0;
  display: block;
  font-weight: bold;
  font-size: 11px;
  width: 90%; }

input[type="file"] {
  font-size: 12px; }

input.text,
input.title,
textarea,
select {
  margin: 0.5em 0;
  border: 1px solid #bbb; }

input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border: 1px solid #666; }

input.text,
input.title {
  width: 98%;
  padding: 8px 1%; }

input.text {
  margin: 0; }

input.title {
  margin: 0;
  font-size: 14px; }

input[type="submit"] {
  text-transform: uppercase; }

textarea {
  margin: 0.5em 0;
  padding: 5px 4px;
  height: 100px;
  width: 98%;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #bbb;
  height: 170px;
  width: 420px; }

.large {
  width: 99%; }

.hiddenfield,
.hidden {
  display: none;
  margin: 0;
  padding: 0; }

.readonly {
  background: #f6f6f6; }

form ol {
  margin: 0;
  padding: 0; }

form ol li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ul.error {
  margin: 1em 0 2em 0;
  padding: 1em 0 1em 3em;
  background: #c60000;
  color: #fff;
  font-weight: bold;
  border-radius: 10px; }
  ul.error li {
    margin: 0;
    color: #fff; }
  ul.error a {
    color: #fff; }

ul.success {
  margin: 1em 0 0 15px;
  padding: 0 0 1em 0; }
  ul.success li {
    margin: 0;
    color: #0b0; }

#security {
  display: block;
  clear: both;
  margin: 50px 0 20px 130px; }

.warning {
  padding: 15px 15px;
  border: 1px solid red;
  color: red;
  font-weight: bold; }

.caution {
  padding: 10px;
  background-color: #222;
  color: #fff;
  margin: 0px 0px 20px 0px;
  border: 2px solid #fff8b4; }

#sidebar .caution ul {
  padding: 10px;
  margin: 5px 10px 5px 10px; }

/* honey trap */
#user {
  display: none; }

/* ============================================================================
   Tables
   ========================================================================= */
table {
  border: 1px solid #000;
  margin: 0 0 4px 0;
  margin: 1.5em 0; }

th {
  background: #eee;
  color: #000;
  border: 1px solid #ccc;
  padding: .5em 10px;
  font-size: 0.8em;
  white-space: nowrap;
  font-size: 1em;
  padding: .72em 10px; }

td {
  border: 1px solid #ccc;
  padding: .5em 10px;
  font-size: 0.8em;
  white-space: nowrap;
  font-size: 1em;
  padding: .72em 10px; }

td p {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  font-size: 1em; }

/* ============================================================================
   Scrollable tables
   ========================================================================= */
/* Scrollable table styling */
.scrollable.has-scroll {
  position: relative;
  overflow: hidden;
  /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */ }

.scrollable.has-scroll:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 10px / 50% 0 0 50%;
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  content: ''; }

/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
  overflow-x: auto; }

/* Style the scrollbar to make it visible in iOS, Android and OS X WebKit browsers (where user preferences can make scrollbars invisible until you actually scroll) */
.scrollable > div::-webkit-scrollbar {
  height: 12px; }

.scrollable > div::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0; }

.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc; }

/* ============================================================================
   Layout
   ========================================================================= */
html,
body {
  background: #fff; }

.no-scroll {
  overflow: hidden; }

.wrapper {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
  padding: 0 5%; }
  .wrapper.narrow {
    max-width: 960px; }

.content-wrapper {
  width: 90%;
  margin: 0 auto;
  width: 90%;
  width: 80%; }
  .content-wrapper.tight {
    width: 90%;
    width: 90%;
    width: 60%; }

.column {
  float: left;
  width: 100%;
  margin: 0;
  float: left;
  width: 31.33333333%;
  margin: 0 3% 3% 0; }
  .column.double {
    width: 64.66666666%; }

#main {
  background: #fff; }

.extend-grid, .grid .grid-2, .grid .grid-3 {
  float: left;
  margin: 1.5%;
  background: #fff;
  min-height: 40px; }

.grid {
  width: 103%;
  margin-left: -1.5%;
  min-height: 100px; }
  .grid .grid-2 {
    width: 47%;
    width: 22%; }
  .grid .grid-3 {
    width: 47%;
    width: 29.5%; }

/* ============================================================================
  Interactive 'x' button
  ========================================================================= */
#nav-icon {
  width: 20px;
  height: 15px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #20B9D7;
    border-radius: 2px;
    background-clip: padding-box;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    #nav-icon span:nth-child(1) {
      top: 0px; }
    #nav-icon span:nth-child(2) {
      top: 6px; }
    #nav-icon span:nth-child(3) {
      top: 12px; }
  #nav-icon.open span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  #nav-icon.open span:nth-child(2) {
    opacity: 0; }
  #nav-icon.open span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }

/* ============================================================================
   Header
   ========================================================================= */
#header {
  background: #000;
  position: fixed;
  color: #fff;
  overflow: hidden;
  z-index: 10;
  width: 320px;
  min-height: 39px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative; }
  #header .home {
    display: block;
    float: left;
    width: 155px;
    width: 260px; }
  #header #logo {
    float: left;
    margin: 0 0 0 -5px; }
    #header #logo .icon {
      float: left;
      margin: 9px 7px 0 5px;
      width: 15px;
      height: auto;
      width: 23px; }
    #header #logo .logo {
      float: left;
      margin: 12px 0 12px 0;
      width: 120px;
      height: auto;
      margin: 13px 0 12px 0;
      width: 200px;
      margin-right: 20px; }

/* program and login toggles */
.login-toggle,
.program-toggle {
  position: absolute;
  top: 5px;
  color: #fff;
  font-size: 10px;
  background: none;
  border: 0;
  padding: 3px 10px; }

.login-toggle {
  right: 45px;
  display: none; }

.program-toggle {
  right: 88px;
  display: none; }

.member-avatar {
  float: left;
  margin: 3px 0 0 0;
  padding: 0;
  height: 20px;
  width: 20px; }

#login {
  display: none;
  float: left;
  margin: 5px 0 0 0;
  z-index: 10;
  width: 100%;
  display: block;
  margin: 0;
  width: auto;
  float: right;
  margin: 0 25px 0 0;
  margin-right: 0;
  /* logged in */ }
  #login .member-login {
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
    padding: 13px 0 0 0; }
    #login .member-login li {
      padding: 0 0 10px 0;
      float: left; }
    #login .member-login label {
      display: block;
      float: left;
      width: 75px;
      font-size: 12px;
      line-height: 2em; }
    #login .member-login #email,
    #login .member-login #password {
      width: 79px;
      font-size: 10px;
      padding: 7px;
      margin: 0 5px 0 0;
      border: 1px solid #000;
      width: 100px;
      font-size: 12px; }
    #login .member-login .button {
      padding: 7px 15px; }
    #login .member-login .login {
      font-size: 12px;
      line-height: normal;
      margin: 0 0 0 30px;
      display: block;
      float: right; }
      #login .member-login .login .button {
        padding: 6px 10px;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-shadow: none;
        background: #666;
        padding: 8px 21px; }
    #login .member-login p {
      padding: 0 5px;
      margin: 3px 0 0 0;
      font-size: 10px;
      color: #eee; }
    #login .member-login .forgotten {
      color: #ccc;
      text-decoration: none;
      text-shadow: 0 -1px 0 #333;
      text-transform: none; }
      #login .member-login .forgotten:hover {
        color: #fff; }
  #login .error-message {
    background: #303030;
    clear: both;
    color: #FF0000;
    display: block;
    margin: 5px 0 5px 0;
    padding: 7px 10px 4px 10px;
    font-size: 11px;
    text-shadow: none;
    margin: 40px 29px 10px -1px;
    padding: 10px 20px; }
  #login .member-avatar {
    float: left;
    margin: 5px 0 0 0;
    padding: 0;
    height: 30px;
    width: 30px; }
  #login .member-info {
    margin: 5px 0 10px 50px;
    font-size: 10px;
    line-height: 1.6;
    line-height: 1.2;
    float: left;
    margin: 12px 100px 0 10px;
    font-size: 14px;
    margin: 12px 10px 0 10px; }
    #login .member-info a {
      font-size: 10px; }
    #login .member-info a:hover {
      color: #fff; }
    #login .member-info strong {
      font-size: 10px;
      color: #fff;
      font-size: 12px; }
    #login .member-info span {
      color: #333;
      padding: 0 5px; }

/* ============================================================================
   Navigation
   ========================================================================= */
#nav {
  width: 100%;
  background: #20B9D7;
  clear: both;
  background: #f5f5f5; }
  #nav .wrapper {
    width: 100%; }
  #nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  #nav li a {
    display: block;
    padding: 12px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-size: 11px;
    padding: 10px 11px;
    color: #999;
    font-size: 12px;
    padding: 12px 15px;
    color: #999; }
  #nav li a:hover {
    color: #000; }
  #nav .current a {
    color: #000; }

#nav {
  float: left; }
  #nav ul {
    float: left;
    margin: 0 0 0 15px; }
  #nav li {
    position: relative;
    float: left;
    margin: 0; }
  #nav .arrow {
    position: absolute;
    z-index: 10;
    bottom: -1px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000; }

#nav ul {
  margin: 0 0 0 -15px; }

#subnav {
  padding-top: 3em;
  padding-top: 0; }
  #subnav ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 500px;
    margin: 0 0 0 -15px; }
  #subnav li {
    font-size: 11px;
    float: left; }
  #subnav li.inactive {
    padding: 14px 13px; }
  #subnav li a {
    font-family: "Merriweather Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    display: block;
    padding: 14px 13px;
    color: #999;
    text-decoration: none;
    font-size: 11px;
    padding: 14px 15px;
    font-size: 12px; }
  #subnav li a:hover,
  #subnav li.current a {
    color: #000 !important; }

#utilities {
  clear: both; }

#toggle {
  display: block;
  position: absolute;
  right: 10px;
  top: 8px;
  padding: 5px;
  border: 0;
  background: none;
  display: none; }

/* responsive-nav.js 1.0.32 by @viljamis */
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.nav-collapse.opened {
  max-height: 9999px; }

.disable-pointer-events {
  pointer-events: none !important; }

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.js .nav-collapse {
  position: relative;
  max-height: none; }

.js .nav-collapse.closed {
  max-height: none; }

.nav-toggle {
  display: none; }

/* ============================================================================
   Main
   ========================================================================= */
#content {
  width: 100%;
  padding-top: 2.5em;
  padding-top: 0;
  width: 67%;
  margin: 0 5% 5% 0;
  float: left; }
  .article #content {
    width: 62%;
    margin: 0 10% 5% 0; }
  .wrapper.narrow #content {
    width: 62%;
    margin: 0 10% 10% 0; }
  #content.fullwidth {
    width: 100%;
    margin: 0;
    float: none; }

.actionbox {
  background: #f5f5f5;
  padding: 1em;
  margin: 1em 0; }
  .actionbox input[type="text"] {
    width: 90%;
    font-size: 14px;
    padding: 0.5em 5%;
    border: 1px solid #fff;
    width: 300px;
    font-size: 14px;
    padding: 6px;
    border: 1px solid #fff;
    margin-right: 10px; }
  .actionbox #search-exercises {
    max-width: 450px; }

#search-exercises-submit {
  display: none;
  margin: 0.75em 0 0 0; }

.ui-autocomplete {
  background: #333;
  color: #fff;
  width: 90%;
  max-width: 450px;
  list-style-type: none;
  margin: 1em 2.5%;
  padding: 10px 2.5%; }

.ui-helper-hidden-accessible {
  position: absolute;
  left: 600px;
  width: 300px;
  font-size: 12px; }

.back {
  width: 15%;
  float: left;
  margin: 2.5% 0 0 0; }

.information {
  width: 76%;
  padding-left: 3%;
  float: left; }

.user-card {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05); }
  .user-card .user-card-image {
    width: 50px;
    height: 50px;
    background: #ddd;
    float: left;
    margin: 0 15px 15px 0; }
  .user-card .user-card-heading {
    margin: 2px 0 0 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.2; }
  .user-card ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .user-card li {
    margin: 0;
    padding: 0;
    font-size: 0.7em;
    font-size: 1em; }

/* ============================================================================
   Sidebar
   ========================================================================= */
#sidebar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 5px solid #eee;
  background: #fff;
  width: 90%;
  margin: 5em 0;
  padding: 0 0 0 8%;
  color: #ccc;
  border: 0;
  width: 25%;
  margin: 1.5625rem 0 0 0;
  padding: 0;
  background-color: transparent;
  float: left;
  color: #555; }
  #sidebar.exercises {
    margin: 2.125rem 0 0 0;
    clear: none;
    position: relative; }
  #sidebar h2:first-child {
    padding-top: 1em;
    margin-top: 1em; }
  #sidebar #program {
    padding: 15px 25px;
    padding: 15px; }
  #sidebar .highlight {
    color: #A0A0A0; }
  #sidebar .nav a {
    display: block;
    text-decoration: none;
    line-height: 2;
    margin-top: 0.25em; }
    #sidebar .nav a span {
      display: block;
      float: left;
      margin-top: 6px; }
    #sidebar .nav a a:hover {
      color: #ff4900; }

/* ============================================================================
    Slide out
    ========================================================================= */
/* ============================================================================
   Extra Footer
   ========================================================================= */
.extra-footer {
  margin: 3.125rem 0 0 0;
  padding: 1.5625rem 0;
  overflow: hidden;
  background: #20B9D7;
  color: #fff; }
  .extra-footer p {
    color: #fff; }
  .extra-footer h2 {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem; }
    .extra-footer h2 a {
      color: #19647E;
      text-decoration: none; }
    .extra-footer h2 span {
      float: right;
      font-size: 60px;
      margin: 0 5px 20px 20px;
      color: rgba(25, 100, 126, 0.1); }
  .extra-footer a {
    color: #fff;
    text-decoration: underline; }

/* ============================================================================
   Footer
   ========================================================================= */
.footer {
  clear: both;
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .footer p,
  .footer li {
    font-family: "Merriweather Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8em; }
  .footer h2 {
    display: none; }
  .footer h3 {
    display: block;
    color: #fff;
    margin-top: 2em; }
    .footer h3 a {
      text-decoration: none; }
    .footer h3 span {
      color: #666;
      font-size: 90%;
      margin: 3px 5px 0 0;
      display: none; }
  .footer a {
    color: #20B9D7; }
    .footer a:hover {
      color: #20B9D7; }
  .footer .small {
    margin: 0;
    font-size: 0.8em;
    line-height: 1.4; }
  .footer .center {
    text-align: center; }
  .footer .article a {
    font-weight: bold;
    font-family: 'Merriweather Sans', "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; }
  .footer .popular-exercises {
    height: 180px;
    overflow: hidden;
    padding: 0 0 0 30px; }
    .footer .popular-exercises a {
      text-decoration: none; }
  .footer #more {
    margin-top: 10px;
    text-decoration: underline;
    cursor: pointer; }
  .footer .social {
    margin-top: 30px; }
    .footer .social a {
      text-decoration: none;
      font-size: 25px;
      margin: 0 8px; }
      .footer .social a:hover {
        color: #20B9D7; }
  .footer .copyright {
    clear: both;
    padding: 1em 0; }
    .footer .copyright p {
      color: rgba(255, 255, 255, 0.2);
      font-size: 0.7em; }
    .footer .copyright a {
      color: rgba(255, 255, 255, 0.4); }

.hidden,
.no-screen {
  display: none; }

.hide-on-mobile {
  display: none !important;
  display: inline !important; }

.hide-on-tablet {
  display: none !important; }

.hide-on-mobile-and-tablet {
  display: none !important;
  display: inline !important; }

.right {
  float: right;
  margin: 0 0 2em 5%;
  max-width: 35%; }

.small,
#sidebar .small {
  font-size: 0.8em;
  margin: -1.5625rem 0 0 0; }

.last {
  margin-right: 0; }

.msg_ok {
  background: #FFF3CB;
  padding: 20px;
  margin-bottom: 2em;
  border-radius: 10px; }

.msg_error {
  background: #c60000;
  color: #fff;
  font-weight: bold;
  padding: 1.5em 30px;
  margin-bottom: 2em;
  border-radius: 10px; }

.change-email {
  display: block;
  font-size: 12px;
  margin: 5px 0; }

.breadcrumb p {
  font-family: "Merriweather Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  color: #000;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold; }

.breadcrumb h1 {
  margin-top: 0; }

.partner {
  display: block;
  width: 75%;
  height: auto;
  margin: 2em auto 0 auto;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin: 2em auto 0 auto; }
  .partner.last {
    margin-right: auto; }
  .partner img {
    max-width: 100%; }

.button {
  -webkit-box-shadow: inset 0 1px 0 0 #ffb69c;
          box-shadow: inset 0 1px 0 0 #ffb69c;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0845d), to(#ff4800));
  background: linear-gradient(#f0845d, #ff4800);
  background-color: #f0845d;
  border-radius: 2px;
  border: 1px solid #000000;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  padding: 8px 21px;
  text-decoration: none;
  text-shadow: 0 -1px 0 #d13a02; }
  .button:hover {
    -webkit-box-shadow: inset 0 1px 0 0 #ffc1ab;
            box-shadow: inset 0 1px 0 0 #ffc1ab;
    background: -webkit-gradient(linear, left top, left bottom, from(#ec967a), to(#fe4e1d));
    background: linear-gradient(#ec967a, #fe4e1d);
    background-color: #ec967a; }
  .button:active {
    position: relative;
    top: 1px; }
  .button.alt {
    -webkit-box-shadow: inset 0 1px 0 0 #666;
            box-shadow: inset 0 1px 0 0 #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
    background: linear-gradient(#444, #000);
    background-color: #000;
    text-shadow: 0px -1px 0 #000; }
    .button.alt:hover {
      -webkit-box-shadow: inset 0 1px 0 0 #777;
              box-shadow: inset 0 1px 0 0 #777;
      background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
      background: linear-gradient(#666, #000);
      background-color: #000;
      text-shadow: 0px -1px 0 #000; }
  .button.copy {
    -webkit-box-shadow: inset 0 1px 0 0 #e6b700;
            box-shadow: inset 0 1px 0 0 #e6b700;
    background: -webkit-gradient(linear, left top, left bottom, from(#e6b700), to(#ebcb2d));
    background: linear-gradient(#e6b700, #ebcb2d);
    background-color: #e6b700;
    text-shadow: 0px 1px 0 #e5d57b;
    color: #000;
    border: 1px solid #cba800;
    cursor: pointer; }
    .button.copy:hover {
      -webkit-box-shadow: inset 0 1px 0 0 #e6b700;
              box-shadow: inset 0 1px 0 0 #e6b700;
      background: -webkit-gradient(linear, left top, left bottom, from(#e9c71b), to(#ebcb2d));
      background: linear-gradient(#e9c71b, #ebcb2d);
      background-color: #e6b700;
      text-shadow: 0px 1px 0 #e5d57b;
      color: #000;
      border: 1px solid #cba800; }
  .button.outline {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    font-family: 'Merriweather Sans', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    padding: 0.75em 2em;
    border: 1px solid #FF4800;
    color: #FF4800;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: bold; }
    .button.outline:hover {
      background: none #FF4800;
      color: #fff;
      -webkit-box-shadow: none;
              box-shadow: none;
      text-shadow: none; }
  .button.disabled, .button.disabled:hover {
    -webkit-box-shadow: inset 0 1px 0 0 #fff;
            box-shadow: inset 0 1px 0 0 #fff;
    background: none #eee;
    border-color: #ccc;
    color: #999;
    text-shadow: none; }

#sidebar a.button.alt {
  color: #fff;
  padding: 5px 20px; }

.avatar {
  margin: 10px 0 0 0; }

.start-top-image {
  height: 450px;
  background: #ffeea9 url(/assets/images/start-1.jpg) center 0 no-repeat;
  background-size: cover;
  height: 600px;
  background-position: center center; }

.start-top {
  height: 440px;
  margin-top: -420px;
  height: 600px;
  margin-top: -550px;
  height: 560px;
  margin-top: -560px; }
  .start-top img {
    display: block;
    width: 150px;
    height: auto;
    margin: 0 auto 20px auto;
    width: 300px;
    margin-bottom: 50px;
    width: 400px; }

h1.start {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  text-align: center;
  margin-top: 0;
  font-size: 30px;
  text-align: center;
  margin: 0 0 1.5625rem 0;
  line-height: 1.5;
  font-size: 45px;
  line-height: 1.2; }

.introduction.start {
  text-align: center;
  margin: 1em auto;
  padding: 1em;
  color: #000;
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.3333em;
  line-height: 2.08328rem; }
  .introduction.start a {
    color: #000; }

.example-exercises {
  margin: 0 auto;
  width: 100%;
  margin: 1.5625rem 0 0 0;
  margin: 1.5625rem 0 0 0; }
  .example-exercises .flickity-prev-next-button.previous {
    top: 80px;
    left: 5px;
    display: none;
    display: block;
    top: 80px;
    left: -60px; }
  .example-exercises .flickity-prev-next-button.next {
    top: 80px;
    right: 5px;
    display: none;
    display: block;
    top: 80px;
    right: -60px; }
  .example-exercises h2 {
    margin: 0;
    font-size: 1.2em; }

.example-exercises-movies {
  padding: 1.5625rem 0;
  margin: 0 auto; }

.movie-grid.start {
  float: left;
  width: 100%;
  height: 100px;
  margin: 0;
  height: 250px;
  width: 200px;
  margin: 0 10px; }
  .movie-grid.start p {
    margin-top: 10px;
    padding-right: 20px; }
  .movie-grid.start .smallmovie {
    background: #000 no-repeat center center;
    background-size: 100%;
    float: left;
    margin: 0 20px 0 0;
    float: none; }
  .movie-grid.start .exercise-name {
    line-height: 1.2; }
    .movie-grid.start .exercise-name a {
      word-wrap: break-word; }
  .movie-grid.start.more-exercises {
    background: #19647E;
    color: #fff;
    float: left;
    width: 80%;
    height: auto;
    padding: 1em 10% 2em 10%;
    margin-bottom: 2em;
    border-radius: 0;
    background-clip: padding-box;
    width: 170px;
    height: 120px;
    padding: 15px;
    text-align: center; }
    .movie-grid.start.more-exercises p {
      color: #fff;
      color: rgba(255, 255, 255, 0.95);
      font-size: 14px;
      line-height: 1.3;
      font-family: "Merriweather Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      padding-right: 0; }
      .movie-grid.start.more-exercises p.small {
        text-transform: none; }
    .movie-grid.start.more-exercises a {
      font-size: 14px;
      color: #fff;
      color: rgba(255, 255, 255, 0.95);
      text-decoration: underline; }

.start-app h2 {
  line-height: 1.4; }

.start-app .image-wrapper {
  margin: 20px 0 0 0;
  width: 98%;
  float: right;
  margin: -40px 0 50px 0;
  width: 50%; }
  .start-app .image-wrapper img {
    max-width: 100%; }

.start-shop {
  background: #ede9e3;
  padding: 2em 2em 1em 2em;
  margin: 5em 0;
  clear: both;
  border-radius: 5px;
  padding: 5em 5em 4em 5em; }
  .start-shop img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 0 3em 0;
    float: right;
    width: 300px;
    margin: 0 0 2em 60px;
    width: 400px; }
  .start-shop h2 {
    color: #333;
    margin-top: 0;
    line-height: 1.4; }
  .start-shop p {
    color: #333; }
  .start-shop a {
    color: #000; }
  .start-shop .button.outline {
    border-color: #8fa52f;
    color: #8fa52f; }
    .start-shop .button.outline:hover {
      color: #fff;
      background-color: #8fa52f; }

.start-pro {
  background: #f5f5f5;
  padding: 2em 2em 1em 2em;
  margin: 5em 0;
  clear: both;
  border-radius: 5px;
  padding: 5em 5em 4em 5em; }
  .start-pro img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 0 3em 0;
    float: right;
    width: 300px;
    margin: 0 0 2em 60px;
    width: 400px; }
  .start-pro h2 {
    color: #333;
    margin-top: 0;
    line-height: 1.4; }
  .start-pro p {
    color: #333; }

.start-columns {
  overflow: hidden; }

.start-info h2 {
  clear: both;
  margin: 1em 0 0.5em 0; }

.start-info img {
  float: right;
  max-width: 30%; }

.start-info ul {
  padding-left: 15px; }

.start-info .app-stores {
  clear: both;
  float: left; }
  .start-info .app-stores img {
    float: left;
    margin: 1em 10px 1em 0;
    max-width: 100%;
    margin: 20px 20px 60px 0; }

.start-news h2 {
  clear: both;
  margin: 1em 0 0.5em 0; }

.start-news h2 + h3 {
  margin-top: 1.25em; }

#search_form {
  margin: 30px 0 0 0;
  color: #999; }
  #search_form b {
    color: #000; }
  #search_form label {
    display: inline;
    font-weight: normal; }

.checkboxBG {
  background-color: #f5f5f5;
  color: #000;
  border-radius: 2px; }

#muscle-groups {
  width: 100%;
  float: left;
  margin-bottom: 10px; }
  #muscle-groups #m-g-all {
    margin-left: 8px; }
  #muscle-groups .col-group {
    width: 44%;
    margin-right: 2%;
    float: left;
    padding: 0 2% 10px 2%; }

#categories {
  width: 49%;
  margin-right: 2%;
  float: left; }
  #categories #c-all {
    margin-left: 4%; }
  #categories .category-checkboxes {
    width: 92%;
    margin-right: 0;
    float: left;
    padding: 5px 4% 10px 4%; }

#levels {
  width: 49%;
  float: left; }
  #levels #l-all {
    margin-left: 5px; }
  #levels .level-checkboxes {
    width: 92%;
    margin-right: 0;
    float: left;
    padding: 5px 4% 10px 4%; }

#muscle-groups {
  width: 48%;
  margin-right: 2%;
  float: left; }
  #muscle-groups .col-group {
    width: 40%;
    margin-right: 2%;
    float: left;
    padding: 0 2% 10px 2%; }

#categories {
  width: 24%;
  margin-right: 2%;
  float: left; }

#levels {
  width: 24%;
  float: left; }

.divider {
  margin: 2px 0 4px 0;
  border-top: 1px solid #333;
  width: 100%;
  height: 1px; }

.pagination {
  clear: both;
  padding-top: 20px;
  text-align: center; }
  .pagination strong {
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #f5f5f5; }
  .pagination a {
    padding: 5px 10px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    text-decoration: none; }

.smallmovie {
  float: left;
  margin: 0 0 1em 0;
  display: block;
  background-size: 100%;
  background: #f5f5f5;
  background-size: cover;
  -o-object-fit: initial;
     object-fit: initial;
  width: 107px;
  height: 80px;
  width: 200px;
  height: 151px; }

.movie {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  background: #f5f5f5;
  background-size: cover;
  -o-object-fit: initial;
     object-fit: initial;
  width: 448px;
  height: 336px; }

#fav img {
  float: left;
  width: 20px; }

.main {
  width: 100%;
  float: left;
  width: 440px; }

.facts {
  width: 100%;
  float: left; }
  .facts .col {
    width: 50%;
    float: left; }
  .facts h2.sub {
    font-size: 0.89062rem;
    line-height: 1.48438rem;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.7em;
    color: #FF9900; }
  .facts ul,
  .facts ol {
    padding-left: 1.5em;
    margin: 0 0 1em 0;
    font-size: 0.85em; }

#saved_comments form {
  margin-bottom: 2em; }

#videos {
  margin: 30px -9px 0 -9px;
  /* left/right margin compensates for video margin */ }
  @media screen and (max-width: 1024px) {
    #videos {
      margin: 30px -7px 0 -7px;
      /* left/right margin compensates for video margin */ } }

.movie-grid {
  width: 90%;
  height: 100px;
  float: left;
  margin: 0 9px;
  width: 200px;
  height: 240px;
  float: left;
  margin: 0 7px; }
  .movie-grid a {
    font-size: 12px;
    line-height: 1.3;
    text-decoration: none; }
  .movie-grid h3 {
    position: relative;
    height: 40px;
    margin: 5px 0 0 0; }
  .movie-grid .exercise_name {
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    word-wrap: break-word;
    position: absolute;
    left: 0;
    top: 165px;
    width: 150px;
    height: 40px; }
  .movie-grid .add_exercise,
  .movie-grid .add_exercise_logged_out {
    float: left;
    font-size: 20px;
    color: #000;
    margin: 2px 12px 3px 3px;
    font-size: 15px;
    position: absolute;
    right: 2px;
    top: 160px;
    margin: 4px 0; }
  .movie-grid .add_exercise:hover,
  .movie-grid .add_exercise_logged_out:hover {
    color: #f50; }
  .movie-grid .mark_favourite,
  .movie-grid .unmark_favourite {
    font-size: 23px;
    color: #000;
    font-size: 17px;
    position: absolute;
    right: 7px; }
    .movie-grid .mark_favourite:hover,
    .movie-grid .unmark_favourite:hover {
      color: #F69F36; }
  .movie-grid .unmark_favourite {
    color: #F69F36; }
  .movie-grid .smallmovie {
    display: block;
    position: relative;
    margin: 0 15px 0 0;
    background-size: 100%; }

.movie {
  display: block;
  position: relative; }

.movie-actions {
  margin-top: 1em; }
  .movie-actions a {
    text-decoration: none;
    margin: 0 7px 0 0;
    color: #000;
    font-size: 12px; }
  .movie-actions a span {
    display: block;
    float: left;
    font-size: 15px;
    margin: 3px 6px 0 0; }
  .movie-actions a:hover {
    color: #f50; }

.sticky-programs {
  background: #222;
  clear: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.95); }
  .sticky-programs ul {
    margin: 0 0 3em 0;
    padding: 0;
    list-style-type: none;
    background: #222;
    background: #fff; }
  .sticky-programs #activeprogram {
    background: #fff;
    color: #333;
    border: 0;
    width: 99%; }
  .sticky-programs #activeprogram-list {
    margin-top: 30px;
    min-height: 200px; }
  .sticky-programs #activeprogram-exercises {
    margin: 0.5em 0 0 0; }
  .sticky-programs #activeprogram-list li,
  .sticky-programs #activeprogram-exercises-logged-out li {
    background: #3c3c3c;
    color: #ccc;
    line-height: 1.3;
    padding: 10px;
    border-bottom: 1px solid #222;
    cursor: pointer;
    position: relative;
    background: #dceef5;
    border-bottom: 1px solid #fff;
    color: #000; }
    .sticky-programs #activeprogram-list li a,
    .sticky-programs #activeprogram-exercises-logged-out li a {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #fff;
      display: block;
      padding-right: 25px;
      color: #ddd;
      color: #000; }
    .sticky-programs #activeprogram-list li span,
    .sticky-programs #activeprogram-exercises-logged-out li span {
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 16px;
      opacity: 0.3; }
      .sticky-programs #activeprogram-list li span:hover,
      .sticky-programs #activeprogram-exercises-logged-out li span:hover {
        color: #ff4900;
        opacity: 1; }
    .sticky-programs #activeprogram-list li .icon-close,
    .sticky-programs #activeprogram-exercises-logged-out li .icon-close {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -8px; }
  .sticky-programs .info {
    margin: 15px 2px 15px 10px;
    font-size: 11px;
    color: #ccc;
    margin: 15px 2px;
    color: #666; }
  .sticky-programs .icon-star-2,
  .sticky-programs .movie-actions a:hover .icon-star {
    color: #F69F36; }
  .sticky-programs .chosen-container .chosen-results {
    background: #fff; }

.comment-section {
  margin-top: 60px;
  padding: 1em 20px 0 20px;
  border-left: 5px solid #eee; }
  .comment-section h2 {
    margin-top: 0; }
  .comment-section .comment {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #eee;
    margin: 1em 0;
    padding-top: 1em; }
    .comment-section .comment img {
      float: right;
      border: 1px solid #eee;
      width: 50px;
      height: 50px;
      margin: 10px 10px 20px 20px; }
    .comment-section .comment .avatar {
      color: #ccc;
      border: 1px solid #fff;
      float: right;
      font-size: 50px;
      margin: 10px 10px 20px 20px;
      width: 50px; }
    .comment-section .comment p {
      margin: 10px 10px 0 0; }
    .comment-section .comment .meta {
      color: #aaa; }

.view-toggle {
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 12px;
  border: 1px solid #666;
  color: #666;
  margin: 2em 0 0 0;
  padding: 1em 20px;
  float: right;
  font-size: 12px;
  margin: 1.5em 0 0 0;
  padding: 10px 20px;
  margin: 4em 0 0 0; }
  .view-toggle a {
    text-decoration: none;
    padding: 4px 10px;
    text-decoration: none;
    padding: 4px 5px; }
  .view-toggle .selected {
    text-decoration: underline; }

.add_program {
  font-family: "Merriweather Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 11px;
  font-weight: bold;
  width: 250px; }
  .add_program:hover {
    color: #ff4900; }

.programs {
  list-style-type: none;
  margin: 40px 20px 0 0;
  padding: 0;
  margin: 40px 40px 0 0; }
  .programs ul {
    margin: 0;
    padding: 10px 15px;
    height: 70px;
    overflow: hidden; }
  .programs li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 0 5px 0;
    border-left: 5px solid #eee;
    background: #fff; }
    .programs li:hover {
      border-left: 5px solid #ccc; }
  .programs h2,
  .programs h3 {
    font-size: 14px;
    line-height: 1.5;
    color: #999;
    margin: 0;
    padding: 10px 15px 0 15px;
    font-weight: bold; }
    .programs h2 a,
    .programs h3 a {
      color: #ff4900; }
  .programs span {
    display: block;
    font-size: 10px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    display: inline;
    padding-left: 10px; }
  .programs p {
    font-size: 12px;
    padding: 0 10px 0 15px;
    margin: 10px 0 0 0;
    max-width: 700px; }
  .programs .add_program {
    margin: 5px 0 0 15px; }
    .programs .add_program span {
      display: inline; }
  .programs .main-gallery {
    margin: 5px 15px 5px 15px; }
  .programs .main-gallery img {
    display: block;
    width: 100px;
    height: 80px;
    padding: 0;
    margin: 0 10px 0 0;
    float: left;
    background: #eee;
    border: 0; }
    .programs .main-gallery img:hover {
      border: 0; }
  .programs.no-hover li:hover {
    border-left: 5px solid #eee;
    cursor: default; }
  .programs.no-hover ul li:hover {
    border: 0; }
  .programs p.no-exercises {
    font-style: italic;
    margin-top: 10px;
    color: #555;
    margin: 0;
    padding: 0; }

.programs.grid {
  margin-left: -1%;
  width: 103%;
  margin-left: -1.5%;
  width: 102.666666%;
  margin-left: -1.333333%; }
  .programs.grid li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    width: 48%;
    margin: 0 1% 30px 1%;
    padding: 0;
    background: #fff;
    border: 0;
    width: 22%;
    margin: 0 1.5% 3% 1.5%;
    width: 17%;
    margin: 0 1.5% 3% 1.5%;
    width: 14%;
    margin: 0 1.333333% 2.666666% 1.333333%; }
    .programs.grid li .main-gallery {
      margin: 0; }
    .programs.grid li .main-gallery img {
      display: block;
      background: #ddd;
      width: 100%;
      height: auto; }
    .programs.grid li h2 {
      margin: 0;
      padding: 10px 10px;
      font-size: 12px;
      line-height: 1.5;
      min-height: 90px;
      min-height: 65px; }
      .programs.grid li h2 a {
        display: block;
        padding: 0 0 10px 0; }
    .programs.grid li:first-child {
      display: block; }
    .programs.grid li:hover {
      border: 0;
      background: #f9f9f9; }
  .programs.grid ul li {
    display: none;
    width: 100%;
    background: #f5f5f5; }
  .programs.grid h2 {
    padding-top: 10px; }
  .programs.grid span {
    display: block;
    clear: left;
    font-size: 10px;
    padding: 0; }
  .programs.grid .add_program {
    margin: 5px 0 0 10px; }
    .programs.grid .add_program span {
      display: inline;
      float: left;
      margin: 5px 6px 0 0; }

#saved_programs.programs li {
  cursor: move; }

.exercise {
  clear: left;
  overflow: hidden;
  padding: 10px 10px;
  margin: 5px 0;
  cursor: move;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee; }
  .exercise img {
    float: left;
    padding: 0 20px 0 0; }
    .exercise img.icon-close {
      padding: 0; }
  .exercise a {
    padding: 10px 0; }
  .exercise input.text {
    width: 70%;
    margin: 10px 0; }
  .exercise .editable {
    display: inline-block;
    margin-top: 10px;
    padding: 5px;
    background: #fff;
    color: #666; }
    .exercise .editable input {
      border: 0; }
      .exercise .editable input:focus {
        outline: none; }

.index h3 {
  border-bottom: 1px solid #eee; }

.index ul span {
  font-size: 11px;
  color: #333; }

#content > h2.made-program-exercise-heading {
  margin-top: 3.25em; }

.made-program-exercise {
  padding-bottom: 20px; }
  .made-program-exercise h3 {
    margin: 0;
    padding: 10px 0 5px 0; }
  .made-program-exercise .movie-grid {
    width: 100%;
    margin: 10px 0 0 0;
    width: auto;
    float: right;
    margin: -26px 0 0 30px; }
  .made-program-exercise .smallmovie {
    width: 107px;
    height: 80px;
    width: 200px;
    height: 151px; }

.execution {
  clear: left; }

.purpose p {
  color: #666;
  font-style: italic; }

.muscles {
  margin: 10px 0 10px 19px;
  padding: 0; }
  .muscles li {
    font-size: 10px;
    margin: 0 50px 0 0; }

.sponsors {
  clear: both;
  background: #fff;
  margin: 3em 0 0 0;
  text-align: center;
  font-size: 14px; }
  .sponsors a {
    color: #333;
    text-decoration: none; }
  .sponsors img {
    max-width: 100%;
    vertical-align: middle; }

.program-slideshow img {
  display: block;
  width: 100px;
  height: 80px;
  padding: 0;
  margin: 0 10px 0 0;
  float: left;
  background: #eee;
  border: 0; }
  .program-slideshow img:hover {
    border: 0; }

#program_header {
  padding-bottom: 20px; }
  #program_header h1 {
    margin-bottom: 5px; }
  #program_header p {
    color: #999;
    margin: 0;
    padding: 5px 0 0 40px; }

#training .wrapper.article {
  max-width: 1000px; }

.top-articles p {
  margin: 30px 0 20px 0;
  color: #666;
  text-align: center; }

.top-articles .icon-star-2 {
  color: #333;
  margin: 6px 3px 0 0; }

.top-item {
  color: #666;
  background: #f5f5f5;
  padding: 20px 5% 40px 5%;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 10px;
  line-height: 20px; }
  .top-item a {
    font-size: 16px; }

.article-heading {
  clear: both;
  margin: 1.5em 0 1em 0; }

.article-item {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0 0 4% 0;
  float: left;
  font-size: 12px; }
  .article-item h3 {
    margin: 0; }
    .article-item h3 span {
      font-size: 15px;
      padding: 4px 8px 0 0;
      float: left;
      display: block;
      color: #333; }
    .article-item h3 a {
      font-size: 13px;
      float: left;
      display: block;
      width: 88%;
      text-decoration: none; }
    .article-item h3 a:hover {
      text-decoration: underline; }

.article-top-image {
  height: 100px;
  background: url(/images/article-bg-3.jpg) fixed center 0 no-repeat;
  background-size: 200%;
  height: 340px;
  background-size: 190%;
  height: 500px;
  background-size: 100%; }

.article-top {
  height: auto;
  margin-top: 1.5em;
  height: 340px;
  height: 500px; }

.main-article-heading {
  font-family: LysterBold;
  color: #000;
  top: 0;
  font-size: 45px;
  margin-top: -450px !important;
  font-size: 60px; }

.main-article-introduction {
  font-size: 1em;
  position: absolute;
  top: 200px;
  width: 70%;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.6;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  color: #000;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  top: 220px;
  width: 50%; }

#training .introduction {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-top: 3em;
  margin-bottom: 3em; }
  #training .introduction p {
    font-size: 1em;
    font-family: "Merriweather Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 1.75em; }

#training #content {
  padding-top: 0; }
  #training #content ul {
    width: 90%; }

.article .article-top {
  height: 220px;
  margin-top: 0; }

.article .breadcrumb {
  margin-top: 5px;
  position: absolute;
  top: 100px; }
  .article .breadcrumb p,
  .article .breadcrumb a {
    font-family: "Merriweather Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    color: #000; }
  .article .breadcrumb.light p,
  .article .breadcrumb.light p a {
    font-family: "Merriweather Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    color: #aaa;
    color: #fff; }

.article h1 {
  max-width: 90%;
  font-size: 2.99992rem;
  line-height: 1.3;
  background: #FD4700;
  background: rgba(255, 95, 0, 0.8);
  padding: 10px;
  margin-top: 10px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  max-width: 980px; }

.article #toggle-container {
  margin: 0;
  margin-top: 3.125rem; }

.article #generated_toc_d_toggle {
  width: 90%;
  display: block;
  background: #f5f5f5;
  padding: 0.78125rem 5%;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-align: center;
  width: auto;
  display: initial;
  padding: 0.78125rem 20px;
  text-align: left; }

.article #generated-toc {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem; }

.article #generated-toc + p {
  margin: 4.6875rem 0 0 0; }

.article #generated-toc ul {
  margin: 1.5625rem 0 0 0;
  font-size: 95%; }
  .article #generated-toc ul li {
    margin: 0; }
    .article #generated-toc ul li a {
      text-decoration: none; }
    .article #generated-toc ul li a:hover {
      text-decoration: underline; }
    .article #generated-toc ul li li {
      text-transform: none; }
    .article #generated-toc ul li li li a {
      color: #ff9266; }
  .article #generated-toc ul ul {
    padding-left: 0;
    margin-top: 0;
    padding-left: 15px; }

.article img {
  margin: 0 0 2em 30px !important; }

.after-article-box {
  border-top: 5px solid #eee;
  margin-top: 3em;
  padding-top: 3em; }
  .after-article-box p {
    color: #666; }

#dictionary-list {
  font-size: 12px;
  margin: 3em 0; }
  #dictionary-list dt {
    font-weight: bold; }
  #dictionary-list dd {
    padding: 0; }

#dictionary-sidebar-list dd {
  display: none; }

abbr[title] {
  border: 0;
  background: #fffcf1;
  cursor: help;
  font-weight: bold;
  font-style: italic; }

.statistics-grid h3 {
  text-align: center; }

.stats .introduction p {
  width: 100%;
  width: 75%; }

.stats h2 {
  text-align: center; }

.stats h3 {
  text-align: center; }

.stats .table-heading {
  margin-top: 1em;
  margin-top: 3em; }

.stats .table-no-results {
  text-align: center; }

.stats .ct-chart-wrapper {
  margin: 2em 0;
  padding: 2em 0;
  width: 100%;
  border: 1px solid #ccc;
  overflow-x: scroll;
  position: relative; }

.stats .ct-header {
  margin: 2.5em 0 0.5em 0;
  text-align: center; }

.stats .ct-desc {
  margin-bottom: 0;
  text-align: center; }

.stats .ct-chart {
  position: relative; }
  .stats .ct-chart .ct-label {
    color: #ddd;
    fill: #ddd; }
  .stats .ct-chart .ct-bar {
    stroke-width: 10px;
    stroke-width: 30px; }

.stats .stacked-bar-graph .ct-series-a .ct-bar,
.stats .stacked-bar-graph .ct-series-c .ct-bar,
.stats .stacked-bar-graph .ct-series-e .ct-bar,
.stats .stacked-bar-graph .ct-series-g .ct-bar,
.stats .stacked-bar-graph .ct-series-i .ct-bar,
.stats .stacked-bar-graph .ct-series-k .ct-bar,
.stats .stacked-bar-graph .ct-series-m .ct-bar,
.stats .stacked-bar-graph .ct-series-o .ct-bar,
.stats .stacked-bar-graph .ct-series-q .ct-bar {
  stroke: #6188e2; }

.stats .stacked-bar-graph .ct-series-b .ct-bar,
.stats .stacked-bar-graph .ct-series-d .ct-bar,
.stats .stacked-bar-graph .ct-series-f .ct-bar,
.stats .stacked-bar-graph .ct-series-h .ct-bar,
.stats .stacked-bar-graph .ct-series-j .ct-bar,
.stats .stacked-bar-graph .ct-series-l .ct-bar,
.stats .stacked-bar-graph .ct-series-n .ct-bar,
.stats .stacked-bar-graph .ct-series-p .ct-bar,
.stats .stacked-bar-graph .ct-series-r .ct-bar {
  stroke: #ACBDE4; }

.stats .chartist-tooltip {
  position: absolute;
  background: #000;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 10px;
  cursor: pointer;
  z-index: 9999; }

.stats table {
  width: 100%;
  border-color: #ccc; }
  .stats table .bg {
    background: #f5f5f5; }
  .stats table .center {
    text-align: center; }

.stats th {
  padding: 8px; }

.stats .circle {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 90%;
  vertical-align: middle; }

.stats .circle svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

.questions-info {
  background-color: #f5f5f5;
  padding: 1.5625rem 20px 0 20px;
  margin: 1.5625rem 0;
  border-bottom: 1px solid #eee;
  border-radius: 3px;
  background-clip: padding-box; }

.app-store-logo,
.google-play-logo {
  float: left;
  margin: 1em 10px 3em 0; }

.app-store-logo,
.google-play-logo {
  margin: 20px 20px 60px 0; }

.screenshots-ios,
.screenshots-android {
  overflow: hidden; }
  .screenshots-ios img,
  .screenshots-android img {
    width: 60%;
    height: auto;
    margin: 0 5% 3em 5%; }

.screenshots-ios img,
.screenshots-android img {
  width: 213px;
  height: auto;
  margin: 0 50px 30px 0; }

.flickity-page-dots {
  height: 40px; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 11px; }

.ui-widget input,
.ui-widget select {
  width: 98.5%;
  border: 1px solid #ccc;
  font-size: 11px;
  line-height: 1.5; }

.ui-widget input {
  width: 96.5%;
  padding: 5px 1%; }

.ui-widget textarea {
  width: 97%;
  border: 1px solid #ccc;
  height: 100px;
  font-size: 11px;
  color: #000; }

.ui-widget .ui-widget {
  font-size: 10px; }

.ui-widget .button {
  font-size: 10px;
  margin: 10px 0; }

.ui-widget-header {
  background: #000;
  color: #fff; }

.ui-dialog .ui-dialog-title {
  font-weight: normal;
  font-size: 12px; }

.sp-pro-start h2.border {
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #eee; }

.start-sponsors {
  padding-bottom: 6em; }

/* ============================================================================
   New calendar / Schedule
   ========================================================================= */
.schedule {
  padding: 15px;
  margin: 10px 0 20px 0;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05); }

.schedule h3 {
  margin: 0.5em 0; }

.schedule .edit {
  color: #888; }

.schedule ul {
  padding: 0 0 0 20px; }

.breadcrumb.breadcrumb-calendar {
  margin-bottom: 30px; }

.calendar_current {
  font-size: 20px;
  text-align: center; }

.calendar_prev {
  float: left;
  margin-top: -30px; }

.calendar_next {
  float: right;
  margin-top: -30px; }

.calendar-actions {
  color: #555555;
  margin-top: -53px;
  float: right;
  font-size: 12px; }

.calendar-actions a,
.calendar-actions span {
  color: #aaa;
  text-decoration: none;
  cursor: pointer; }

.calendar-actions a:hover {
  color: #aaa; }

/* ============================================================================
   Year view
   ========================================================================= */
table.calendar {
  margin: 0;
  background: #fdfdfd;
  border: 0; }

.month-name {
  text-align: center; }

.calendar-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.calendar-month {
  width: 22%;
  margin: 0 1.5%;
  float: left; }
  .calendar-month.break-months {
    clear: left; }
  .calendar-month table {
    width: 100%; }
  .calendar-month td {
    border-color: #eee;
    padding: 3px;
    font-size: 10px;
    white-space: normal; }
    .calendar-month td.calendar-week {
      text-align: center;
      background: #eee;
      border-color: #eee; }
    .calendar-month td.day {
      text-align: center;
      width: 30px;
      padding: 5px 2px;
      border-right: 0; }
    .calendar-month td.date {
      text-align: center;
      width: 10px;
      padding: 5px 2px;
      border-left: 0;
      border-right: 0; }
    .calendar-month td.info {
      border-left: 0; }
    .calendar-month td a {
      text-decoration: none; }
    .calendar-month td a:hover {
      border-bottom: 1px dotted #ccc; }

.calendar-event {
  padding: 3px 8px;
  color: #222;
  font-size: 10px;
  line-height: 1.4; }
  .calendar-event a {
    color: #000;
    text-decoration: none; }
  .calendar-event a i {
    color: #999;
    text-decoration: none; }

/* ============================================================================
   Year view - copy/paste
   ========================================================================= */
input.button.copy:disabled {
  background: #eee;
  color: #999;
  border: 1px solid #333;
  -webkit-box-shadow: inset 0 1px 0 0 #eee;
  box-shadow: inset 0 1px 0 0 #eee;
  text-shadow: 0 1px 0 #fff; }

#schedule-copy {
  display: none; }

#schedule-copy,
#schedule-paste,
#schedule_abort_copy_paste {
  background: #fff;
  margin: 20px 0 50px 0;
  padding: 15px 20px;
  color: #000; }

#schedule-copy p,
#schedule-paste p,
#schedule_abort_copy_paste p {
  margin: 0; }

#schedule-copy form,
#schedule-paste form,
#schedule_abort_copy_paste form {
  margin: 10px 0 5px 0; }

#copy-paste-feedback {
  font-style: italic; }

.copy-checkbox-td,
.copy-checkbox-td-week,
.placeholder-checkbox-td {
  display: none;
  width: 15px; }

.paste-checkbox-td {
  width: 15px; }

.copied-day {
  background: #333;
  background: rgba(255, 255, 255, 0.15); }

.paste_day {
  background: #F1C500;
  color: #fff; }

.paste_day a {
  color: #fff; }

/* ============================================================================
   Month view / Day view
   ========================================================================= */
div.calendar {
  max-width: 850px;
  margin: 0 auto 100px auto; }

.calendar-week {
  margin-top: 50px;
  text-align: center; }

.calendar-day {
  clear: both;
  position: relative;
  padding: 15px;
  margin: 20px 0;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05); }
  .calendar-day .calendar-date {
    background: #fff;
    text-align: center;
    font-size: 40px;
    float: left;
    width: 80px;
    margin-right: 20px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05); }
    .calendar-day .calendar-date.current {
      background: #FFED8F; }
    .calendar-day .calendar-date a {
      display: block;
      text-decoration: none;
      color: #333;
      padding-top: 20px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .calendar-day .calendar-date a:hover {
        background: #f5f5f5;
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
                box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
    .calendar-day .calendar-date .day-name {
      display: block;
      font-size: 11px;
      padding: 5px;
      border-bottom: 2px solid #f4cd33;
      -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
              box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05); }
  .calendar-day form.left {
    width: 40%;
    float: left;
    margin: 0; }
    .calendar-day form.left input[type="text"] {
      width: 99.8%;
      padding: 5px;
      margin: 0;
      border: 1px solid #ddd; }
    .calendar-day form.left textarea {
      width: 100%;
      height: 70px;
      border: 1px solid #ddd; }
    .calendar-day form.left span {
      font-size: 10px;
      padding: 0 10px;
      color: #f4cd33; }
  .calendar-day form.right {
    margin: 0 0 0 5%;
    width: 35%;
    float: left; }
    .calendar-day form.right fieldset {
      margin: 0; }
    .calendar-day form.right label {
      padding-top: 0; }
    .calendar-day form.right ul {
      margin: 0;
      padding: 0 0 0 20px; }
    .calendar-day form.right .button {
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #666;
      text-shadow: none;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      padding: 7px 15px;
      margin: 0 0 5px 5px;
      border-radius: 2px;
      font-size: 10px;
      line-height: 12px;
      background: #eee;
      border: 1px solid #ccc;
      text-transform: none; }
      .calendar-day form.right .button:hover {
        background: #fff; }

.event-info {
  float: left;
  width: 85%;
  padding-left: 2%; }

.calendar-event-edit {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 15px;
  padding: 7px 15px;
  margin: 0 0 5px 0;
  border-radius: 2px;
  font-size: 10px;
  line-height: 12px;
  background: #eee;
  border: 1px solid #ccc; }
  .calendar-event-edit:hover {
    background: #fff;
    border: 1px solid #ccc; }

.calendar-event-add {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 5px;
  color: #8dc12b;
  color: rgba(157, 201, 56, 0.3);
  margin: 0;
  border-radius: 2px;
  font-size: 22px;
  line-height: 22px; }
  .calendar-event-add:hover {
    color: rgba(157, 201, 56, 0.8); }

.calendar-event-remove {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 5px;
  color: #999;
  margin: 0;
  border-radius: 2px;
  font-size: 14px;
  cursor: pointer; }
  .calendar-event-remove:hover {
    color: #900; }

.delete_event_program {
  color: #999;
  font-size: 14px;
  cursor: pointer;
  padding: 0 5px 0 5px; }
  .delete_event_program:hover {
    color: #900; }

#selectable_programs {
  width: 70%; }

/* ============================================================================
   Sessions in day view
   ========================================================================= */
.event-wrapper {
  clear: both;
  padding: 1em 25px 10px 25px;
  margin: 2em 0 1em 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  text-align: center; }
  .event-wrapper .heading {
    margin: 20px 0 0 0; }
  .event-wrapper .text {
    font-size: 100%;
    max-width: 800px;
    margin: 20px auto 50px auto;
    font-style: italic; }
  .event-wrapper .text.nothing {
    color: #ccc; }
  .event-wrapper .program {
    background: #fff;
    border-top: 1px solid #ddd;
    text-align: left;
    max-width: 950px;
    margin: 0 auto 50px auto;
    padding: 10px 25px 25px 25px; }
  .event-wrapper .hr {
    padding: 20px 0;
    border-bottom: 1px solid #eee; }
  .event-wrapper .made-program-exercise {
    margin: 30px 0;
    border-bottom: 1px solid #fff; }
  .event-wrapper .made-program-exercise:nth-of-type(1) {
    border-top: 0; }
  .event-wrapper .made-program-exercise:last-child {
    border-bottom: 0;
    margin-bottom: 100px; }
  .event-wrapper .made-program-exercise h3 {
    border: 0; }
  .event-wrapper .made-program-exercise .movie-grid {
    width: 200px;
    height: 170px; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2.2em; }

button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

input.ui-button {
  padding: .4em 1em; }

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: normal; }

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5; }

.ui-menu .ui-state-disabled a {
  cursor: default; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em; }

.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("/css/images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff url(/assets/libs/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222; }

.ui-widget-content a {
  color: #222; }

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url(/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/css/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url(/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url(/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url(/css/images/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(/css/images/ui-icons_222222_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(/css/images/ui-icons_888888_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/css/images/ui-icons_454545_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(/css/images/ui-icons_454545_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(/css/images/ui-icons_2e83ff_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/css/images/ui-icons_cd0a0a_256x240.png); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px; }

.ui-widget-overlay {
  background: #aaa url(/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url(/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }
