/*




















*/

#heatmap-container {
  z-index: 1000000;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  right:0;
  bottom:0;
}

#heatmap-container div {
  position:relative;
  bottom:0;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address 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
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

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 {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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.
 */

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.
 */

button,
html input[type="button"], /* 1 */
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;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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 */
  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.
 */

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;
}
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover {
  color: #005580;
  text-decoration: underline;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  margin-left: 20px;
}

.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 9px;
}

p small {
  font-size: 11px;
  color: #999999;
}

.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}

h1 {
  font-size: 30px;
  /*line-height: 36px;*/
}

h1 small {
  font-size: 18px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

h2 small {
  font-size: 18px;
}

h3 {
  font-size: 18px;
  line-height: 27px;
}

h3 small {
  font-size: 14px;
}

h4,
h5,
h6 {
  line-height: 18px;
}

h4 {
  font-size: 14px;
}

h4 small {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}

.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eeeeee;
}

.page-header h1 {
  line-height: 1;
}

ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  line-height: 18px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

dl {
  margin-bottom: 18px;
}

dt,
dd {
  line-height: 18px;
}

dt {
  font-weight: bold;
  line-height: 17px;
}

dd {
  margin-left: 9px;
}

.dl-horizontal dt {
  float: left;
  width: 120px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 130px;
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.muted {
  color: #999999;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}

blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}

small {
  font-size: 100%;
}

cite {
  font-style: normal;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12.025px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 18px;
}

pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 18px;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 13.5px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
}

input,
textarea {
  width: 210px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}

select {
  width: 220px;
  border: 1px solid #bbb;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 930px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 850px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 770px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 690px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 610px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 530px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 370px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 290px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 210px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 130px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 50px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ddd;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}

.control-group.warning .checkbox:focus,
.control-group.warning .radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
     -moz-box-shadow: 0 0 6px #dbc59e;
          box-shadow: 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}

.control-group.error .checkbox:focus,
.control-group.error .radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
     -moz-box-shadow: 0 0 6px #d59392;
          box-shadow: 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}

.control-group.success .checkbox:focus,
.control-group.success .radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
     -moz-box-shadow: 0 0 6px #7aba7b;
          box-shadow: 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}

.form-actions:after {
  clear: both;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

:-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

::-webkit-input-placeholder {
  color: #999999;
}

.help-block,
.help-inline {
  color: #555555;
}

.help-block {
  display: block;
  margin-bottom: 9px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.input-prepend,
.input-append {
  margin-bottom: 5px;
}

.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}

.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}

.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}

.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
          border-radius: 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 9px;
}

legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 160px;
}

.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}

.form-horizontal .form-actions {
  padding-left: 160px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 18px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}

table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}

table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}

table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}

table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}

table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}

table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}

table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}

table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}

table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}

table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}

table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}

table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}

.icon-white {
  background-image: url("../img/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

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

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

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

.icon-camera {
  background-position: -120px -48px;
}

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

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

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

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

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

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
}

.icon-folder-open {
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

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

.icon-bullhorn {
  background-position: -24px -144px;
}

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

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
      -ms-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
      -ms-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^="icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}

.btn-warning {
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  background-color: #414141;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-group {
  position: relative;
  *margin-left: .3em;
  *zoom: 1;
}

.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}

.btn-group:after {
  clear: both;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}

.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .dropdown-toggle {
  *padding-top: 4px;
  padding-right: 8px;
  *padding-bottom: 4px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini.dropdown-toggle {
  padding-right: 5px;
  padding-left: 5px;
}

.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0055cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}

.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-mini .caret {
  margin-top: 5px;
}

.btn-small .caret {
  margin-top: 6px;
}

.btn-large .caret {
  margin-top: 6px;
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.dropup .btn-large .caret {
  border-top: 0;
  border-bottom: 5px solid #000000;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert-heading {
  color: inherit;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-bottom: 18px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > .pull-right {
  float: right;
}

.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 18px;
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);

}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
}

.navbar {
  color: #999999;
}

.navbar .brand:hover {
  text-decoration: none;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #999999;
}

.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}

.navbar .navbar-link {
  color: #999999;
}

.navbar .navbar-link:hover {
  color: #ffffff;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn {
  margin: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: #626262;
  border: 1px solid #151515;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}




.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}



.navbar .nav.pull-right {
  float: right;
}

.navbar .nav > li {
  display: block;
  float: left;
}

/*.navbar .nav > li > a {
  float: none;
  padding: 9px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}*/

.navbar .btn-group {
  padding: 5px 5px 6px;
  margin: 0;
}

.navbar .nav > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}

.navbar .divider-vertical {
  width: 1px;
  height: 40px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333;
}

.navbar .nav.pull-right {
  margin-right: 0;
  margin-left: 10px;
}




.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar-fixed-bottom .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar .nav li.dropdown.active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}

.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
  color: #ffffff;
}

.navbar .pull-right .dropdown-menu,
.navbar .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right .dropdown-menu:before,
.navbar .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right .dropdown-menu:after,
.navbar .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.breadcrumb li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}

.breadcrumb .active a {
  color: #333333;
}

.pagination {
  height: 36px;
  margin: 18px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
  display: inline;
}

.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}

.pagination .active a {
  color: #999999;
  cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pager {
  margin-bottom: 18px;
  margin-left: 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next a {
  float: right;
}

.pager .previous a {
  float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

.modal-open .dropdown-menu {
  z-index: 2050;
}

.modal-open .dropdown.open {
  *z-index: 2050;
}

.modal-open .popover {
  z-index: 2060;
}

.modal-open .tooltip {
  z-index: 2070;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
      -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 50%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-body {
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -2px;
}

.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.left {
  margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  border-left: 5px solid transparent;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #000000;
  border-bottom: 5px solid transparent;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}

.popover.top {
  margin-top: -5px;
}

.popover.right {
  margin-left: 5px;
}

.popover.bottom {
  margin-top: 5px;
}

.popover.left {
  margin-left: -5px;
}

.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #000000;
  border-bottom: 5px solid transparent;
}

.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  border-left: 5px solid transparent;
}

.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover-inner {
  width: 280px;
  padding: 3px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

.popover-content {
  padding: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 18px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
}

.label,
.badge {
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  width: 0;
  height: 18px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
      -ms-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.progress-danger.progress-striped .bar {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.progress-info.progress-striped .bar {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

.progress-warning.progress-striped .bar {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
  margin-bottom: 18px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
      -ms-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel .item > img {
  display: block;
  line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next {
  left: 100%;
}

.carousel .prev {
  left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

.carousel .active.left {
  left: -100%;
}

.carousel .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: none; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 10px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
.flexslider .slides {zoom: 1; border: solid 1px #E9E9E9;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 100%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(theme/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(theme/bg_control_nav.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

/* customisation */
.flexslider .slides > li { height: 320px; overflow: hidden; }
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 170px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: #111;
	-webkit-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
	-moz-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
	background: #111 -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.2)),color-stop(.5,rgba(255,255,255,.15)),color-stop(.5,rgba(255,255,255,.1)),to(rgba(255,255,255,.15)));
	background: #111 -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.15) 100%);
	border-radius: 3px;
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('../../img/fancybox/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
}

#fancybox-buttons a.btnPrev {
	width: 32px;
	background-position: 6px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 38px;
	background-position: -57px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.5;
	cursor: default;
}

#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}
/* Dropdown control */
.selectBox-dropdown {
  width: 240px!important;
  padding:0;
  position: relative;
  line-height: 38px;
  height:38px;
  text-decoration: none;
  text-align: left;
  color: #FFF;
  outline: none;
  vertical-align: middle;
  background: #9E9D9B;
  border-radius: 3px;
  display: inline-block;
  cursor: default;
  margin:0 10px 0 15px;
  font-size:14px;
  margin-top:-2px;
}

.selectBox-dropdown .selectBox-arrow {

  background-image:url(/images/dropdown-arrow.png);
  background-repeat:no-repeat;
  background-position:right center;
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
  line-height:38px;
  padding:0 10px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 100%;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
  position: fixed;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  background: #9E9D9B;
  color: #FFF;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: solid 1px #BBB;
  background: #FFF;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: auto;
}

.selectBox-inline:focus {
  border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
}

.selectBox-options.selectBox-options-top{
  border-bottom:none;
  margin-top:1px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.selectBox-options.selectBox-options-bottom{
  border-top:none;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.selectBox-options li a {
  line-height: 38px;
  display:block;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
  color: #fff;
  font-size:14px;
}

.selectBox-options li.selectBox-hover a {
  /*background-color: #EEE;*/
}

.selectBox-options li.selectBox-disabled a {
  /*background-color: #EEE;*/
}

.selectBox-options li.selectBox-selected a {
  /*background-color: #C8DEF4;*/
}

.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666;
}

.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}
/*!
 * Box Content Preview
 * 
 * Copyright 2017 Box, Inc. All rights reserved.
 * 
 * This product includes software developed by Box, Inc. ("Box")
 * (http://www.box.com)
 * 
 * ALL BOX SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 * IN NO EVENT SHALL BOX BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 * 
 * See the Box license for the specific language governing permissions
 * and limitations under the license.
 */
.bp-annotate-draw-background{background-color:#444}.bp-annotate-draw-header,.bp-header.bp-annotate-draw-header{background-color:#222;border:none;position:relative}.bp-header button.bp-btn-annotate-draw-cancel{background-color:#222;border:1px solid #eaeaea;color:#eaeaea}.bp-header button.bp-btn-annotate-draw-cancel:hover{background-color:#000}.bp-header button.bp-btn-annotate-draw-post{background-color:#eaeaea;color:#222}.bp-header button.bp-btn-annotate-draw-post:hover{background-color:#fff}.bp-container .bp-annotate-draw-post-cancel-container{margin-right:20px;position:absolute;right:0;top:0}.bp-container .bp-annotate-draw-post-cancel-container button{height:32px;margin:8px}.bp-container .bp-annotate-draw-undo-redo-container{margin:0 auto}.bp-container .bp-annotate-draw-undo-redo-container .bp-btn-annotate-draw-redo,.bp-container .bp-annotate-draw-undo-redo-container .bp-btn-annotate-draw-undo,.bp-container .bp-annotate-draw-undo-redo-container .is-disabled.bp-btn-annotate-draw-redo,.bp-container .bp-annotate-draw-undo-redo-container .is-disabled.bp-btn-annotate-draw-undo,.bp-container .bp-annotate-draw-undo-redo-container button.bp-btn-annotate-draw-redo,.bp-container .bp-annotate-draw-undo-redo-container button.bp-btn-annotate-draw-undo{background:none;border:none;margin:5px}.bp-container .bp-annotate-draw-undo-redo-container .bp-btn-annotate-draw-redo svg,.bp-container .bp-annotate-draw-undo-redo-container .bp-btn-annotate-draw-undo svg,.bp-container .bp-annotate-draw-undo-redo-container .is-disabled.bp-btn-annotate-draw-redo svg,.bp-container .bp-annotate-draw-undo-redo-container .is-disabled.bp-btn-annotate-draw-undo svg,.bp-container .bp-annotate-draw-undo-redo-container button.bp-btn-annotate-draw-redo svg,.bp-container .bp-annotate-draw-undo-redo-container button.bp-btn-annotate-draw-undo svg{fill:#eaeaea;vertical-align:middle}.bp-annotation-caret{left:50%;position:absolute}.bp-annotation-caret:after,.bp-annotation-caret:before{border:solid transparent;content:" ";height:0;left:50%;pointer-events:none;position:absolute;top:0;transform:rotate(-225deg);width:0}.bp-annotation-caret:after{border-color:transparent transparent #fff #fff;border-width:6px;margin:-4px 0 0 -6px}.bp-annotation-caret:before{border-color:transparent transparent #bdc3c7 #bdc3c7;border-width:6px;margin:-5px 0 0 -6px}.delete-comment-btn svg{fill:#636363}.delete-comment-btn:hover svg{fill:#494949}.bp-annotation-drawing-dialog,.bp-annotation-highlight-dialog .bp-btn-plain,.bp-annotation-highlight-dialog .bp-btn-plain:hover{padding-left:5px;padding-right:5px}.bp-annotation-drawing-dialog .icon,.bp-annotation-drawing-dialog svg,.bp-annotation-highlight-dialog .bp-btn-plain .icon,.bp-annotation-highlight-dialog .bp-btn-plain:hover .icon,.bp-annotation-highlight-dialog .bp-btn-plain:hover svg,.bp-annotation-highlight-dialog .bp-btn-plain svg{fill:#636363}.bp-annotation-drawing-dialog:hover .icon,.bp-annotation-drawing-dialog:hover svg,.bp-annotation-highlight-dialog .bp-btn-plain:hover .icon,.bp-annotation-highlight-dialog .bp-btn-plain:hover:hover .icon,.bp-annotation-highlight-dialog .bp-btn-plain:hover:hover svg,.bp-annotation-highlight-dialog .bp-btn-plain:hover svg{fill:#494949}.bp-highlight-comment-btn:hover .icon{fill:#fff}.bp-add-highlight-btn:hover svg,.bp-is-text-highlighted .bp-annotation-highlight-dialog .bp-btn-plain svg{fill:#fed94e}.bp-is-text-highlighted .bp-annotation-highlight-dialog .bp-btn-plain.bp-is-active svg{fill:#ffc900}.bp-is-text-highlighted .bp-annotation-highlight-dialog .bp-btn-plain:hover svg{fill:#f5b31b}.bp-btn-plain.bp-btn-annotate-point.bp-is-active svg{fill:#0061d5}.bp-annotation-dialog,.bp-create-annotation-dialog{border-top:20px solid transparent;cursor:default;position:absolute;text-align:left;z-index:9999}.bp-annotation-dialog .annotation-container,.bp-create-annotation-dialog .annotation-container{background-color:#fff;border:1px solid #ccc;border-radius:4px;overflow-x:hidden;overflow-y:auto;padding:15px;white-space:normal;width:282px}.bp-annotation-dialog .bp-textarea,.bp-create-annotation-dialog .bp-textarea{display:block;font-size:13px;height:34px;line-height:13px;margin:0;max-width:250px;min-height:34px;padding:7px;resize:vertical;transition:border-color .15s linear,box-shadow .1s linear,min-height .1s;width:100%}.bp-annotation-dialog .bp-textarea.bp-is-active,.bp-create-annotation-dialog .bp-textarea.bp-is-active{min-height:68px}.bp-annotation-dialog .bp-textarea.bp-invalid-input,.bp-create-annotation-dialog .bp-textarea.bp-invalid-input{border-color:rgba(239,72,54,.5)}.bp-annotation-dialog .annotation-comment,.bp-create-annotation-dialog .annotation-comment{border-bottom:1px solid #ccc;margin-top:15px;padding-bottom:15px;position:relative}.bp-annotation-dialog .annotation-comment:first-child,.bp-create-annotation-dialog .annotation-comment:first-child{margin-top:0}.bp-annotation-dialog .annotation-comment:last-child,.bp-create-annotation-dialog .annotation-comment:last-child{border-bottom:0}.bp-annotation-dialog.cannot-annotate .annotation-comment:last-child,.bp-create-annotation-dialog.cannot-annotate .annotation-comment:last-child{padding-bottom:0}.bp-annotation-dialog.cannot-annotate .delete-comment-btn,.bp-annotation-dialog.cannot-annotate .reply-container,.bp-create-annotation-dialog.cannot-annotate .delete-comment-btn,.bp-create-annotation-dialog.cannot-annotate .reply-container{display:none}.bp-annotation-dialog .profile-image-container,.bp-create-annotation-dialog .profile-image-container{display:inline-block;padding-right:5px;vertical-align:top;width:37px}.bp-annotation-dialog .profile-image-container img,.bp-create-annotation-dialog .profile-image-container img{border-radius:50%;display:block;height:32px;width:32px}.bp-annotation-dialog .profile-container,.bp-create-annotation-dialog .profile-container{display:inline-block}.bp-annotation-dialog .profile-container .user-name,.bp-create-annotation-dialog .profile-container .user-name{color:#444;font-size:13px;font-weight:700;max-width:175px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bp-annotation-dialog .profile-container .comment-date,.bp-create-annotation-dialog .profile-container .comment-date{color:#777;font-size:11px;padding-top:2px}.bp-annotation-dialog .comment-text,.bp-create-annotation-dialog .comment-text{color:#444;font-size:12px;padding-top:10px;width:250px;word-wrap:break-word}.bp-annotation-dialog .delete-confirmation,.bp-create-annotation-dialog .delete-confirmation{background-color:hsla(0,0%,100%,.95);height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.bp-annotation-dialog .delete-confirmation .button-container,.bp-create-annotation-dialog .delete-confirmation .button-container{margin-top:0;text-align:center}.bp-annotation-dialog .delete-confirmation-message,.bp-create-annotation-dialog .delete-confirmation-message{color:#444;font-size:12px;padding:0 0 5px;text-align:center}.bp-annotation-dialog .button-container,.bp-create-annotation-dialog .button-container{margin-top:15px;position:relative;text-align:right;width:100%}.bp-annotation-dialog .button-container .bp-btn:last-child,.bp-create-annotation-dialog .button-container .bp-btn:last-child{margin-right:0}.bp-annotation-dialog .delete-comment-btn,.bp-create-annotation-dialog .delete-comment-btn{position:absolute;right:0;top:0}.bp-annotation-dialog .delete-comment-btn svg,.bp-create-annotation-dialog .delete-comment-btn svg{height:18px;width:18px}.bp-annotation-dialog .delete-comment-btn:focus,.bp-create-annotation-dialog .delete-comment-btn:focus{box-shadow:0 0 2px 1px rgba(0,0,0,.2)}.bp-point-annotation-marker{background-color:transparent;border-style:none;cursor:pointer;padding:0;position:absolute;width:24px}.bp-point-annotation-marker:hover{z-index:9999}.bp-point-annotation-marker svg{fill:rgba(0,97,213,.65);transition:fill .5s}.bp-point-annotation-marker:hover svg{fill:#0061d5}.bp-point-annotation-marker.bp-annotation-dialog-flipped path,.bp-point-annotation-marker.bp-annotation-dialog-flipped rect{display:none}.bp-annotation-dialog-flipped .bp-annotation-caret{transform:rotate(180deg)}.bp-annotation-profile{background-color:#64686d;border-radius:16px;color:#fff;font-size:12px;height:32px;line-height:32px;text-align:center;width:32px}.bp-annotation-profile.avatar-color-0{background-color:#18bbf7}.bp-annotation-profile.avatar-color-1{background-color:#0d67c7}.bp-annotation-profile.avatar-color-2{background-color:#052e5c}.bp-annotation-profile.avatar-color-3{background-color:#747679}.bp-annotation-profile.avatar-color-4{background-color:#fda308}.bp-annotation-profile.avatar-color-5{background-color:#98c332}.bp-annotation-profile.avatar-color-6{background-color:#159f45}.bp-annotation-profile.avatar-color-7{background-color:#b800b2}.bp-annotation-profile.avatar-color-8{background-color:#f22c44}.bp-annotation-layer-highlight{cursor:text;left:0;mix-blend-mode:multiply;position:absolute;top:15px}.bp-highlight-dialog{border-top:20px solid transparent;color:#444;display:table;position:absolute;z-index:9999}.bp-highlight-dialog.cannot-annotate .bp-add-highlight-btn,.bp-highlight-dialog.cannot-annotate .bp-highlight-comment-btn{display:none}.bp-annotation-drawing-dialog,.bp-annotation-highlight-dialog,.bp-annotation-highlight-dialog:hover{background-color:#fff;border:1px solid #ccc;border-radius:3px;padding:5px 6px}.bp-annotation-drawing-dialog .bp-add-highlight-btn,.bp-annotation-highlight-dialog .bp-add-highlight-btn,.bp-annotation-highlight-dialog:hover .bp-add-highlight-btn{padding-top:1px}.bp-annotation-drawing-dialog .bp-btn-annotate-draw-add,.bp-annotation-drawing-dialog .bp-btn-annotate-draw-delete,.bp-annotation-highlight-dialog .bp-btn-annotate-draw-add,.bp-annotation-highlight-dialog .bp-btn-annotate-draw-delete,.bp-annotation-highlight-dialog:hover .bp-btn-annotate-draw-add,.bp-annotation-highlight-dialog:hover .bp-btn-annotate-draw-delete{color:#636363;padding:8px}.bp-annotation-drawing-dialog .bp-btn-annotate-draw-add:active,.bp-annotation-drawing-dialog .bp-btn-annotate-draw-add:hover,.bp-annotation-drawing-dialog .bp-btn-annotate-draw-delete:active,.bp-annotation-drawing-dialog .bp-btn-annotate-draw-delete:hover,.bp-annotation-highlight-dialog .bp-btn-annotate-draw-add:active,.bp-annotation-highlight-dialog .bp-btn-annotate-draw-add:hover,.bp-annotation-highlight-dialog .bp-btn-annotate-draw-delete:active,.bp-annotation-highlight-dialog .bp-btn-annotate-draw-delete:hover,.bp-annotation-highlight-dialog:hover .bp-btn-annotate-draw-add:active,.bp-annotation-highlight-dialog:hover .bp-btn-annotate-draw-add:hover,.bp-annotation-highlight-dialog:hover .bp-btn-annotate-draw-delete:active,.bp-annotation-highlight-dialog:hover .bp-btn-annotate-draw-delete:hover{color:#494949;padding:8px}.bp-annotation-drawing-dialog .bp-btn-annotate-draw-add,.bp-annotation-drawing-dialog .bp-btn-annotate-draw-add:active,.bp-annotation-drawing-dialog .bp-btn-annotate-draw-add:hover,.bp-annotation-highlight-dialog .bp-btn-annotate-draw-add,.bp-annotation-highlight-dialog .bp-btn-annotate-draw-add:active,.bp-annotation-highlight-dialog .bp-btn-annotate-draw-add:hover,.bp-annotation-highlight-dialog:hover .bp-btn-annotate-draw-add,.bp-annotation-highlight-dialog:hover .bp-btn-annotate-draw-add:active,.bp-annotation-highlight-dialog:hover .bp-btn-annotate-draw-add:hover{padding-right:4px}.bp-annotation-drawing-dialog .bp-btn-annotate-draw-delete,.bp-annotation-drawing-dialog .bp-btn-annotate-draw-delete:active,.bp-annotation-drawing-dialog .bp-btn-annotate-draw-delete:hover,.bp-annotation-highlight-dialog .bp-btn-annotate-draw-delete,.bp-annotation-highlight-dialog .bp-btn-annotate-draw-delete:active,.bp-annotation-highlight-dialog .bp-btn-annotate-draw-delete:hover,.bp-annotation-highlight-dialog:hover .bp-btn-annotate-draw-delete,.bp-annotation-highlight-dialog:hover .bp-btn-annotate-draw-delete:active,.bp-annotation-highlight-dialog:hover .bp-btn-annotate-draw-delete:hover{padding-left:4px}.bp-annotation-drawing-dialog .bp-highlight-comment-btn,.bp-annotation-highlight-dialog .bp-highlight-comment-btn,.bp-annotation-highlight-dialog:hover .bp-highlight-comment-btn{padding-top:3px}.bp-create-highlight-comment{background-color:#fff;overflow-x:hidden;overflow-y:auto;padding:10px 9px;white-space:normal}.bp-annotation-drawing-dialog{padding:0}.bp-use-default-cursor,.bp-use-default-cursor .textLayer>div{cursor:default}.bp-doc .rangy-highlight{background-color:#ff0;position:relative}.bp-quad-corner-container{bottom:0;left:0;position:absolute;right:0;top:0}.bp-quad-corner{background:none;height:0;position:absolute;width:0}.bp-quad-corner.corner1{bottom:0;left:0}.bp-quad-corner.corner2{bottom:0;right:0}.bp-quad-corner.corner3{right:0;top:0}.bp-quad-corner.corner4{left:0;top:0}.bp-annotation-drawing-label,.bp-annotation-highlight-label{padding:8px 0 8px 8px;width:100%}.bp-annotation-draw-boundary{animation:dash 1s linear infinite;fill:none;stroke:#000;stroke-dasharray:5;stroke-width:3px}@keyframes dash{0%{stroke-dashoffset:10}to{stroke-dashoffset:0}}.bp-annotation-draw .textLayer{pointer-events:none}.bp-annotation-draw .textLayer>div{pointer-events:auto}.bp-annotation-layer-draw,.bp-annotation-layer-draw-in-progress{left:0;mix-blend-mode:multiply;position:absolute;top:15px}.bp-annotation-mode .bp-annotation-layer-highlight,.bp-annotation-mode .page,.bp-annotation-mode .textLayer>div,.bp-annotation-mode>img,.bp-annotation-mode img{cursor:crosshair}.bp-annotation-mode .textLayer .endOfContent,.bp-annotation-mode .textLayer>div{pointer-events:none}.bp-mobile-annotation-dialog,.bp-mobile-create-annotation-dialog{background:#fff;border-top:0;height:100%;position:absolute;top:0;width:100%;z-index:99999}.bp-mobile-annotation-dialog.bp-animate-show-dialog:not(.bp-plain-highlight),.bp-mobile-create-annotation-dialog.bp-animate-show-dialog:not(.bp-plain-highlight){animation:show-dialog-small;animation-duration:.2s;animation-fill-mode:forwards}@media (min-width:768px){.bp-mobile-annotation-dialog.bp-animate-show-dialog:not(.bp-plain-highlight),.bp-mobile-create-annotation-dialog.bp-animate-show-dialog:not(.bp-plain-highlight){animation:show-dialog-tablet;animation-duration:.2s;animation-fill-mode:forwards;border-left:1px solid #ccc;width:450px}}.bp-mobile-annotation-dialog.bp-animate-show-dialog.bp-plain-highlight,.bp-mobile-create-annotation-dialog.bp-animate-show-dialog.bp-plain-highlight{animation:show-highlight-dialog;animation-duration:.2s;animation-fill-mode:forwards}.bp-mobile-create-annotation-dialog{bottom:0;height:auto;top:auto}.bp-create-annotation-dialog.bp-mobile-annotation-dialog{height:auto}.bp-create-annotation-dialog.bp-mobile-annotation-dialog .bp-annotation-highlight-dialog{bottom:0}@keyframes show-dialog-small{0%{top:100%}to{top:0}}@keyframes show-dialog-tablet{0%{right:-50%}to{right:0}}@keyframes show-highlight-dialog{0%{top:-48px}to{top:0}}.bp-mobile-annotation-dialog.bp-annotation-dialog .annotation-container,.bp-mobile-create-annotation-dialog .annotation-container{background-color:#fff;border:0;border-radius:4px;height:100%;overflow-x:hidden;overflow-y:auto;padding:15px;position:absolute;width:100%}.bp-mobile-annotation-dialog.bp-annotation-dialog .bp-annotation-mobile-header,.bp-mobile-create-annotation-dialog .bp-annotation-mobile-header{align-items:center;background-color:#fff;display:flex;height:48px;justify-content:space-between;padding:0;border-color:#ccc;border-style:solid;border-width:1px 0}.bp-mobile-annotation-dialog.bp-annotation-dialog .bp-annotation-dialog-close,.bp-mobile-create-annotation-dialog .bp-annotation-dialog-close{background:none;border:0;display:inline-block;height:48px;line-height:1;margin-top:-1px;padding:3px;vertical-align:middle;width:48px}.bp-mobile-annotation-dialog.bp-annotation-dialog .bp-annotation-dialog-close .icon,.bp-mobile-create-annotation-dialog .bp-annotation-dialog-close .icon{fill:rgba(73,73,73,.75)}.bp-mobile-annotation-dialog.bp-annotation-dialog .bp-annotation-dialog-close:hover .icon,.bp-mobile-create-annotation-dialog .bp-annotation-dialog-close:hover .icon{fill:#494949}.bp-mobile-annotation-dialog.bp-annotation-dialog .bp-textarea,.bp-mobile-create-annotation-dialog .bp-textarea{font-size:16px;line-height:16px;min-width:100%}.bp-mobile-annotation-dialog.bp-annotation-dialog .comment-text,.bp-mobile-create-annotation-dialog .comment-text{width:100%}.bp-mobile-annotation-dialog.bp-annotation-dialog .profile-image-container,.bp-mobile-create-annotation-dialog .profile-image-container{width:43px}.bp-mobile-annotation-dialog.bp-annotation-dialog .profile-image-container img,.bp-mobile-create-annotation-dialog .profile-image-container img{height:40px;width:40px}.bp-mobile-annotation-dialog.bp-annotation-dialog .profile-container .user-name,.bp-mobile-create-annotation-dialog .profile-container .user-name{font-size:16px}.bp-mobile-annotation-dialog.bp-annotation-dialog .profile-container .comment-date,.bp-mobile-create-annotation-dialog .profile-container .comment-date{font-size:14px}.bp-mobile-annotation-dialog.bp-annotation-dialog .bp-btn,.bp-mobile-create-annotation-dialog .bp-btn{font-size:16}.bp-mobile-annotation-dialog.bp-annotation-dialog .comment-text,.bp-mobile-annotation-dialog.bp-annotation-dialog .delete-confirmation-message,.bp-mobile-create-annotation-dialog .comment-text,.bp-mobile-create-annotation-dialog .delete-confirmation-message{font-size:15px}.bp-mobile-annotation-dialog.bp-annotation-dialog .delete-comment-btn svg,.bp-mobile-create-annotation-dialog .delete-comment-btn svg{height:24px;width:24px}.bp-mobile-annotation-dialog.bp-annotation-dialog .reply-container,.bp-mobile-create-annotation-dialog .reply-container{padding-bottom:45px}.bp-mobile-annotation-dialog.bp-plain-highlight{height:47px;top:auto;border-color:#ccc;border-style:solid;border-width:1px 0}.bp-mobile-annotation-dialog .annotation-container section[data-section=create],.bp-mobile-annotation-dialog .bp-annotation-highlight-btns,.bp-mobile-annotation-dialog .bp-create-comment,.bp-mobile-create-annotation-dialog{background:#fff;bottom:0;left:0;padding:15px;position:fixed;width:100%;border-color:#ccc;border-style:solid;border-width:1px 0}@media (min-width:768px){.bp-mobile-annotation-dialog .annotation-container{left:auto;padding:15px 0;width:415px}}.bp-mobile-annotation-dialog .bp-annotation-highlight-dialog{border:none;color:#444;font-size:16px;line-height:16px;min-width:100%;padding:15px;position:absolute;text-align:center;z-index:9999}.bp-mobile-annotation-dialog .bp-annotation-highlight-dialog .bp-annotation-highlight-btns{display:flex;justify-content:flex-start;padding:0}.bp-mobile-annotation-dialog .bp-annotation-highlight-dialog .bp-annotation-highlight-btns button{flex-grow:1;padding:15px 0}.bp-mobile-annotation-dialog .bp-annotation-highlight-dialog .bp-annotation-highlight-btns button:nth-child(2):before{border-right:1px solid #ccc;bottom:17px;content:"";height:25px;position:absolute;right:50%}.bp-mobile-annotation-dialog .bp-annotation-highlight-dialog.cannot-annotate .bp-add-highlight-btn,.bp-mobile-annotation-dialog .bp-annotation-highlight-dialog.cannot-annotate .bp-highlight-comment-btn{display:none}.bp-container .bp-annotate-draw-undo-redo-container{margin:0}@media (min-width:768px){.bp-container .bp-annotate-draw-undo-redo-container{margin:0 auto}}.bp-image{border:0 none;bottom:0;height:100%;left:0;margin:0;overflow:auto;padding:0;position:absolute;right:0;text-align:center;top:0;white-space:nowrap;width:100%}.bp-image:before{content:"";display:inline-block;height:100%;vertical-align:middle}.bp-image img{position:absolute;vertical-align:middle}.bp-image .pannable,.bp-image .panning{cursor:move}.bp-image .zoomable,.bp-images-wrapper{cursor:pointer;cursor:zoom-in}.bp-images-wrapper{border:0 none;bottom:0;cursor:default;height:100%;left:0;margin:0 auto;overflow:auto;padding:0;position:absolute;right:0;text-align:center;top:0;white-space:nowrap;width:100%}.bp-images.pannable{cursor:move;cursor:-webkit-grab;cursor:grab}.bp-images.panning{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.bp-images.zoomable{cursor:pointer;cursor:zoom-in}.bp-images{border:0 none;margin:0 auto;padding:0}.bp-images img{display:block;margin-bottom:10px;width:100%}.bp-image-360 .bp-reset-icon{display:none}@media (max-width:510px){.bp-box3d .bp-pullup{right:0}}@media (max-height:550px){.bp-box3d .bp-pullup{height:250px;overflow:scroll}}.bp-is-mobile .bp-box3d .bp-controls{opacity:1!important;z-index:1}.bp-box3d{border:0 none;display:flex;height:100%;left:0;margin:0;padding:0;position:absolute;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.bp-box3d.vr-enabled .bp-controls{opacity:0!important}.bp-box3d canvas{cursor:move;cursor:-webkit-grab;cursor:grab;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bp-box3d.bp-invisible{visibility:hidden}.bp-box3d canvas:active{cursor:-webkit-grabbing;cursor:grabbing}.bp-box3d .bp-overlay-panel{background:#fff;border:1px solid #caccd0;color:#484848;font-size:13px;font-weight:400;margin:auto;outline:0;position:absolute;z-index:2}.bp-box3d .bp-overlay-panel span{display:inline-block;opacity:.7;position:relative;top:5px}.bp-box3d .bp-toggle-overlay .bp-menu{min-width:196px}.bp-box3d li,.bp-box3d ul{list-style:none;margin:0;padding:0}.bp-box3d input[type=checkbox]{opacity:1}.bp-text-plain{background-color:#fff;bottom:0;left:0;margin:0;overflow:auto;position:absolute;right:0;text-align:left;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:pre-wrap;word-wrap:break-word}.bp-is-selectable .bp-text-plain{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.bp .bp-text-plain{padding:20px 50px}.bp-text-plain ol,.bp-text-plain ul{list-style:initial}.bp-text-truncated{font-family:Lato,Helvetica Neue,Helvetica,Arial,sans-serif;padding-bottom:75px;text-align:center}.bp-text-truncated p{margin:10px 0}@media print{.bp-text-plain{margin:0;overflow:visible;padding:0;position:static;word-wrap:break-word}.bp-text-truncated .bp-btn-download{display:none}}.markdown-body{white-space:normal}.bp-text-csv{align-items:center;bottom:0;color:#000;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;margin:0;overflow:auto;position:absolute;right:0;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:pre;word-break:normal;word-wrap:normal}.bp-is-selectable .bp-text-csv{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.bp-text-csv .bp-text-csv-grid{width:100%}.bp-text-csv .bp-text-csv-odd-row{background-color:#fcfcfc}.bp-text-csv .bp-text-csv-cell{border-right:1px solid #eaeaea;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:auto;padding:0 .5em;width:100%}.bp-text-csv ::-webkit-scrollbar{height:5px;width:5px}.bp-text-csv ::-webkit-scrollbar-track{background-color:#eaeaea;border-radius:5px}.bp-text-csv ::-webkit-scrollbar-thumb:vertical{background-color:rgba(0,0,0,.2);border-radius:6px}.bp-text-csv ::-webkit-scrollbar-thumb:horizontal:hover,.bp-text-csv ::-webkit-scrollbar-thumb:vertical:hover{background:rgba(0,0,0,.4)}.bp-text-csv ::-webkit-scrollbar-thumb:horizontal{background-color:rgba(0,0,0,.2);border-radius:6px}.bp-media-mp3 .bp-media-container{height:60px;outline:0 none;overflow:visible;width:360px}.bp-media-mp3 .bp-media-fullscreen-icon{display:none}.bp-media-mp3 .bp-media-gear-icon{position:absolute;right:10px}.bp-media-mp3 .bp-media-controls-wrapper{background:#000;opacity:1;visibility:visible}.bp-media-mp3 .bp-image-switch-360-icon,.bp-media-mp3 .bp-media-settings-item-quality{display:none}.bp-media-mp4 video{cursor:none;display:block;max-height:100%;max-width:100%;width:100%}.bp-media-mp4 .bp-media-controls-is-visible video{cursor:pointer}.bp-is-fullscreen .bp-media-mp4 .bp-media-container{width:100%}.bp-media-mp4 .bp-image-switch-360-icon,.bp-media-mp4 .bp-media-settings-item-quality{display:none}.bp-media-mp4 .bp-media-controls-btn,.bp-media-mp4 .bp-media-controls-label{opacity:.9}.bp-media-mp4 .bp-media-controls-btn:hover,.bp-media-mp4 .bp-media-controls-label:hover{opacity:1}.bp-media-scrubber-container{height:16px;position:relative;width:100%}.bp-media-scrubber-wrapper{height:100%;left:50%;position:absolute;top:0;width:100%}.bp-media-scrubber{height:3px;left:-50%;position:absolute;top:7px;width:100%}.bp-media-scrubber-buffered,.bp-media-scrubber-converted,.bp-media-scrubber-played,.bp-media-scrubber-underlay{height:3px;position:absolute;transition:transform .1s ease-in-out}.bp-media-scrubber-converted{background-color:hsla(0,0%,100%,.5);cursor:pointer}.bp-media-scrubber-buffered{background-color:#fff;height:3px;position:absolute}.bp-media-scrubber-played{background-color:#0061d5;cursor:pointer}.bp-media-scrubber-underlay{cursor:not-allowed;width:100%}.bp-media-scrubber-handle{background-color:#0061d5;border-radius:6px;cursor:pointer;height:12px;margin-left:-6px;position:absolute;top:-4.25px;transform:scale(0);transition:transform .05s ease-in-out;width:12px}.bp-media-scrubber-container .bp-media-scrubber-hover .bp-media-scrubber-handle,.bp-media-scrubber-container:hover .bp-media-scrubber-handle{transform:scale(1)}.bp-media-scrubber-container .bp-media-scrubber-hover .bp-media-scrubber-buffered,.bp-media-scrubber-container .bp-media-scrubber-hover .bp-media-scrubber-converted,.bp-media-scrubber-container .bp-media-scrubber-hover .bp-media-scrubber-played,.bp-media-scrubber-container .bp-media-scrubber-hover .bp-media-scrubber-underlay,.bp-media-scrubber-container:hover .bp-media-scrubber-buffered,.bp-media-scrubber-container:hover .bp-media-scrubber-converted,.bp-media-scrubber-container:hover .bp-media-scrubber-played,.bp-media-scrubber-container:hover .bp-media-scrubber-underlay{transform:scaleY(2)}.bp-media-scrubber-container .bp-media-scrubber-touch .bp-media-scrubber-handle{transform:scale(1)}.bp-media-scrubber-container .bp-media-scrubber-touch .bp-media-scrubber-buffered,.bp-media-scrubber-container .bp-media-scrubber-touch .bp-media-scrubber-converted,.bp-media-scrubber-container .bp-media-scrubber-touch .bp-media-scrubber-played,.bp-media-scrubber-container .bp-media-scrubber-touch .bp-media-scrubber-underlay{transform:scaleY(2)}.bp-media-settings{background-color:#fff;border:1px solid #bdc3c7;border-radius:2px;bottom:60px;color:#444;display:inline-block;font-size:10px;line-height:0;max-height:210px;max-width:400px;-ms-overflow-style:-ms-autohiding-scrollbar;overflow-x:hidden;overflow-y:auto;padding:8px;position:absolute;right:16px;transition:width .2s,height .2s;visibility:hidden}.bp-media-settings-is-open .bp-media-settings{visibility:visible}.bp-media-mp3 .bp-media-settings{bottom:65px;right:0}.bp-media-settings-menu{display:table}.bp-media-settings-menu-audiotracks,.bp-media-settings-menu-autoplay,.bp-media-settings-menu-quality,.bp-media-settings-menu-speed,.bp-media-settings-menu-subtitles,.bp-media-settings-show-audiotracks .bp-media-settings-menu-main,.bp-media-settings-show-autoplay .bp-media-settings-menu-main,.bp-media-settings-show-quality .bp-media-settings-menu-main,.bp-media-settings-show-speed .bp-media-settings-menu-main,.bp-media-settings-show-subtitles .bp-media-settings-menu-main{display:none}.bp-media-settings-show-audiotracks .bp-media-settings-menu-audiotracks,.bp-media-settings-show-autoplay .bp-media-settings-menu-autoplay,.bp-media-settings-show-quality .bp-media-settings-menu-quality,.bp-media-settings-show-speed .bp-media-settings-menu-speed,.bp-media-settings-show-subtitles .bp-media-settings-menu-subtitles{display:table}.bp-media-mp3 .bp-media-settings-item-audiotracks,.bp-media-mp3 .bp-media-settings-item-quality,.bp-media-mp3 .bp-media-settings-item-subtitles,.bp-media-mp4 .bp-media-settings-item-audiotracks,.bp-media-mp4 .bp-media-settings-item-quality,.bp-media-mp4 .bp-media-settings-item-subtitles{display:none}.bp-media-settings-item,.bp-media-settings-sub-item{cursor:pointer;display:table-row;height:26px;outline:0 none;overflow:hidden;padding:4px;white-space:nowrap}.bp-media-settings-item:hover,.bp-media-settings-sub-item:hover{background-color:#f6fafd}.bp-media-settings-item:hover .bp-media-settings-label,.bp-media-settings-sub-item:hover .bp-media-settings-label{color:#aabed1}.bp-media-settings-item:hover .bp-media-settings-value,.bp-media-settings-sub-item:hover .bp-media-settings-value{color:#2c3e50}.bp-has-keyboard-focus .bp-media-settings-item:focus,.bp-has-keyboard-focus .bp-media-settings-sub-item:focus{background-color:#0061d5}.bp-has-keyboard-focus .bp-media-settings-item:focus .bp-media-settings-label,.bp-has-keyboard-focus .bp-media-settings-item:focus .bp-media-settings-value,.bp-has-keyboard-focus .bp-media-settings-sub-item:focus .bp-media-settings-label,.bp-has-keyboard-focus .bp-media-settings-sub-item:focus .bp-media-settings-value{color:#fff}.bp-has-keyboard-focus .bp-media-settings-item:focus svg,.bp-has-keyboard-focus .bp-media-settings-sub-item:focus svg{fill:#fff}.bp-media-settings-audiotracks-unavailable .bp-media-settings-item-audiotracks,.bp-media-settings-audiotracks-unavailable .bp-media-settings-menu-audiotracks,.bp-media-settings-autoplay-unavailable .bp-media-settings-item-autoplay,.bp-media-settings-autoplay-unavailable .bp-media-settings-menu-autoplay,.bp-media-settings-subtitles-unavailable .bp-media-settings-item-subtitles,.bp-media-settings-subtitles-unavailable .bp-media-settings-menu-subtitles{display:none}.bp-media-settings-label,.bp-media-settings-value{display:table-cell;padding:4px;vertical-align:middle}.bp-media-settings-label{color:#999ea4;font-size:11px;font-weight:400;text-transform:uppercase}.bp-media-settings-item .bp-media-settings-label{text-align:left}.bp-media-settings-sub-item .bp-media-settings-label{text-align:center}.bp-media-settings-value{color:#464a4f;font-size:12px;padding-left:10px;text-align:left}.bp-media-settings-selected .bp-media-settings-value{color:#0061d5}.bp-media-settings-arrow{display:table-cell;vertical-align:middle}.bp-media-settings-arrow svg{height:18px;width:18px}.bp-media-settings-icon{display:table-cell;text-align:center;vertical-align:middle}.bp-media-settings-icon svg{height:16px;visibility:hidden;width:16px}.bp-media-settings-selected .bp-media-settings-icon svg{visibility:visible}.bp-media-settings-icon:hover svg{fill:#fff}.bp-media-controls-is-visible .bp-media-controls-wrapper,.bp-media-controls-wrapper:active,.bp-media-controls-wrapper:focus{opacity:1;visibility:visible}.bp-media-controls-wrapper{background-image:linear-gradient(0deg,rgba(0,0,0,.6) 0,transparent);bottom:0;height:60px;left:0;margin:auto;opacity:0;overflow:hidden;position:absolute;right:0;transition:visibility .3s,opacity .3s;visibility:hidden;width:100%}.bp-media-time-scrubber-container{outline:0 none}.bp-media-volume-scrubber-container-wrapper{display:inline-block;height:40px;overflow:hidden;transition:width .2s ease-in-out;width:0}.bp-media-controls-volume-scrubber-expand{width:96px}.bp-media-volume-scrubber-container{display:inline-block;height:40px;outline:0 none;padding:10px 8px 0;position:relative;width:96px}.bp-media-volume-scrubber-container .bp-media-scrubber-handle{transform:scale(1)}.bp-media-volume-scrubber-container .bp-media-scrubber-buffered,.bp-media-volume-scrubber-container .bp-media-scrubber-converted,.bp-media-volume-scrubber-container .bp-media-scrubber-played,.bp-media-volume-scrubber-container .bp-media-scrubber-underlay{transform:scaleY(1)!important}.bp-media-controls-container{height:40px;margin:0;padding:0 10px;text-align:left}.bp-media-controls-btn,.bp-media-controls-label{background-color:transparent;border:none;color:#fff;cursor:pointer;display:inline-block;font-size:12px;font-weight:400;height:40px;margin:0;opacity:.7;outline:0 none;padding:0;text-align:center;vertical-align:top;width:45px}.bp-media-controls-btn:hover,.bp-media-controls-label:hover{opacity:1}.bp-media-volume-icon{display:inline-block;height:40px;position:relative;vertical-align:top;width:36px}.bp-is-mobile .bp-media-volume-icon{display:none}.bp-media-controls-label{cursor:default;display:inline-block;line-height:40px;margin:0 4px;vertical-align:top;width:auto}.bp-media-controls-timecode{margin-left:13px}.bp-media-controls-volume-control{display:inline-block;height:40px;vertical-align:top;width:45px}.bp-is-mobile .bp-media-controls-volume-control{display:none}.bp-media-gear-icon{position:relative}.bp-media-gear-icon svg path{transform-origin:50%;transition:all .3s}.bp-media-settings-is-open .bp-media-gear-icon svg path{transform:rotate(60deg)}.bp-is-fullscreen .bp-media-fullscreen-icon .bp-exit-fullscreen-icon{display:inline-block}.bp-media-fullscreen-icon{position:absolute;right:10px}.bp-media-gear-icon{position:absolute;right:55px}.bp-media-cc-icon{position:absolute;right:100px;visibility:visible}.bp-media-settings-subtitles-unavailable .bp-media-cc-icon{visibility:hidden}.bp-media-controls-cc-icon-text{background-color:rgba(0,0,0,.3);border-radius:4px;bottom:2px;color:#fff;display:inline-block;font-size:12px;font-weight:600;height:22px;letter-spacing:.1em;line-height:22px;padding:0 0 0 1px;position:relative;width:24px}.bp-media-controls-cc-icon-text:hover,.bp-media-settings-subtitles-on .bp-media-controls-cc-icon-text{background-color:#0061d5;color:#fff}.bp-media-controls-hd{background-color:#0061d5;border-radius:3px;display:none;font-size:8px;font-weight:600;left:22px;letter-spacing:.1em;line-height:8px;padding:2px 2px 2px 3px;position:absolute}.bp-media-controls-is-hd .bp-media-controls-hd,.bp-media-play-icon{display:inline}.bp-media-is-playing .bp-media-play-icon,.bp-media-pause-icon{display:none}.bp-media-is-playing .bp-media-pause-icon{display:inline}.bp-media-volume-icon-high,.bp-media-volume-icon-low,.bp-media-volume-icon-medium,.bp-media-volume-icon-mute{display:none;left:6px;position:absolute}.bp-media-volume-icon-is-high .bp-media-volume-icon-high,.bp-media-volume-icon-is-low .bp-media-volume-icon-low,.bp-media-volume-icon-is-medium .bp-media-volume-icon-medium,.bp-media-volume-icon-is-mute .bp-media-volume-icon-mute{display:inline}.bp-media{align-items:center;border:0 none;bottom:0;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;margin:0;padding:0;position:absolute;right:0;top:0;visibility:hidden;width:100%}.bp-media.bp-is-visible{visibility:visible}.bp-media-container{outline:0 none;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bp-media-play-button{background:rgba(0,0,0,.5);border:4px solid #fff;border-radius:40px;color:#fff;cursor:pointer;font-size:40px;height:80px;left:50%;padding-top:12px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transition:all .2s;width:80px}.bp-media-play-button:hover{background:#000}.bp-has-keyboard-focus .bp-media-controls-btn:focus,.bp-has-keyboard-focus .bp-media-time-scrubber-container:focus,.bp-has-keyboard-focus .bp-media-volume-scrubber-container:focus{box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.5),0 1px 2px rgba(0,0,0,.1)}.bp-dark .bp-btn-loading-download,.bp-dark .bp-error,.bp-dark .bp-loading-text{color:#fff}.bp-dark .bp-icon{opacity:.9}.bp-is-buffering.bp-loaded .bp-loading-wrapper,.bp-is-buffering .bp-loading-wrapper{animation-name:none;display:block}.bp-is-buffering.bp-loaded .bp-loading-wrapper .bp-icon,.bp-is-buffering.bp-loaded .bp-loading-wrapper .bp-loading-btn-container,.bp-is-buffering.bp-loaded .bp-loading-wrapper .bp-loading-text,.bp-is-buffering .bp-loading-wrapper .bp-icon,.bp-is-buffering .bp-loading-wrapper .bp-loading-btn-container,.bp-is-buffering .bp-loading-wrapper .bp-loading-text{display:none}.bp-is-buffering.bp-loaded .bp-loading-wrapper .bp-crawler-wrapper,.bp-is-buffering .bp-loading-wrapper .bp-crawler-wrapper{position:static}.bp-is-buffering.bp-loaded .bp-loading-wrapper .bp-crawler-wrapper .bp-crawler div,.bp-is-buffering .bp-loading-wrapper .bp-crawler-wrapper .bp-crawler div{background-color:#0061d5}.bp-is-mobile ::-webkit-media-controls-start-playback-button{display:none}.bp-media-dash video{cursor:none;display:block;max-height:100%;max-width:100%;width:100%}.bp-media-dash .bp-media-controls-btn,.bp-media-dash .bp-media-controls-label{opacity:.9}.bp-media-dash .bp-media-controls-btn:hover,.bp-media-dash .bp-media-controls-label:hover{opacity:1}.bp-media-dash .bp-media-controls-is-visible video{cursor:pointer}.bp-is-fullscreen .bp-media-dash .bp-media-container{width:100%}.bp-media-filmstrip-container{border:1px solid #464a4f;bottom:60px;display:none;height:110px;left:0;overflow:hidden;position:absolute;width:160px}.bp-media-filmstrip{position:relative}.bp-media-filmstrip-timecode{background-color:#222;bottom:0;color:#fff;font-size:13px;line-height:18px;position:absolute;text-align:center;width:100%;z-index:1}.bp-media-crawler-wrapper{left:50%;margin:-15px 0 0 -5px;position:relative;top:50%;width:10px;z-index:1}.bp-media-dash-stats{color:#fff;font-size:24px;position:absolute;right:20px;top:20px}.bp-video-360 .bp-media-container{display:flex}.bp-is-mobile .bp-video-360 .bp-media-container .bp-media-controls-wrapper{opacity:1!important;visibility:visible!important}.bp-video-360 canvas{cursor:move;cursor:-webkit-grab;cursor:grab}.bp .bp-doc.bp-doc-document{overflow-y:scroll}.bp-document-preload-wrapper{bottom:0;left:0;margin:0;opacity:1;overflow-y:scroll;position:absolute;right:0;top:0;transition:opacity .5s}.bp-document-preload-wrapper.bp-is-invisible{visibility:hidden}.bp-document-preload-wrapper.bp-is-transparent{opacity:0}.bp-document-preload-wrapper .bp-preload{background-color:#f5f5f5}.bp-theme-dark .bp-document-preload-wrapper .bp-preload{background-color:#464a4f}.bp-document-preload-wrapper .bp-preload-content{background-color:#fff;display:block;margin:15px auto 30px;padding-left:1px;position:relative}.bp-document-preload-wrapper .bp-preload-content.bp-preload-overlay{background-color:hsla(0,0%,100%,.4);bottom:0;left:0;position:absolute;right:0;top:0}.bp-doc{bottom:0;height:100%;left:0;letter-spacing:normal;margin:0;overflow:hidden;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.bp-doc [hidden]{display:none!important}.bp-doc.is-safari{transform:translateZ(0)}.bp-doc.bp-is-scrollable{overflow:auto}.bp-doc .pdfViewer .page{border:0;border-image:none;box-sizing:content-box!important;margin:0 auto;padding:15px 0;position:relative}.bp-doc .pdfViewer .page .loadingIcon{background:none;margin:auto}.bp-doc .pdfViewer .page .textAnnotation>img{opacity:0}.bp-doc .textLayer{bottom:auto;top:15px}.bp-doc .textLayer>div{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.bp-doc .textLayer .highlight{display:inline-block}.bp-doc .annotationLayer section{margin-top:15px}.bp-print-notification{display:none;font-size:24px}@media print{.bp-doc{display:none}.bp-print-notification{display:block}}.bp-find-bar{background:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 1px 0 hsla(0,0%,100%,.05) rgba(0,0,0,.05);font-family:Lato,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;padding:6px;position:absolute;right:17px;top:0}.bp-find-bar ::-ms-clear{display:none}.bp-find-bar .bp-doc-find-field{border:1px solid rgba(0,0,0,.05);border-radius:2px 0 0 2px;box-shadow:0 1px 0 hsla(0,0%,100%,.05) rgba(0,0,0,.05);color:#494949;height:34px;line-height:20px;outline-style:none;padding:6px 6px 6px 25px;transition-duration:.15s;transition-property:background-color,border-color,box-shadow;transition-timing-function:ease;width:200px}.bp-find-bar .bp-doc-find-field:focus,.bp-find-bar .bp-doc-find-field:hover{border-color:#0061d5}.bp-find-bar .bp-doc-find-results-count{color:rgba(73,73,73,.25);cursor:default;line-height:1;margin:0;padding:0;position:absolute;right:120px;text-align:right;top:37%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bp-find-bar .bp-doc-find-close,.bp-find-bar .bp-doc-find-next,.bp-find-bar .bp-doc-find-prev,.bp-find-bar .bp-doc-find-search{background:none;border:1px solid #eaeaea;display:inline-block;height:34px;line-height:1;margin-top:-1px;vertical-align:middle;width:34px}.bp-find-bar .bp-doc-find-close .icon,.bp-find-bar .bp-doc-find-next .icon,.bp-find-bar .bp-doc-find-prev .icon,.bp-find-bar .bp-doc-find-search .icon{fill:rgba(73,73,73,.75)}.bp-find-bar .bp-doc-find-search{border:0;left:5px;line-height:1;margin:0;padding:6px;position:absolute;text-align:left;top:15%}.bp-find-bar .bp-doc-find-close{border:0;padding:6px}.bp-find-bar .bp-doc-find-close:hover .icon{fill:#494949}.bp-find-bar .bp-find-match-not-found,.bp-find-bar .bp-find-match-not-found:focus,.bp-find-bar .bp-find-match-not-found:hover{border-color:rgba(239,72,54,.5)}.textLayer{opacity:1}.textLayer .highlight{background-color:rgba(255,186,26,.5);border-radius:0}.textLayer .highlight.selected{background-color:rgba(90,237,168,.5)}.textLayer ::-moz-selection{background-color:rgba(0,0,255,.2)}.textLayer ::selection{background-color:rgba(0,0,255,.2)}.bp-doc.bp-doc-presentation{overflow:hidden}.bp-doc.bp-doc-presentation .pdfViewer .page{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.bp-doc.bp-doc-presentation.overflow-x{overflow-x:scroll}.bp-doc.bp-doc-presentation.overflow-y{overflow-y:scroll}.bp-doc.bp-doc-presentation.overflow-y .pdfViewer .page{margin-top:5px}.bp-presentation-preload-wrapper{bottom:0;left:0;margin:0;position:absolute;right:0;top:0;transition:opacity .5s}.bp-presentation-preload-wrapper.bp-is-invisible{visibility:hidden}.bp-presentation-preload-wrapper.bp-is-transparent{opacity:0}.bp-presentation-preload-wrapper .bp-preload{background-color:#f5f5f5}.bp-theme-dark .bp-presentation-preload-wrapper .bp-preload{background-color:#464a4f}.bp-presentation-preload-wrapper .bp-preload-content{background-color:#fff;bottom:0;display:block;left:1px;margin:auto;position:absolute;right:0;top:0}.bp-presentation-preload-wrapper .bp-preload-content.bp-preload-overlay{background-color:hsla(0,0%,100%,.4)}.bp-box3d .bp-overlay span:active,.bp-box3d .bp-settings-wrapper .bp-settings-btn:active{opacity:1}.bp-box3d .bp-pullup{bottom:100%;padding:0 10px 20px;text-align:left}.bp-box3d .bp-settings-panel-row{display:block;margin-top:6px}.bp-box3d .bp-settings-panel-row:after,.bp-box3d .bp-settings-panel-row:before{content:"";display:table;line-height:0}.bp-box3d .bp-settings-panel-row:before{clear:both;padding-top:10px}.bp-box3d .bp-settings-panel-label{color:#767676;display:inline;line-height:1;margin:4px;white-space:nowrap}.bp-box3d .bp-panel-btn{border-radius:5px;cursor:pointer;height:34px;line-height:34px;overflow:hidden}.bp-box3d .bp-toggle-overlay .bp-menu{min-width:183px}.bp-box3d .bp-toggle-overlay .bp-btn{color:gray;font-size:13px;height:34px;letter-spacing:0;padding:5px 0 5px 10px;text-align:left;text-transform:none;width:100%}.bp-box3d .bp-toggle-overlay .bp-btn:after{border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #494949;content:"";height:0;position:absolute;right:11px;top:15px;width:0}.bp-box3d .bp-overlay-panel .bp-btn .bp-btn-primary{margin:6px 0 0}.bp-box3d .box3d-settings-axis-widget{border:1px solid #caccd0;border-bottom-width:2px;border-radius:2px;display:inline;padding-bottom:10px}.bp-box3d .box3d-settings-axis-widget.box3d-settings-axis-widget-x{border-bottom-color:#e33d55}.bp-box3d .box3d-settings-axis-widget.box3d-settings-axis-widget-y{border-bottom-color:#26c281;margin-left:4px;margin-right:4px}.bp-box3d .box3d-settings-axis-widget.box3d-settings-axis-widget-z{border-bottom-color:#22a7f0}.bp-box3d .box3d-settings-axis-widget span{display:inline}.bp-box3d .box3d-settings-axis-widget .box3d-settings-axis-label{color:#444}.bp-box3d .box3d-settings-axis-widget .box3d-setting-axis-rotate{color:#0061d5;cursor:pointer;font-size:medium;padding:0 12px}.bp-box3d .box3d-settings-axis-widget .box3d-setting-axis-rotate-left:after,.bp-box3d .box3d-settings-axis-widget .box3d-setting-axis-rotate-right:after{border-bottom:4px solid transparent;border-top:4px solid transparent;content:"";height:0;position:absolute;top:7px;width:0}.bp-box3d .box3d-settings-axis-widget .box3d-setting-axis-rotate-left:after{border-right:5px solid #444;left:10px}.bp-box3d .box3d-settings-axis-widget .box3d-setting-axis-rotate-right:after{border-left:5px solid #444;right:10px}.bp-box3d .box3d-settings-axis-widget .box3d-setting-axis-rotate-left:hover:after{border-right:5px solid #888}.bp-box3d .box3d-settings-axis-widget .box3d-setting-axis-rotate-right:hover:after{border-left:5px solid #888}.bp-box3d .box3d-settings-axis-widget .box3d-setting-axis-rotate-left:active:after{border-right:5px solid #222}.bp-box3d .box3d-settings-axis-widget .box3d-setting-axis-rotate-right:active:after{border-left:5px solid #222}.bp-box3d .box3d-animation-clip-pullup{max-height:200px;overflow:auto}.bp-box3d .box3d-animation-clip{cursor:pointer;display:block;margin-top:6px;white-space:nowrap}.bp-box3d .box3d-animation-clip .box3d-animation-clip-icon{display:inline-block;width:24px}.bp-box3d .box3d-animation-clip .box3d-animation-clip-icon svg{height:16px;vertical-align:text-bottom}.bp-box3d .box3d-animation-clip .box3d-animation-clip-value{display:inline;max-width:183px;overflow-x:hidden;white-space:nowrap}.bp-error{color:#222;font-size:14px;height:247px;text-align:center}.bp-error .bp-error-download{padding-top:20px}.bp,.bp-header,.bp-header a,.bp a{text-shadow:1px 1px 1px hsla(0,0%,100%,.004)}.bp,.bp-header,.bp-header button,.bp button{font-family:Lato,Helvetica Neue,Helvetica,Arial,sans-serif}.bp-header li,.bp li{margin:0;padding:0}.bp-btn{border-style:solid;border-width:1px;box-sizing:border-box;display:inline-block;font-size:13px;line-height:10px;margin:5px;padding:10px 16px;position:relative;text-align:center;text-decoration:none;vertical-align:top;white-space:nowrap;zoom:1}.bp-btn.is-disabled{cursor:default;top:0}.bp-btn.is-disabled,.bp-btn.is-disabled:active,.bp-btn.is-disabled:focus,.bp-btn.is-disabled:hover{color:#666;border:1px solid #bdc3c7;box-shadow:none;opacity:.4;background-color:#fcfcfc}.bp-btn svg{pointer-events:none}.bp-btn-plain,.bp-btn-plain:active,.bp-btn-plain:hover{border:0;cursor:pointer;font-weight:400;height:auto;margin:0;padding:0;vertical-align:middle}.bp-btn-plain:active svg,.bp-btn-plain:hover svg,.bp-btn-plain svg{pointer-events:none}.bp-btn-plain{background:transparent;box-shadow:none;outline:none}.bp-btn-plain.is-disabled{pointer-events:none;color:#666;opacity:.4;background-color:#fcfcfc}.bp-btn{-webkit-appearance:none;background-color:#fff;border:1px solid #bdc3c7;border-radius:2px;color:#464a4f;cursor:pointer;font-weight:400;letter-spacing:1px;text-shadow:none;transition:background-color .05s ease-in-out,border-color .05s ease-in-out}.bp-btn:hover{background-color:#f7f7f7;text-decoration:none}.bp-btn:active,.bp-btn:active:focus{background-color:#ebebeb;border-color:#bdc3c7;outline:0}.bp-btn:focus{border-color:#96a0a6;box-shadow:0 1px 2px rgba(0,0,0,.1);outline:0;text-decoration:none}.bp-btn-primary{background-color:#0061d5;border-color:#0061d5;color:#fff}.bp-btn-primary:focus,.bp-btn-primary:focus:hover{border-color:#0061d5;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.8),0 1px 2px rgba(0,0,0,.1);outline:0}.bp-btn-primary:hover{background-color:#0074fe;border-color:#0074fe}.bp-btn-primary:active,.bp-btn-primary:active:hover{background-color:#004eac;border-color:#004eac;box-shadow:none}.bp-btn-primary.is-disabled,.bp-btn-primary.is-disabled:active,.bp-btn-primary.is-disabled:focus,.bp-btn-primary.is-disabled:hover{color:#fff;border-color:#0061d5;background-color:#0061d5}.bp-textarea{border:1px solid #bdc3c7;border-radius:2px;box-shadow:inset 0 1px 1px #e6e6e6;color:#464a4f;transition:border-color .15s linear,box-shadow .1s linear}.bp-textarea:hover{box-shadow:inset 0 1px 1px #d9d9d9}.bp-textarea:focus{border:1px solid #0061d5;box-shadow:none;outline:0}.bp-overlay{background:#fff;border:1px solid #bdc3c7;box-shadow:0 2px 6px 0 rgba(0,0,0,.1);margin:0;opacity:0;padding:8px 0;pointer-events:none;position:absolute;transform:rotateY(-10deg) rotateX(-10deg);transform-origin:left top;transform-style:preserve-3d;transition:visibility 0s linear 75ms,opacity 75ms,transform .125s;visibility:hidden;z-index:90}.bp-link{color:#64686d;font-smoothing:antialiased;line-height:1.5em;overflow:hidden;text-decoration:none;text-overflow:ellipsis;text-shadow:1px 1px 1px rgba(0,0,0,.004);transition:color .05s}.bp-link,.bp-menu{white-space:nowrap}.bp-menu{list-style:none;margin:0;min-width:225px;padding:0}.bp-menu .link-group ul{margin:0}.bp-menu .link-group ul a{color:#494949;display:block;padding:5px 35px 5px 15px}.bp-menu .link-group ul a:hover{background:#f6fafd;color:#1a5976;fill:#1a5976;cursor:pointer}.bp-notifications-wrapper{height:0;left:0;position:fixed;right:0;top:0;z-index:130}.bp-notification{align-items:center;background-color:#464a4f;border-radius:4px;box-shadow:0 2px 6px rgba(0,0,0,.15);color:#fff;display:flex;font-weight:700;margin:10px auto;max-width:572px;min-height:48px;padding:10px 10px 10px 20px;transition:opacity .1s ease-out;overflow:hidden}.bp-notification.info{background-color:#26c281}.bp-notification.warn{background-color:#f5b31b}.bp-notification.error{background-color:#ed3757}.bp-notification.is-hidden{box-shadow:none;opacity:0}.bp-notification>span{font-size:15px;padding-right:10px;margin-right:auto}.bp-notification.wrap>span{overflow:hidden;word-wrap:break-word;overflow-wrap:break-word}.bp-notification.ellipsis>span{overflow:hidden;text-overflow:ellipsis}.bp-notification a,.bp-notification button{color:#fff;flex:none}.bp-notification a.btn,.bp-notification a.btn:active:focus,.bp-notification button.btn,.bp-notification button.btn:active:focus{background-color:transparent;border-color:#eaeaea;margin:0 5px;padding:7px 13px}.bp-notification a.close-btn,.bp-notification button.close-btn{background:none;border:none;cursor:pointer;font-size:14px;font-weight:700;opacity:.6;outline:none}.bp-modal{align-items:center;bottom:0;display:flex;flex:1;left:0;overflow:hidden;padding:30px;position:fixed;right:0;top:0;z-index:160}.bp-modal-dialog{background-clip:padding-box;background-color:#fff;box-shadow:0 3px 10px rgba(0,0,0,.3);margin:auto;padding:30px;position:relative;width:460px}.bp-modal-header{display:flex;font-size:15px;font-weight:700}.bp-modal-title{display:inline-block;flex:1;word-wrap:break-word;overflow-wrap:break-word;overflow:hidden}.bp-modal-content{margin-top:27px}.bp-modal-close-button{background:none;border:0;color:#999ea4;cursor:pointer;font-size:11px;font-weight:700;outline:0}.bp-modal-backdrop{background:#fff;bottom:0;filter:alpha(opacity=75);left:0;opacity:.75;right:0;top:0;z-index:-1}.bp-modal-actions{align-items:center;display:flex;justify-content:flex-end;text-align:right}.bp-modal-container{bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:89}.bp-is-hidden{display:none!important}.bp-container,.bp-container *{box-sizing:border-box!important}.bp-container{border:0 none;font-size:13px;height:100%;margin:0;min-height:300px;min-width:300px;overflow:hidden;padding:0;position:relative;touch-action:manipulation;width:100%}.bp-container a{color:#ccc}.bp-header{align-items:center;background-color:#fff;border-bottom:1px solid #ccc;display:flex;height:48px;justify-content:space-between;padding:0 20px}.bp-header+.bp:not(.bp-is-fullscreen){top:48px}.bp-header .bp-custom-logo{max-height:30px}.bp-header .bp-default-logo svg{fill:#0061d5}.bp-header-btns button{padding:0 10px}.bp-header-btns button svg{fill:#6f6f6f;vertical-align:middle}.bp-header-btns button:hover{padding:0 10px}.bp-header-btns button:hover svg{fill:#494949}.bp-icon-file{height:160px}.bp-theme-dark .bp-header{background-color:rgba(0,0,0,.85);border-bottom:0}.bp-theme-dark .bp-header-btns button svg{fill:hsla(0,0%,100%,.9)}.bp-theme-dark .bp-default-logo svg,.bp-theme-dark .bp-header-btns button:hover svg{fill:#fff}.bp-theme-dark .bp{background-color:#464a4f}.bp-theme-dark .bp-btn-loading-download,.bp-theme-dark .bp-error,.bp-theme-dark .bp-loading-text{color:#fff}.bp-theme-dark .bp-icon{opacity:.9}.bp{align-items:center;background-color:#f5f5f5;border:0 none;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;margin:0;-webkit-overflow-scrolling:touch;padding:0;position:absolute;right:0;top:0}.bp.bp-fullscreen-unsupported{bottom:0;left:0;position:fixed;right:0;top:0}.bp.bp-dark{background-color:#000}.accessibility-hidden{left:-9999px;position:absolute;top:auto}.bp-no-user-highlight{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bp-is-invisible{visibility:hidden}.bp-has-header .bp-notifications-wrapper{top:48px}.bp-toggle-overlay>button{margin-bottom:0;margin-left:0}.bp-overlay-wrapper{display:inherit;position:relative}.bp-overlay-wrapper .bp-overlay{margin-top:5px}.bp-overlay-wrapper.bp-is-visible .bp-overlay{opacity:1;pointer-events:all;transform:rotateY(0deg) rotateX(0deg);transition-delay:0s;visibility:visible}.bp-popup-modal{left:0;margin:0 auto;position:absolute;right:0;top:100px}.bp-modal-dialog{padding:20px;width:380px}.bp-modal-dialog .bp-print-check{height:16px}.bp-modal-dialog .bp-crawler{font-size:0;height:16px;margin:0 auto;white-space:nowrap;width:10px}.bp-modal-header{display:block;float:right;height:0;width:100%}.bp-modal-content{text-align:center}.bp-modal-content .bp-modal-message{color:#444;margin:10px 0 20px}.bp-modal-close-button{float:right}.bp-modal-close-button svg{fill:#999ea4;height:24px;pointer-events:none;width:24px}.bp-modal-actions{justify-content:flex-start;margin:20px}.bp-modal-backdrop{background-color:#000;height:100%;position:fixed;width:100%}.bp-popup-btn{margin:0 auto}.bp-popup-modal{z-index:160}@keyframes box-crawler{0%,80%,to{opacity:.5;transform:scaleY(1.2)}40%{opacity:1;transform:scaleY(1.6)}}@keyframes fadeIn{0%,50%{opacity:0}to{opacity:1}}.bp-loading-wrapper{animation-duration:1s;animation-iteration-count:1;animation-name:fadeIn;display:flex;flex-direction:column;transition:opacity .25s,transform .25s}.bp-loaded .bp-loading-wrapper{display:none}:not(.bp-loaded)>.bp-loading-wrapper+div{pointer-events:none}.bp-loading{color:#222;position:relative;text-align:center;z-index:1}.bp-loading-btn-container{padding:15px 0 27px;text-align:center}.bp-btn-loading-download{color:#494949;font-size:12px}.bp-crawler-wrapper{position:absolute;top:72px;width:100%}.bp-crawler-wrapper .bp-crawler{transform:scale(1.5)}.bp-crawler-wrapper .bp-crawler div{background-color:#999ea4}.bp-crawler{text-align:center}.bp-crawler div{animation:box-crawler .66s infinite ease-in-out;background-color:#0061d5;border-radius:4px;display:inline-block;height:10px;width:2px}.bp-crawler div:nth-child(2){animation-delay:.1s;margin-left:2px}.bp-crawler div:last-child{animation-delay:.2s;left:8px;margin-left:2px}@keyframes bp-spinner{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.bp-spinner{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.bp-spinner div,.bp-spinner div:after{border:25px solid #0061d5;border-radius:50%;border-top-color:transparent;height:170px;position:absolute;width:170px}.bp-spinner div{animation:bp-spinner 1s linear infinite;left:100px;top:100px}.bp-spinner div:after{transform:rotate(90deg)}.bp-spinner{height:30px;transform:translate(-15px,-15px) scale(.15) translate(15px,15px);width:30px}.bp-is-fullscreen .bp-navigate{display:none}.bp-navigate{background-repeat:no-repeat;border:0 none;cursor:pointer;display:block;height:64px;margin:0;opacity:0;overflow:hidden;position:absolute;text-decoration:none;top:50%;transform:translateY(-50%);transition-property:opacity;white-space:nowrap;width:50px}.bp-navigate:hover{opacity:1}.bp-is-navigation-visible .bp-navigate{opacity:.8}.bp-is-navigation-visible .bp-navigate:hover{opacity:1}.bp-navigate-left{border-radius:0 2px 2px 0;left:0}.bp-navigate-right{border-radius:2px 0 0 2px;right:0}.bp-controls-wrapper{border:0 none;bottom:25px;left:50%;margin:0;padding:0;position:absolute}.bp-controls{background:rgba(34,34,34,.95);border-radius:3px;display:table;left:-50%;opacity:0;position:relative;table-layout:fixed;transition:opacity .5s}.bp-controls .bp-page-num{min-width:48px;width:auto}.bp-controls .bp-page-num span{display:inline;font-size:14px}.bp-controls .bp-page-num-wrapper{background-color:#444;border-radius:3px;margin:5px;padding:7px 5px}.bp-controls input::-webkit-inner-spin-button,.bp-controls input::-webkit-outer-spin-button{-webkit-appearance:none}.bp-controls input[type=number]{-moz-appearance:textfield}.bp-controls .bp-page-num-input{font-size:14px;margin:0 auto;position:absolute;text-align:center;visibility:hidden;width:44px}.bp-controls.show-page-number-input .bp-page-num-wrapper{background-color:transparent;border:none;padding:0}.bp-controls.show-page-number-input .bp-page-num{opacity:1}.bp-controls.show-page-number-input .bp-current-page,.bp-controls.show-page-number-input .bp-page-num-divider,.bp-controls.show-page-number-input .bp-total-pages{display:none}.bp-controls.show-page-number-input .bp-page-num-input{display:inline-block;position:static;visibility:visible}.box-show-preview-controls .bp-controls{opacity:1}.bp-controls-cell{display:table-cell;vertical-align:middle}.bp-controls-btn,.bp-controls-cell{margin:0;padding:0;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bp-controls-btn{background:transparent;border:1px solid transparent;color:#fff;cursor:pointer;display:block;height:48px;opacity:.7;outline:0;width:48px;zoom:1}.bp-controls-btn:focus,.bp-controls-btn:hover{opacity:1}.bp-controls-btn:focus{box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.5),0 1px 2px rgba(0,0,0,.1)}.bp-controls-btn span{display:block;margin:0 auto}.bp-controls-btn svg{vertical-align:middle}.bp-controls-btn.disabled,.bp-controls-btn:disabled{cursor:default;opacity:.2;pointer-events:none}.bp-exit-fullscreen-icon,.bp-is-fullscreen .bp-enter-fullscreen-icon{display:none}.bp-is-fullscreen .bp-exit-fullscreen-icon{display:block}.bp-progress-bar-container{position:absolute;width:100%}.bp-header~.bp-progress-bar-container{top:48px}.bp-progress-bar{background-color:#0061d5;height:3px;opacity:0;transition:opacity .3s ease-in,width .2s ease-in;width:0}.bp-progress-bar.bp-is-visible{opacity:1}
/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* line 93, app/assets/stylesheets/shared/base.sass */
a {
  color: #00e;
  text-decoration: none;
}

/* line 97, app/assets/stylesheets/shared/base.sass */
ol, ul {
  margin: 10px 0;
  padding-left: 25px;
}

/* line 100, app/assets/stylesheets/shared/base.sass */
ol li, ul li {
  padding-left: 5px;
  margin-bottom: 10px;
  margin-top: 0;
}

/* line 105, app/assets/stylesheets/shared/base.sass */
#brand-header {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  display: flex;
  width: 100%;
  top: -50px;
}

/* line 113, app/assets/stylesheets/shared/base.sass */
#builder #brand-header h1 {
  cursor: pointer;
}

/* line 117, app/assets/stylesheets/shared/base.sass */
table.brand td {
  text-align: center;
}

/* line 120, app/assets/stylesheets/shared/base.sass */
table.brand tr img, table.brand tr h1, table.brand tr td > div {
  margin-top: 30px;
}

/* line 122, app/assets/stylesheets/shared/base.sass */
table.brand tr .date {
  margin-top: 20px;
}

/* line 124, app/assets/stylesheets/shared/base.sass */
table.brand tr#logo img {
  max-height: 160px;
}

/* line 127, app/assets/stylesheets/shared/base.sass */
table.brand tr:first-child img, table.brand tr:first-child h1, table.brand tr:first-child td > div {
  margin-top: 30px;
}

/* line 130, app/assets/stylesheets/shared/base.sass */
table.brand tr:last-child img, table.brand tr:last-child h1, table.brand tr:last-child td > div {
  margin-bottom: 30px;
}

/* line 133, app/assets/stylesheets/shared/base.sass */
#brand-header.mini, body#builder #brand-header {
  position: fixed;
  top: 0;
  z-index: 8009;
  transition: top 0.4s;
}

/* line 139, app/assets/stylesheets/shared/base.sass */
#brand-header.mini div#release-status, #brand-header.mini div#embargo, #brand-header.mini .date, body#builder #brand-header div#release-status, body#builder #brand-header div#embargo, body#builder #brand-header .date {
  display: none;
}

/* line 141, app/assets/stylesheets/shared/base.sass */
#brand-header.mini tr#release-status, #brand-header.mini tr#embargo, body#builder #brand-header tr#release-status, body#builder #brand-header tr#embargo {
  height: 30px;
}

/* line 143, app/assets/stylesheets/shared/base.sass */
#brand-header.mini img, body#builder #brand-header img {
  max-height: 30px;
  float: right;
  margin: 0 !important;
}

/* line 147, app/assets/stylesheets/shared/base.sass */
#brand-header.mini h1, body#builder #brand-header h1 {
  margin: 3px 15px 3px 0 !important;
  text-align: left;
  font-size: 16px !important;
  line-height: 20px;
}

/* line 153, app/assets/stylesheets/shared/base.sass */
#container {
  max-width: 1024px;
  margin: 30px auto 70px;
}

/* line 158, app/assets/stylesheets/shared/base.sass */
body#builder #container {
  margin-top: calc(30px + 45px);
}

/* line 160, app/assets/stylesheets/shared/base.sass */
body#builder #container.draft {
  margin-top: calc(30px + 45px + 22px);
}

/* line 163, app/assets/stylesheets/shared/base.sass */
table.brand {
  margin: auto;
  padding: 10px 0;
  display: table;
}

/* line 167, app/assets/stylesheets/shared/base.sass */
table.brand img {
  margin: auto;
  max-width: 100%;
}

/* line 170, app/assets/stylesheets/shared/base.sass */
table.brand .date {
  color: rgba(37, 37, 37, 0.3);
  font-size: 15px;
  display: table;
  margin: auto;
  text-align: center;
  line-height: 20px;
  padding: 4px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 4px 15px;
  background-color: rgba(236, 236, 236, 0.5);
  border: none;
  margin-top: 20px;
  padding: 0;
}

/* line 178, app/assets/stylesheets/shared/base.sass */
table.brand .date div {
  margin: 4px 15px;
}

/* line 180, app/assets/stylesheets/shared/base.sass */
table.brand .content, table.brand .logo {
  display: inline-block;
  vertical-align: middle;
}

/* line 183, app/assets/stylesheets/shared/base.sass */
table.brand .content {
  width: 750px;
  text-align: center;
}

/* line 186, app/assets/stylesheets/shared/base.sass */
table.brand h1 {
  font-size: 30px;
  color: #525151;
  padding: 0;
  text-align: center;
  line-height: 44px;
  font-family: 'Merriweather', serif;
  font-weight: 100;
  width: 100%;
  margin-top: 30px;
}

/* line 196, app/assets/stylesheets/shared/base.sass */
table.brand #sort_cp {
  height: 30px;
  float: left;
  text-align: left;
}

/* line 201, app/assets/stylesheets/shared/base.sass */
.caption_spacer {
  border-bottom: 1px dotted #ddd;
}

/**
 ** Filter Icons
 */
/* line 208, app/assets/stylesheets/shared/base.sass */
#sort_cp a {
  color: #000;
}

/* line 210, app/assets/stylesheets/shared/base.sass */
#sort_cp a:hover {
  color: #666;
  border: 1px solid #ccc;
}

/* line 214, app/assets/stylesheets/shared/base.sass */
.brand p.date {
  font-size: 18px;
  font-weight: bold;
  color: #999999;
  width: 160px;
  float: left;
  margin: 5px 0 0 10px;
  padding: 0;
}

/* line 223, app/assets/stylesheets/shared/base.sass */
div[role="main"] {
  margin: 140px auto 70px;
}

/* line 227, app/assets/stylesheets/shared/base.sass */
#container #filtered-widgets > .widget {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}

/* line 232, app/assets/stylesheets/shared/base.sass */
.col, .one-column-wide {
  width: 320px;
  float: left;
  margin-right: 20px;
}

/* line 237, app/assets/stylesheets/shared/base.sass */
#col_1, #col_2, #col_3 {
  min-height: 1px;
}

/* line 240, app/assets/stylesheets/shared/base.sass */
.wide-col, .three-columns-wide {
  width: 1000px;
}

/* line 243, app/assets/stylesheets/shared/base.sass */
.one-column-wide {
  width: 320px;
}

/* line 247, app/assets/stylesheets/shared/base.sass */
body#builder .col {
  min-height: 100px;
}

/* line 249, app/assets/stylesheets/shared/base.sass */
body#builder #col_1, body#builder #col_2, body#builder #col_3 {
  min-height: 300px;
}

/* line 252, app/assets/stylesheets/shared/base.sass */
#footer {
  width: 100%;
  position: fixed;
  bottom: 10px;
  height: 80px;
  text-align: center;
  pointer-events: none;
  z-index: 1000;
}

/* line 261, app/assets/stylesheets/shared/base.sass */
.dropShadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/**
 ** Widget Control Panel
 */
/* line 268, app/assets/stylesheets/shared/base.sass */
#widget_cp {
  display: inline-block;
  height: 65px;
  margin: auto;
  text-align: left;
  z-index: 8999;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.9);
  position: relative;
  left: -12px;
}

/* line 279, app/assets/stylesheets/shared/base.sass */
ul.controls {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 283, app/assets/stylesheets/shared/base.sass */
ul.controls li {
  float: left;
  height: 40px;
  font-size: 10px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0;
}

/* line 291, app/assets/stylesheets/shared/base.sass */
ul.controls li.preview {
  padding-left: 5px;
}

/* line 293, app/assets/stylesheets/shared/base.sass */
ul.controls li a {
  color: #fff;
  display: block;
  background-position: 13px 8px;
  background-repeat: no-repeat;
  position: relative;
}

/* line 299, app/assets/stylesheets/shared/base.sass */
ul.controls li a.controlPanel {
  color: #fff;
  background: #5B9C6E;
  border-style: none;
  font-size: 10px;
  display: inline-block;
  line-height: 25px;
  padding: 0 10px 0 25px;
  border-radius: 3px;
  margin: 20px 2px 20px 20px;
  background: #5b9c6e url(/images/widget_icons/icn-controlpanel.png) 8px 8px no-repeat;
}

/* line 55, app/assets/stylesheets/shared/base.sass */
ul.controls li a.controlPanel:hover {
  background: #5B9C6E;
}

/* line 308, app/assets/stylesheets/shared/base.sass */
ul.controls li a.preview {
  background-color: #DD741E;
  color: #fff;
  display: inline-block;
  line-height: 25px;
  padding: 0 10px 0 25px;
  border-radius: 3px;
  margin: 20px 20px 20px 0;
  background-image: url(/images/widget_icons/icn-preview.png);
  background-position: 8px 8px;
}

/* line 318, app/assets/stylesheets/shared/base.sass */
ul.controls li a.preview:hover {
  background-color: #DD741E;
}

/* line 320, app/assets/stylesheets/shared/base.sass */
ul.controls li a.help {
  background-color: #3380AF;
  color: #fff;
  display: inline-block;
  line-height: 25px;
  padding: 0 10px 0 25px;
  border-radius: 3px;
  margin: 20px;
  background-image: url(/images/widget_icons/icn-support.png);
  background-position: 8px 8px;
}

/* line 330, app/assets/stylesheets/shared/base.sass */
ul.controls li a.help:hover {
  background-color: #3380AF;
}

/* line 332, app/assets/stylesheets/shared/base.sass */
ul.controls li.sep {
  height: 65px;
  width: 1px;
  border-left: 1px dashed #424242;
}

/* line 336, app/assets/stylesheets/shared/base.sass */
ul.controls li a.iconEdit {
  display: inline-block;
  text-align: center;
  font-size: 9px;
  line-height: 15px;
  padding: 25px 13px 6px 13px;
  background-position: center 8px;
  margin-top: 10px;
  border-radius: 3px;
}

/* line 337, app/assets/stylesheets/shared/base.sass */
ul.controls li a.iconEdit.textEdit, ul.controls li a.iconEdit.contactEdit {
  background-position: center 8px;
}

/* line 339, app/assets/stylesheets/shared/base.sass */
ul.controls li a.iconEdit.galleryEdit {
  background-position: center 7px;
  margin-left: 4px;
  margin-right: 4px;
}

/* line 343, app/assets/stylesheets/shared/base.sass */
ul.controls li a.iconEdit.pdfEdit, ul.controls li a.iconEdit.socialMediaEdit {
  background-position: center 6px;
}

/* line 345, app/assets/stylesheets/shared/base.sass */
ul.controls li a.iconEdit.embedEdit {
  background-position: center 8px;
}

/* line 347, app/assets/stylesheets/shared/base.sass */
ul.controls li a.iconEdit.linkEdit {
  background-position: center 9px;
}

/* line 358, app/assets/stylesheets/shared/base.sass */
ul.controls li.sep.padLeft {
  margin-left: 10px;
}

/* line 360, app/assets/stylesheets/shared/base.sass */
ul.controls li.sep.padLeftLess {
  margin-left: 5px;
}

/* line 362, app/assets/stylesheets/shared/base.sass */
ul.controls li.sep.padRight {
  margin-right: 10px;
}

/* line 364, app/assets/stylesheets/shared/base.sass */
ul.controls li.sep.padRightLess {
  margin-right: 5px;
}

/* line 366, app/assets/stylesheets/shared/base.sass */
ul.controls li.widgetIcon {
  margin: 0 0;
  font-size: 9px;
}

/* line 371, app/assets/stylesheets/shared/base.sass */
ul.controls li a:hover, ul.controls li a.new {
  background-color: #222;
  color: #fff;
}

/* line 374, app/assets/stylesheets/shared/base.sass */
ul.controls li.iconDragging {
  display: block;
  border-radius: 5px;
  height: 46px;
}

/* line 378, app/assets/stylesheets/shared/base.sass */
ul.controls li.iconDragging a {
  margin-top: 0;
}

/**
 ** Editor Icons
 */
/* line 386, app/assets/stylesheets/shared/base.sass */
.textEdit {
  background-image: url("/images/toolbar_icons/toolbar-icn-text.png");
}

/* line 389, app/assets/stylesheets/shared/base.sass */
.galleryEdit {
  background-image: url("/images/toolbar_icons/toolbar-icn-images.png");
}

/* line 392, app/assets/stylesheets/shared/base.sass */
.quoteEdit {
  background-image: url("/images/toolbar_icons/toolbar-icn-quote.png");
}

/* line 395, app/assets/stylesheets/shared/base.sass */
.linkEdit {
  background-image: url("/images/toolbar_icons/toolbar-icn-links.png");
}

/* line 398, app/assets/stylesheets/shared/base.sass */
.contactEdit {
  background-image: url("/images/toolbar_icons/toolbar-icn-contacts.png");
}

/* line 401, app/assets/stylesheets/shared/base.sass */
.pdfEdit {
  background-image: url("/images/toolbar_icons/toolbar-icn-docs.png");
}

/* line 404, app/assets/stylesheets/shared/base.sass */
.embedEdit {
  background-image: url("/images/toolbar_icons/toolbar-icn-embed.png");
}

/* line 407, app/assets/stylesheets/shared/base.sass */
.socialMediaEdit {
  background-image: url("/images/toolbar_icons/toolbar-icn-socialmedia.png");
}

/* line 410, app/assets/stylesheets/shared/base.sass */
.videoEdit {
  background-image: url("/images/toolbar_icons/toolbar-icn-video.png");
}

/* line 413, app/assets/stylesheets/shared/base.sass */
.articleEdit {
  background-image: url("/images/toolbar_icons/toolbar-icn-articles.png");
}

/* line 416, app/assets/stylesheets/shared/base.sass */
.statsEdit {
  background-image: url("/images/toolbar_icons/toolbar-icn-stats.png");
}

/**
 ** Load Widget
 */
/* line 423, app/assets/stylesheets/shared/base.sass */
.loadingListContainer {
  width: 480px;
  margin: 10px;
  height: 260px;
  overflow-y: auto;
}

/* line 429, app/assets/stylesheets/shared/base.sass */
ul.loadingList {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 433, app/assets/stylesheets/shared/base.sass */
ul.loadingList li {
  width: 460px;
  height: 55px;
  background: url("/images/list-off.gif") -26px 0 no-repeat;
  text-indent: 20px;
  line-height: 55px;
  margin: 0;
  padding: 0;
}

/* line 441, app/assets/stylesheets/shared/base.sass */
ul.loadingList li.on {
  background: url("/images/list-on.gif") -26px 0 no-repeat;
}

/* line 444, app/assets/stylesheets/shared/base.sass */
.loadSubmission {
  padding: 0 10px 10px 10px;
}

/* line 448, app/assets/stylesheets/shared/base.sass */
p.message {
  font-size: 12px;
  margin: 0;
  padding: 0 0 10px 3px;
  padding: 0 0 10px 3px;
  color: #000;
}

/* line 454, app/assets/stylesheets/shared/base.sass */
p.message b {
  color: #CC0404;
}

/* line 456, app/assets/stylesheets/shared/base.sass */
p.messagepad {
  padding: 5px 10px 5px 10px;
}

/**
 ** Widget Forms
 */
/* line 464, app/assets/stylesheets/shared/base.sass */
.editWidget form.hide {
  display: none;
}

/* line 466, app/assets/stylesheets/shared/base.sass */
.editWidget h2 {
  font-size: 17px;
  margin: 10px;
}

/* line 469, app/assets/stylesheets/shared/base.sass */
.editWidget p {
  font-size: 12px;
}

/* line 472, app/assets/stylesheets/shared/base.sass */
.editWidget a.inputCopy {
  font-size: 13px;
  padding: 6px 4px 6px 4px;
  border: 0;
}

/* line 476, app/assets/stylesheets/shared/base.sass */
.editWidget a.help-link {
  display: block;
  font-size: 80%;
  opacity: 0;
  padding-top: 8px;
  text-decoration: underline;
}

/* line 482, app/assets/stylesheets/shared/base.sass */
.editWidget button, .editWidget input[type="text"] {
  border: 1px solid #ccc;
  padding: 5px;
  color: #666;
  font-size: 13px;
}

/* line 487, app/assets/stylesheets/shared/base.sass */
.editWidget textarea {
  border: 1px solid #ccc;
  padding: 5px;
  color: #666;
  font-size: 13px;
  height: 100px;
  width: 100%;
}

/* line 497, app/assets/stylesheets/shared/base.sass */
.editWidget input[type="submit"], .editWidget input[type="button"] {
  border: 0;
  font-size: 12px;
  padding: 6px 9px;
}

/* line 501, app/assets/stylesheets/shared/base.sass */
.editWidget input[type="submit"]:hover, .editWidget input[type="button"]:hover {
  cursor: pointer;
}

/* line 503, app/assets/stylesheets/shared/base.sass */
.editWidget label {
  color: #666;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

/* line 509, app/assets/stylesheets/shared/base.sass */
.editWidget h3 {
  color: #333;
}

/* line 511, app/assets/stylesheets/shared/base.sass */
.editWidget h3 span {
  font-size: 11px;
  color: #666;
}

/* line 514, app/assets/stylesheets/shared/base.sass */
.editWidget h3 a {
  float: right;
}

/* line 516, app/assets/stylesheets/shared/base.sass */
.editWidget ul.list {
  margin: 10px 0 10px 0;
  list-style: none;
  padding: 0;
  background: #fff;
  overflow-y: auto;
  border-bottom: 0;
}

/* line 523, app/assets/stylesheets/shared/base.sass */
.editWidget ul.list li {
  margin: 0;
  padding: 7px 0 7px 0;
  position: relative;
  border-bottom: 1px dashed #ccc;
  min-height: 40px;
}

/* line 529, app/assets/stylesheets/shared/base.sass */
.editWidget ul.list li:nth-child(odd) {
  background-color: #fff;
}

/* line 531, app/assets/stylesheets/shared/base.sass */
.editWidget ul.list li:hover {
  background: #EBEBEB;
  cursor: pointer;
}

/* line 534, app/assets/stylesheets/shared/base.sass */
.editWidget ul.list li.on {
  background: #E4E4E4;
}

/* line 538, app/assets/stylesheets/shared/base.sass */
.editWidget ul.list li input[type="checkbox"], .editWidget ul.list li input[type="radio"] {
  position: absolute;
  top: 10px;
  left: 6px;
  z-index: 100;
  display: none;
}

/* line 544, app/assets/stylesheets/shared/base.sass */
.editWidget .but {
  padding: 2px;
  font-size: 11px;
}

/* line 547, app/assets/stylesheets/shared/base.sass */
.editWidget table {
  width: 100%;
  margin: -6px 0 10px 0;
}

/* line 550, app/assets/stylesheets/shared/base.sass */
.editWidget table th {
  font-size: 11px;
  text-align: left;
  padding-top: 6px;
}

/* line 554, app/assets/stylesheets/shared/base.sass */
.editWidget table tr:last-child td {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 6px;
}

/* line 557, app/assets/stylesheets/shared/base.sass */
.editWidget table tr td:first-child {
  padding-right: 10px;
}

/* line 559, app/assets/stylesheets/shared/base.sass */
.editWidget table input[type="text"] {
  width: calc(100% - 10px);
}

/* line 562, app/assets/stylesheets/shared/base.sass */
.editWidget .edit-form-textbox {
  padding: 0 0 10px 0;
}

/* line 564, app/assets/stylesheets/shared/base.sass */
.editWidget .code-input-container {
  padding-right: 13px;
}

/* line 568, app/assets/stylesheets/shared/base.sass */
.modal_input_table tr td {
  width: 50%;
  vertical-align: top;
}

/**
 ** nicEdit
 */
/* line 576, app/assets/stylesheets/shared/base.sass */
.nicEdit-main {
  font-size: 13px;
  color: #666;
}

/* line 579, app/assets/stylesheets/shared/base.sass */
.nicEdit-main a {
  text-decoration: underline;
}

/**
 ** Tabbed Menu
 */
/* line 586, app/assets/stylesheets/shared/base.sass */
ul.tabs {
  list-style: none;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

/* line 591, app/assets/stylesheets/shared/base.sass */
ul.tabs li {
  background: #ccc;
  display: block;
  float: left;
  padding: 6px 10px 6px 10px;
  color: #666;
  margin: 0;
}

/* line 598, app/assets/stylesheets/shared/base.sass */
ul.tabs li:hover {
  cursor: pointer;
}

/* line 600, app/assets/stylesheets/shared/base.sass */
ul.tabs li.on {
  background: #eaeaea;
  color: #000;
  font-weight: bold;
}

/* line 604, app/assets/stylesheets/shared/base.sass */
ul.tabs li span.count {
  padding: 2px;
  font-size: 10px;
  margin-left: 4px;
}

/* line 609, app/assets/stylesheets/shared/base.sass */
.tab-content {
  display: none;
}

/* line 612, app/assets/stylesheets/shared/base.sass */
.editWidget .tab-content ul.list {
  margin-top: 0;
  border-top: none;
}

/**
 ** Uploadify
 */
/* line 620, app/assets/stylesheets/shared/base.sass */
#file_queue {
  margin-bottom: 10px;
  padding: 10px 0 10px 0;
  min-height: 80px;
  background: #eaeaea;
}

/* line 626, app/assets/stylesheets/shared/base.sass */
.preview-img {
  width: 30px;
  height: 30px;
  float: left;
}

/* line 631, app/assets/stylesheets/shared/base.sass */
.remove-img {
  font-size: 10px;
  float: right;
  padding: 3px 6px 3px 6px;
  text-align: center;
  margin: 3px;
}

/**
 ** Drag and Drop
 */
/* line 641, app/assets/stylesheets/shared/base.sass */
.sortable-placeholder, .placeholder-two, .placeholder {
  min-height: 180px;
  margin-bottom: 20px;
  outline: 2px dashed rgba(0, 0, 0, 0.2);
  width: 100%;
  display: flex;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.95;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  z-index: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
}

/* line 654, app/assets/stylesheets/shared/base.sass */
.sortable-placeholder .sp-table, .placeholder-two .sp-table, .placeholder .sp-table {
  display: table;
  margin: auto;
}

/* line 657, app/assets/stylesheets/shared/base.sass */
.sortable-placeholder .sp-icon, .sortable-placeholder .sp-content, .placeholder-two .sp-icon, .placeholder-two .sp-content, .placeholder .sp-icon, .placeholder .sp-content {
  display: table-row;
  vertical-align: middle;
}

/* line 660, app/assets/stylesheets/shared/base.sass */
.sortable-placeholder .sp-content, .placeholder-two .sp-content, .placeholder .sp-content {
  font-size: 1.1em;
  font-weight: bold;
  margin: 10px 0;
}

/* line 664, app/assets/stylesheets/shared/base.sass */
.sortable-placeholder .sp-content:before, .placeholder-two .sp-content:before, .placeholder .sp-content:before {
  content: 'Drop widgets here to highlight key content, stats or information';
}

/* line 666, app/assets/stylesheets/shared/base.sass */
.sortable-placeholder .sp-icon:before, .placeholder-two .sp-icon:before, .placeholder .sp-icon:before {
  content: ' ';
  display: inline-block;
  width: 38px;
  height: 38px;
  opacity: 0.4;
  margin-top: 5px;
  background-image: url(/images/widget_icons/star-icon.png);
}

/* line 676, app/assets/stylesheets/shared/base.sass */
#col_1 .sp-content:before, #col_2 .sp-content:before, #col_3 .sp-content:before {
  content: 'Drop widgets here';
}

/* line 678, app/assets/stylesheets/shared/base.sass */
#col_1 .sp-icon:before, #col_2 .sp-icon:before, #col_3 .sp-icon:before {
  content: ' ';
  background-image: url(/images/widget_icons/layers-icon.png);
  width: 28px;
  height: 28px;
}

/* line 686, app/assets/stylesheets/shared/base.sass */
.wide-col .placeholder-two .sp-content:before, #col_1 .placeholder-two .sp-content:before, #col_2 .placeholder-two .sp-content:before, #col_3 .placeholder-two .sp-content:before {
  content: "Your widget's new home?";
}

/**
 ** Warnings and Error Boxes
 */
/* line 693, app/assets/stylesheets/shared/base.sass */
.infoMsg {
  background: yellow;
  color: brown;
  padding: 10px;
  font-size: 12px;
  margin: 10px;
}

/* line 700, app/assets/stylesheets/shared/base.sass */
.errorMsg {
  background: #d81b21;
  color: white;
  padding: 10px;
  font-size: 12px;
  margin: 10px 0 10px 0;
}

/* line 707, app/assets/stylesheets/shared/base.sass */
.successMsg {
  background: green;
  color: white;
  padding: 10px;
  font-size: 12px;
  margin: 10px;
}

/**
 ** Loader
 */
/* line 718, app/assets/stylesheets/shared/base.sass */
.loader {
  width: 32px;
  height: 132px;
  background: url("/images/loader.gif") 0 50px no-repeat;
  margin: 0 140px 0 140px;
}

/**
 ** Colour Gradients
 */
/* line 728, app/assets/stylesheets/shared/base.sass */
.dark-gray {
  color: #ffffff !important;
  border: solid 1px #555 !important;
  background: #6e6e6e !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757)) !important;
  background: -moz-linear-gradient(top, #888, #575757) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757') !important;
}

/* line 736, app/assets/stylesheets/shared/base.sass */
.light-gray {
  color: #A3A3A1;
  text-decoration: underline;
}

/* line 741, app/assets/stylesheets/shared/base.sass */
.red {
  color: #fff;
  border: none;
  background: #C2392C;
}

/* line 62, app/assets/stylesheets/shared/base.sass */
.red:hover {
  background: #C2392C;
}

/* line 744, app/assets/stylesheets/shared/base.sass */
.green {
  color: #fff;
  background: #5B9C6E;
  border-style: none;
}

/* line 55, app/assets/stylesheets/shared/base.sass */
.green:hover {
  background: #5B9C6E;
}

/* line 747, app/assets/stylesheets/shared/base.sass */
.pending {
  background: #7DBE81 !important;
}

/* line 749, app/assets/stylesheets/shared/base.sass */
.pending:hover {
  background: #7DBE81 !important;
}

/* line 752, app/assets/stylesheets/shared/base.sass */
.aqua {
  color: #ffffff;
  border: solid 1px #2E8794;
  background: #39A7B6;
  background: -webkit-gradient(linear, left top, left bottom, from(#65BAC7), to(#39A7B6));
  background: -moz-linear-gradient(top, #65BAC7, #39A7B6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65BAC7', endColorstr='#39A7B6');
}

/* line 759, app/assets/stylesheets/shared/base.sass */
.aqua:hover {
  background: #39A7B6;
}

/* line 762, app/assets/stylesheets/shared/base.sass */
.orange {
  color: #ffffff;
  border: solid 1px #D58000;
  background: #FF9900;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9B752), to(#FF9900));
  background: -moz-linear-gradient(top, #F9B752, #FF9900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9B752', endColorstr='#FF9900');
}

/* line 769, app/assets/stylesheets/shared/base.sass */
.orange:hover {
  background: #FF9900;
}

/* line 772, app/assets/stylesheets/shared/base.sass */
.buttonColour {
  color: #ffffff;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

/* line 779, app/assets/stylesheets/shared/base.sass */
.buttonColour:hover {
  background: #007ead;
  background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
  background: -moz-linear-gradient(top, #0095cc, #00678e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

/* line 785, app/assets/stylesheets/shared/base.sass */
.whiteBut {
  color: #c8c8c8;
  border: solid 1px #eaeaea;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
  background: -moz-linear-gradient(top, #ffffff, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#eaeaea');
  font-size: 13px;
}

/* line 793, app/assets/stylesheets/shared/base.sass */
.whiteBut:hover {
  background: #ffffff;
}

/***************************************************************************/
/**************  WIDGETS (and modal, editWidget where shared) **************/
/***************************************************************************/
/**
 ** General Widget Styling
 */
/* line 803, app/assets/stylesheets/shared/base.sass */
.widget, .editWidget, .custom_modal {
  position: relative;
  font-size: 12px;
  color: #000;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  background-clip: content-box !important;
}

/* line 811, app/assets/stylesheets/shared/base.sass */
.widget .body, .widget form, .widget .nicEdit-main, .editWidget .body, .editWidget form, .editWidget .nicEdit-main, .custom_modal .body, .custom_modal form, .custom_modal .nicEdit-main {
  margin: 20px;
  color: #7b7777;
  font-size: 13px;
  overflow: visible;
}

/* line 818, app/assets/stylesheets/shared/base.sass */
.widget .body > div, .widget form > div, .widget .nicEdit-main > div, .editWidget .body > div, .editWidget form > div, .editWidget .nicEdit-main > div, .custom_modal .body > div, .custom_modal form > div, .custom_modal .nicEdit-main > div {
  margin-top: 20px;
}

/* line 820, app/assets/stylesheets/shared/base.sass */
.widget .body > div:first-child, .widget form > div:first-child, .widget .nicEdit-main > div:first-child, .editWidget .body > div:first-child, .editWidget form > div:first-child, .editWidget .nicEdit-main > div:first-child, .custom_modal .body > div:first-child, .custom_modal form > div:first-child, .custom_modal .nicEdit-main > div:first-child {
  margin-top: 0;
}

/* line 822, app/assets/stylesheets/shared/base.sass */
.widget .body .preview, .widget form .preview, .widget .nicEdit-main .preview, .editWidget .body .preview, .editWidget form .preview, .editWidget .nicEdit-main .preview, .custom_modal .body .preview, .custom_modal form .preview, .custom_modal .nicEdit-main .preview {
  height: 390px;
  max-height: 390px;
}

/* line 825, app/assets/stylesheets/shared/base.sass */
.widget .body.minimized, .widget form.minimized, .widget .nicEdit-main.minimized, .editWidget .body.minimized, .editWidget form.minimized, .editWidget .nicEdit-main.minimized, .custom_modal .body.minimized, .custom_modal form.minimized, .custom_modal .nicEdit-main.minimized {
  margin-bottom: 16px;
}

/* line 827, app/assets/stylesheets/shared/base.sass */
.widget .description, .editWidget .description, .custom_modal .description {
  line-height: 20px;
  font-size: 13px;
}

/* line 830, app/assets/stylesheets/shared/base.sass */
.widget .description > div, .editWidget .description > div, .custom_modal .description > div {
  margin-top: 10px !important;
}

/* line 832, app/assets/stylesheets/shared/base.sass */
.widget .api-error, .editWidget .api-error, .custom_modal .api-error {
  color: #bbb;
  text-align: center;
}

/* line 836, app/assets/stylesheets/shared/base.sass */
.widget .nicEdit-main > div:first-child, .widget .body.description > div:first-child, .editWidget .nicEdit-main > div:first-child, .editWidget .body.description > div:first-child, .custom_modal .nicEdit-main > div:first-child, .custom_modal .body.description > div:first-child {
  margin-top: 20px;
}

/* line 840, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget, .two-columns-wide .editWidget, .three-columns-wide .widget, .three-columns-wide .editWidget {
  margin-bottom: 30px;
}

/* line 842, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget .body, .two-columns-wide .widget form, .two-columns-wide .editWidget .body, .two-columns-wide .editWidget form, .three-columns-wide .widget .body, .three-columns-wide .widget form, .three-columns-wide .editWidget .body, .three-columns-wide .editWidget form {
  margin: 30px;
  font-size: 15px;
}

/* line 846, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget .body > div, .two-columns-wide .widget .body .description > div, .two-columns-wide .widget form > div, .two-columns-wide .widget form .description > div, .two-columns-wide .editWidget .body > div, .two-columns-wide .editWidget .body .description > div, .two-columns-wide .editWidget form > div, .two-columns-wide .editWidget form .description > div, .three-columns-wide .widget .body > div, .three-columns-wide .widget .body .description > div, .three-columns-wide .widget form > div, .three-columns-wide .widget form .description > div, .three-columns-wide .editWidget .body > div, .three-columns-wide .editWidget .body .description > div, .three-columns-wide .editWidget form > div, .three-columns-wide .editWidget form .description > div {
  margin-top: 30px;
}

/* line 848, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget .body > div:first-child, .two-columns-wide .widget .body .description > div:first-child, .two-columns-wide .widget form > div:first-child, .two-columns-wide .widget form .description > div:first-child, .two-columns-wide .editWidget .body > div:first-child, .two-columns-wide .editWidget .body .description > div:first-child, .two-columns-wide .editWidget form > div:first-child, .two-columns-wide .editWidget form .description > div:first-child, .three-columns-wide .widget .body > div:first-child, .three-columns-wide .widget .body .description > div:first-child, .three-columns-wide .widget form > div:first-child, .three-columns-wide .widget form .description > div:first-child, .three-columns-wide .editWidget .body > div:first-child, .three-columns-wide .editWidget .body .description > div:first-child, .three-columns-wide .editWidget form > div:first-child, .three-columns-wide .editWidget form .description > div:first-child {
  margin-top: 0;
}

/* line 850, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget .description, .two-columns-wide .editWidget .description, .three-columns-wide .widget .description, .three-columns-wide .editWidget .description {
  font-size: 15px;
  line-height: 24px;
}

/* line 854, app/assets/stylesheets/shared/base.sass */
.two-columns-wide, .two-columns-wide .widget {
  width: 660px;
}

/* line 857, app/assets/stylesheets/shared/base.sass */
.topBar {
  line-height: 20px;
  padding: 10px;
}

/* line 860, app/assets/stylesheets/shared/base.sass */
.topBar h1 {
  font-size: 15px;
  margin: 0;
}

/* line 864, app/assets/stylesheets/shared/base.sass */
.icon {
  position: absolute;
  width: 33px;
  height: 41px;
  right: 8px;
  top: -2px;
  z-index: 1;
}

/* line 872, app/assets/stylesheets/shared/base.sass */
.editWidget {
  background-color: white;
}

/* line 874, app/assets/stylesheets/shared/base.sass */
.editWidget.author mark {
  background: #333;
  color: #EBEBEB;
}

/* line 877, app/assets/stylesheets/shared/base.sass */
.editWidget mark {
  background: white;
}

/* line 879, app/assets/stylesheets/shared/base.sass */
.editWidget p {
  position: relative;
  margin: 0;
  padding: 0;
  color: #8d8d8d;
}

/* line 884, app/assets/stylesheets/shared/base.sass */
.editWidget a {
  color: inherit;
  font-weight: 100;
  line-height: 16px;
}

/* line 889, app/assets/stylesheets/shared/base.sass */
.editWidget ul.hideInputs li input {
  display: none;
}

/* line 891, app/assets/stylesheets/shared/base.sass */
.editWidget ul.hideInputs li .info {
  float: left;
  margin-left: 10px;
}

/* line 897, app/assets/stylesheets/shared/base.sass */
.widget .footer, .custom_modal .footer {
  font-size: 15px;
  line-height: 14px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  padding-top: 0;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}

/* line 905, app/assets/stylesheets/shared/base.sass */
.article .widget .footer, .article .custom_modal .footer {
  padding-top: 0;
}

/* line 907, app/assets/stylesheets/shared/base.sass */
.widget .footer:empty, .custom_modal .footer:empty {
  display: none !important;
  padding: 0 !important;
}

/* line 910, app/assets/stylesheets/shared/base.sass */
.widget .footer a, .widget .footer span, .widget .footer .item-count, .custom_modal .footer a, .custom_modal .footer span, .custom_modal .footer .item-count {
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

/* line 915, app/assets/stylesheets/shared/base.sass */
.widget .footer a svg, .widget .footer span svg, .widget .footer .item-count svg, .custom_modal .footer a svg, .custom_modal .footer span svg, .custom_modal .footer .item-count svg {
  font-size: 12px;
  margin: 6px 10px 6px 6px;
}

/* line 918, app/assets/stylesheets/shared/base.sass */
.widget .footer a:after:last-child, .custom_modal .footer a:after:last-child {
  margin: 6px;
}

/* line 920, app/assets/stylesheets/shared/base.sass */
.widget .footer .item-count, .custom_modal .footer .item-count {
  float: right;
  font-weight: normal;
  color: #aaa;
}

/* line 925, app/assets/stylesheets/shared/base.sass */
.widget #actions.footer a, .widget #actions.footer span, .custom_modal #actions.footer a, .custom_modal #actions.footer span {
  font-size: 12px;
}

/* line 928, app/assets/stylesheets/shared/base.sass */
.widget #footnote.footer {
  background-color: rgba(255, 255, 255, 0.15);
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  color: #aaa;
  font-weight: normal;
  line-height: 20px;
}

/* line 937, app/assets/stylesheets/shared/base.sass */
.widget #footnote-triangle {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid rgba(255, 255, 255, 0.15);
  margin-left: calc(50% - 12px);
}

/* line 946, app/assets/stylesheets/shared/base.sass */
.widget #controls.footer, .custom_modal #controls.footer {
  color: #e96946;
  display: inline-block;
}

/* line 949, app/assets/stylesheets/shared/base.sass */
.widget #controls.footer a, .custom_modal #controls.footer a {
  color: #e96946;
}

/* line 952, app/assets/stylesheets/shared/base.sass */
.widget #actions.footer {
  color: #888;
  padding: 12px 15px;
  background-color: #eaeaea;
  border-top: #dde;
  height: 39px;
}

/* line 958, app/assets/stylesheets/shared/base.sass */
.widget #actions.footer a {
  color: #888;
}

/* line 960, app/assets/stylesheets/shared/base.sass */
.widget #actions.footer a.editBut {
  margin-left: 0;
}

/* line 962, app/assets/stylesheets/shared/base.sass */
.widget #actions.footer a.deleteBut {
  float: right;
}

/* line 967, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget #controls.footer, .three-columns-wide .widget #controls.footer {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 25px;
}

/* line 971, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget .footer a, .two-columns-wide .widget .footer span, .two-columns-wide .widget .footer .item-count, .three-columns-wide .widget .footer a, .three-columns-wide .widget .footer span, .three-columns-wide .widget .footer .item-count {
  font-size: 14px;
}

/* line 973, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget .footer a:before, .two-columns-wide .widget .footer a:after, .two-columns-wide .widget .footer span:before, .two-columns-wide .widget .footer span:after, .two-columns-wide .widget .footer .item-count:before, .two-columns-wide .widget .footer .item-count:after, .three-columns-wide .widget .footer a:before, .three-columns-wide .widget .footer a:after, .three-columns-wide .widget .footer span:before, .three-columns-wide .widget .footer span:after, .three-columns-wide .widget .footer .item-count:before, .three-columns-wide .widget .footer .item-count:after {
  font-size: 14px;
}

/* line 976, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget .footer {
  width: 660px;
}

/* line 979, app/assets/stylesheets/shared/base.sass */
body#viewer #actions.footer {
  display: none;
}

/**
 ** COPY WIDGET
 */
/* line 985, app/assets/stylesheets/shared/base.sass */
.copy-widget-modal {
  width: 530px !important;
  margin: 0 0 0 -265px !important;
}

/* line 988, app/assets/stylesheets/shared/base.sass */
.copy-widget-modal .close-copy-widget-model {
  color: #A2A09E;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

/* line 994, app/assets/stylesheets/shared/base.sass */
.copy-widget-modal .disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* line 997, app/assets/stylesheets/shared/base.sass */
.copy-widget-modal .generating-copy {
  background: url(/images/releasd-loader.gif) no-repeat center;
  width: 100%;
  height: 68px;
  padding: 30px 0;
}

/* line 1002, app/assets/stylesheets/shared/base.sass */
.copy-widget-modal .copy-widget-button-container {
  background-color: #F5F5F5;
  cursor: pointer;
}

/* line 1005, app/assets/stylesheets/shared/base.sass */
.copy-widget-modal .copy-widget-button-container .copied {
  position: absolute;
  bottom: 20px;
  font-weight: bold;
  font-size: 14px;
  right: 40px;
  display: inline-block;
}

/* line 1012, app/assets/stylesheets/shared/base.sass */
.copy-widget-modal .copy-widget-button-container .copied .circular {
  background-color: #5f9b61;
}

/* line 1014, app/assets/stylesheets/shared/base.sass */
.copy-widget-modal .instructions {
  text-align: center;
}

/* line 1016, app/assets/stylesheets/shared/base.sass */
.copy-widget-modal .circular {
  width: 16px;
  height: 16px;
  display: inline-block;
  color: white;
  border-radius: 16px;
  background-color: #2b6e99;
  padding: 6px;
}

/* line 1026, app/assets/stylesheets/shared/base.sass */
.widget-table td {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* line 1030, app/assets/stylesheets/shared/base.sass */
.widget-table .widget-copy .widget-container .quotemark-container {
  margin-bottom: 12px;
  padding-top: 10px;
}

/* line 1033, app/assets/stylesheets/shared/base.sass */
.widget-table .widget-copy .widget-container .quotemark-container .quotemark {
  display: inline;
  font-size: 20px;
  padding: 8px 11px;
  background-color: rgba(1, 1, 1, 0.3);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

/* line 1041, app/assets/stylesheets/shared/base.sass */
.widget-table .widget-copy .widget-container .caption {
  background: #FFF;
  border: 1px solid #E1E1E1;
  border-left-width: 4px;
  clear: both;
  color: #7B7777;
  display: none;
  font-size: 13px;
  line-height: 21px;
  padding: 19px 17px 16px;
}

/* line 1051, app/assets/stylesheets/shared/base.sass */
.widget-table .widget-copy .widget-container .caption h2 {
  background: url(https://releasd.com/images/article_widget/caption-icon2.png) no-repeat 0 0;
  color: #7A7777;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  height: 22px;
  line-height: 19px;
  margin: 0 0 7px;
  padding-left: 26px;
  text-transform: uppercase;
}

/**
 ** Specific Widgets
 */
/* line 1068, app/assets/stylesheets/shared/base.sass */
.widget #controls.footer .expand-more, .widget #controls.footer .expand-less, .custom_modal.article #controls.footer .expand-more, .custom_modal.article #controls.footer .expand-less {
  display: none;
  float: left;
}

/* line 1074, app/assets/stylesheets/shared/base.sass */
.widget.text #controls.footer .expand-more, .widget.text #controls.footer .expand-less {
  display: inline-block;
}

/* line 1079, app/assets/stylesheets/shared/base.sass */
.widget.links .single_entry, .widget.rss .single_entry, .widget .link_preview .single_entry, .custom_modal.links .single_entry, .custom_modal.rss .single_entry, .custom_modal .link_preview .single_entry {
  text-align: inherit;
}

/* line 1081, app/assets/stylesheets/shared/base.sass */
.widget.links .single_entry a, .widget.rss .single_entry a, .widget .link_preview .single_entry a, .custom_modal.links .single_entry a, .custom_modal.rss .single_entry a, .custom_modal .link_preview .single_entry a {
  text-align: inherit;
  padding-left: 30px;
}

/* line 1084, app/assets/stylesheets/shared/base.sass */
.widget.links .single_entry, .custom_modal.links .single_entry {
  height: 19px;
}

/* line 1088, app/assets/stylesheets/shared/base.sass */
.widget .description, .widget .description-footer {
  color: #7B7777;
  background-color: #F9F9F9;
  padding: 14px 20px;
}

/* line 1092, app/assets/stylesheets/shared/base.sass */
.widget .description {
  border-top: solid 1px #E7E7E7;
}

/* line 1095, app/assets/stylesheets/shared/base.sass */
.widget .description-footer a {
  font-size: 12px;
  text-decoration: none;
  display-inline: flex;
}

/* line 1099, app/assets/stylesheets/shared/base.sass */
.widget .description-footer a align-item,
.widget .description-footer a svg {
  font-size: 12px;
  margin: 6px 10px 6px 6px;
}

/* line 1105, app/assets/stylesheets/shared/base.sass */
.widget.text .description {
  background: none;
  border: 0;
  padding: 0;
}

/* line 1113, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget.article .description-footer a, .two-columns-wide .widget.gallery .description-footer a, .two-columns-wide .widget.stats .description-footer a, .two-columns-wide .widget.video .description-footer a, .two-columns-wide .widget.pdf .description-footer a, .two-columns-wide .widget.links .description-footer a, .two-columns-wide .widget.embed .description-footer a, .three-columns-wide .widget.article .description-footer a, .three-columns-wide .widget.gallery .description-footer a, .three-columns-wide .widget.stats .description-footer a, .three-columns-wide .widget.video .description-footer a, .three-columns-wide .widget.pdf .description-footer a, .three-columns-wide .widget.links .description-footer a, .three-columns-wide .widget.embed .description-footer a {
  font-size: 14px;
}

/* line 1115, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget.article .description-footer a:before, .two-columns-wide .widget.article .description-footer a:after, .two-columns-wide .widget.gallery .description-footer a:before, .two-columns-wide .widget.gallery .description-footer a:after, .two-columns-wide .widget.stats .description-footer a:before, .two-columns-wide .widget.stats .description-footer a:after, .two-columns-wide .widget.video .description-footer a:before, .two-columns-wide .widget.video .description-footer a:after, .two-columns-wide .widget.pdf .description-footer a:before, .two-columns-wide .widget.pdf .description-footer a:after, .two-columns-wide .widget.links .description-footer a:before, .two-columns-wide .widget.links .description-footer a:after, .two-columns-wide .widget.embed .description-footer a:before, .two-columns-wide .widget.embed .description-footer a:after, .three-columns-wide .widget.article .description-footer a:before, .three-columns-wide .widget.article .description-footer a:after, .three-columns-wide .widget.gallery .description-footer a:before, .three-columns-wide .widget.gallery .description-footer a:after, .three-columns-wide .widget.stats .description-footer a:before, .three-columns-wide .widget.stats .description-footer a:after, .three-columns-wide .widget.video .description-footer a:before, .three-columns-wide .widget.video .description-footer a:after, .three-columns-wide .widget.pdf .description-footer a:before, .three-columns-wide .widget.pdf .description-footer a:after, .three-columns-wide .widget.links .description-footer a:before, .three-columns-wide .widget.links .description-footer a:after, .three-columns-wide .widget.embed .description-footer a:before, .three-columns-wide .widget.embed .description-footer a:after {
  font-size: 14px;
}

/* line 1119, app/assets/stylesheets/shared/base.sass */
.widget.stats .wrecker {
  border-collapse: collapse;
  width: 100%;
}

/* line 1122, app/assets/stylesheets/shared/base.sass */
.widget.stats .wrecker .wrecker-row:not(:last-child) {
  border-bottom: 1px dotted #ddd;
}

/* line 1126, app/assets/stylesheets/shared/base.sass */
.widget.stats .wrecker .wrecker-row:first-child .wrecker-cell {
  padding-top: 10px;
}

/* line 1129, app/assets/stylesheets/shared/base.sass */
.widget.stats .wrecker .wrecker-cell {
  vertical-align: middle;
  padding: 40px;
  width: 50%;
}

/* line 1133, app/assets/stylesheets/shared/base.sass */
.widget.stats .wrecker .wrecker-cell:first-child, .widget.stats .wrecker .wrecker-cell:last-child {
  padding: 40px;
  border-bottom: none;
}

/* line 1136, app/assets/stylesheets/shared/base.sass */
.widget.stats .wrecker .wrecker-cell:first-child {
  padding-left: 10px;
}

/* line 1138, app/assets/stylesheets/shared/base.sass */
.widget.stats .wrecker .wrecker-cell:last-child {
  padding-right: 10px;
  border-left: 1px dotted #ddd;
}

/* line 1141, app/assets/stylesheets/shared/base.sass */
.widget.stats .wrecker:not(:last-child) {
  border-bottom: 1px dotted #ddd;
}

/* line 1143, app/assets/stylesheets/shared/base.sass */
.widget.stats .wrecker-single-last {
  padding-top: 40px;
  margin-top: 0 !important;
}

/* line 1146, app/assets/stylesheets/shared/base.sass */
.widget.stats .wrecker-single-last .single_entry_container {
  margin-bottom: 40px;
}

/* line 1148, app/assets/stylesheets/shared/base.sass */
.widget.stats .wrecker-single-last:not(:last-child) {
  border-bottom: 1px dotted #ddd;
}

/* line 1151, app/assets/stylesheets/shared/base.sass */
.widget.stats .wrecker .single_entry_headline, .widget.stats .wrecker-single-last .single_entry_headline {
  display: block;
}

/* line 1153, app/assets/stylesheets/shared/base.sass */
.widget.stats .wrecker .single_entry_info, .widget.stats .wrecker-single-last .single_entry_info {
  margin-top: 20px;
}

/* line 1158, app/assets/stylesheets/shared/base.sass */
.widget.gallery #controls.footer .view-all-images {
  overflow: hidden;
}

/* line 1162, app/assets/stylesheets/shared/base.sass */
.widget .embedCodeDisabled {
  width: 286px;
  padding: 5px;
  height: 70px;
  border: 1px solid #ccc;
  font-size: 11px;
  color: #666;
  margin: 10px 0 3px 0;
}

/* line 1172, app/assets/stylesheets/shared/base.sass */
.widget.facebook .content, .widget.facebook .embed iframe, .widget.embed .content, .widget.embed .embed iframe {
  display: table;
  margin: 0 auto;
  max-width: 100% !important;
}

/* line 1179, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget.facebook .embed iframe, .two-columns-wide .widget.embed .embed iframe, .three-columns-wide .widget.facebook .embed iframe, .three-columns-wide .widget.embed .embed iframe {
  padding: 0 5px;
  min-width: 500px;
}

/* line 1182, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget.facebook .embed iframe:only-child, .two-columns-wide .widget.embed .embed iframe:only-child, .three-columns-wide .widget.facebook .embed iframe:only-child, .three-columns-wide .widget.embed .embed iframe:only-child {
  padding: 0;
}

/* line 1185, app/assets/stylesheets/shared/base.sass */
.widget.quote {
  background: url("/images/quote-bg.jpg") repeat;
}

/* line 1187, app/assets/stylesheets/shared/base.sass */
.widget.quote .body {
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
}

/* line 1191, app/assets/stylesheets/shared/base.sass */
.widget.quote .body .quotemark-container {
  margin-bottom: 8px;
  padding-top: 10px;
}

/* line 1194, app/assets/stylesheets/shared/base.sass */
.widget.quote .body .quotemark-container .quotemark {
  display: inline;
  font-size: 20px;
  padding: 8px 11px;
  background-color: rgba(1, 1, 1, 0.3);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

/* line 1202, app/assets/stylesheets/shared/base.sass */
.widget.quote .body .quote {
  font-family: 'Slabo 27px', serif;
  font-size: 22px !important;
  line-height: 30px;
  margin-top: 20px;
}

/* line 1208, app/assets/stylesheets/shared/base.sass */
.widget.quote .body .quote a {
  color: white;
  text-decoration: underline;
}

/* line 1212, app/assets/stylesheets/shared/base.sass */
body#viewer .widget.quote {
  border-bottom: 1px solid #535353;
}

/* line 1216, app/assets/stylesheets/shared/base.sass */
.widget.contact .phone, .widget.contact .email {
  word-break: break-all;
}

/* line 1219, app/assets/stylesheets/shared/base.sass */
.widget.contact .single_entry_headline > * {
  font-size: 14px !important;
}

/* line 1221, app/assets/stylesheets/shared/base.sass */
.widget.contact .single_entry_headline .entry-title {
  margin-left: 10px;
  font-weight: normal !important;
  border-left: 2px solid #dedada;
  padding-left: 10px;
  display: inline-block !important;
}

/* line 1227, app/assets/stylesheets/shared/base.sass */
.widget.contact .single_entry_info {
  display: table;
  margin: auto;
  text-align: center;
  line-height: 20px;
  padding: 4px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 4px 15px;
}

/* line 1228, app/assets/stylesheets/shared/base.sass */
.widget.contact .single_entry_info .phone, .widget.contact .single_entry_info .email {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1232, app/assets/stylesheets/shared/base.sass */
.widget.contact .single_entry_info .phone svg, .widget.contact .single_entry_info .email svg {
  margin-right: 6px;
}

/* line 1238, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget.links .single_entry, .three-columns-wide .widget.links .single_entry {
  height: 21px;
}

/* line 1241, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget.video .video-wrapper, .three-columns-wide .widget.video .video-wrapper {
  height: 529px;
}

/* line 1245, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget.gallery .image_container, .three-columns-wide .widget.gallery .image_container {
  margin-left: -30px;
  margin-right: -30px;
}

/* line 1249, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget.gallery #controls.footer .view-all-images, .three-columns-wide .widget.gallery #controls.footer .view-all-images {
  float: left;
}

/* line 1252, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget.quote .body, .three-columns-wide .widget.quote .body {
  letter-spacing: 1px;
  margin-bottom: 40px;
}

/* line 1255, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget.quote .body .quotemark-container, .three-columns-wide .widget.quote .body .quotemark-container {
  margin-bottom: 20px;
  padding-top: 0;
}

/* line 1258, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget.quote .body .quotemark-container .quotemark, .three-columns-wide .widget.quote .body .quotemark-container .quotemark {
  font-size: 32px;
  line-height: 44px;
  padding: 4px 12px 8px 12px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}

/* line 1265, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget.quote .body .quote, .three-columns-wide .widget.quote .body .quote {
  font-size: 26px !important;
  line-height: 40px;
}

/* line 1270, app/assets/stylesheets/shared/base.sass */
.one-column-wide .widget.video .video-wrapper, #col_1 .widget.video .video-wrapper, #col_2 .widget.video .video-wrapper, #col_3 .widget.video .video-wrapper {
  height: 160px;
}

/* line 1273, app/assets/stylesheets/shared/base.sass */
.one-column-wide .widget.gallery .slick-captions, #col_1 .widget.gallery .slick-captions, #col_2 .widget.gallery .slick-captions, #col_3 .widget.gallery .slick-captions {
  margin-top: 0;
}

/* line 1277, app/assets/stylesheets/shared/base.sass */
.one-column-wide .widget.contact .single_entry_container div, #col_1 .widget.contact .single_entry_container div, #col_2 .widget.contact .single_entry_container div, #col_3 .widget.contact .single_entry_container div {
  line-height: 20px;
  max-width: 280px;
  word-wrap: break-word;
}

/* line 1281, app/assets/stylesheets/shared/base.sass */
.one-column-wide .widget.contact .single_entry_container div:not(:first-child), #col_1 .widget.contact .single_entry_container div:not(:first-child), #col_2 .widget.contact .single_entry_container div:not(:first-child), #col_3 .widget.contact .single_entry_container div:not(:first-child) {
  margin-top: 10px;
}

/* line 1283, app/assets/stylesheets/shared/base.sass */
.one-column-wide .widget.contact .single_entry_container .entry-title, #col_1 .widget.contact .single_entry_container .entry-title, #col_2 .widget.contact .single_entry_container .entry-title, #col_3 .widget.contact .single_entry_container .entry-title {
  line-height: 22px;
  display: block !important;
  border-left: none;
  padding: 0;
  margin: 0;
}

/* line 1289, app/assets/stylesheets/shared/base.sass */
.one-column-wide .widget.contact .single_entry_container .single_entry_info, #col_1 .widget.contact .single_entry_container .single_entry_info, #col_2 .widget.contact .single_entry_container .single_entry_info, #col_3 .widget.contact .single_entry_container .single_entry_info {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}

/* line 1295, app/assets/stylesheets/shared/base.sass */
.editWidget.editContact a#addContact, .editWidget.editContact a#saveContact {
  color: #fff;
  background: #5B9C6E;
  border-style: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 55, app/assets/stylesheets/shared/base.sass */
.editWidget.editContact a#addContact:hover, .editWidget.editContact a#saveContact:hover {
  background: #5B9C6E;
}

/**
 ** Widget Components (building blocks)
 */
/* line 1303, app/assets/stylesheets/shared/base.sass */
.widget .slick-arrow {
  top: 50%;
}

/* line 1305, app/assets/stylesheets/shared/base.sass */
.widget .slick-arrow, .widget .embedly_previous, .widget .embedly_next {
  position: absolute;
  margin-top: -16px;
  width: 28px;
  height: 33px;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  text-indent: -9999px;
  font-size: 1px;
  border: none;
  z-index: 1;
}

/* line 1316, app/assets/stylesheets/shared/base.sass */
.widget .slick-next, .widget .embedly_next {
  right: 0;
  background: url("/images/article_widget/article-next.png") no-repeat;
}

/* line 1319, app/assets/stylesheets/shared/base.sass */
.widget .slick-prev, .widget .embedly_previous {
  left: 0;
  background: url("/images/article_widget/article-previous.png") no-repeat;
}

/* line 1322, app/assets/stylesheets/shared/base.sass */
.widget .slick-prev:hover, .widget .slick-prev:focus, .widget .slick-next:hover, .widget .slick-next:focus {
  color: transparent;
  outline: none;
}

/* line 1325, app/assets/stylesheets/shared/base.sass */
.widget .embedly_previous, .widget .embedly_next {
  width: 48px;
  z-index: 8008;
  top: 108px;
}

/* line 1329, app/assets/stylesheets/shared/base.sass */
.three-columns-wide .widget .embedly_previous, .three-columns-wide .widget .embedly_next {
  top: 143px;
}

/* line 1331, app/assets/stylesheets/shared/base.sass */
.widget .embedly_previous {
  left: -20px;
}

/* line 1333, app/assets/stylesheets/shared/base.sass */
.three-columns-wide .widget .embedly_previous {
  left: -30px;
}

/* line 1335, app/assets/stylesheets/shared/base.sass */
.widget .embedly_next {
  right: -20px;
  background-position: 20px 0;
}

/* line 1338, app/assets/stylesheets/shared/base.sass */
.three-columns-wide .widget .embedly_next {
  right: -30px;
}

/* line 1342, app/assets/stylesheets/shared/base.sass */
.widget .embed-code {
  display: flex;
  flex-direction: row;
}

/* line 1345, app/assets/stylesheets/shared/base.sass */
.widget input#embed_code {
  flex: 1;
  height: 30px;
  margin: 0;
  width: 138px;
}

/* line 1350, app/assets/stylesheets/shared/base.sass */
.widget button#copy_code {
  background-color: #619c6d;
  border: 3px solid #619c6d;
  font-size: 11px;
  color: #fff;
  cursor: pointer;
  padding: 0 10px;
  margin-left: 10px;
}

/* line 1361, app/assets/stylesheets/shared/base.sass */
.widget .single_entry, .custom_modal .single_entry {
  text-align: center;
  padding: 20px 0;
}

/* line 1364, app/assets/stylesheets/shared/base.sass */
.widget .single_entry:first-child, .custom_modal .single_entry:first-child {
  padding-top: 0;
}

/* line 1366, app/assets/stylesheets/shared/base.sass */
.widget .single_entry:last-child, .custom_modal .single_entry:last-child {
  padding-bottom: 0;
}

/* line 1368, app/assets/stylesheets/shared/base.sass */
.widget .single_entry:not(:last-child), .custom_modal .single_entry:not(:last-child) {
  border-bottom: 1px dotted #ddd;
}

/* line 1370, app/assets/stylesheets/shared/base.sass */
.widget .single_entry .single_entry_headline, .custom_modal .single_entry .single_entry_headline {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  vertical-align: bottom;
}

/* line 1375, app/assets/stylesheets/shared/base.sass */
.widget .single_entry .single_entry_headline div, .custom_modal .single_entry .single_entry_headline div {
  font-size: 26px;
  line-height: 35px;
  font-weight: bold;
  display: inline;
}

/* line 1380, app/assets/stylesheets/shared/base.sass */
.widget .single_entry .single_entry_headline span, .custom_modal .single_entry .single_entry_headline span {
  font-size: 27px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  line-height: 35px;
}

/* line 1386, app/assets/stylesheets/shared/base.sass */
.widget .single_entry .single_entry_headline:empty, .custom_modal .single_entry .single_entry_headline:empty {
  display: none;
}

/* line 1388, app/assets/stylesheets/shared/base.sass */
.widget .single_entry .single_entry_headline:empty + div.single_entry_info, .custom_modal .single_entry .single_entry_headline:empty + div.single_entry_info {
  margin-top: 0 !important;
}

/* line 1390, app/assets/stylesheets/shared/base.sass */
.widget .single_entry .single_entry_headline span + div, .custom_modal .single_entry .single_entry_headline span + div {
  margin-left: 8px;
}

/* line 1392, app/assets/stylesheets/shared/base.sass */
.widget .single_entry .single_entry_container, .custom_modal .single_entry .single_entry_container {
  display: table;
  margin: 0 auto;
}

/* line 1395, app/assets/stylesheets/shared/base.sass */
.widget .single_entry .single_entry_info, .custom_modal .single_entry .single_entry_info {
  white-space: pre-wrap;
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #7b7777;
  display: table;
  margin: auto;
  text-align: center;
  line-height: 20px;
  padding: 4px 10px;
}

/* line 1402, app/assets/stylesheets/shared/base.sass */
.widget .single_entry img.image-icon, .custom_modal .single_entry img.image-icon {
  height: 23px;
  margin-top: -3px;
}

/* line 1405, app/assets/stylesheets/shared/base.sass */
.widget .single_entry a, .custom_modal .single_entry a {
  color: #7b7777;
}

/* line 1411, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .widget .embedly_header, .three-columns-wide .widget .embedly_header {
  margin-bottom: 22px;
}

/* line 1414, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .single_entry .single_entry_container, .three-columns-wide .single_entry .single_entry_container {
  display: table;
  margin: 0 auto;
  text-align: center;
}

/* line 1418, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .single_entry .single_entry_container > div, .three-columns-wide .single_entry .single_entry_container > div {
  margin: 0 7px;
}

/* line 1421, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .single_entry .single_entry_container .single_entry_headline div, .three-columns-wide .single_entry .single_entry_container .single_entry_headline div {
  font-size: 36px;
}

/* line 1423, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .single_entry .single_entry_container .single_entry_headline span, .three-columns-wide .single_entry .single_entry_container .single_entry_headline span {
  font-size: 38px;
}

/* line 1425, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .single_entry .single_entry_info, .three-columns-wide .single_entry .single_entry_info {
  display: inline-block;
  line-height: 25px;
}

/* line 1431, app/assets/stylesheets/shared/base.sass */
.fancybox-inner .content {
  font-size: 120%;
  line-height: 130%;
}

/* line 1435, app/assets/stylesheets/shared/base.sass */
#fancybox-content .editWidget {
  width: 500px;
}

/* line 1438, app/assets/stylesheets/shared/base.sass */
iframe.document {
  width: 100%;
  border: 1px solid #DDD;
}

/**
 ** Widget Icons
 */
/* line 1446, app/assets/stylesheets/shared/base.sass */
.textIcon {
  background: url("/images/widget_icons/wgt-icn-text.png") no-repeat;
}

/* line 1449, app/assets/stylesheets/shared/base.sass */
.galleryIcon {
  background: url("/images/widget_icons/wgt-icn-images.png") no-repeat;
}

/* line 1452, app/assets/stylesheets/shared/base.sass */
.quoteIcon {
  background: url("/images/widget_icons/wgt-icn-quote.png") no-repeat;
}

/* line 1455, app/assets/stylesheets/shared/base.sass */
.facebookIcon {
  background: url("/images/widget_icons/wgt-icn-facebook.png") no-repeat;
}

/* line 1458, app/assets/stylesheets/shared/base.sass */
.twitterIcon {
  background: url("/images/widget_icons/wgt-icn-twitter.png") no-repeat;
}

/* line 1461, app/assets/stylesheets/shared/base.sass */
.rssIcon {
  background: url("/images/widget_icons/wgt-icn-rss.png") no-repeat;
}

/* line 1464, app/assets/stylesheets/shared/base.sass */
.linkIcon {
  background: url("/images/widget_icons/wgt-icn-links.png") no-repeat;
}

/* line 1467, app/assets/stylesheets/shared/base.sass */
.contactIcon {
  background: url("/images/widget_icons/wgt-icn-contacts.png") no-repeat;
}

/* line 1470, app/assets/stylesheets/shared/base.sass */
.embedIcon {
  background: url("/images/widget_icons/wgt-icn-embed.png") no-repeat;
}

/* line 1473, app/assets/stylesheets/shared/base.sass */
.documentIcon {
  background: url("/images/widget_icons/wgt-icn-docs.png") no-repeat;
}

/* line 1476, app/assets/stylesheets/shared/base.sass */
.videoIcon {
  background: url("/images/widget_icons/wgt-icn-video.png") no-repeat;
}

/**
 ** Widget Editor Components
 */
/* line 1484, app/assets/stylesheets/shared/base.sass */
.editWidget .submitBut {
  color: #fff;
  background: #5B9C6E;
  border-style: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 55, app/assets/stylesheets/shared/base.sass */
.editWidget .submitBut:hover {
  background: #5B9C6E;
}

/* line 1487, app/assets/stylesheets/shared/base.sass */
.editWidget .submitBut[disabled] {
  opacity: 0.5 !important;
  text-decoration: underline;
}

/* line 1491, app/assets/stylesheets/shared/base.sass */
.editWidget a.closeBut {
  height: 26px;
  width: 26px;
  float: right;
  text-indent: -9999px;
  background: #C2392C url("/images/widget_icons/icn-bin.png") center center no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 1498, app/assets/stylesheets/shared/base.sass */
.editWidget a.cancel {
  text-decoration: underline;
  color: #a3a3a1;
  padding: 3px 9px;
  font-size: 14px;
}

/* line 1503, app/assets/stylesheets/shared/base.sass */
.editWidget a.manage-btn, .editWidget a.file_selector {
  float: right;
  padding: 6px 9px;
  line-height: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 1508, app/assets/stylesheets/shared/base.sass */
.editWidget a.remove-contact {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  border: none;
  background: #C2392C;
}

/* line 62, app/assets/stylesheets/shared/base.sass */
.editWidget a.remove-contact:hover {
  background: #C2392C;
}

/* line 1511, app/assets/stylesheets/shared/base.sass */
.editWidget .count-and-add {
  background-color: #DDD;
  padding: 10px;
  margin-bottom: 10px;
  height: 24px;
}

/* line 1517, app/assets/stylesheets/shared/base.sass */
.editWidget .edit-form-input .level3-title {
  margin: 7px 0 4px 0;
  color: #333;
  font-weight: bold;
  float: left;
  font-size: 1.17em;
}

/* line 1523, app/assets/stylesheets/shared/base.sass */
.editWidget .edit-form-input a.popup-msg {
  font-size: 80%;
  float: left;
  margin: 6px;
  padding-left: 10px;
  line-height: inherit;
  text-decoration: underline;
}

/* line 1530, app/assets/stylesheets/shared/base.sass */
.editWidget .edit-form-input input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 1535, app/assets/stylesheets/shared/base.sass */
.editWidget .set_height, .editWidget .checkbox-option, .editWidget .slider-speed-container {
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
  clear: both;
}

/* line 1540, app/assets/stylesheets/shared/base.sass */
.editWidget .set_height #set_height_input, .editWidget .checkbox-option #set_height_input, .editWidget .slider-speed-container #set_height_input {
  float: right;
  margin-top: -4px;
}

/* line 1544, app/assets/stylesheets/shared/base.sass */
.editWidget ul.contact-list li {
  *zoom: 1;
}

/* line 66, app/assets/stylesheets/shared/base.sass */
.editWidget ul.contact-list li:before {
  content: "";
  display: table;
}

/* line 69, app/assets/stylesheets/shared/base.sass */
.editWidget ul.contact-list li:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1546, app/assets/stylesheets/shared/base.sass */
.editWidget ul.list li .info {
  width: calc(100% - 50px);
}

/* line 1548, app/assets/stylesheets/shared/base.sass */
.editWidget ul.list li .info p {
  color: #000;
  margin: 0;
  text-align: left;
}

/* line 1552, app/assets/stylesheets/shared/base.sass */
.editWidget ul.list li .info p span {
  font-size: 11px;
  color: #666;
}

/* line 1558, app/assets/stylesheets/shared/base.sass */
.three-columns-wide .editWidget .edit-form-input, .two-columns-wide .editWidget .edit-form-input {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

/* line 1562, app/assets/stylesheets/shared/base.sass */
.three-columns-wide .editWidget .edit-form-input input, .two-columns-wide .editWidget .edit-form-input input {
  flex: 1;
  margin-left: 10px;
}

/* line 1565, app/assets/stylesheets/shared/base.sass */
.three-columns-wide .editWidget .edit-form-input a.popup-msg, .two-columns-wide .editWidget .edit-form-input a.popup-msg {
  padding-top: 5px;
}

/* line 1570, app/assets/stylesheets/shared/base.sass */
.one-column-wide .editWidget .edit-form-input, #col_1 .editWidget .edit-form-input, #col_2 .editWidget .edit-form-input, #col_3 .editWidget .edit-form-input {
  margin-bottom: 10px;
}

/* line 1572, app/assets/stylesheets/shared/base.sass */
.one-column-wide .editWidget .edit-form-input .level3-title, #col_1 .editWidget .edit-form-input .level3-title, #col_2 .editWidget .edit-form-input .level3-title, #col_3 .editWidget .edit-form-input .level3-title {
  margin-top: 2px;
}

/* line 1574, app/assets/stylesheets/shared/base.sass */
.one-column-wide .editWidget .count-and-add, #col_1 .editWidget .count-and-add, #col_2 .editWidget .count-and-add, #col_3 .editWidget .count-and-add {
  line-height: 26px;
}

/* line 1576, app/assets/stylesheets/shared/base.sass */
.one-column-wide .set_height, .one-column-wide .checkbox-option, #col_1 .set_height, #col_1 .checkbox-option, #col_2 .set_height, #col_2 .checkbox-option, #col_3 .set_height, #col_3 .checkbox-option {
  font-size: 12px;
}

/* line 1579, app/assets/stylesheets/shared/base.sass */
.editWidget.embed {
  padding: 0;
}

/* line 1582, app/assets/stylesheets/shared/base.sass */
.no-embedly-article {
  color: #999;
  display: none;
  text-align: center;
  margin: 120px 0 0 0;
  width: 100%;
}

/* line 1589, app/assets/stylesheets/shared/base.sass */
.url_error {
  color: red;
  font-size: 12px;
  margin-left: 34px;
  padding-top: 5px;
  clear: both;
}

/* line 1597, app/assets/stylesheets/shared/base.sass */
a.copy {
  background: url("/images/action_icons/copy-icon.png") 0 1px no-repeat;
  padding-left: 16px;
  margin-left: 16px;
}

/* line 1603, app/assets/stylesheets/shared/base.sass */
.widget .embedCode {
  width: 286px;
  padding: 5px;
  height: 70px;
  border: 1px solid #ccc;
  font-size: 11px;
  color: #666;
  margin: 10px 0 3px 0;
  display: none;
}

/* line 1613, app/assets/stylesheets/shared/base.sass */
.widget .flexslider ul {
  padding-left: 0;
}

/* line 1615, app/assets/stylesheets/shared/base.sass */
.widget .flexslider li {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 1618, app/assets/stylesheets/shared/base.sass */
.widget .flexslider.links li {
  padding: 0 0 10px 25px;
  background-size: 20px 20px;
}

/* line 1621, app/assets/stylesheets/shared/base.sass */
.widget .flexslider.links li:last-child {
  border-bottom: none;
}

/* line 1623, app/assets/stylesheets/shared/base.sass */
.widget .flexslider.links li a {
  text-decoration: underline;
}

/* line 1625, app/assets/stylesheets/shared/base.sass */
.widget .flexslider.links li b {
  color: #363636;
  font-size: 14px;
  font-weight: 600;
}

/* line 1632, app/assets/stylesheets/shared/base.sass */
.widget .tweet {
  margin-bottom: 10px;
  line-height: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
}

/* line 1638, app/assets/stylesheets/shared/base.sass */
.tweet:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 6px;
}

/* line 1644, app/assets/stylesheets/shared/base.sass */
.widget .tweet a {
  font-weight: normal;
  text-decoration: underline;
}

/* line 1647, app/assets/stylesheets/shared/base.sass */
.widget .time {
  color: #9E9E9E;
  font-weight: normal;
  font-family: georgia;
  font-style: italic;
  font-size: 12px;
}

/***************************************************************************/
/*****************************  MODALS (only)  *****************************/
/***************************************************************************/
/**
 ** General Modal Styling
 */
/* line 1662, app/assets/stylesheets/shared/base.sass */
.custom_modal .widget {
  margin: 0;
}

/* line 1664, app/assets/stylesheets/shared/base.sass */
.custom_modal .stats_widget, .custom_modal .link_widget {
  margin: 20px;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

/**
 ** Modal Components (building blocks)
 */
/* line 1673, app/assets/stylesheets/shared/base.sass */
.custom_modal .custom_modal_search_pages input {
  width: 320px !important;
}

/* line 1675, app/assets/stylesheets/shared/base.sass */
.custom_modal .custom_modal_search_pages form {
  margin: 0;
}

/* line 1678, app/assets/stylesheets/shared/base.sass */
.duplicate_modal .custom_modal_content {
  margin-bottom: 20px;
  height: 0;
}

/* line 1682, app/assets/stylesheets/shared/base.sass */
.custom_modal .widget.article {
  overflow: hidden;
}

/* line 1684, app/assets/stylesheets/shared/base.sass */
.custom_modal .widget.article .embedly_slider {
  height: 100%;
}

/* ==|== media queries ======================================================
 * EXAMPLE Media Query for Responsive Design.
 * This example overrides the primary ('mobile first') styles
 * Modify as content requires.
 * ========================================================================*/
/*Floats*/
/* line 1696, app/assets/stylesheets/shared/base.sass */
.fl {
  float: left;
}

/* For image replacement */
/* line 1704, app/assets/stylesheets/shared/base.sass */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

/* line 1714, app/assets/stylesheets/shared/base.sass */
.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
/* line 1719, app/assets/stylesheets/shared/base.sass */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
/* line 1725, app/assets/stylesheets/shared/base.sass */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 1735, app/assets/stylesheets/shared/base.sass */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
/* Hide visually and from screenreaders, but maintain layout */
/* line 1747, app/assets/stylesheets/shared/base.sass */
.invisible {
  visibility: hidden;
}

/* line 1750, app/assets/stylesheets/shared/base.sass */
.clearfix {
  *zoom: 1;
}

/* line 66, app/assets/stylesheets/shared/base.sass */
.clearfix:before {
  content: "";
  display: table;
}

/* line 69, app/assets/stylesheets/shared/base.sass */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ==|== validation errors =====================================================*/
/* line 1755, app/assets/stylesheets/shared/base.sass */
label.error {
  color: #AA1317;
  font-size: 13px;
}

/* ==|== lightbox =======================================================*/
/* line 1761, app/assets/stylesheets/shared/base.sass */
.pp_description {
  font-size: 10px;
}

/* line 1764, app/assets/stylesheets/shared/base.sass */
.twitter-feed input[type='text'] {
  width: 250px;
}

/* ==|== help lightbox =====================================================*/
/* line 1769, app/assets/stylesheets/shared/base.sass */
#help {
  font-size: 85%;
}

/* line 1771, app/assets/stylesheets/shared/base.sass */
#help h2 {
  text-align: center;
}

/* line 1773, app/assets/stylesheets/shared/base.sass */
#help .intro {
  text-align: center;
  padding-bottom: 1px;
}

/* line 1776, app/assets/stylesheets/shared/base.sass */
#help h2 {
  font-size: 24px;
}

/* line 1778, app/assets/stylesheets/shared/base.sass */
#help h3 {
  border-top: 1px solid #E9E9E9;
  padding-top: 15px;
}

/* line 1781, app/assets/stylesheets/shared/base.sass */
#help .quote {
  font-style: italic;
  font-size: 19px;
}

/* line 1784, app/assets/stylesheets/shared/base.sass */
#help .widget-icon {
  background: #333;
  border-radius: 5px;
  margin-right: 5px;
}

/* ==|== footer =====================================================*/
/* line 1791, app/assets/stylesheets/shared/base.sass */
footer.viewer {
  display: none;
  background-color: grey;
  min-height: 100px;
  margin-top: -100px;
  position: relative;
}

/* line 1798, app/assets/stylesheets/shared/base.sass */
.zclip {
  top: 0 !important;
}

/* line 1801, app/assets/stylesheets/shared/base.sass */
.image-upload-tip {
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 1804, app/assets/stylesheets/shared/base.sass */
.image-upload-tip p {
  padding-bottom: 0;
}

/* line 1806, app/assets/stylesheets/shared/base.sass */
.image-upload-tip .left-padding {
  margin-left: 28px;
}

/* line 1809, app/assets/stylesheets/shared/base.sass */
.modal-help {
  padding: 5px;
  font-size: 12px;
  background: #DCE3F0;
  text-align: center;
  color: #3F4A6C;
  border: solid 1px #C9D1E3;
  webkit-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-border-radius: 4px;
  width: auto;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 19px;
}

/* preview log in */
/* line 1827, app/assets/stylesheets/shared/base.sass */
#login {
  width: 300px;
  margin: 0 auto;
  margin-top: 150px;
  font-size: 14px;
  text-align: center;
}

/* line 1833, app/assets/stylesheets/shared/base.sass */
#login input {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 7px 7px;
  text-align: center;
}

/* line 1839, app/assets/stylesheets/shared/base.sass */
#login button {
  margin-top: 10px;
}

/* line 1841, app/assets/stylesheets/shared/base.sass */
#login a {
  color: #333;
  text-decoration: underline;
}

/* line 1845, app/assets/stylesheets/shared/base.sass */
#fourohfour {
  width: 310px;
  margin: 0 auto;
  text-align: center;
  margin-top: 150px;
  font-size: 14px;
}

/* line 1846, app/assets/stylesheets/shared/base.sass */
#fourohfour a {
  color: #333;
  text-decoration: underline;
}

@media only screen and (max-width: 450px) {
  /* line 1856, app/assets/stylesheets/shared/base.sass */
  #login, #fourohfour {
    margin-top: 30px;
  }
}

/* IMAGE UPLOAD MODAL */
/* line 1861, app/assets/stylesheets/shared/base.sass */
.fu_move_up {
  display: block;
  cursor: pointer;
  width: 14px;
  height: 16px;
  margin-right: 26px;
  background: url("/images/image_upload_assets.png") 0 0 no-repeat;
  text-indent: -9999px;
  font-size: 1px;
  margin-bottom: 10px;
}

/* line 1871, app/assets/stylesheets/shared/base.sass */
.fu_move_up.first {
  opacity: 0.5;
}

/* line 1874, app/assets/stylesheets/shared/base.sass */
.fu_move_down {
  display: block;
  cursor: pointer;
  width: 14px;
  height: 16px;
  margin-right: 26px;
  background: url("/images/image_upload_assets.png") 0 -22px no-repeat;
  text-indent: -9999px;
  font-size: 1px;
  margin-bottom: 20px;
}

/* line 1884, app/assets/stylesheets/shared/base.sass */
.fu_move_down.last {
  opacity: 0.5;
}

/* line 1887, app/assets/stylesheets/shared/base.sass */
.fu_delete {
  display: block;
  cursor: pointer;
  width: 14px;
  height: 16px;
  margin-right: 26px;
  background: url("/images/image_upload_assets.png") 0 -50px no-repeat;
  text-indent: -9999px;
  font-size: 1px;
}

/* line 1897, app/assets/stylesheets/shared/base.sass */
.defaulted {
  color: #aaa !important;
  font-style: italic;
}

/* line 1901, app/assets/stylesheets/shared/base.sass */
#release-status, #embargo {
  color: #fff;
  font-family: 'PT Sans Caption', serif;
  text-transform: uppercase;
}

/* line 1905, app/assets/stylesheets/shared/base.sass */
#release-status .container, #embargo .container {
  background-image: url("/images/stripes.png");
  width: 100%;
  padding: 5px 0;
}

/* line 1910, app/assets/stylesheets/shared/base.sass */
div#release-status, div#embargo {
  position: absolute;
  text-align: center;
  font-size: 16px;
  width: 100%;
}

/* line 1917, app/assets/stylesheets/shared/base.sass */
tr#release-status .container, tr#embargo .container {
  background: #c62a31 url("/images/stripes.png");
  position: absolute;
  left: 0;
  top: 0;
}

/* line 1923, app/assets/stylesheets/shared/base.sass */
.expandable-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 13px;
  z-index: 999;
  display: block;
  width: 100%;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(204, 204, 204, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(204, 204, 204, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(204, 204, 204, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(204, 204, 204, 0.5) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(204, 204, 204, 0.5) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(204, 204, 204, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

/* IE6-8 */
/* line 1948, app/assets/stylesheets/shared/base.sass */
.pdf_uploader {
  display: block;
  background-color: #DDD;
  height: 42px;
  font-size: 12px;
  line-height: 22px;
  position: relative;
}

/* line 1956, app/assets/stylesheets/shared/base.sass */
.pdf_left {
  display: inline-block;
  padding: 10px;
}

/* line 1960, app/assets/stylesheets/shared/base.sass */
.pdf_right {
  padding: 10px;
  float: right;
}

/* line 1963, app/assets/stylesheets/shared/base.sass */
.pdf_right input[type='file'] {
  visibility: hidden;
  width: 1px;
  display: inline-block;
}

/* line 1967, app/assets/stylesheets/shared/base.sass */
.pdf_right .file_selector {
  padding: 6px;
}

/* line 1969, app/assets/stylesheets/shared/base.sass */
.pdf_right .file_uploader {
  position: absolute;
  right: 28px;
  top: 10px;
  line-height: 20px;
}

/* line 1974, app/assets/stylesheets/shared/base.sass */
.pdf_right .pdf_reset {
  position: absolute;
  right: 10px;
  top: 15px;
  background-image: url("/images/docs_reset.png");
  height: 14px;
  width: 14px;
  cursor: pointer;
}

/* line 1983, app/assets/stylesheets/shared/base.sass */
.pdf_progress {
  width: 100px;
  height: 10px;
  border: 1px solid #FFF;
  background-color: #FFF;
  position: absolute;
  right: 18px;
  top: 16px;
}

/* line 1992, app/assets/stylesheets/shared/base.sass */
.pdf_progress_value {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  width: 1px;
  background-color: orange;
}

/* line 2001, app/assets/stylesheets/shared/base.sass */
.pdf_overlay {
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 2010, app/assets/stylesheets/shared/base.sass */
.pdf_overlay .close {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 38px;
  width: 38px;
  background: transparent url("/images/fancybox/fancybox_sprite.png");
  opacity: 1;
}

/* line 2019, app/assets/stylesheets/shared/base.sass */
.pdf_viewer {
  position: fixed;
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
  z-index: 10000;
  padding: 0;
  margin: 0;
}

/* line 2028, app/assets/stylesheets/shared/base.sass */
.pdf_viewer iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 2033, app/assets/stylesheets/shared/base.sass */
.scroll-disabled {
  overflow: hidden;
}

/* line 2036, app/assets/stylesheets/shared/base.sass */
.download-toggle {
  font-size: 12px;
}

/* line 2039, app/assets/stylesheets/shared/base.sass */
.viewer-height {
  font-size: 12px;
  position: relative;
}

/* line 2042, app/assets/stylesheets/shared/base.sass */
.viewer-height input[type="text"] {
  display: inline-block !important;
  width: 24px !important;
  margin-left: 5px !important;
}

/* line 2046, app/assets/stylesheets/shared/base.sass */
.viewer-height label {
  display: block !important;
  position: absolute;
  right: 0;
  top: 6px;
}

/* line 2052, app/assets/stylesheets/shared/base.sass */
.pdfWidget .viewer-height {
  float: right;
}

/* line 2055, app/assets/stylesheets/shared/base.sass */
.pdfWidget .download-toggle {
  float: left;
}

/* line 2059, app/assets/stylesheets/shared/base.sass */
.height_wrapper.left {
  float: left;
  width: 300px;
  text-align: left;
}

/* line 2063, app/assets/stylesheets/shared/base.sass */
.height_wrapper input.content_height[type="text"] {
  width: 30px;
  margin-right: 5px;
  height: 24px;
  padding: 0 5px;
  outline: none;
  color: #000;
  border: 1px solid #ccc;
}

/* line 2071, app/assets/stylesheets/shared/base.sass */
.height_wrapper.disabled {
  color: #DDD;
}

/* line 2073, app/assets/stylesheets/shared/base.sass */
.height_wrapper.disabled input.content_height[type="text"] {
  border: 1px solid #DDD;
  color: #DDD;
}

/* line 2077, app/assets/stylesheets/shared/base.sass */
#page_url {
  display: none;
  background-color: #FFF;
  color: #000;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}

/* line 2085, app/assets/stylesheets/shared/base.sass */
.gallery_appendix {
  display: none;
}

/* line 2088, app/assets/stylesheets/shared/base.sass */
.custom_modal_overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9998;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 2097, app/assets/stylesheets/shared/base.sass */
.custom_modal {
  width: 640px;
  position: fixed;
  z-index: 9999;
  top: 200px;
  left: 50%;
  margin: 0 0 0 -320px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}

/* line 2107, app/assets/stylesheets/shared/base.sass */
.custom_modal.embedly {
  width: 864px;
  top: 5%;
  margin: 0 0 0 -432px;
}

/* line 2111, app/assets/stylesheets/shared/base.sass */
.custom_modal.stats {
  width: 864px;
  height: 600px;
  top: 50%;
  margin: -300px 0 0 -432px;
}

/* line 2117, app/assets/stylesheets/shared/base.sass */
.custom_modal.links .item_manager ul li {
  padding: 0;
  margin: 0;
}

/* line 2120, app/assets/stylesheets/shared/base.sass */
.custom_modal.links .item_manager ul li .add_link_form {
  padding: 14px;
}

/* line 2123, app/assets/stylesheets/shared/base.sass */
.custom_modal_content {
  padding: 30px;
  color: #464646;
  font-size: 14px;
  text-align: center;
  color: #727270;
}

/* line 2124, app/assets/stylesheets/shared/base.sass */
.custom_modal_content div.sep {
  display: inline-block;
  padding: 0 10px;
}

/* line 2133, app/assets/stylesheets/shared/base.sass */
.goto_wrapper {
  color: #727270;
  float: left;
  font-size: 14px;
  line-height: 30px;
  padding: 12px 0 12px 27px;
}

/* line 2140, app/assets/stylesheets/shared/base.sass */
.footer_right {
  color: #727270;
  float: right;
  margin-right: 10px;
}

/* line 2146, app/assets/stylesheets/shared/base.sass */
.custom_modal.embedly .custom_modal_content {
  padding: 0;
  text-align: left;
  display: table;
}

/* line 2150, app/assets/stylesheets/shared/base.sass */
.custom_modal.stats .custom_modal_content {
  padding: 0;
  height: 550px;
  text-align: left;
}

/* line 2155, app/assets/stylesheets/shared/base.sass */
.custom_modal_header {
  color: #464646;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  line-height: 50px;
  background: #F0ECE9;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

/* line 2166, app/assets/stylesheets/shared/base.sass */
.custom_modal_header .done.btn {
  top: -3px;
}

/* line 2169, app/assets/stylesheets/shared/base.sass */
.custom_modal_buttons {
  border-top: 1px dotted #EFDBD8;
  height: 64px;
  text-align: center;
}

/* line 2173, app/assets/stylesheets/shared/base.sass */
.custom_modal_buttons.shrink {
  height: 54px;
}

/* line 2175, app/assets/stylesheets/shared/base.sass */
.custom_modal_buttons.shrink a {
  margin: 8px 0;
}

/* line 2177, app/assets/stylesheets/shared/base.sass */
.custom_modal_buttons a {
  line-height: 38px;
  display: inline-block;
  margin: 13px 0;
  font-size: 14px;
  color: #9E9D9B;
  text-decoration: underline;
}

/* line 2185, app/assets/stylesheets/shared/base.sass */
.article_url_manager, .link_manager {
  float: left;
  width: 488px;
  max-height: 550px;
  overflow: auto;
}

/* line 2191, app/assets/stylesheets/shared/base.sass */
.article_url_manager {
  width: 504px;
  height: 550px;
}

/* line 2197, app/assets/stylesheets/shared/base.sass */
.modal_preview_section {
  float: right;
  width: 360px;
  border-left: 1px dotted #ddd;
  box-sizing: border-box;
  padding: 20px;
  margin: 0;
  height: 550px;
}

/* line 2205, app/assets/stylesheets/shared/base.sass */
.modal_preview_section .embedly_slider .caption {
  display: none;
}

/* line 2208, app/assets/stylesheets/shared/base.sass */
.stats_manager {
  float: left;
  width: 502px;
  height: 550px;
  overflow: auto;
  position: relative;
}

/* line 2215, app/assets/stylesheets/shared/base.sass */
.article_url_manager ul, .stats_manager ul, .link_manager ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 2220, app/assets/stylesheets/shared/base.sass */
.article_url_manager ul li, .stats_manager ul li {
  padding: 20px 0;
  border-bottom: 1px dotted #ddd;
  background-color: #fff;
  position: relative;
}

/* line 2226, app/assets/stylesheets/shared/base.sass */
.link_manager ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #ddd;
  background-color: #fff;
  position: relative;
  display: flex;
}

/* line 2233, app/assets/stylesheets/shared/base.sass */
.article_url_manager ul li:last-child, .stats_manager ul li:last-child {
  margin-bottom: 130px;
}

/* line 2236, app/assets/stylesheets/shared/base.sass */
.stat_wrapper {
  margin-top: 0;
  width: 425px;
  float: left;
}

/* line 2241, app/assets/stylesheets/shared/base.sass */
.embedly_reorder, .stat_reorder {
  width: 10px;
  height: 40px;
  margin-top: 10px;
  display: inline-block;
  text-indent: -9999px;
  font-size: 1px;
  background: url("/images/article_widget/handle.png");
  background-position: -10px 0;
  float: left;
  margin: 0 12px;
  cursor: move;
}

/* line 2256, app/assets/stylesheets/shared/base.sass */
li:first-child .embedly_reorder, li:first-child .stat_reorder {
  background-position: 0 0;
}

/* line 2259, app/assets/stylesheets/shared/base.sass */
li:last-child .embedly_reorder, li:last-child .stat_reorder {
  background-position: -20px 0;
}

/* line 2262, app/assets/stylesheets/shared/base.sass */
.embedly_slider.preview, .body-part.preview {
  background: url("/images/article_widget/preview.png");
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 2268, app/assets/stylesheets/shared/base.sass */
input.article_url::-webkit-input-placeholder {
  color: #ddd;
}

/* line 2270, app/assets/stylesheets/shared/base.sass */
input.article_url:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
}

/* line 2273, app/assets/stylesheets/shared/base.sass */
input.article_url::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
}

/* line 2276, app/assets/stylesheets/shared/base.sass */
input.article_url:-ms-input-placeholder {
  color: #ddd;
}

/* line 2279, app/assets/stylesheets/shared/base.sass */
.embedly_remove, .stat_remove {
  width: 10px;
  height: 10px;
  display: inline-block;
  text-indent: -9999px;
  font-size: 1px;
  background: url("/images/article_widget/icon-x-active.png");
  float: left;
  margin: 15px 0 15px 10px;
}

/* line 2289, app/assets/stylesheets/shared/base.sass */
.link_preview, .stats_preview {
  float: left;
  width: 361px;
  border-left: 1px dotted #ddd;
  overflow: auto;
  max-height: 550px;
}

/* line 2296, app/assets/stylesheets/shared/base.sass */
.stats_preview {
  height: 550px;
}

/* line 2298, app/assets/stylesheets/shared/base.sass */
.stats_preview img.image-icon {
  height: 27px;
}

/* line 2301, app/assets/stylesheets/shared/base.sass */
.add_new_embedly_url, .add_new_stat {
  display: block;
  position: absolute;
  width: 53px;
  line-height: 21px;
  height: 21px;
  bottom: -10px;
  left: 50%;
  margin-left: -27px;
  text-indent: -9999px;
  font-size: 1px;
  background: url("/images/Icn-Add.png");
  z-index: 9999;
}

/* line 2315, app/assets/stylesheets/shared/base.sass */
#embedly_header_buttons, #stats_header_buttons, #link_header_buttons {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 2320, app/assets/stylesheets/shared/base.sass */
#link_left_header_buttons {
  position: absolute;
  top: 0;
  left: 10px;
}

/* line 2325, app/assets/stylesheets/shared/base.sass */
#embedly-done, #stats-done, #link-done {
  position: relative;
  line-height: 32px !important;
  margin: 9px 9px 0 0 !important;
}

/* line 2330, app/assets/stylesheets/shared/base.sass */
#link-add, #upload-links {
  position: relative;
  line-height: 32px !important;
  background-color: #9F9D9B;
}

/* line 2335, app/assets/stylesheets/shared/base.sass */
#embedly-cancel, #stats-cancel, #link-cancel {
  margin-top: 9px !important;
  position: relative;
  line-height: 32px !important;
  margin-right: 10px;
  color: #9F9D9B;
  font-size: 12px;
  text-decoration: underline;
}

/* line 2345, app/assets/stylesheets/shared/base.sass */
.custom_modal_buttons a:not(:last-child) {
  margin-right: 10px;
}

/* line 2347, app/assets/stylesheets/shared/base.sass */
.custom_modal_buttons a.custom_modal_button_green {
  background-color: #5F9B61;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-radius: 3px;
  padding: 0 14px;
  font-weight: bold;
}

/* line 2356, app/assets/stylesheets/shared/base.sass */
.inline-cancel {
  float: right;
}

/* line 2359, app/assets/stylesheets/shared/base.sass */
.page_search {
  display: block;
}

/* line 2362, app/assets/stylesheets/shared/base.sass */
.scrollable_wrapper {
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 2367, app/assets/stylesheets/shared/base.sass */
.embedly_slider {
  position: relative;
  margin: 0 0;
  margin-bottom: 0 !important;
}

/* line 2371, app/assets/stylesheets/shared/base.sass */
.embedly_slider.minimized {
  height: 451px;
  overflow: hidden;
}

/* line 2374, app/assets/stylesheets/shared/base.sass */
.three-columns-wide .embedly_slider.minimized {
  height: 268px;
}

/* line 2376, app/assets/stylesheets/shared/base.sass */
.embedly_slider.loading {
  background: url("/images/loader.gif") center center no-repeat !important;
}

/* line 2378, app/assets/stylesheets/shared/base.sass */
.embedly_slider .ecard {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* line 2385, app/assets/stylesheets/shared/base.sass */
.embedly_slider .ecard iframe {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 9998;
}

/* line 2391, app/assets/stylesheets/shared/base.sass */
.embedly_slider .ecard.active {
  left: 0;
}

/* line 2393, app/assets/stylesheets/shared/base.sass */
.embedly_slider.maximized .ecard {
  position: relative;
}

/* line 2397, app/assets/stylesheets/shared/base.sass */
.three-columns-wide .embedly_slider .caption, .two-columns-wide .embedly_slider .caption {
  margin-top: 20px;
}

/* line 2402, app/assets/stylesheets/shared/base.sass */
.one-column-wide .embedly_slider.preview, #col_1 .embedly_slider.preview, #col_2 .embedly_slider.preview, #col_3 .embedly_slider.preview {
  height: 390px;
  max-height: 390px;
}

/* line 2407, app/assets/stylesheets/shared/base.sass */
.one-column-wide .ecard, #col_1 .ecard, #col_2 .ecard, #col_3 .ecard {
  width: 280px;
}

/* line 2410, app/assets/stylesheets/shared/base.sass */
table.pages_table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

/* line 2415, app/assets/stylesheets/shared/base.sass */
table.pages_table tbody {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

/* line 2420, app/assets/stylesheets/shared/base.sass */
table.pages_table tr {
  width: 640px;
}

/* line 2421, app/assets/stylesheets/shared/base.sass */
table.pages_table tr th {
  background-color: #4e4d4b;
  color: #fff;
  padding: 0 5px;
  line-height: 30px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
}

/* line 2431, app/assets/stylesheets/shared/base.sass */
table.pages_table tr > td {
  border-bottom: 1px dotted #DDD9D7;
  background-color: #fff;
  font-size: 12px;
  color: #484746;
  padding: 10px 5px;
}

/* line 2437, app/assets/stylesheets/shared/base.sass */
table.pages_table tr:last-child > td {
  border-bottom: none;
}

/* line 2439, app/assets/stylesheets/shared/base.sass */
table.pages_table tr:nth-child(2n) > td {
  background-color: #F6F5F4;
}

/* line 2442, app/assets/stylesheets/shared/base.sass */
table.pages_table tr th.page_select, table.pages_table tr td.page_select {
  width: 70px;
  text-align: center;
  vertical-align: middle;
}

/* line 2446, app/assets/stylesheets/shared/base.sass */
table.pages_table tr th.page_select th.page_brand, table.pages_table tr th.page_select td.page_brand, table.pages_table tr td.page_select th.page_brand, table.pages_table tr td.page_select td.page_brand {
  width: 170px;
  text-align: left;
  vertical-align: middle;
}

/* line 2450, app/assets/stylesheets/shared/base.sass */
table.pages_table tr th.page_select th.page_headline, table.pages_table tr th.page_select td.page_headline, table.pages_table tr td.page_select th.page_headline, table.pages_table tr td.page_select td.page_headline {
  text-align: left;
  vertical-align: middle;
}

/* Custom forms */
/* line 2458, app/assets/stylesheets/shared/base.sass */
.custom_modal input[type="radio"] {
  display: none;
}

/* line 2460, app/assets/stylesheets/shared/base.sass */
.custom_modal input[type="radio"] + label {
  display: inline-block;
}

/* line 2462, app/assets/stylesheets/shared/base.sass */
.custom_modal input[type="radio"] + label span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 0;
  vertical-align: middle;
  background: url(/images/radio.png) -24px 0 no-repeat;
  cursor: pointer;
}

/* line 2470, app/assets/stylesheets/shared/base.sass */
.custom_modal input[type="radio"]:checked + label span {
  background: url(/images/radio.png) 0 top no-repeat;
}

/* line 2472, app/assets/stylesheets/shared/base.sass */
.custom_modal input[type="checkbox"] {
  display: none;
}

/* line 2474, app/assets/stylesheets/shared/base.sass */
.custom_modal input[type="checkbox"] + label {
  display: inline-block;
}

/* line 2476, app/assets/stylesheets/shared/base.sass */
.custom_modal input[type="checkbox"] + label span {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 0;
  vertical-align: middle;
  background: url(/images/checkbox.png) -26px 0 no-repeat;
  cursor: pointer;
}

/* line 2484, app/assets/stylesheets/shared/base.sass */
.custom_modal input[type="checkbox"]:checked + label span {
  background: url(/images/checkbox.png) 0 top no-repeat;
}

/* line 2486, app/assets/stylesheets/shared/base.sass */
.custom_modal #filters {
  background-color: #F0ECE9;
  padding: 20px 0;
}

/* line 2489, app/assets/stylesheets/shared/base.sass */
.custom_modal #filters input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background-color: #FFF;
  padding: 8px 8px 8px 38px;
  font-size: 14px;
  outline: none;
  color: #aea9a9;
  height: 38px;
  border-radius: 3px;
  background-image: url(/images/icon-search.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  width: 360px;
}

/* line 2506, app/assets/stylesheets/shared/base.sass */
.article_url_manager ul li.embedly_url:only-child .embedly_remove,
.link_manager ul li.link:only-child .link_remove .stats_manager ul li.stat:only-child .stat_remove {
  background: url("/images/article_widget/icon-x-disabled.png");
}

/* line 2510, app/assets/stylesheets/shared/base.sass */
.movable {
  float: left;
  margin-left: 5px;
  width: 10px;
}

/* line 2516, app/assets/stylesheets/shared/base.sass */
a.move-link-up {
  display: block;
  width: 10px;
  height: 8px;
  margin-top: 5px;
  background-image: url(/images/small_arrows_sprite.png);
  background-position: 0 0;
}

/* line 2523, app/assets/stylesheets/shared/base.sass */
a.move-link-down {
  display: block;
  width: 10px;
  height: 8px;
  margin-top: 2px;
  background-image: url(/images/small_arrows_sprite.png);
  background-position: 0 26px;
}

/* line 2531, app/assets/stylesheets/shared/base.sass */
.link-list li:first-child a.move-link-up, .contact-list li:first-child a.move-link-up {
  background-position: 0 16px;
}

/* line 2534, app/assets/stylesheets/shared/base.sass */
.link-list li:last-child a.move-link-down, .contact-list li:last-child a.move-link-down {
  background-position: 0 8px;
}

/* --------------------------- DESKTOP VIEW --------------------------- */
@media all and (min-width: 1024px) {
  /* line 2541, app/assets/stylesheets/shared/base.sass */
  header#brand-header .brand {
    width: 1004px;
  }
  /* line 2543, app/assets/stylesheets/shared/base.sass */
  header#brand-header .brand > .content {
    width: 794px;
  }
  /* line 2545, app/assets/stylesheets/shared/base.sass */
  #container {
    width: 1004px;
  }
  /* line 2547, app/assets/stylesheets/shared/base.sass */
  #container #columns {
    width: 1004px;
  }
  /* line 2549, app/assets/stylesheets/shared/base.sass */
  #columns > #col_3.col {
    margin-right: 0;
  }
}

/* line 2552, app/assets/stylesheets/shared/base.sass */
.embedly_no_image {
  position: relative;
  cursor: pointer;
  background-color: #F0ECE9;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  color: #AFACA7;
  margin-bottom: 18px;
  line-height: 20px;
}

/* line 2562, app/assets/stylesheets/shared/base.sass */
.embedly_no_image.embedly_non_selected {
  text-align: left;
}

/* line 2564, app/assets/stylesheets/shared/base.sass */
.embedly_no_image a {
  color: #AFACA7 !important;
  text-decoration: underline;
  position: relative;
}

/* line 2569, app/assets/stylesheets/shared/base.sass */
.embedly_image .embedly_select_image {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #9F9D9B;
  color: #fff;
  font-size: 12px;
  padding: 0 5px 0 18px;
  line-height: 20px;
  background-image: url(/images/icn-select-img.png);
  background-repeat: no-repeat;
  background-position: 4px 6px;
}

/* line 2582, app/assets/stylesheets/shared/base.sass */
.embedly_brand {
  float: left;
  line-height: 16px;
  height: 16px;
  max-width: 90%;
  overflow: hidden;
  color: #7b7777;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 2592, app/assets/stylesheets/shared/base.sass */
.embedly_brand:hover {
  color: inherit;
}

/* line 2594, app/assets/stylesheets/shared/base.sass */
.embedly_brand a {
  color: inherit;
}

/* line 2597, app/assets/stylesheets/shared/base.sass */
.embedly_card {
  font-family: arial, sans-serif;
}

/* line 2601, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .narrow-version, .three-columns-wide .narrow-version {
  display: none;
}

/* line 2605, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .embedly_card .wide-version .embedly_image, .three-columns-wide .embedly_card .wide-version .embedly_image {
  float: right;
  margin: 0 0 0 20px;
  width: 50%;
  height: 268px;
}

/* line 2610, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .embedly_card .wide-version .embedly_link, .three-columns-wide .embedly_card .wide-version .embedly_link {
  position: absolute;
  left: 490px;
}

/* line 2615, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .embedly_card .wide-version {
  margin: 10px;
}

/* line 2617, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .embedly_card .wide-version .embedly_image {
  width: 310px;
  height: 180px;
}

/* line 2620, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .embedly_card .wide-version .embedly_link {
  position: absolute;
  left: 340px;
}

/* line 2624, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .embedly_card .wide-version .embedly_headline {
  margin-top: 0;
  font-size: 24px;
  line-height: 26px;
}

/* line 2628, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .embedly_card .wide-version .embedly_description {
  line-height: 24px;
}

/* line 2632, app/assets/stylesheets/shared/base.sass */
.three-columns-wide .embedly_card .wide-version .embedly_headline {
  margin-top: 0;
  font-size: 24px;
  line-height: 30px;
}

/* line 2636, app/assets/stylesheets/shared/base.sass */
.three-columns-wide .embedly_card .wide-version .embedly_description {
  line-height: 24px;
}

/* line 2638, app/assets/stylesheets/shared/base.sass */
.three-columns-wide .embedly_card .wide-version .embedly_image {
  width: 470px;
}

/* line 2642, app/assets/stylesheets/shared/base.sass */
.one-column-wide .wide-version, #col_1 .wide-version, #col_2 .wide-version, #col_3 .wide-version {
  display: none;
}

/* line 2644, app/assets/stylesheets/shared/base.sass */
.one-column-wide .narrow-version, #col_1 .narrow-version, #col_2 .narrow-version, #col_3 .narrow-version {
  display: block;
  width: 280px;
}

/* line 2647, app/assets/stylesheets/shared/base.sass */
.one-column-wide .embedly_image, #col_1 .embedly_image, #col_2 .embedly_image, #col_3 .embedly_image {
  min-height: 100px;
  max-height: 150px;
  height: 150px;
}

/* line 2651, app/assets/stylesheets/shared/base.sass */
.one-column-wide .embedly_content, #col_1 .embedly_content, #col_2 .embedly_content, #col_3 .embedly_content {
  width: 280px;
}

/* line 2653, app/assets/stylesheets/shared/base.sass */
.one-column-wide .embedly_brand, #col_1 .embedly_brand, #col_2 .embedly_brand, #col_3 .embedly_brand {
  margin-bottom: 15px;
}

/* line 2656, app/assets/stylesheets/shared/base.sass */
.embedly_image {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 2662, app/assets/stylesheets/shared/base.sass */
.embedly_image img {
  display: block;
}

/* line 2665, app/assets/stylesheets/shared/base.sass */
.embedly_content {
  overflow: hidden;
  position: relative;
}

/* line 2669, app/assets/stylesheets/shared/base.sass */
.embedly_headline {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 12px;
}

/* line 2673, app/assets/stylesheets/shared/base.sass */
.embedly_headline a {
  text-decoration: none;
  color: #e96946;
}

/* line 2677, app/assets/stylesheets/shared/base.sass */
.embedly_headline a .last_word {
  display: inline-block;
}

/* line 2680, app/assets/stylesheets/shared/base.sass */
.embedly_headline a.captioned .last_word::after {
  width: 18px;
  height: 18px;
  background-size: 100%;
  display: inline-block;
  background-image: url(/images/article_widget/caption-icon.png);
  content: ' ';
  margin-left: 5px;
  vertical-align: middle;
}

/* line 2690, app/assets/stylesheets/shared/base.sass */
.embedly_description {
  line-height: 20px;
}

/* line 2693, app/assets/stylesheets/shared/base.sass */
.embedly_favicon {
  float: left;
  margin-right: 5px;
  line-height: 16px;
}

/* line 2697, app/assets/stylesheets/shared/base.sass */
.embedly_favicon img {
  height: 16px;
  width: 16px;
  display: inline-block;
  float: left;
}

/* line 2703, app/assets/stylesheets/shared/base.sass */
.embedly_link a {
  text-decoration: underline;
}

/* line 2706, app/assets/stylesheets/shared/base.sass */
.selectBox.icon_select.selectBox-dropdown {
  height: 34px;
  line-height: 34px;
  border: 3px solid #F0ECE9;
  border-radius: 5px;
  margin-top: 0;
  width: 60px !important;
  padding: 0 10px;
  outline: none;
  color: #464646;
  font-weight: bold;
  font-size: 13px;
  background-color: #fff;
  float: left;
}

/* line 2722, app/assets/stylesheets/shared/base.sass */
.stats_manager ul li input[type='text'], .stats_manager ul li textarea {
  height: 34px;
  line-height: 100%;
  border: 3px solid #F0ECE9;
  border-radius: 5px;
  margin-top: 0;
  padding: 0 10px;
  outline: none;
  color: #464646;
  font-weight: bold;
  font-size: 13px;
}

/* line 2733, app/assets/stylesheets/shared/base.sass */
.stats_manager ul li input.urlerror[type='text'], .stats_manager ul li textarea.urlerror {
  border-color: red;
}

/* line 2735, app/assets/stylesheets/shared/base.sass */
.stats_manager .minicolors {
  float: left;
  z-index: 10000;
}

/* line 2738, app/assets/stylesheets/shared/base.sass */
.stats_manager .minicolors.minicolors-focus {
  z-index: 10001;
}

/* line 2740, app/assets/stylesheets/shared/base.sass */
.stats_manager .minicolors .minicolors-swatch {
  width: 34px;
  height: 34px;
  border: 3px solid #F0ECE9;
}

/* line 2744, app/assets/stylesheets/shared/base.sass */
.stats_manager .minicolors.minicolors-focus .minicolors-swatch {
  border: 3px solid #F0ECE9;
}

/* line 2746, app/assets/stylesheets/shared/base.sass */
.stats_manager .minicolors.minicolors-theme-default .minicolors-input {
  height: 34px;
  line-height: 100%;
  border: 3px solid #F0ECE9;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
  margin-top: 0;
  padding: 0 10px;
  outline: none;
  color: #464646;
  font-weight: bold;
  font-size: 13px;
  width: 60px;
  margin-right: 10px;
}

/* line 2761, app/assets/stylesheets/shared/base.sass */
.stats_manager img.image-icon {
  height: 13px;
}

/* line 2764, app/assets/stylesheets/shared/base.sass */
.stats_manager ul li textarea {
  height: 50px;
  line-height: 25px;
}

/* line 2768, app/assets/stylesheets/shared/base.sass */
.icon_select .selectBox-label {
  line-height: 34px !important;
  text-align: center !important;
}

/* line 2772, app/assets/stylesheets/shared/base.sass */
.icon_select-selectBox-dropdown-menu {
  text-align: center !important;
}

/* line 2774, app/assets/stylesheets/shared/base.sass */
.icon_select-selectBox-dropdown-menu li {
  text-align: center !important;
}

/* line 2776, app/assets/stylesheets/shared/base.sass */
.icon_select-selectBox-dropdown-menu li a {
  text-align: center !important;
}

/* line 2779, app/assets/stylesheets/shared/base.sass */
.icon_select {
  margin-left: 0 !important;
}

/* line 2782, app/assets/stylesheets/shared/base.sass */
.icon_select-selectBox-dropdown {
  margin: 0 10px 0 0 !important;
}

/* line 2785, app/assets/stylesheets/shared/base.sass */
.icon_select-selectBox-dropdown-menu {
  border: 3px solid #F0ECE9;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff !important;
  color: #bbb !important;
}

/* line 2791, app/assets/stylesheets/shared/base.sass */
.icon_select-selectBox-dropdown-menu li {
  border-top: 1px solid #F0ECE9;
}

/* line 2792, app/assets/stylesheets/shared/base.sass */
.icon_select-selectBox-dropdown-menu li a {
  background-color: #fff !important;
  color: #bbb !important;
}

/* line 2797, app/assets/stylesheets/shared/base.sass */
.stat_statistic {
  width: 160px;
  float: left;
  margin-bottom: 10px;
}

/* line 2802, app/assets/stylesheets/shared/base.sass */
.stat_description {
  width: 399px;
  margin-left: 0;
}

/* line 2807, app/assets/stylesheets/shared/base.sass */
.stat_wrapper input::-webkit-input-placeholder {
  color: #ddd;
}

/* line 2809, app/assets/stylesheets/shared/base.sass */
.stat_wrapper input:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
}

/* line 2812, app/assets/stylesheets/shared/base.sass */
.stat_wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
}

/* line 2815, app/assets/stylesheets/shared/base.sass */
.stat_wrapper input:-ms-input-placeholder {
  color: #ddd;
}

/* line 2818, app/assets/stylesheets/shared/base.sass */
.minicolors-panel {
  z-index: 10010;
}

/* line 2821, app/assets/stylesheets/shared/base.sass */
.icon_select {
  height: 34px;
  line-height: 34px;
  border: 3px solid #F0ECE9;
  border-radius: 5px;
  margin-top: 0;
  padding: 0 30px 0 10px;
  text-align: center;
  outline: none;
  color: #464646;
  font-weight: bold;
  font-size: 13px;
  float: left;
  width: 50px !important;
  margin-right: 10px;
  cursor: pointer;
  background-image: url(/images/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 2840, app/assets/stylesheets/shared/base.sass */
.icon_select.selected {
  font-size: 15px;
}

/* line 2843, app/assets/stylesheets/shared/base.sass */
.icon_chooser_wrapper {
  position: fixed;
  width: 502px;
  height: 550px;
  background-color: #fff;
  z-index: 10005;
  top: 50%;
  left: 50%;
  margin-left: -432px;
  margin-top: -250px;
}

/* line 2854, app/assets/stylesheets/shared/base.sass */
.icon_chooser {
  position: relative;
  border: 3px solid #F0ECE9;
  background-color: #FFFFFF;
  top: 18px;
  left: 22px;
  width: 449px;
  height: 507px;
  z-index: 10005;
  border-radius: 7px;
  overflow: hidden;
}

/* line 2866, app/assets/stylesheets/shared/base.sass */
.icon_chooser_option {
  float: left;
  text-align: center;
  color: #464646;
  padding: 0;
  width: 49px;
  height: 50px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* line 2875, app/assets/stylesheets/shared/base.sass */
.icon_chooser_option:nth-child(9n+9) {
  border-right: 0;
}

/* line 2877, app/assets/stylesheets/shared/base.sass */
.icon_chooser_option a {
  display: inline-block;
  font-size: 20px;
  width: 49px;
  line-height: 50px;
  text-align: center;
  color: #464646;
}

/* line 2884, app/assets/stylesheets/shared/base.sass */
.icon_chooser_option a.stats-no-icon {
  font-size: 10px;
}

/* line 2886, app/assets/stylesheets/shared/base.sass */
.icon_chooser_option.selected a {
  background-color: #dddddd !important;
}

/* line 2888, app/assets/stylesheets/shared/base.sass */
.icon_chooser_option:hover a {
  background-color: #eee;
}

/* line 2890, app/assets/stylesheets/shared/base.sass */
.icon_chooser_option img.image-icon {
  height: 20px;
}

/* TipTip CSS - Version 1.2 */
/* line 2895, app/assets/stylesheets/shared/base.sass */
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

/* line 2901, app/assets/stylesheets/shared/base.sass */
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}

/* line 2903, app/assets/stylesheets/shared/base.sass */
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}

/* line 2905, app/assets/stylesheets/shared/base.sass */
#tiptip_holder.tip_right {
  padding-left: 5px;
}

/* line 2907, app/assets/stylesheets/shared/base.sass */
#tiptip_holder.tip_left {
  padding-right: 5px;
}

/* line 2910, app/assets/stylesheets/shared/base.sass */
#tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #191919;
  background-color: rgba(25, 25, 25, 0.92);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 3px #555;
  -webkit-box-shadow: 0 0 3px #555;
  -moz-box-shadow: 0 0 3px #555;
}

/* line 2926, app/assets/stylesheets/shared/base.sass */
#tiptip_arrow, #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}

/* line 2935, app/assets/stylesheets/shared/base.sass */
#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.35);
}

/* line 2938, app/assets/stylesheets/shared/base.sass */
#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

/* line 2941, app/assets/stylesheets/shared/base.sass */
#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255, 255, 255, 0.35);
}

/* line 2944, app/assets/stylesheets/shared/base.sass */
#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255, 255, 255, 0.35);
}

/* line 2947, app/assets/stylesheets/shared/base.sass */
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25, 25, 25, 0.92);
}

/* line 2952, app/assets/stylesheets/shared/base.sass */
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25, 25, 25, 0.92);
}

/* line 2957, app/assets/stylesheets/shared/base.sass */
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25, 25, 25, 0.92);
}

/* line 2962, app/assets/stylesheets/shared/base.sass */
#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25, 25, 25, 0.92);
}

/* line 2968, app/assets/stylesheets/shared/base.sass */
#tiptip_holder.alt.tip_top #tiptip_arrow_inner {
  border-top-color: #444444;
}

/* line 2970, app/assets/stylesheets/shared/base.sass */
#tiptip_holder.alt.tip_bottom #tiptip_arrow_inner {
  border-bottom-color: #444444;
}

/* line 2972, app/assets/stylesheets/shared/base.sass */
#tiptip_holder.alt.tip_right #tiptip_arrow_inner {
  border-right-color: #444444;
}

/* line 2974, app/assets/stylesheets/shared/base.sass */
#tiptip_holder.alt.tip_left #tiptip_arrow_inner {
  border-left-color: #444444;
}

/* line 2976, app/assets/stylesheets/shared/base.sass */
#tiptip_holder.alt #tiptip_content {
  background-color: #444444;
  border: 1px solid White;
  border-radius: 3px;
  box-shadow: 0 0 3px #555;
  color: #FFFFFF;
  font-size: 11px;
  padding: 4px 8px;
  text-shadow: 0 0 1px Black;
}

/* Webkit Hacks */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2988, app/assets/stylesheets/shared/base.sass */
  #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45, 45, 45, 0.88);
  }
  /* line 2992, app/assets/stylesheets/shared/base.sass */
  #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45, 45, 45, 0.88);
  }
  /* line 2994, app/assets/stylesheets/shared/base.sass */
  #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20, 20, 20, 0.92);
  }
}

/* Alternative theme for TipTip */
/* line 2999, app/assets/stylesheets/shared/base.sass */
.new_dot {
  width: 10px;
  height: 10px;
  border-radius: 7px;
  border: 2px solid #fff;
  position: absolute;
  z-index: 9999;
  top: -5px;
  right: -5px;
  background-color: #5B9C6E;
}

/* line 3009, app/assets/stylesheets/shared/base.sass */
.new_dot span {
  display: none;
}

/* line 3011, app/assets/stylesheets/shared/base.sass */
.new_dot:hover span {
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 30px;
  left: -130px;
  font-size: 9px;
  text-align: center;
  width: 240px;
  text-transform: none;
  padding: 10px;
  border-radius: 5px;
  letter-spacing: 1px;
}

/* line 3025, app/assets/stylesheets/shared/base.sass */
.new_dot span strong {
  font-size: 10px;
}

/* line 3027, app/assets/stylesheets/shared/base.sass */
.new_dot span i {
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 5px 0 5px;
  border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
}

/*********************************************************
 **** ERROR MODAL ****************************************
 *********************************************************/
/* line 3042, app/assets/stylesheets/shared/base.sass */
#error-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

/* line 3051, app/assets/stylesheets/shared/base.sass */
#error-container {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  background-color: #fff;
  border-radius: 3px;
  width: 500px;
  margin: -170px 0 0 -250px;
}

/* line 3061, app/assets/stylesheets/shared/base.sass */
#error-modal-heading {
  color: #464646;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  line-height: 50px;
  background: #F0ECE9;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

/* line 3072, app/assets/stylesheets/shared/base.sass */
#error-modal-body {
  padding: 30px;
  color: #464646;
  font-size: 14px;
  text-align: center;
  color: #727270;
}

/* line 3078, app/assets/stylesheets/shared/base.sass */
#error-modal-body a {
  color: #3280B4 !important;
}

/* line 3081, app/assets/stylesheets/shared/base.sass */
.modal-close-button {
  background-color: #3380AF;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  text-decoration: none;
  padding: 0 15px;
  border-radius: 3px;
  color: #FFF;
  outline: none;
  border: 0;
  margin-top: 20px;
  cursor: pointer;
}

/*********************************************************
 **** TERMS OF USE ***************************************
 *********************************************************/
/* line 3103, app/assets/stylesheets/shared/base.sass */
.terms-of-use {
  background-color: #A5A5A5;
  color: #fff;
  font-size: 9px;
  padding: 0 4px;
  line-height: 23px;
  border-top-right-radius: 3px;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
}

/* line 3113, app/assets/stylesheets/shared/base.sass */
.terms-of-use:hover {
  color: #fff;
  text-decoration: none;
}

/*********************************************************
 **** FOOTER *********************************************
 *********************************************************/
/* line 3121, app/assets/stylesheets/shared/base.sass */
#wrap {
  min-height: 100%;
  margin-bottom: -25px;
}

/* line 3125, app/assets/stylesheets/shared/base.sass */
html, body {
  height: 100%;
}

/* line 3128, app/assets/stylesheets/shared/base.sass */
#container {
  margin-bottom: 10px;
}

/* line 3132, app/assets/stylesheets/shared/base.sass */
body#builder #container {
  padding-bottom: 90px;
  display: flex;
}

/* line 3137, app/assets/stylesheets/shared/base.sass */
#error-modal-body a.btn-refresh, #error-modal-body a.btn-back {
  border-radius: 3px;
  color: #FFF !important;
  display: inline-block;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  text-decoration: none;
  padding: 0 15px;
  border-radius: 3px;
  color: #FFF;
  outline: none;
  border: 0;
  background-color: #3380AF;
  margin-top: 20px;
}

/*********************************************************
 **** VIDEO WIDGET ***************************************
 *********************************************************/
/* line 3163, app/assets/stylesheets/shared/base.sass */
.video_type_selector {
  display: block;
}

/* line 3166, app/assets/stylesheets/shared/base.sass */
.video_type_upload, .excel-type-upload {
  display: block;
  background-color: #5B9C6E;
  color: #fff !important;
  margin: 0;
  font-weight: normal;
  position: relative;
  border-radius: 3px;
}

/* line 3176, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .video_type_upload, .three-columns-wide .video_type_upload {
  background-position: 155px center;
}

/* line 3179, app/assets/stylesheets/shared/base.sass */
.two-columns-wide label.video_type_upload span, .three-columns-wide label.video_type_upload span {
  width: 280px;
  margin: auto;
}

/* line 3185, app/assets/stylesheets/shared/base.sass */
label.video_type_upload span, label.excel-type-upload span {
  font-size: 14px;
  display: block;
  padding: 10px;
  line-height: 16px;
  font-weight: normal !important;
  text-align: left;
  cursor: pointer;
}

/* line 3195, app/assets/stylesheets/shared/base.sass */
label.excel-type-upload {
  display: inline-block;
}

/* line 3199, app/assets/stylesheets/shared/base.sass */
.video_upload_field, #links-file {
  position: absolute;
  visibility: hidden;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 3206, app/assets/stylesheets/shared/base.sass */
.video_type_embed {
  display: inline-block;
  float: left;
  width: 145px;
  color: #fff;
  background: #5B9C6E;
  border-style: none;
  height: 100px;
  margin: 24px 0;
  background-image: url(/images/icn-embed-vid.png);
  background-repeat: no-repeat;
  background-position: center 15px;
  border-radius: 3px;
}

/* line 55, app/assets/stylesheets/shared/base.sass */
.video_type_embed:hover {
  background: #5B9C6E;
}

/* line 3217, app/assets/stylesheets/shared/base.sass */
.video_type_embed span {
  display: block;
  margin-top: 48px;
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

/* line 3225, app/assets/stylesheets/shared/base.sass */
.video_upload_wrapper {
  height: 110px;
  padding: 10px;
  text-align: center;
  background-color: #ddd;
}

/* line 3231, app/assets/stylesheets/shared/base.sass */
.video_upload_title {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 5px;
  color: #000;
}

/* line 3240, app/assets/stylesheets/shared/base.sass */
.video_upload_filename {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 11px;
}

/* line 3246, app/assets/stylesheets/shared/base.sass */
.video_upload_progress_outer_wrapper {
  display: block;
  margin: 8px 0;
  position: relative;
}

/* line 3251, app/assets/stylesheets/shared/base.sass */
.video_upload_progress_bar_wrapper {
  border: 1px solid #fff;
  position: relative;
  width: calc(100% - 30px);
  height: 10px;
}

/* line 3257, app/assets/stylesheets/shared/base.sass */
.video_upload_progress_bar {
  height: 10px;
  display: block;
  background-color: #FCA700;
  width: 1px;
}

/* line 3262, app/assets/stylesheets/shared/base.sass */
.video_upload_progress_bar.processing {
  background-color: #5FA8B9;
}

/* line 3265, app/assets/stylesheets/shared/base.sass */
.video_upload_cancel {
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background-image: url("/images/docs_reset.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

/* line 3275, app/assets/stylesheets/shared/base.sass */
.video_upload_notification {
  display: block;
  text-align: center;
  font-size: 11px;
}

/* line 3280, app/assets/stylesheets/shared/base.sass */
.btn_remove_video {
  border-radius: 3px;
  color: #FFF !important;
  display: inline-block;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-size: 12px;
  line-height: 30px !important;
  height: 30px;
  text-decoration: none;
  padding: 0 8px;
  border-radius: 3px;
  outline: none;
  border: 0;
  margin-top: 20px;
  color: #fff;
  background: #5B9C6E;
  border-style: none;
}

/* line 55, app/assets/stylesheets/shared/base.sass */
.btn_remove_video:hover {
  background: #5B9C6E;
}

/* line 3301, app/assets/stylesheets/shared/base.sass */
#play-graphic {
  height: 25px;
  margin-bottom: 10px;
  background: url("/images/vid-background-left.png") no-repeat, url("/images/vid-background-right.png") calc(100%) 0 no-repeat;
  background-color: #b9b8b8;
}

/*********************************************************
 **** NEW LINKS WIDGET ***********************************
 *********************************************************/
/* line 3311, app/assets/stylesheets/shared/base.sass */
.add_link_form {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 15px;
}

/* line 3320, app/assets/stylesheets/shared/base.sass */
.add_link_form input[type="text"] {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
  background-color: #FFF;
  border: 3px solid #F0ECE9;
  border-radius: 5px;
  padding: 8px;
  font-size: 14px;
  outline: none;
  color: #aea9a9;
  height: 40px;
  margin-bottom: 10px;
}

/* line 3337, app/assets/stylesheets/shared/base.sass */
.add_link_form input.error[type="text"] {
  border-color: #C3392D;
}

/* line 3340, app/assets/stylesheets/shared/base.sass */
.add_link_buttons {
  float: right;
  display: inline-block;
}

/* line 3345, app/assets/stylesheets/shared/base.sass */
.add_link_form .cancel {
  display: inline-block;
  line-height: 32px !important;
  color: #9F9D9B;
  font-size: 12px;
  text-decoration: underline;
  font-weight: bold;
}

/* line 3352, app/assets/stylesheets/shared/base.sass */
.add_link_form .save {
  display: inline-block;
  line-height: 32px !important;
  margin: 0 0 0 9px !important;
}

/* line 3356, app/assets/stylesheets/shared/base.sass */
.add_link_form .save.disabled {
  opacity: 0.3;
}

/* line 3358, app/assets/stylesheets/shared/base.sass */
.add_link_form .add_another {
  display: inline-block;
  line-height: 32px !important;
  margin: 0 0 0 0 !important;
}

/* line 3362, app/assets/stylesheets/shared/base.sass */
.add_link_form .add_another.disabled {
  opacity: 0.3;
}

/* line 3365, app/assets/stylesheets/shared/base.sass */
.link_row {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  height: 40px;
}

/* line 3376, app/assets/stylesheets/shared/base.sass */
.link_remove {
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url("/images/article_widget/icon-x-active.png");
  top: 15px;
  right: 15px;
}

/* line 3385, app/assets/stylesheets/shared/base.sass */
.link_edit {
  position: absolute;
  width: 11px;
  height: 11px;
  display: inline-block;
  background: url("/images/icn-edit.png");
  top: 15px;
  right: 35px;
}

/* line 3394, app/assets/stylesheets/shared/base.sass */
.link_link {
  top: 0;
  left: 32px;
  right: 55px;
  position: absolute;
  height: 40px;
}

/* line 3400, app/assets/stylesheets/shared/base.sass */
.link_link div {
  font-weight: bold;
  color: #222;
  text-decoration: none;
  padding-left: 24px;
  display: block;
  background-position: left center;
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
  background-repeat: no-repeat;
  white-space: nowrap;
}

/* line 3414, app/assets/stylesheets/shared/base.sass */
.link_reorder {
  position: absolute;
  width: 10px;
  height: 40px;
  display: inline-block;
  text-indent: -9999px;
  font-size: 1px;
  background: url("/images/article_widget/handle.png");
  background-position: -10px 0;
  float: left;
  top: 0;
  left: 12px;
  cursor: move;
}

/* line 3429, app/assets/stylesheets/shared/base.sass */
li:first-child .link_reorder {
  background-position: 0 0;
}

/* line 3431, app/assets/stylesheets/shared/base.sass */
li:last-child .link_reorder {
  background-position: -20px 0;
}

/* line 3434, app/assets/stylesheets/shared/base.sass */
.draft_info {
  color: #fff;
  position: relative;
}

/* line 3437, app/assets/stylesheets/shared/base.sass */
.draft_info span {
  display: none;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  line-height: 20px;
}

/* line 3442, app/assets/stylesheets/shared/base.sass */
.draft_info:hover span {
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
  top: 32px;
  left: -214px;
  font-size: 9px;
  text-align: center;
  width: 380px;
  text-transform: none;
  padding: 10px;
  border-radius: 5px;
  letter-spacing: 1px;
}

/* line 3456, app/assets/stylesheets/shared/base.sass */
.draft_info span strong {
  font-size: 10px;
}

/* line 3458, app/assets/stylesheets/shared/base.sass */
.draft_info span i {
  display: block;
  position: absolute;
  top: -12px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 12px 5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.9) transparent;
}

/* line 3468, app/assets/stylesheets/shared/base.sass */
.draft_info:hover span ul {
  list-style: disc;
  margin: 0 0 0 2em;
  padding: 0;
  list-style-position: inside;
}

/* line 3475, app/assets/stylesheets/shared/base.sass */
.video_hosting_upsell .contact_method {
  font-size: 16px;
  color: #464646;
  font-weight: bold;
}

/* line 3479, app/assets/stylesheets/shared/base.sass */
.video_hosting_upsell .contact_email {
  margin-top: 20px;
  display: block;
}

/* line 3482, app/assets/stylesheets/shared/base.sass */
.video_hosting_upsell .contact_telephone {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

/* line 3486, app/assets/stylesheets/shared/base.sass */
.video_hosting_upsell #error-modal-body a.contact_method {
  color: #464646 !important;
}

/* line 3488, app/assets/stylesheets/shared/base.sass */
.video_hosting_upsell .contact_method i {
  color: #C0BFBB;
  margin-right: 10px;
}

/* line 3491, app/assets/stylesheets/shared/base.sass */
.video_hosting_upsell .contact_method i.icon-envelope-alt {
  font-size: 16px;
}

/* line 3493, app/assets/stylesheets/shared/base.sass */
.video_hosting_upsell .contact_method i.icon-mobile-phone {
  font-size: 20px;
}

/* line 3496, app/assets/stylesheets/shared/base.sass */
.overlayclose {
  position: fixed;
  top: 0;
}

/* line 3500, app/assets/stylesheets/shared/base.sass */
.overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

/* line 3512, app/assets/stylesheets/shared/base.sass */
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
}

/* line 3517, app/assets/stylesheets/shared/base.sass */
.popup {
  margin: 70px auto;
  position: relative;
  transition: all 5s ease-in-out;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  width: 280px;
  font-size: 9px;
  text-transform: none;
  border-radius: 5px;
  z-index: 100000;
  letter-spacing: 1px;
  color: white;
}

/* line 3531, app/assets/stylesheets/shared/base.sass */
.popup h1 {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 2px;
  text-align: center;
}

/* line 3536, app/assets/stylesheets/shared/base.sass */
.popup h2 {
  font-size: 11px;
  margin-top: 8px;
  margin-bottom: 2px;
}

/* line 3540, app/assets/stylesheets/shared/base.sass */
.popup p {
  font-size: 10px;
}

/* line 3542, app/assets/stylesheets/shared/base.sass */
.popup ul {
  padding-left: 22px;
}

/* line 3545, app/assets/stylesheets/shared/base.sass */
.popup .close {
  position: absolute;
  top: 0;
  right: 8px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}

/* line 3555, app/assets/stylesheets/shared/base.sass */
.popup .close:hover {
  color: #06D85F;
}

/**
 ** Gallery Widget CSS - Added with Slick gem/plugin
 */
/* defalt */
/* line 3563, app/assets/stylesheets/shared/base.sass */
.slick-container .slick-track {
  display: flex;
  align-items: center;
}

/* line 3566, app/assets/stylesheets/shared/base.sass */
.slick-container .slick-track .slick_image_box {
  position: relative;
  top: 50%;
  background-color: white;
  text-align: center;
  opacity: 0.3;
  cursor: pointer;
}

/* line 3573, app/assets/stylesheets/shared/base.sass */
.slick-container .slick-track .slick_image_box img {
  max-height: 350px;
  display: inline-block;
}

/* line 3580, app/assets/stylesheets/shared/base.sass */
.slick-container .slick-current .slick_image_box {
  opacity: 1;
}

/* line 3582, app/assets/stylesheets/shared/base.sass */
.slick-container .slick-current .slick_image_box img {
  z-index: 100000;
}

/* line 3587, app/assets/stylesheets/shared/base.sass */
.slick-captions .slick-track .slide_caption_container {
  margin: auto;
  display: table;
  opacity: 0;
}

/* line 3591, app/assets/stylesheets/shared/base.sass */
.slick-captions .slick-track .slide_caption_container:empty {
  display: none;
}

/* line 3593, app/assets/stylesheets/shared/base.sass */
.slick-captions .slick-track .slide_caption_container .slide_caption {
  z-index: 100000;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  display: table-cell;
  bottom: 0;
}

/* line 3600, app/assets/stylesheets/shared/base.sass */
.slick-captions .slick-track .slide_caption_container .slide_caption:empty {
  display: none;
}

/* line 3602, app/assets/stylesheets/shared/base.sass */
.slick-captions .slick-track .slide_caption_container .slide_caption a {
  text-decoration: none;
  color: #7b7777;
  font-size: 13px;
}

/* line 3607, app/assets/stylesheets/shared/base.sass */
.slick-captions .slick-current .slide_caption_container {
  opacity: 1;
  transition: opacity 1s;
  display: table;
}

/* line 3611, app/assets/stylesheets/shared/base.sass */
.slick-captions .slick-current .slide_caption_container:empty {
  display: none;
}

/* line 3613, app/assets/stylesheets/shared/base.sass */
.slick-captions .slick-current .slide_caption_container .slide_caption {
  display: table-cell;
}

/* line 3615, app/assets/stylesheets/shared/base.sass */
.slick-captions .slick-current .slide_caption_container .slide_caption:empty {
  display: none;
}

/* 2x, 3x */
/* line 3620, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .slick-container, .three-columns-wide .slick-container {
  margin-bottom: 30px;
}

/* line 3623, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .slick-container .slick-track .slick_image_box, .three-columns-wide .slick-container .slick-track .slick_image_box {
  margin: 0 15px 0 15px;
}

/* line 3625, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .slick-container .slick-track .slick_image_box img, .three-columns-wide .slick-container .slick-track .slick_image_box img {
  max-width: 938px;
  max-height: 438px;
  padding: 0;
}

/* 2X */
/* line 3633, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .slide-captions .slick-track .slide_caption_container .slide_caption {
  max-width: 350px;
}

/* 1x */
/* line 3640, app/assets/stylesheets/shared/base.sass */
.one-column-wide .slick-container .slick-track .slick_image_box, #col_1 .slick-container .slick-track .slick_image_box, #col_2 .slick-container .slick-track .slick_image_box, #col_3 .slick-container .slick-track .slick_image_box {
  max-width: 320px;
}

/* line 3642, app/assets/stylesheets/shared/base.sass */
.one-column-wide .slick-container .slick-track .slick_image_box img, #col_1 .slick-container .slick-track .slick_image_box img, #col_2 .slick-container .slick-track .slick_image_box img, #col_3 .slick-container .slick-track .slick_image_box img {
  max-width: 280px;
  max-height: 300px;
}

/* line 3645, app/assets/stylesheets/shared/base.sass */
.one-column-wide .slick-container .slick-slide, #col_1 .slick-container .slick-slide, #col_2 .slick-container .slick-slide, #col_3 .slick-container .slick-slide {
  width: 320px;
}

/* line 3649, app/assets/stylesheets/shared/base.sass */
.one-column-wide .slick-captions .slick-track .slide_caption_container, #col_1 .slick-captions .slick-track .slide_caption_container, #col_2 .slick-captions .slick-track .slide_caption_container, #col_3 .slick-captions .slick-track .slide_caption_container {
  margin-top: 20px;
}

/* line 3654, app/assets/stylesheets/shared/base.sass */
.aon_container {
  display: none !important;
}

/* line 3659, app/assets/stylesheets/shared/base.sass */
.one-column-wide .embed iframe, #col_1 .embed iframe, #col_2 .embed iframe, #col_3 .embed iframe {
  width: 300px !important;
}

/* line 3661, app/assets/stylesheets/shared/base.sass */
.one-column-wide .embed iframe.releasd-countdown-clock, #col_1 .embed iframe.releasd-countdown-clock, #col_2 .embed iframe.releasd-countdown-clock, #col_3 .embed iframe.releasd-countdown-clock {
  min-height: 225px;
}

/* line 3664, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .embed iframe.releasd-countdown-clock {
  min-height: 235px;
}

/* line 3667, app/assets/stylesheets/shared/base.sass */
.three-columns-wide .embed iframe.releasd-countdown-clock {
  min-height: 290px;
}

/* line 3671, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .embed.twitter-tweet, .two-columns-wide .embed.instagram-media, .three-columns-wide .embed.twitter-tweet, .three-columns-wide .embed.instagram-media {
  display: flex;
  padding: 0 0 10px 0;
}

/* line 3674, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .embed.twitter-tweet .twitter-tweet, .two-columns-wide .embed.instagram-media .twitter-tweet, .three-columns-wide .embed.twitter-tweet .twitter-tweet, .three-columns-wide .embed.instagram-media .twitter-tweet {
  margin: 0 !important;
  padding: 0 5px !important;
}

/* line 3677, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .embed.twitter-tweet .instagram-media, .two-columns-wide .embed.instagram-media .instagram-media, .three-columns-wide .embed.twitter-tweet .instagram-media, .three-columns-wide .embed.instagram-media .instagram-media {
  margin: 0 !important;
  margin: 0 2px !important;
}

/* line 3680, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .embed.twitter-tweet .twitter-tweet:only-child, .two-columns-wide .embed.twitter-tweet .instagram-media:only-child, .two-columns-wide .embed.instagram-media .twitter-tweet:only-child, .two-columns-wide .embed.instagram-media .instagram-media:only-child, .three-columns-wide .embed.twitter-tweet .twitter-tweet:only-child, .three-columns-wide .embed.twitter-tweet .instagram-media:only-child, .three-columns-wide .embed.instagram-media .twitter-tweet:only-child, .three-columns-wide .embed.instagram-media .instagram-media:only-child {
  margin: auto !important;
  padding: 0;
}

/* line 3687, app/assets/stylesheets/shared/base.sass */
.one-column-wide .embed.twitter-tweet .twitter-tweet:not(:last-child), .one-column-wide .embed.instagram-media .instagram-media:not(:last-child), #col_1 .embed.twitter-tweet .twitter-tweet:not(:last-child), #col_1 .embed.instagram-media .instagram-media:not(:last-child), #col_2 .embed.twitter-tweet .twitter-tweet:not(:last-child), #col_2 .embed.instagram-media .instagram-media:not(:last-child), #col_3 .embed.twitter-tweet .twitter-tweet:not(:last-child), #col_3 .embed.instagram-media .instagram-media:not(:last-child) {
  margin-bottom: 10px !important;
}

/* line 3690, app/assets/stylesheets/shared/base.sass */
.embed.twitter-timeline {
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 3694, app/assets/stylesheets/shared/base.sass */
.embed.twitter-timeline iframe {
  width: 100% !important;
}

/* line 3697, app/assets/stylesheets/shared/base.sass */
.linked-in {
  display: table;
  margin: auto;
}

/* line 3702, app/assets/stylesheets/shared/base.sass */
.two-columns-wide .fb-post, .three-columns-wide .fb-post {
  display: table;
  margin: auto;
  width: 600px;
}

/* line 3707, app/assets/stylesheets/shared/base.sass */
.close-embedly-image-selector {
  margin-top: 9px;
  line-height: 32px;
}

/* line 3711, app/assets/stylesheets/shared/base.sass */
.alert {
  display: none;
  padding: 15px;
  border: 1px solid transparent;
}

/* line 3716, app/assets/stylesheets/shared/base.sass */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 3721, app/assets/stylesheets/shared/base.sass */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 3726, app/assets/stylesheets/shared/base.sass */
.loading-view,
.failover-view {
  background: #FFF;
  color: #ADADAD;
  background: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  height: 100%;
  vertical-align: center;
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 3743, app/assets/stylesheets/shared/base.sass */
.loading-view .animation,
.failover-view .animation {
  background: url(/images/releasd-loader.gif) no-repeat center;
  width: 100%;
  height: 68px;
  padding: 15px 0;
}

/* line 3750, app/assets/stylesheets/shared/base.sass */
.box-failure-state .widget.pdf #controls .pdf_fullscreen {
  display: none;
}

/* line 3753, app/assets/stylesheets/shared/base.sass */
.three-columns-wide .widget .body .failover-view,
.widget .body .failover-view {
  margin-top: 0;
  text-align: center;
  background: #f2f2f2;
}

/* line 3758, app/assets/stylesheets/shared/base.sass */
.three-columns-wide .widget .body .failover-view p,
.widget .body .failover-view p {
  font-weight: normal;
}

/* line 3760, app/assets/stylesheets/shared/base.sass */
.three-columns-wide .widget .body .failover-view .file-icon,
.widget .body .failover-view .file-icon {
  display: none;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}

/* line 3765, app/assets/stylesheets/shared/base.sass */
.three-columns-wide .widget .body .failover-view .file-icon.pdf-icon.pdf, .three-columns-wide .widget .body .failover-view .file-icon.doc-icon.docx, .three-columns-wide .widget .body .failover-view .file-icon.doc-icon.doc, .three-columns-wide .widget .body .failover-view .file-icon.xls-icon.xlsx, .three-columns-wide .widget .body .failover-view .file-icon.xls-icon.xls, .three-columns-wide .widget .body .failover-view .file-icon.ppt-icon.pptx, .three-columns-wide .widget .body .failover-view .file-icon.ppt-icon.ppt,
.widget .body .failover-view .file-icon.pdf-icon.pdf,
.widget .body .failover-view .file-icon.doc-icon.docx,
.widget .body .failover-view .file-icon.doc-icon.doc,
.widget .body .failover-view .file-icon.xls-icon.xlsx,
.widget .body .failover-view .file-icon.xls-icon.xls,
.widget .body .failover-view .file-icon.ppt-icon.pptx,
.widget .body .failover-view .file-icon.ppt-icon.ppt {
  display: block;
}

/* line 3773, app/assets/stylesheets/shared/base.sass */
.three-columns-wide .widget .body .failover-view .file-icon.pdf-icon.pdf svg, .three-columns-wide .widget .body .failover-view .file-icon.doc-icon.docx svg, .three-columns-wide .widget .body .failover-view .file-icon.doc-icon.doc svg, .three-columns-wide .widget .body .failover-view .file-icon.xls-icon.xlsx svg, .three-columns-wide .widget .body .failover-view .file-icon.xls-icon.xls svg, .three-columns-wide .widget .body .failover-view .file-icon.ppt-icon.pptx svg, .three-columns-wide .widget .body .failover-view .file-icon.ppt-icon.ppt svg,
.widget .body .failover-view .file-icon.pdf-icon.pdf svg,
.widget .body .failover-view .file-icon.doc-icon.docx svg,
.widget .body .failover-view .file-icon.doc-icon.doc svg,
.widget .body .failover-view .file-icon.xls-icon.xlsx svg,
.widget .body .failover-view .file-icon.xls-icon.xls svg,
.widget .body .failover-view .file-icon.ppt-icon.pptx svg,
.widget .body .failover-view .file-icon.ppt-icon.ppt svg {
  width: 100%;
}

/* line 3777, app/assets/stylesheets/shared/base.sass */
.file_sunset {
  text-align: center;
  color: #d9d9d9;
}

/* line 3780, app/assets/stylesheets/shared/base.sass */
.file_sunset p {
  margin-top: 5px;
  font-size: 14px;
}

/* line 3785, app/assets/stylesheets/shared/base.sass */
.widget.pdf iframe {
  width: 300px;
  margin-top: -51px;
  margin-left: -10px;
}

/* line 3790, app/assets/stylesheets/shared/base.sass */
.three-columns-wide .widget.pdf iframe {
  width: 100%;
  margin-left: 0;
}

/* line 3794, app/assets/stylesheets/shared/base.sass */
.widget.pdf .body {
  overflow: hidden;
  position: relative;
}

/* line 3798, app/assets/stylesheets/shared/base.sass */
.widget .body .box-preview,
.three-columns-wide .widget .body .box-preview {
  height: 400px;
  margin-top: -48px;
  width: 100%;
}

/* line 3803, app/assets/stylesheets/shared/base.sass */
.widget .body .box-preview .bp-container,
.three-columns-wide .widget .body .box-preview .bp-container {
  min-width: 100%;
}

/* line 3805, app/assets/stylesheets/shared/base.sass */
.widget .body .box-preview .bp-progress-bar,
.three-columns-wide .widget .body .box-preview .bp-progress-bar {
  background: #CCC;
}

/* line 3807, app/assets/stylesheets/shared/base.sass */
.widget .body .box-preview .bp-header,
.three-columns-wide .widget .body .box-preview .bp-header {
  display: none;
  top: 0;
}

/* line 3811, app/assets/stylesheets/shared/base.sass */
.widget.loading .body {
  min-height: 300px;
}

/* line 3814, app/assets/stylesheets/shared/base.sass */
.widget.pdf .body,
.widget.article .body,
.widget.gallery .body {
  position: relative;
  height: 100%;
}

/* line 3820, app/assets/stylesheets/shared/base.sass */
.canvas-controls,
.fullscreen_doc {
  height: 100%;
  position: relative;
  width: 100%;
}

/* line 3825, app/assets/stylesheets/shared/base.sass */
.canvas-controls .controls,
.fullscreen_doc .controls {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  bottom: 10px;
  color: #fff;
  font-size: 0;
  height: 40px;
  left: calc(50% - 106px);
  line-height: 40px;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  width: 212px;
}

/* line 3844, app/assets/stylesheets/shared/base.sass */
.canvas-controls .controls.wide,
.fullscreen_doc .controls.wide {
  width: 240px;
  left: calc(50% - 120px);
}

/* line 3847, app/assets/stylesheets/shared/base.sass */
.canvas-controls .controls .page-numbers,
.fullscreen_doc .controls .page-numbers {
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  width: 57px;
}

/* line 3853, app/assets/stylesheets/shared/base.sass */
.canvas-controls .controls button,
.fullscreen_doc .controls button {
  width: 36px;
  height: 30px;
  background: none;
  border: 0;
  color: #f6f6f6;
  vertical-align: inherit;
}

/* line 3860, app/assets/stylesheets/shared/base.sass */
.canvas-controls .controls button i,
.fullscreen_doc .controls button i {
  font-size: 20px;
}

/* line 3862, app/assets/stylesheets/shared/base.sass */
.canvas-controls .controls button:focus,
.fullscreen_doc .controls button:focus {
  outline: none;
}

/* line 3864, app/assets/stylesheets/shared/base.sass */
.canvas-controls .controls button:hover,
.fullscreen_doc .controls button:hover {
  color: #fff;
}

/* line 3866, app/assets/stylesheets/shared/base.sass */
.canvas-controls .controls button:disabled,
.fullscreen_doc .controls button:disabled {
  opacity: 0.2;
}

/* line 3868, app/assets/stylesheets/shared/base.sass */
.canvas-controls .controls button.next-page,
.fullscreen_doc .controls button.next-page {
  margin-right: 0;
}

/* line 3870, app/assets/stylesheets/shared/base.sass */
.canvas-controls .controls .zoom,
.fullscreen_doc .controls .zoom {
  display: inline-block;
  font-size: 20px;
  margin-right: 8px;
}

/* line 3874, app/assets/stylesheets/shared/base.sass */
.canvas-controls .controls .zoom button,
.fullscreen_doc .controls .zoom button {
  width: 25px;
  padding: 0;
}

/* line 3877, app/assets/stylesheets/shared/base.sass */
.canvas-controls .controls .zoom button i,
.fullscreen_doc .controls .zoom button i {
  font-size: 14px;
}

/* line 3879, app/assets/stylesheets/shared/base.sass */
.canvas-controls .controls .zoom button i.fa-search,
.fullscreen_doc .controls .zoom button i.fa-search {
  font-size: 20px;
}

/* line 3882, app/assets/stylesheets/shared/base.sass */
.canvas-controls:hover .controls,
.fullscreen_doc:hover .controls {
  opacity: 1;
}

/* line 3886, app/assets/stylesheets/shared/base.sass */
.canvas-wrapper {
  background: #f2f2f2;
  overflow: auto;
  padding: 20px;
  position: relative;
  text-align: center;
  width: calc(100% - 40px);
}

/* line 3893, app/assets/stylesheets/shared/base.sass */
.canvas-wrapper canvas {
  margin: 0 auto;
}

/* line 3896, app/assets/stylesheets/shared/base.sass */
.fullscreen_doc {
  height: 90%;
  margin: 0 auto;
  overflow: auto;
  position: fixed;
  text-align: center;
  width: 90%;
  z-index: 10000;
}

/* line 3904, app/assets/stylesheets/shared/base.sass */
.fullscreen_doc .canvas-wrapper {
  position: absolute;
  height: 90%;
}

/* line 3907, app/assets/stylesheets/shared/base.sass */
.fullscreen_doc .canvas-wrapper.loading:before {
  content: "We're loading your file...";
  background: url(/images/releasd-loader.gif) no-repeat center;
  color: #adadad;
  font-weight: bold;
  height: 10px;
  position: absolute;
  top: 40%;
  padding-top: 120px;
  width: 100%;
}

/* line 3917, app/assets/stylesheets/shared/base.sass */
.fullscreen_doc .controls {
  bottom: 100px;
  position: fixed;
}

/* line 3921, app/assets/stylesheets/shared/base.sass */
.widget .body .canvas-controls,
.three-columns-wide .widget .body .canvas-controls {
  margin-top: 0;
}

/* line 3926, app/assets/stylesheets/shared/base.sass */
.widget.article #controls {
  position: relative;
}

/* line 3929, app/assets/stylesheets/shared/base.sass */
.widget.loading .body {
  min-height: 300px;
}

/* line 3932, app/assets/stylesheets/shared/base.sass */
.widget.pdf .body,
.widget.article .body {
  position: relative;
  height: 100%;
}

/* line 3938, app/assets/stylesheets/shared/base.sass */
.widget.article .body .expandable:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  z-index: 999;
}

/* line 3948, app/assets/stylesheets/shared/base.sass */
.widget.article .body.fully-visible:after {
  background: none;
}

/* line 3952, app/assets/stylesheets/shared/base.sass */
.description.expandable {
  position: relative;
}

/* line 3959, app/assets/stylesheets/shared/base.sass */
.widget.gallery .description.expandable {
  padding-bottom: 0;
  margin-bottom: -5px;
}

/* line 3962, app/assets/stylesheets/shared/base.sass */
.description.expandable.minimized {
  max-height: 100px;
  overflow: hidden;
}

/* line 3965, app/assets/stylesheets/shared/base.sass */
.description.expandable.minimized:after {
  background: linear-gradient(rgba(249, 249, 249, 0), #f9f9f9);
  bottom: 0;
  content: '';
  height: 25px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 3975, app/assets/stylesheets/shared/base.sass */
.widget.text .body.description {
  max-height: none;
}

/* line 3977, app/assets/stylesheets/shared/base.sass */
.widget.text .body.description.minimized:after {
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}

/* line 3980, app/assets/stylesheets/shared/base.sass */
.three-columns-wide .widget.gallery .body {
  margin-bottom: 0;
}

/* line 3985, app/assets/stylesheets/shared/base.sass */
.editWidget .individual-posts textarea {
  width: calc(100% - 12px);
}

/* line 3989, app/assets/stylesheets/shared/base.sass */
.my {
  font-family: 'Padauk';
}
/* line 1, app/assets/stylesheets/shared/buttons.sass */
.btn, .btn-icon, .btn-mini {
  background-repeat: repeat-x;
  color: #FFF;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  padding: 0 12px 4px;
  /*padding: 0 7px 4px */
  margin: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

/* line 17, app/assets/stylesheets/shared/buttons.sass */
.btn.disabled, .btn-icon.disabled, .btn-mini.disabled {
  opacity: 0.3;
}

/* line 20, app/assets/stylesheets/shared/buttons.sass */
.btn:active, .btn-icon:active, .btn-mini:active {
  top: 1px;
}

/* line 23, app/assets/stylesheets/shared/buttons.sass */
.btn, .btn-icon {
  background-position: 0 -80px;
  font-size: 12px;
  height: 32px;
  line-height: 29px;
}

/* line 29, app/assets/stylesheets/shared/buttons.sass */
.btn.btn-small, .btn-icon.btn-small {
  background-position: 0 0;
  font-size: 10px;
  height: 27px;
  line-height: 24px;
}

/* line 35, app/assets/stylesheets/shared/buttons.sass */
.btn.btn-large, .btn-icon.btn-large {
  background-position: 0 -160px;
  font-size: 15px;
  height: 42px;
  line-height: 40px;
}

/* line 42, app/assets/stylesheets/shared/buttons.sass */
a.btn, a.btn-icon {
  height: 32px;
  line-height: 32px;
  padding-bottom: 0;
}

/* line 46, app/assets/stylesheets/shared/buttons.sass */
a.btn.btn-small, a.btn-icon.btn-small {
  line-height: 28px;
  padding-bottom: 0;
}

/* line 49, app/assets/stylesheets/shared/buttons.sass */
a.btn.btn-large, a.btn-icon.btn-large {
  line-height: 42px;
  padding-bottom: 0;
}

/* Fix the button in IE7 :-( */
/* line 56, app/assets/stylesheets/shared/buttons.sass */
* + html .btn, * + html .btn-icon {
  border-color: none;
  border: 1px solid transparent;
}

/* Set default button colors */
/* line 62, app/assets/stylesheets/shared/buttons.sass */
.btn, .btn-icon, .btn-mini, .btn:visited, .btn-icon:visited, .btn-mini:visited {
  background-color: #F90;
  border-color: #D58000;
  color: #FFF;
}

/* line 67, app/assets/stylesheets/shared/buttons.sass */
.btn:hover, .btn-icon:hover, .btn-mini:hover {
  background-color: #D58000;
  color: #FFF;
}

/* Colors */
/* line 73, app/assets/stylesheets/shared/buttons.sass */
.btn-pink {
  background-color: #FF0066;
  border-color: #DA0C59;
}

/* line 76, app/assets/stylesheets/shared/buttons.sass */
.btn-pink:visited {
  background-color: #FF0066;
  border-color: #DA0C59;
}

/* line 79, app/assets/stylesheets/shared/buttons.sass */
.btn-pink:hover {
  background-color: #DA0C59;
}

/* line 82, app/assets/stylesheets/shared/buttons.sass */
.btn-blue {
  background-color: #4376B3;
  border: none;
}

/* line 85, app/assets/stylesheets/shared/buttons.sass */
.btn-blue:visited {
  background-color: #4376B3;
}

/* line 87, app/assets/stylesheets/shared/buttons.sass */
.btn-blue:hover {
  background-color: #4376B3;
}

/* line 90, app/assets/stylesheets/shared/buttons.sass */
.btn-red {
  background-color: #E40001;
  border-color: #CC0000;
}

/* line 93, app/assets/stylesheets/shared/buttons.sass */
.btn-red:visited {
  background-color: #E40001;
  border-color: #CC0000;
}

/* line 96, app/assets/stylesheets/shared/buttons.sass */
.btn-red:hover {
  background-color: #CC0000;
}

/* line 99, app/assets/stylesheets/shared/buttons.sass */
.btn-green {
  line-height: 32px !important;
  background-color: #0A9A8D;
  border: none;
}

/* line 103, app/assets/stylesheets/shared/buttons.sass */
.btn-green:visited {
  background-color: #0A9A8D;
  border: none;
}

/* line 106, app/assets/stylesheets/shared/buttons.sass */
.btn-green:hover {
  background-color: #0A9A8D;
}

/* line 109, app/assets/stylesheets/shared/buttons.sass */
.btn-black {
  background-color: #111;
  border-color: #000;
}

/* line 112, app/assets/stylesheets/shared/buttons.sass */
.btn-black:visited {
  background-color: #111;
  border-color: #000;
}

/* line 115, app/assets/stylesheets/shared/buttons.sass */
.btn-black:hover {
  background-color: #000;
}

/* line 118, app/assets/stylesheets/shared/buttons.sass */
.btn-purple {
  background-color: #7B0F75;
  border-color: #6A0D66;
}

/* line 121, app/assets/stylesheets/shared/buttons.sass */
.btn-purple:visited {
  background-color: #7B0F75;
  border-color: #6A0D66;
}

/* line 124, app/assets/stylesheets/shared/buttons.sass */
.btn-purple:hover {
  background-color: #6A0D66;
}

/* line 127, app/assets/stylesheets/shared/buttons.sass */
.btn-navy {
  background-color: #002142;
  border-color: #00172F;
}

/* line 130, app/assets/stylesheets/shared/buttons.sass */
.btn-navy:visited {
  background-color: #002142;
  border-color: #00172F;
}

/* line 133, app/assets/stylesheets/shared/buttons.sass */
.btn-navy:hover {
  background-color: #00172F;
}

/* line 136, app/assets/stylesheets/shared/buttons.sass */
.btn-maroon {
  background-color: #750000;
  border-color: #530000;
}

/* line 139, app/assets/stylesheets/shared/buttons.sass */
.btn-maroon:visited {
  background-color: #750000;
  border-color: #530000;
}

/* line 142, app/assets/stylesheets/shared/buttons.sass */
.btn-maroon:hover {
  background-color: #530000;
}

/* line 145, app/assets/stylesheets/shared/buttons.sass */
.btn-yellow {
  background-color: #FFCC00;
  border-color: #D9AD01;
}

/* line 148, app/assets/stylesheets/shared/buttons.sass */
.btn-yellow:visited {
  background-color: #FFCC00;
  border-color: #D9AD01;
}

/* line 151, app/assets/stylesheets/shared/buttons.sass */
.btn-yellow:hover {
  background-color: #D9AD01;
}

/* line 154, app/assets/stylesheets/shared/buttons.sass */
.btn-teal {
  background-color: #39A7B6;
  border-color: #2E8794;
}

/* line 157, app/assets/stylesheets/shared/buttons.sass */
.btn-teal:visited {
  background-color: #39A7B6;
  border-color: #2E8794;
}

/* line 160, app/assets/stylesheets/shared/buttons.sass */
.btn-teal:hover {
  background-color: #2E8794;
}

/* line 163, app/assets/stylesheets/shared/buttons.sass */
.btn-orange {
  background-color: #F90;
  border-color: #D58000;
  color: #FFF;
}

/* line 167, app/assets/stylesheets/shared/buttons.sass */
.btn-orange:visited {
  background-color: #F90;
  border-color: #D58000;
  color: #FFF;
}

/* line 171, app/assets/stylesheets/shared/buttons.sass */
.btn-orange:hover {
  background-color: #D58000;
  color: #FFF;
}

/* line 175, app/assets/stylesheets/shared/buttons.sass */
.btn-grey {
  background-color: #999;
  border-color: #888;
  color: #FFF;
}

/* line 179, app/assets/stylesheets/shared/buttons.sass */
.btn-grey:visited {
  background-color: #999;
  border-color: #888;
  color: #FFF;
}

/* line 183, app/assets/stylesheets/shared/buttons.sass */
.btn-grey:hover {
  background-color: #888;
  color: #FFF;
}

/* Images Overlays - Gradient Effect */
/* 50% Opacity for darker colors */
/* 65% opacity for lighter colors */
/* Icon Button Styles */
/* line 196, app/assets/stylesheets/shared/buttons.sass */
.btn-icon {
  padding-left: 32px !important;
}

/* line 199, app/assets/stylesheets/shared/buttons.sass */
* + html .btn-icon {
  padding-left: 20px !important;
  padding-right: 5px !important;
}

/* line 204, app/assets/stylesheets/shared/buttons.sass */
.btn-icon span {
  background-image: url(../images/amp-btn-icon-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 6px;
  top: 6px;
}

/* line 213, app/assets/stylesheets/shared/buttons.sass */
.btn-icon.btn-small span {
  top: 4px;
}

/* line 215, app/assets/stylesheets/shared/buttons.sass */
.btn-icon.btn-large span {
  top: 12px;
}

@-moz-document url-prefix() {
  /* line 220, app/assets/stylesheets/shared/buttons.sass */
  .btn-icon span {
    left: -24px;
    top: 0px;
  }
  /* line 223, app/assets/stylesheets/shared/buttons.sass */
  .btn-icon.btn-small span {
    top: -1px;
  }
  /* line 225, app/assets/stylesheets/shared/buttons.sass */
  .btn-icon.btn-large span {
    top: 4px;
  }
}

/* Mini Buttons */
/* line 231, app/assets/stylesheets/shared/buttons.sass */
.btn-mini {
  background-position: 0 0;
  width: 32px;
  height: 26px !important;
  line-height: 500px !important;
  overflow: hidden;
  padding: 0;
}

/* line 238, app/assets/stylesheets/shared/buttons.sass */
.btn-mini span {
  background-image: url(../images/amp-btn-icon-sprite.png);
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
}

/* Icon Classes */
/* line 253, app/assets/stylesheets/shared/buttons.sass */
.btn-arrow-down span {
  background-position: -48px 0;
}

/* line 256, app/assets/stylesheets/shared/buttons.sass */
.btn-arrow-up span {
  background-position: -32px 0;
}

/* line 259, app/assets/stylesheets/shared/buttons.sass */
.btn-arrow-right span {
  background-position: -16px 0;
}

/* line 262, app/assets/stylesheets/shared/buttons.sass */
.btn-arrow-left span {
  background-position: 0 0;
}

/* line 265, app/assets/stylesheets/shared/buttons.sass */
.btn-comment span {
  background-position: -112px 0;
}

/* line 268, app/assets/stylesheets/shared/buttons.sass */
.btn-heart span {
  background-position: -96px 0;
}

/* line 271, app/assets/stylesheets/shared/buttons.sass */
.btn-star span {
  background-position: -80px 0;
}

/* line 274, app/assets/stylesheets/shared/buttons.sass */
.btn-cart span {
  background-position: -64px 0;
}

/* line 277, app/assets/stylesheets/shared/buttons.sass */
.btn-print span {
  background-position: -128px 0;
}

/* line 280, app/assets/stylesheets/shared/buttons.sass */
.btn-rss span {
  background-position: -144px 0;
}

/* line 283, app/assets/stylesheets/shared/buttons.sass */
.btn-person span {
  background-position: 0 -16px;
}

/* line 286, app/assets/stylesheets/shared/buttons.sass */
.btn-check span {
  background-position: -16px -16px;
}

/* line 289, app/assets/stylesheets/shared/buttons.sass */
.btn-dollar span {
  background-position: -32px -16px;
}

/* line 292, app/assets/stylesheets/shared/buttons.sass */
.btn-refresh span {
  background-position: -48px -16px;
}

/* line 295, app/assets/stylesheets/shared/buttons.sass */
.btn-home span {
  background-position: -64px -16px;
}

/* line 298, app/assets/stylesheets/shared/buttons.sass */
.btn-plus span {
  background-position: -80px -16px;
}

/* line 301, app/assets/stylesheets/shared/buttons.sass */
.btn-minus span {
  background-position: -96px -16px;
}

/* line 304, app/assets/stylesheets/shared/buttons.sass */
.btn-cross span {
  background-position: -112px -16px;
}

/* Transparent Button Styles */
/* line 309, app/assets/stylesheets/shared/buttons.sass */
.btn-transparent {
  background-image: url(../images/bg-lite.png);
  background-color: transparent;
  filter: none;
  border-color: transparent;
  border-color: rgba(0, 0, 0, 0.4) !important;
  margin: 0 1em 0 0;
}

/* line 316, app/assets/stylesheets/shared/buttons.sass */
.btn-transparent:hover {
  background-image: url(../images/bg-lite.png);
  background-color: transparent;
  filter: none;
  border-color: transparent;
  border-color: rgba(0, 0, 0, 0.4) !important;
  margin: 0 1em 0 0;
}

/* line 324, app/assets/stylesheets/shared/buttons.sass */
* + html .btn-transparent {
  border: none;
}

/* line 327, app/assets/stylesheets/shared/buttons.sass */
.savestatusbtn {
  padding-top: 1px;
  height: 34px;
  line-height: 29px;
}
/* line 1, app/assets/stylesheets/shared/aon_modal.sass */
.hide_thumbs {
  visibility: hidden;
}

/* line 4, app/assets/stylesheets/shared/aon_modal.sass */
.aon_container {
  padding: 10px;
  display: inline-block;
  background-color: #FFF;
}

/* line 9, app/assets/stylesheets/shared/aon_modal.sass */
ul.aon {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 300px;
  height: 300px;
  vertical-align: middle;
  background-image: url("/images/aon_preloader.gif");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 21, app/assets/stylesheets/shared/aon_modal.sass */
ul.aon.loaded {
  background-image: none;
}

/* line 24, app/assets/stylesheets/shared/aon_modal.sass */
ul.aon li {
  width: 300px;
  height: 300px;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
}

/* line 34, app/assets/stylesheets/shared/aon_modal.sass */
ul.aon li .aon_slide {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 300px;
  min-width: 300px;
  height: 300px;
  text-align: center;
}

/* line 42, app/assets/stylesheets/shared/aon_modal.sass */
ul.aon li img {
  display: block;
  margin: auto;
}

/* line 45, app/assets/stylesheets/shared/aon_modal.sass */
ul.aon li .aon_caption {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  bottom: 0;
  left: 0;
  width: 280px;
  padding: 10px;
  text-align: center;
}

/* line 56, app/assets/stylesheets/shared/aon_modal.sass */
.ui-sortable-helper {
  width: 185px;
  overflow: hidden;
}

/* line 59, app/assets/stylesheets/shared/aon_modal.sass */
.ui-sortable-helper .aon_container {
  width: 185px;
}

/* line 61, app/assets/stylesheets/shared/aon_modal.sass */
.ui-sortable-helper .aon_slide {
  width: 185px;
}

/**************************** MODAL *********************************/
/* line 66, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_bg {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

/* line 77, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 83, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_content.loading {
  background-image: url("/images/fancybox/fancybox_loading.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

/* line 89, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_close {
  position: absolute;
  right: 15px;
  top: 8px;
  color: #000;
  z-index: 10003;
  cursor: pointer;
  text-align: center;
  width: 38px;
  height: 38px;
  background: transparent url("/images/fancybox/fancybox_sprite.png");
}

/* line 101, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_header {
  background-color: #222;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 10001;
  height: 50px;
  color: #676767;
  line-height: 28px;
  font-weight: bold;
  font-size: 14px;
}

/* line 115, app/assets/stylesheets/shared/aon_modal.sass */
#aon_download {
  padding: 0 10px;
}

/* line 119, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_header .download_mobile {
  display: inline;
  line-height: 20px !important;
  font-size: 16px !important;
  float: left;
  color: #ACACAC;
  padding-top: 7px;
}

/* line 127, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_header .download_mobile span {
  color: #676767;
  line-height: 10px !important;
  font-size: 10px !important;
  display: block;
}

/* line 132, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_header a {
  position: relative;
  z-index: 10;
  background-color: #31729C;
  line-height: 18px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  margin-left: 10px;
  margin-top: 11px;
  border-radius: 3px;
  font-weight: normal;
  letter-spacing: 1px;
}

/* line 147, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_header a:hover {
  text-decoration: none;
}

/* line 150, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_header a span {
  border-right: 1px solid #245F89;
  display: inline-block;
  padding: 0 5px 0 0;
  margin-right: 5px;
}

/* line 156, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_header .aon-image-count {
  font-size: 12px;
  color: #acacac;
  position: absolute;
  top: 13px;
  width: 100%;
  text-align: center;
}

/* line 164, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_images {
  position: absolute;
  overflow: hidden;
  z-index: 10002;
  width: 100%;
  top: 0px;
  display: block;
}

/* line 172, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_images.with_header {
  top: 50px;
}

/* line 175, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_images ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 189, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_images ul li {
  display: inline-block;
  background-image: url("/images/fancybox/fancybox_loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}

/* line 199, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_images ul li .modal_image_content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 206, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_images ul li .modal_image_content img {
  display: block;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
}

/* line 214, app/assets/stylesheets/shared/aon_modal.sass */
.invisible {
  visibility: hidden;
}

/* line 217, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_images ul li .modal_image_content .modal_caption {
  display: block;
  position: absolute;
  margin: auto;
  color: #FFF;
  white-space: normal;
  font-size: 12px;
  padding: 0px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 229, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_images ul li .modal_image_content .modal_caption span {
  display: block;
  padding: 20px 50px;
}

/* line 233, app/assets/stylesheets/shared/aon_modal.sass */
#aon_modal_images ul li .modal_image_content .modal_caption a {
  color: #FFF;
  text-decoration: underline;
}

/*#aon_modal_images ul li div {
 *  color:#FFF;
 *  white-space:normal;
 *  font-size:12px;
 *  bottom:0;
 *  width:100%;
 *  text-align:center;
 *  margin:0;
 *  display:block;
 *  visibility:hidden;
 *  clear:both;
 *  position:relative;
 *}
 *
 *#aon_modal_images ul li div span {
 *  display: block;
 *  padding:20px 30px;
 *}
 */
@media only screen and (min-height: 800px) {
  /* line 258, app/assets/stylesheets/shared/aon_modal.sass */
  #aon_modal_images {
    bottom: 130px;
  }
  /* line 261, app/assets/stylesheets/shared/aon_modal.sass */
  #aon_modal_thumbnails {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background-color: #222;
    z-index: 10003;
    border-top: 1px solid #333;
  }
  /* line 271, app/assets/stylesheets/shared/aon_modal.sass */
  #aon_modal_thumbnails ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 30px;
    right: 30px;
    top: 8px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    z-index: 10002;
  }
  /* line 283, app/assets/stylesheets/shared/aon_modal.sass */
  #aon_modal_thumbnails ul li {
    display: inline-block;
    margin-right: 20px;
    height: 114px;
    background-image: url("/images/fancybox/fancybox_loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
  }
  /* line 290, app/assets/stylesheets/shared/aon_modal.sass */
  #aon_modal_thumbnails ul li:first-child {
    margin-left: 20px;
  }
  /* line 292, app/assets/stylesheets/shared/aon_modal.sass */
  #aon_modal_thumbnails ul li img {
    display: block;
    vertical-align: top;
    background-color: #fff;
  }
  /* line 296, app/assets/stylesheets/shared/aon_modal.sass */
  #aon_modal_thumbnails .prev {
    display: block;
    cursor: pointer;
    background-color: #222;
    width: 30px;
    height: 130px;
    bottom: 0;
    position: absolute;
    z-index: 100000;
    -webkit-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.5);
  }
  /* line 307, app/assets/stylesheets/shared/aon_modal.sass */
  #aon_modal_thumbnails .prev span {
    width: 13px;
    height: 20px;
    background: transparent url("/images/image_modal_assets.png") 0px -50px no-repeat;
    display: block;
    position: absolute;
    top: 55px;
    left: 8px;
  }
  /* line 315, app/assets/stylesheets/shared/aon_modal.sass */
  #aon_modal_thumbnails .next {
    display: block;
    cursor: pointer;
    background-color: #222;
    width: 30px;
    height: 130px;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 100000;
    -webkit-box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.5);
  }
  /* line 327, app/assets/stylesheets/shared/aon_modal.sass */
  #aon_modal_thumbnails .next span {
    width: 13px;
    height: 20px;
    background: transparent url("/images/image_modal_assets.png") -20px -50px no-repeat;
    display: block;
    position: absolute;
    top: 55px;
    left: 8px;
  }
}

/* line 336, app/assets/stylesheets/shared/aon_modal.sass */
.aon_modal_prev {
  width: 22px;
  height: 34px;
  position: absolute;
  z-index: 11000;
  top: 50%;
  left: 10px;
  margin-top: -17px;
  cursor: pointer;
  background: transparent url("/images/image_modal_assets.png") 0px 0px no-repeat;
}

/* line 347, app/assets/stylesheets/shared/aon_modal.sass */
.aon_modal_next {
  width: 22px;
  height: 34px;
  position: absolute;
  z-index: 11000;
  top: 50%;
  right: 10px;
  margin-top: -17px;
  cursor: pointer;
  background: transparent url("/images/image_modal_assets.png") -25px 0px no-repeat;
}

@media only screen and (max-height: 800px) {
  /* line 359, app/assets/stylesheets/shared/aon_modal.sass */
  #aon_modal_thumbnails {
    display: none;
  }
  /* line 361, app/assets/stylesheets/shared/aon_modal.sass */
  #aon_modal_images {
    bottom: 0;
  }
}
/* line 1, app/assets/stylesheets/shared/widgets/video.sass */
.video-wrapper {
  display: block;
  overflow: hidden;
}
/* line 2, app/assets/stylesheets/shared/widgets/social.sass */
.retweeted-tweet .user-info {
  background: #f2f6f9;
  border: 1px solid #e1e8ed;
  border-bottom: 0;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 0;
  height: 36px;
  margin-bottom: -14px;
  max-width: 458px;
  overflow: hidden;
  padding: 10px 17px;
  position: relative;
  z-index: 1;
}

/* line 17, app/assets/stylesheets/shared/widgets/social.sass */
.three-columns-wide .retweeted-tweet .user-info {
  padding: 10px 20px;
}

/* line 19, app/assets/stylesheets/shared/widgets/social.sass */
.retweeted-tweet .user-info .user-img {
  border-radius: 36px;
  display: inline-block;
  height: 36px;
  margin-right: 5px;
  overflow: hidden;
  width: 36px;
}

/* line 26, app/assets/stylesheets/shared/widgets/social.sass */
.retweeted-tweet .user-info .text {
  padding-left: 5px;
  padding-top: 9px;
  vertical-align: top;
  white-space: nowrap;
  width: calc(100% - 58px);
}

/* line 32, app/assets/stylesheets/shared/widgets/social.sass */
.three-columns-wide .retweeted-tweet .user-info .text {
  width: auto;
}

/* line 34, app/assets/stylesheets/shared/widgets/social.sass */
.retweeted-tweet .user-info .username-data {
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
}

/* line 38, app/assets/stylesheets/shared/widgets/social.sass */
.retweeted-tweet .user-info .username-data span {
  font-weight: bold;
}

/* line 40, app/assets/stylesheets/shared/widgets/social.sass */
.retweeted-tweet .user-info .retweeted-text {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

/* line 44, app/assets/stylesheets/shared/widgets/social.sass */
.three-columns-wide .retweeted-tweet .user-info .retweeted-text {
  padding-left: 5px;
}

/* line 46, app/assets/stylesheets/shared/widgets/social.sass */
.retweeted-tweet .user-info .retweeted-text:before {
  content: '... ';
}

/* line 48, app/assets/stylesheets/shared/widgets/social.sass */
.three-columns-wide .retweeted-tweet .user-info .retweeted-text:before {
  content: '';
}

/* line 50, app/assets/stylesheets/shared/widgets/social.sass */
.retweeted-tweet .user-info .text {
  display: inline-block;
}

/* line 55, app/assets/stylesheets/shared/widgets/social.sass */
.three-columns-wide .retweeted-tweet .user-info .text.narrow {
  display: none;
}

/* line 59, app/assets/stylesheets/shared/widgets/social.sass */
.three-columns-wide .widget.social .social-twitter {
  margin: 0 auto;
  width: 500px;
}

/* line 65, app/assets/stylesheets/shared/widgets/social.sass */
.widget.social .body {
  position: relative;
}

/* line 67, app/assets/stylesheets/shared/widgets/social.sass */
.widget.social .body .loading-view {
  height: 101%;
  padding: 20px;
  width: calc(100% - 20px);
}
/* line 13, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .modal_preview_section,
#manage-articles .modal_preview_section,
#manage-content .modal_preview_section {
  max-height: 550px;
  overflow-y: auto;
}

/* line 16, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .caption_section,
#manage-articles .caption_section,
#manage-content .caption_section {
  margin-top: 6px;
}

/* line 18, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .add_caption_link,
#manage-articles .add_caption_link,
#manage-content .add_caption_link {
  color: grey;
  line-height: 18px;
}

/* line 21, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .add_caption_link.caption_btn,
#manage-articles .add_caption_link.caption_btn,
#manage-content .add_caption_link.caption_btn {
  border: 1px solid #cac8c8;
  display: inline-block;
  padding: 3px 6px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-weight: bold;
  white-space: nowrap;
  background-color: #f6f3f3;
}

/* line 31, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .add_caption_link.caption_btn .caption_row,
#manage-articles .add_caption_link.caption_btn .caption_row,
#manage-content .add_caption_link.caption_btn .caption_row {
  color: #aba9a9;
  font-size: 9px;
  line-height: 12px;
}

/* line 35, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .add_caption_link.caption_btn .caption_row:hover,
#manage-articles .add_caption_link.caption_btn .caption_row:hover,
#manage-content .add_caption_link.caption_btn .caption_row:hover {
  text-decoration: none;
}

/* line 38, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .add_caption_link:not(.caption_btn) .caption_row,
#manage-articles .add_caption_link:not(.caption_btn) .caption_row,
#manage-content .add_caption_link:not(.caption_btn) .caption_row {
  white-space: pre-line;
}

/* line 40, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .add_caption_link:not(.caption_btn) .caption_row:hover,
#manage-articles .add_caption_link:not(.caption_btn) .caption_row:hover,
#manage-content .add_caption_link:not(.caption_btn) .caption_row:hover {
  text-decoration: none;
}

/* line 42, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .add_caption_link .caption_row,
#manage-articles .add_caption_link .caption_row,
#manage-content .add_caption_link .caption_row {
  font-size: 11px;
  color: #9f9d9b;
  float: left;
  width: 95%;
}

/* line 47, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .add_caption_link .caption_row:hover,
#manage-articles .add_caption_link .caption_row:hover,
#manage-content .add_caption_link .caption_row:hover {
  text-decoration: underline;
}

/* line 50, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #paste-links, #manage-items #upload-links,
#manage-articles #paste-links,
#manage-articles #upload-links,
#manage-content #paste-links,
#manage-content #upload-links {
  position: relative;
  line-height: 32px !important;
  background-color: #9f9d9b;
}

/* line 55, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-paste-urls, #manage-items #embedly-multiple-links-upload, #manage-items #embedly-caption-form, #manage-items #embedly-headline-text-form, #manage-items .editor-section,
#manage-articles #embedly-paste-urls,
#manage-articles #embedly-multiple-links-upload,
#manage-articles #embedly-caption-form,
#manage-articles #embedly-headline-text-form,
#manage-articles .editor-section,
#manage-content #embedly-paste-urls,
#manage-content #embedly-multiple-links-upload,
#manage-content #embedly-caption-form,
#manage-content #embedly-headline-text-form,
#manage-content .editor-section {
  display: none;
  position: relative;
}

/* line 58, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-paste-urls .message, #manage-items #embedly-multiple-links-upload .message, #manage-items #embedly-caption-form .message, #manage-items #embedly-headline-text-form .message, #manage-items .editor-section .message,
#manage-articles #embedly-paste-urls .message,
#manage-articles #embedly-multiple-links-upload .message,
#manage-articles #embedly-caption-form .message,
#manage-articles #embedly-headline-text-form .message,
#manage-articles .editor-section .message,
#manage-content #embedly-paste-urls .message,
#manage-content #embedly-multiple-links-upload .message,
#manage-content #embedly-caption-form .message,
#manage-content #embedly-headline-text-form .message,
#manage-content .editor-section .message {
  padding-left: 15px;
  border-bottom: 1px dotted #ddd;
}

/* line 61, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-paste-urls h3, #manage-items #embedly-multiple-links-upload h3, #manage-items #embedly-caption-form h3, #manage-items #embedly-headline-text-form h3, #manage-items .editor-section h3,
#manage-articles #embedly-paste-urls h3,
#manage-articles #embedly-multiple-links-upload h3,
#manage-articles #embedly-caption-form h3,
#manage-articles #embedly-headline-text-form h3,
#manage-articles .editor-section h3,
#manage-content #embedly-paste-urls h3,
#manage-content #embedly-multiple-links-upload h3,
#manage-content #embedly-caption-form h3,
#manage-content #embedly-headline-text-form h3,
#manage-content .editor-section h3 {
  margin-bottom: 5px;
}

/* line 63, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-paste-urls p, #manage-items #embedly-multiple-links-upload p, #manage-items #embedly-caption-form p, #manage-items #embedly-headline-text-form p, #manage-items .editor-section p,
#manage-articles #embedly-paste-urls p,
#manage-articles #embedly-multiple-links-upload p,
#manage-articles #embedly-caption-form p,
#manage-articles #embedly-headline-text-form p,
#manage-articles .editor-section p,
#manage-content #embedly-paste-urls p,
#manage-content #embedly-multiple-links-upload p,
#manage-content #embedly-caption-form p,
#manage-content #embedly-headline-text-form p,
#manage-content .editor-section p {
  margin-top: 0;
  font-size: 13px;
}

/* line 66, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-paste-urls p a, #manage-items #embedly-multiple-links-upload p a, #manage-items #embedly-caption-form p a, #manage-items #embedly-headline-text-form p a, #manage-items .editor-section p a,
#manage-articles #embedly-paste-urls p a,
#manage-articles #embedly-multiple-links-upload p a,
#manage-articles #embedly-caption-form p a,
#manage-articles #embedly-headline-text-form p a,
#manage-articles .editor-section p a,
#manage-content #embedly-paste-urls p a,
#manage-content #embedly-multiple-links-upload p a,
#manage-content #embedly-caption-form p a,
#manage-content #embedly-headline-text-form p a,
#manage-content .editor-section p a {
  color: #3881af;
}

/* line 70, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-multiple-links-upload .diagram,
#manage-articles #embedly-multiple-links-upload .diagram,
#manage-content #embedly-multiple-links-upload .diagram {
  border-bottom: 1px dotted #ddd;
  padding: 20px 10px;
}

/* line 73, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-multiple-links-upload .diagram img,
#manage-articles #embedly-multiple-links-upload .diagram img,
#manage-content #embedly-multiple-links-upload .diagram img {
  width: 100%;
}

/* line 75, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-multiple-links-upload .action,
#manage-articles #embedly-multiple-links-upload .action,
#manage-content #embedly-multiple-links-upload .action {
  margin-top: 35px;
  text-align: center;
}

/* line 79, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-paste-urls, #manage-items #embedly-caption-form, #manage-items #embedly-headline-text-form,
#manage-articles #embedly-paste-urls,
#manage-articles #embedly-caption-form,
#manage-articles #embedly-headline-text-form,
#manage-content #embedly-paste-urls,
#manage-content #embedly-caption-form,
#manage-content #embedly-headline-text-form {
  height: 96%;
}

/* line 81, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-paste-urls .input, #manage-items #embedly-caption-form .input, #manage-items #embedly-headline-text-form .input,
#manage-articles #embedly-paste-urls .input,
#manage-articles #embedly-caption-form .input,
#manage-articles #embedly-headline-text-form .input,
#manage-content #embedly-paste-urls .input,
#manage-content #embedly-caption-form .input,
#manage-content #embedly-headline-text-form .input {
  padding: 15px 14px;
}

/* line 83, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-paste-urls .input textarea, #manage-items #embedly-caption-form .input textarea, #manage-items #embedly-headline-text-form .input textarea,
#manage-articles #embedly-paste-urls .input textarea,
#manage-articles #embedly-caption-form .input textarea,
#manage-articles #embedly-headline-text-form .input textarea,
#manage-content #embedly-paste-urls .input textarea,
#manage-content #embedly-caption-form .input textarea,
#manage-content #embedly-headline-text-form .input textarea {
  border: 3px solid #F0ECE9;
  border-radius: 5px;
  margin-top: 0;
  outline: none;
  color: #464646;
  font-weight: bold;
  font-size: 13px;
  width: 98%;
  height: 371px;
}

/* line 93, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-paste-urls .input textarea.urlerror, #manage-items #embedly-caption-form .input textarea.urlerror, #manage-items #embedly-headline-text-form .input textarea.urlerror,
#manage-articles #embedly-paste-urls .input textarea.urlerror,
#manage-articles #embedly-caption-form .input textarea.urlerror,
#manage-articles #embedly-headline-text-form .input textarea.urlerror,
#manage-content #embedly-paste-urls .input textarea.urlerror,
#manage-content #embedly-caption-form .input textarea.urlerror,
#manage-content #embedly-headline-text-form .input textarea.urlerror {
  border-color: red;
}

/* line 95, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-paste-urls .input textarea.headline-data, #manage-items #embedly-caption-form .input textarea.headline-data, #manage-items #embedly-headline-text-form .input textarea.headline-data,
#manage-articles #embedly-paste-urls .input textarea.headline-data,
#manage-articles #embedly-caption-form .input textarea.headline-data,
#manage-articles #embedly-headline-text-form .input textarea.headline-data,
#manage-content #embedly-paste-urls .input textarea.headline-data,
#manage-content #embedly-caption-form .input textarea.headline-data,
#manage-content #embedly-headline-text-form .input textarea.headline-data {
  font-size: 16px;
}

/* line 97, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-paste-urls .input textarea::-webkit-input-placeholder, #manage-items #embedly-caption-form .input textarea::-webkit-input-placeholder, #manage-items #embedly-headline-text-form .input textarea::-webkit-input-placeholder,
#manage-articles #embedly-paste-urls .input textarea::-webkit-input-placeholder,
#manage-articles #embedly-caption-form .input textarea::-webkit-input-placeholder,
#manage-articles #embedly-headline-text-form .input textarea::-webkit-input-placeholder,
#manage-content #embedly-paste-urls .input textarea::-webkit-input-placeholder,
#manage-content #embedly-caption-form .input textarea::-webkit-input-placeholder,
#manage-content #embedly-headline-text-form .input textarea::-webkit-input-placeholder {
  color: #CACACA;
  opacity: 1;
}

/* line 100, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-paste-urls .input textarea::-moz-placeholder, #manage-items #embedly-caption-form .input textarea::-moz-placeholder, #manage-items #embedly-headline-text-form .input textarea::-moz-placeholder,
#manage-articles #embedly-paste-urls .input textarea::-moz-placeholder,
#manage-articles #embedly-caption-form .input textarea::-moz-placeholder,
#manage-articles #embedly-headline-text-form .input textarea::-moz-placeholder,
#manage-content #embedly-paste-urls .input textarea::-moz-placeholder,
#manage-content #embedly-caption-form .input textarea::-moz-placeholder,
#manage-content #embedly-headline-text-form .input textarea::-moz-placeholder {
  color: #CACACA;
  opacity: 1;
}

/* line 103, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-paste-urls .input textarea:-ms-input-placeholder, #manage-items #embedly-caption-form .input textarea:-ms-input-placeholder, #manage-items #embedly-headline-text-form .input textarea:-ms-input-placeholder,
#manage-articles #embedly-paste-urls .input textarea:-ms-input-placeholder,
#manage-articles #embedly-caption-form .input textarea:-ms-input-placeholder,
#manage-articles #embedly-headline-text-form .input textarea:-ms-input-placeholder,
#manage-content #embedly-paste-urls .input textarea:-ms-input-placeholder,
#manage-content #embedly-caption-form .input textarea:-ms-input-placeholder,
#manage-content #embedly-headline-text-form .input textarea:-ms-input-placeholder {
  color: #CACACA;
}

/* line 105, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-paste-urls .input textarea:-moz-placeholder, #manage-items #embedly-caption-form .input textarea:-moz-placeholder, #manage-items #embedly-headline-text-form .input textarea:-moz-placeholder,
#manage-articles #embedly-paste-urls .input textarea:-moz-placeholder,
#manage-articles #embedly-caption-form .input textarea:-moz-placeholder,
#manage-articles #embedly-headline-text-form .input textarea:-moz-placeholder,
#manage-content #embedly-paste-urls .input textarea:-moz-placeholder,
#manage-content #embedly-caption-form .input textarea:-moz-placeholder,
#manage-content #embedly-headline-text-form .input textarea:-moz-placeholder {
  color: #CACACA;
  opacity: 1;
}

/* line 108, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-paste-urls #text.input, #manage-items #embedly-caption-form #text.input, #manage-items #embedly-headline-text-form #text.input,
#manage-articles #embedly-paste-urls #text.input,
#manage-articles #embedly-caption-form #text.input,
#manage-articles #embedly-headline-text-form #text.input,
#manage-content #embedly-paste-urls #text.input,
#manage-content #embedly-caption-form #text.input,
#manage-content #embedly-headline-text-form #text.input {
  padding-top: 11px;
}

/* line 110, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-paste-urls .action, #manage-items #embedly-caption-form .action, #manage-items #embedly-headline-text-form .action,
#manage-articles #embedly-paste-urls .action,
#manage-articles #embedly-caption-form .action,
#manage-articles #embedly-headline-text-form .action,
#manage-content #embedly-paste-urls .action,
#manage-content #embedly-caption-form .action,
#manage-content #embedly-headline-text-form .action {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 1px dotted lightgrey;
  padding-top: 13px;
  padding-bottom: 8px;
  width: 100%;
}

/* line 119, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-paste-urls .action button, #manage-items #embedly-caption-form .action button, #manage-items #embedly-headline-text-form .action button,
#manage-articles #embedly-paste-urls .action button,
#manage-articles #embedly-caption-form .action button,
#manage-articles #embedly-headline-text-form .action button,
#manage-content #embedly-paste-urls .action button,
#manage-content #embedly-caption-form .action button,
#manage-content #embedly-headline-text-form .action button {
  margin-right: 15px;
  background-color: #5b9c6e;
  color: #fff !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal !important;
  padding: 10px;
  text-align: left;
  border-radius: 3px;
  border-width: 0;
}

/* line 130, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-paste-urls .action button.disabled, #manage-items #embedly-caption-form .action button.disabled, #manage-items #embedly-headline-text-form .action button.disabled,
#manage-articles #embedly-paste-urls .action button.disabled,
#manage-articles #embedly-caption-form .action button.disabled,
#manage-articles #embedly-headline-text-form .action button.disabled,
#manage-content #embedly-paste-urls .action button.disabled,
#manage-content #embedly-caption-form .action button.disabled,
#manage-content #embedly-headline-text-form .action button.disabled {
  opacity: 0.3 !important;
}

/* line 134, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-paste-urls textarea,
#manage-articles #embedly-paste-urls textarea,
#manage-content #embedly-paste-urls textarea {
  height: 370px;
}

/* line 139, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-headline-text-form .input,
#manage-items #embedly-caption-form .input,
#manage-articles #embedly-headline-text-form .input,
#manage-articles #embedly-caption-form .input,
#manage-content #embedly-headline-text-form .input,
#manage-content #embedly-caption-form .input {
  height: 90px;
}

/* line 141, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-headline-text-form .input h4,
#manage-items #embedly-caption-form .input h4,
#manage-articles #embedly-headline-text-form .input h4,
#manage-articles #embedly-caption-form .input h4,
#manage-content #embedly-headline-text-form .input h4,
#manage-content #embedly-caption-form .input h4 {
  display: inline-block;
  margin: 0;
}

/* line 144, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-headline-text-form .input textarea,
#manage-items #embedly-caption-form .input textarea,
#manage-articles #embedly-headline-text-form .input textarea,
#manage-articles #embedly-caption-form .input textarea,
#manage-content #embedly-headline-text-form .input textarea,
#manage-content #embedly-caption-form .input textarea {
  width: 80%;
  float: right;
  height: 90px;
}

/* line 149, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-headline-text-form .input textarea:focus::placeholder,
#manage-items #embedly-caption-form .input textarea:focus::placeholder,
#manage-articles #embedly-headline-text-form .input textarea:focus::placeholder,
#manage-articles #embedly-caption-form .input textarea:focus::placeholder,
#manage-content #embedly-headline-text-form .input textarea:focus::placeholder,
#manage-content #embedly-caption-form .input textarea:focus::placeholder {
  color: transparent;
}

/* line 151, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-headline-text-form .input textarea.text-data,
#manage-items #embedly-caption-form .input textarea.text-data,
#manage-articles #embedly-headline-text-form .input textarea.text-data,
#manage-articles #embedly-caption-form .input textarea.text-data,
#manage-content #embedly-headline-text-form .input textarea.text-data,
#manage-content #embedly-caption-form .input textarea.text-data {
  height: 235px;
}

/* line 153, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-headline-text-form .input .char_count,
#manage-items #embedly-caption-form .input .char_count,
#manage-articles #embedly-headline-text-form .input .char_count,
#manage-articles #embedly-caption-form .input .char_count,
#manage-content #embedly-headline-text-form .input .char_count,
#manage-content #embedly-caption-form .input .char_count {
  clear: both;
  float: right;
  color: lightgrey;
}

/* line 159, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-caption-form .input,
#manage-articles #embedly-caption-form .input,
#manage-content #embedly-caption-form .input {
  padding: 14px 15px;
}

/* line 161, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-caption-form .input h4,
#manage-articles #embedly-caption-form .input h4,
#manage-content #embedly-caption-form .input h4 {
  padding-top: 5px;
}

/* line 163, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-caption-form .input textarea,
#manage-articles #embedly-caption-form .input textarea,
#manage-content #embedly-caption-form .input textarea {
  resize: none;
}

/* line 165, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-caption-form .input textarea.caption-data,
#manage-articles #embedly-caption-form .input textarea.caption-data,
#manage-content #embedly-caption-form .input textarea.caption-data {
  height: 249px;
}

/* line 167, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-caption-form .input textarea.caption-heading,
#manage-articles #embedly-caption-form .input textarea.caption-heading,
#manage-content #embedly-caption-form .input textarea.caption-heading {
  height: 24px;
  line-height: 24px;
}

/* line 170, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-caption-form .input.caption-heading-field,
#manage-articles #embedly-caption-form .input.caption-heading-field,
#manage-content #embedly-caption-form .input.caption-heading-field {
  height: 30px;
}

/* line 172, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-caption-form .input.caption-heading-field textarea.error,
#manage-articles #embedly-caption-form .input.caption-heading-field textarea.error,
#manage-content #embedly-caption-form .input.caption-heading-field textarea.error {
  border-color: #c3392d;
}

/* line 174, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-caption-form .input.caption-body-field,
#manage-articles #embedly-caption-form .input.caption-body-field,
#manage-content #embedly-caption-form .input.caption-body-field {
  padding-top: 0;
}

/* line 176, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-caption-form .input.caption-body-field textarea.caption-data,
#manage-articles #embedly-caption-form .input.caption-body-field textarea.caption-data,
#manage-content #embedly-caption-form .input.caption-body-field textarea.caption-data {
  height: 328px;
}

/* line 178, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-caption-form .caption-body-wrapper,
#manage-articles #embedly-caption-form .caption-body-wrapper,
#manage-content #embedly-caption-form .caption-body-wrapper {
  width: 390px;
  float: right;
  margin: 0 30px 0 0;
  display: block;
}

/* line 183, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-caption-form .caption-body-wrapper > div,
#manage-items #embedly-caption-form .caption-body-wrapper textarea,
#manage-articles #embedly-caption-form .caption-body-wrapper > div,
#manage-articles #embedly-caption-form .caption-body-wrapper textarea,
#manage-content #embedly-caption-form .caption-body-wrapper > div,
#manage-content #embedly-caption-form .caption-body-wrapper textarea {
  width: auto !important;
}

/* line 186, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-caption-form .caption-body-wrapper > div .nicEdit-panelContain,
#manage-items #embedly-caption-form .caption-body-wrapper textarea .nicEdit-panelContain,
#manage-articles #embedly-caption-form .caption-body-wrapper > div .nicEdit-panelContain,
#manage-articles #embedly-caption-form .caption-body-wrapper textarea .nicEdit-panelContain,
#manage-content #embedly-caption-form .caption-body-wrapper > div .nicEdit-panelContain,
#manage-content #embedly-caption-form .caption-body-wrapper textarea .nicEdit-panelContain {
  width: calc(100% - 2px) !important;
}

/* line 188, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-caption-form .caption-body-wrapper .nicEdit-main:focus,
#manage-articles #embedly-caption-form .caption-body-wrapper .nicEdit-main:focus,
#manage-content #embedly-caption-form .caption-body-wrapper .nicEdit-main:focus {
  outline: none;
}

/* line 190, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #embedly-caption-form .validation-message,
#manage-articles #embedly-caption-form .validation-message,
#manage-content #embedly-caption-form .validation-message {
  color: #c3392d;
  display: none;
  float: left;
  padding: 10px 0 0 14px;
  text-align: left;
}

/* line 200, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .cancel,
#manage-articles .cancel,
#manage-content .cancel {
  display: inline-block;
  line-height: 32px !important;
  color: #9F9D9B;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: underline;
}

/* line 204, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #restore_link,
#manage-articles #restore_link,
#manage-content #restore_link {
  display: inline-block;
  line-height: 32px !important;
  color: #9F9D9B;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}

/* line 207, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items #restore_link span,
#manage-articles #restore_link span,
#manage-content #restore_link span {
  text-decoration: underline;
}

/* line 211, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .article #controls a,
#manage-articles .article #controls a,
#manage-content .article #controls a {
  cursor: default;
}

/* line 214, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector,
#manage-articles .embedly-image-selector,
#manage-content .embedly-image-selector {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 362px;
  background-color: #fff;
  z-index: 9999;
  height: auto;
}

/* line 223, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .info-message,
#manage-articles .embedly-image-selector .info-message,
#manage-content .embedly-image-selector .info-message {
  padding: 11px 9px;
  border-bottom: 1px dashed #e5e5e5;
}

/* line 226, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .info-message h3, #manage-items .embedly-image-selector .info-message p,
#manage-articles .embedly-image-selector .info-message h3,
#manage-articles .embedly-image-selector .info-message p,
#manage-content .embedly-image-selector .info-message h3,
#manage-content .embedly-image-selector .info-message p {
  margin-top: 0;
}

/* line 228, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .info-message h3,
#manage-articles .embedly-image-selector .info-message h3,
#manage-content .embedly-image-selector .info-message h3 {
  margin-bottom: 5px;
}

/* line 230, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .info-message p,
#manage-articles .embedly-image-selector .info-message p,
#manage-content .embedly-image-selector .info-message p {
  margin-bottom: 0;
  font-size: 13px;
}

/* line 234, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .embedly-image-content,
#manage-articles .embedly-image-selector .embedly-image-content,
#manage-content .embedly-image-selector .embedly-image-content {
  padding: 0 9px;
}

/* line 236, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .embedly-image-content h4,
#manage-articles .embedly-image-selector .embedly-image-content h4,
#manage-content .embedly-image-selector .embedly-image-content h4 {
  margin: 10px 0;
}

/* line 239, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .embedly-image,
#manage-articles .embedly-image-selector .embedly-image,
#manage-content .embedly-image-selector .embedly-image {
  float: left;
  width: 156px;
  height: 78px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 8px;
  position: relative;
}

/* line 248, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .embedly-image.blank,
#manage-articles .embedly-image-selector .embedly-image.blank,
#manage-content .embedly-image-selector .embedly-image.blank {
  background-color: #ebebeb;
  cursor: default;
}

/* line 251, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .embedly-image:nth-child(3n+3),
#manage-articles .embedly-image-selector .embedly-image:nth-child(3n+3),
#manage-content .embedly-image-selector .embedly-image:nth-child(3n+3) {
  margin-right: 0;
}

/* line 254, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .embedly-image.selected .highlight, #manage-items .embedly-image-selector .embedly-image:hover .highlight,
#manage-articles .embedly-image-selector .embedly-image.selected .highlight,
#manage-articles .embedly-image-selector .embedly-image:hover .highlight,
#manage-content .embedly-image-selector .embedly-image.selected .highlight,
#manage-content .embedly-image-selector .embedly-image:hover .highlight {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 5px solid #5d9965;
  z-index: 100;
}

/* line 263, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .other-actions,
#manage-articles .embedly-image-selector .other-actions,
#manage-content .embedly-image-selector .other-actions {
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
  height: 130px;
  margin-top: 185px;
}

/* line 268, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .other-actions > div,
#manage-articles .embedly-image-selector .other-actions > div,
#manage-content .embedly-image-selector .other-actions > div {
  float: left;
  width: 50%;
  text-align: center;
  height: 130px;
}

/* line 273, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .other-actions .upload-image,
#manage-articles .embedly-image-selector .other-actions .upload-image,
#manage-content .embedly-image-selector .other-actions .upload-image {
  border-right: 1px dashed #e5e5e5;
  margin-right: -1px;
}

/* line 276, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .other-actions .upload-image.loading,
#manage-articles .embedly-image-selector .other-actions .upload-image.loading,
#manage-content .embedly-image-selector .other-actions .upload-image.loading {
  background: url("/images/loader.gif") center center no-repeat;
}

/* line 278, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .other-actions .upload-image label,
#manage-articles .embedly-image-selector .other-actions .upload-image label,
#manage-content .embedly-image-selector .other-actions .upload-image label {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

/* line 282, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .other-actions .upload-image label img,
#manage-articles .embedly-image-selector .other-actions .upload-image label img,
#manage-content .embedly-image-selector .other-actions .upload-image label img {
  margin-top: 20px;
}

/* line 284, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .other-actions .upload-image label input[type='file'],
#manage-articles .embedly-image-selector .other-actions .upload-image label input[type='file'],
#manage-content .embedly-image-selector .other-actions .upload-image label input[type='file'] {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 295, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .other-actions .upload-image .upload-image-box,
#manage-articles .embedly-image-selector .other-actions .upload-image .upload-image-box,
#manage-content .embedly-image-selector .other-actions .upload-image .upload-image-box {
  width: 150px;
  height: 90px;
  margin-top: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -0px -95px;
  background-image: url(/images/article_widget/btn-upload-image-sprite.png);
}

/* line 303, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .other-actions .upload-image .upload-image-box.selected, #manage-items .embedly-image-selector .other-actions .upload-image .upload-image-box:hover,
#manage-articles .embedly-image-selector .other-actions .upload-image .upload-image-box.selected,
#manage-articles .embedly-image-selector .other-actions .upload-image .upload-image-box:hover,
#manage-content .embedly-image-selector .other-actions .upload-image .upload-image-box.selected,
#manage-content .embedly-image-selector .other-actions .upload-image .upload-image-box:hover {
  background-position: -0px -0px;
}

/* line 306, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .other-actions .upload-image .uploaded-image,
#manage-articles .embedly-image-selector .other-actions .upload-image .uploaded-image,
#manage-content .embedly-image-selector .other-actions .upload-image .uploaded-image {
  text-align: left;
  padding: 0 9px;
}

/* line 309, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .other-actions .upload-image .uploaded-image h4,
#manage-articles .embedly-image-selector .other-actions .upload-image .uploaded-image h4,
#manage-content .embedly-image-selector .other-actions .upload-image .uploaded-image h4 {
  margin-top: 10px;
  margin-bottom: 5px;
}

/* line 312, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .other-actions .upload-image .uploaded-image a,
#manage-articles .embedly-image-selector .other-actions .upload-image .uploaded-image a,
#manage-content .embedly-image-selector .other-actions .upload-image .uploaded-image a {
  display: block;
  margin-top: 33px;
  text-transform: uppercase;
  font-size: 11px;
  color: #464646;
  opacity: 0.7;
}

/* line 319, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .other-actions .upload-image .uploaded-image a:hover,
#manage-articles .embedly-image-selector .other-actions .upload-image .uploaded-image a:hover,
#manage-content .embedly-image-selector .other-actions .upload-image .uploaded-image a:hover {
  opacity: 1;
}

/* line 323, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .other-actions .select-no-image .no-image,
#manage-articles .embedly-image-selector .other-actions .select-no-image .no-image,
#manage-content .embedly-image-selector .other-actions .select-no-image .no-image {
  width: 167px;
  height: 90px;
  margin-top: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -0px -90px;
  background-image: url(/images/article_widget/btn-no-image-sprite.png);
}

/* line 331, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .other-actions .select-no-image .no-image.selected, #manage-items .embedly-image-selector .other-actions .select-no-image .no-image:hover,
#manage-articles .embedly-image-selector .other-actions .select-no-image .no-image.selected,
#manage-articles .embedly-image-selector .other-actions .select-no-image .no-image:hover,
#manage-content .embedly-image-selector .other-actions .select-no-image .no-image.selected,
#manage-content .embedly-image-selector .other-actions .select-no-image .no-image:hover {
  background-position: -0px -0px;
}

/* line 334, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .footer,
#manage-articles .embedly-image-selector .footer,
#manage-content .embedly-image-selector .footer {
  margin-top: 11px;
  text-align: center;
}

/* line 337, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly-image-selector .footer .btn,
#manage-articles .embedly-image-selector .footer .btn,
#manage-content .embedly-image-selector .footer .btn {
  height: 28px;
}

/* line 340, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .uploading-progress,
#manage-articles .uploading-progress,
#manage-content .uploading-progress {
  display: none;
}

/* line 344, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url button, #manage-items .url-error button,
#manage-articles .embedly_url button,
#manage-articles .url-error button,
#manage-content .embedly_url button,
#manage-content .url-error button {
  height: 29px;
}

/* line 347, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url,
#manage-articles .embedly_url,
#manage-content .embedly_url {
  padding: 10px;
  margin-bottom: 0;
}

/* line 350, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url:hover,
#manage-articles .embedly_url:hover,
#manage-content .embedly_url:hover {
  background-color: #f5f5f5;
}

/* line 352, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url.draggable, #manage-items .embedly_url:hover,
#manage-articles .embedly_url.draggable,
#manage-articles .embedly_url:hover,
#manage-content .embedly_url.draggable,
#manage-content .embedly_url:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

/* line 355, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url.draggable .drag-handle, #manage-items .embedly_url:hover .drag-handle,
#manage-articles .embedly_url.draggable .drag-handle,
#manage-articles .embedly_url:hover .drag-handle,
#manage-content .embedly_url.draggable .drag-handle,
#manage-content .embedly_url:hover .drag-handle {
  display: inline-block !important;
}

/* line 357, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url.draggable .order-number, #manage-items .embedly_url:hover .order-number,
#manage-articles .embedly_url.draggable .order-number,
#manage-articles .embedly_url:hover .order-number,
#manage-content .embedly_url.draggable .order-number,
#manage-content .embedly_url:hover .order-number {
  display: none !important;
}

/* line 359, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url.editing,
#manage-articles .embedly_url.editing,
#manage-content .embedly_url.editing {
  background-color: transparent;
}

/* line 361, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url .content,
#manage-articles .embedly_url .content,
#manage-content .embedly_url .content {
  display: table;
}

/* line 363, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url .content > div,
#manage-articles .embedly_url .content > div,
#manage-content .embedly_url .content > div {
  display: table-column;
  float: left;
}

/* line 366, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url .order-number, #manage-items .embedly_url .multi-select, #manage-items .embedly_url .article-info,
#manage-articles .embedly_url .order-number,
#manage-articles .embedly_url .multi-select,
#manage-articles .embedly_url .article-info,
#manage-content .embedly_url .order-number,
#manage-content .embedly_url .multi-select,
#manage-content .embedly_url .article-info {
  display: inline-block;
  vertical-align: middle;
}

/* line 369, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url .order-number,
#manage-articles .embedly_url .order-number,
#manage-content .embedly_url .order-number {
  width: 10px;
  font-size: 11px;
  color: #ACACAC;
}

/* line 373, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url .drag-handle,
#manage-articles .embedly_url .drag-handle,
#manage-content .embedly_url .drag-handle {
  display: none;
  vertical-align: middle;
  margin-right: 0;
  opacity: 0.7;
}

/* line 378, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url .drag-handle:hover,
#manage-articles .embedly_url .drag-handle:hover,
#manage-content .embedly_url .drag-handle:hover {
  opacity: 1;
  cursor: move;
}

/* line 381, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url .multi-select,
#manage-articles .embedly_url .multi-select,
#manage-content .embedly_url .multi-select {
  margin-right: 8px;
  margin-left: 2px;
}

/* line 384, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url .edit-content,
#manage-articles .embedly_url .edit-content,
#manage-content .embedly_url .edit-content {
  display: none;
}

/* line 386, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url .edit-content .edit-url-actions,
#manage-articles .embedly_url .edit-content .edit-url-actions,
#manage-content .embedly_url .edit-content .edit-url-actions {
  float: right;
}

/* line 388, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url .article-info,
#manage-articles .embedly_url .article-info,
#manage-content .embedly_url .article-info {
  width: 394px;
}

/* line 390, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url .article-info.not-found,
#manage-articles .embedly_url .article-info.not-found,
#manage-content .embedly_url .article-info.not-found {
  color: #a84743;
}

/* line 392, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url .article-info .title,
#manage-articles .embedly_url .article-info .title,
#manage-content .embedly_url .article-info .title {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 15px;
  color: #464646;
  line-height: 15px;
}

/* line 398, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url .article-info .title .fa-info-circle,
#manage-articles .embedly_url .article-info .title .fa-info-circle,
#manage-content .embedly_url .article-info .title .fa-info-circle {
  color: #737271;
  font-size: 14px;
}

/* line 401, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url .article-info .favicon,
#manage-articles .embedly_url .article-info .favicon,
#manage-content .embedly_url .article-info .favicon {
  width: 8px;
}

/* line 403, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url .article-info .favicon[src='null'],
#manage-articles .embedly_url .article-info .favicon[src='null'],
#manage-content .embedly_url .article-info .favicon[src='null'] {
  display: none !important;
}

/* line 405, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url .article-info .favicon.loading,
#manage-articles .embedly_url .article-info .favicon.loading,
#manage-content .embedly_url .article-info .favicon.loading {
  display: none;
}

/* line 407, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url .article-info .provider-name,
#manage-articles .embedly_url .article-info .provider-name,
#manage-content .embedly_url .article-info .provider-name {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #a1a1a1;
}

/* line 412, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url .actions,
#manage-articles .embedly_url .actions,
#manage-content .embedly_url .actions {
  margin-right: 10px;
}

/* line 414, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .embedly_url .actions .action-box,
#manage-articles .embedly_url .actions .action-box,
#manage-content .embedly_url .actions .action-box {
  top: -10px;
}

/* line 417, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .action-icon,
#manage-articles .action-icon,
#manage-content .action-icon {
  display: inline-block;
  margin-right: 5px;
  background-image: url("/images/article_url_action_icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 10px;
  height: 10px;
}

/* line 425, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .action-icon.alert,
#manage-articles .action-icon.alert,
#manage-content .action-icon.alert {
  background-position: 0 0;
  width: 12px;
  height: 12px;
}

/* line 429, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .action-icon.delete,
#manage-articles .action-icon.delete,
#manage-content .action-icon.delete {
  background-position: -22px 0;
  vertical-align: -1px;
}

/* line 432, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .action-icon.drag,
#manage-articles .action-icon.drag,
#manage-content .action-icon.drag {
  background-position: -42px 0;
}

/* line 434, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .action-icon.edit,
#manage-articles .action-icon.edit,
#manage-content .action-icon.edit {
  background-position: -62px 0;
  width: 11px;
  height: 11px;
  vertical-align: -1px;
}

/* line 439, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .action-icon.image,
#manage-articles .action-icon.image,
#manage-content .action-icon.image {
  background-position: -83px 0;
  vertical-align: -1px;
}

/* line 442, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .action-icon.preview,
#manage-articles .action-icon.preview,
#manage-content .action-icon.preview {
  background-position: -103px 0;
  width: 13px;
  height: 7px;
}

/* line 447, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .article_url,
#manage-articles .article_url,
#manage-content .article_url {
  height: 34px;
  line-height: 34px;
  border: 3px solid #F0ECE9;
  border-radius: 5px;
  margin-top: 0;
  width: 70%;
  padding: 0 10px;
  outline: none;
  color: #464646;
  font-weight: bold;
  font-size: 13px;
}

/* line 459, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .article_url.error,
#manage-articles .article_url.error,
#manage-content .article_url.error {
  border-color: red;
}

/* line 462, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .error-content,
#manage-articles .error-content,
#manage-content .error-content {
  display: none;
}

/* line 465, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .error-content .message,
#manage-articles .error-content .message,
#manage-content .error-content .message {
  border-bottom: 1px dotted #ddd;
  padding: 10px;
}

/* line 468, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .error-content .message .content,
#manage-articles .error-content .message .content,
#manage-content .error-content .message .content {
  background-color: #e9cdcb;
  text-align: center;
  color: #a5484b;
  padding: 15px 0;
}

/* line 473, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .error-content .message .content .error-icon,
#manage-articles .error-content .message .content .error-icon,
#manage-content .error-content .message .content .error-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("/images/image_upload_assets.png") 0 -70px no-repeat;
}

/* line 480, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .error-content .message .content h3,
#manage-articles .error-content .message .content h3,
#manage-content .error-content .message .content h3 {
  margin: 0;
}

/* line 482, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .error-content .message .content a,
#manage-articles .error-content .message .content a,
#manage-content .error-content .message .content a {
  color: #a5484b !important;
}

/* line 484, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .error-content .message .content p, #manage-items .error-content .message .content a,
#manage-articles .error-content .message .content p,
#manage-articles .error-content .message .content a,
#manage-content .error-content .message .content p,
#manage-content .error-content .message .content a {
  font-size: 13px;
}

/* line 487, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .error-content .url-error,
#manage-articles .error-content .url-error,
#manage-content .error-content .url-error {
  padding: 10px;
  list-style-type: none;
}

/* line 490, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .error-content .url-error .actions,
#manage-articles .error-content .url-error .actions,
#manage-content .error-content .url-error .actions {
  float: right;
}

/* line 493, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items ul.ui-sortable,
#manage-articles ul.ui-sortable,
#manage-content ul.ui-sortable {
  height: 510px;
  overflow-y: auto;
}

/* line 497, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .batch-actions,
#manage-articles .batch-actions,
#manage-content .batch-actions {
  border-bottom: 1px dotted #ddd;
  padding: 10px 14px 10px 25px;
  background-color: #F8F7F5;
}

/* line 502, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .batch-actions .select-all,
#manage-articles .batch-actions .select-all,
#manage-content .batch-actions .select-all {
  display: inline-block;
  vertical-align: middle;
}

/* line 505, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .batch-actions .delete-selected, #manage-items .batch-actions .hide-captions,
#manage-articles .batch-actions .delete-selected,
#manage-articles .batch-actions .hide-captions,
#manage-content .batch-actions .delete-selected,
#manage-content .batch-actions .hide-captions {
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  color: #464646;
  margin-left: 10px;
  cursor: default;
  opacity: 0.3;
}

/* line 513, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .batch-actions .delete-selected.active, #manage-items .batch-actions .hide-captions.active,
#manage-articles .batch-actions .delete-selected.active,
#manage-articles .batch-actions .hide-captions.active,
#manage-content .batch-actions .delete-selected.active,
#manage-content .batch-actions .hide-captions.active {
  opacity: 0.7;
  cursor: pointer;
}

/* line 516, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .batch-actions .hide-captions,
#manage-articles .batch-actions .hide-captions,
#manage-content .batch-actions .hide-captions {
  float: right;
  margin-top: 4px;
}

/* line 519, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .batch-actions .hide-captions:before,
#manage-articles .batch-actions .hide-captions:before,
#manage-content .batch-actions .hide-captions:before {
  font-family: FontAwesome;
  text-decoration: none !important;
  margin-right: 6px;
  content: "\f036";
  font-size: 11px;
  color: #acacac;
}

/* line 527, app/assets/stylesheets/builder/modals/articles.sass */
#manage-items .empty-message,
#manage-articles .empty-message,
#manage-content .empty-message {
  display: none;
  position: relative;
  text-align: center;
  color: #c0bfbb;
  margin-top: 200px;
  font-size: 15px;
  font-weight: bold;
}

/* line 536, app/assets/stylesheets/builder/modals/articles.sass */
a.expand-article {
  float: left;
  display: none;
}

/* line 541, app/assets/stylesheets/builder/modals/articles.sass */
.widget.article.maximized .embedly_slider {
  height: auto;
}

/* line 545, app/assets/stylesheets/builder/modals/articles.sass */
.modal_preview_section .widget.article .body {
  height: auto;
}

/* line 547, app/assets/stylesheets/builder/modals/articles.sass */
.modal_preview_section .widget.article .body .embedly_slider {
  overflow: hidden;
}

/* line 553, app/assets/stylesheets/builder/modals/articles.sass */
.modal_preview_section .widget.article.expandable .footer a.expand-article, .modal_preview_section .widget.article.maximized .footer a.expand-article {
  display: none;
}

/* line 556, app/assets/stylesheets/builder/modals/articles.sass */
.modal_preview_section .widget.article.expandable .footer a.open-all-articles, .modal_preview_section .widget.article.maximized .footer a.open-all-articles {
  display: none;
}

/* line 560, app/assets/stylesheets/builder/modals/articles.sass */
.modal_preview_section .widget .footer a {
  display: none;
}

/* line 563, app/assets/stylesheets/builder/modals/articles.sass */
.widget.article .loading {
  min-height: 300px;
}

/* line 570, app/assets/stylesheets/builder/modals/articles.sass */
.widget.article .body .article_captions {
  bottom: 0;
  position: absolute;
  width: 100%;
}

/* line 574, app/assets/stylesheets/builder/modals/articles.sass */
.widget.article .body .article_captions.caption-overflow {
  max-height: 100%;
  overflow: hidden;
}

/* line 577, app/assets/stylesheets/builder/modals/articles.sass */
.widget.article .body .article_captions.caption-overflow .caption:after {
  bottom: -3px;
  box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.07);
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 588, app/assets/stylesheets/builder/modals/articles.sass */
.widget.article.expandable .article_footer.overlay_shadow:before,
.widget.article.expandable .article_captions:before {
  background: #FFF;
  box-shadow: 0 -3px 2px 0 rgba(0, 0, 0, 0.07);
  content: '';
  height: 30px;
  left: -20px;
  position: absolute;
  top: -30px;
  width: calc(100% + 40px);
}

/* line 598, app/assets/stylesheets/builder/modals/articles.sass */
.wide-col .widget.article.expandable .article_footer.overlay_shadow:before, .wide-col .widget.article.expandable .article_captions:before {
  width: calc(100% + 60px);
  left: -30px;
}

/* line 601, app/assets/stylesheets/builder/modals/articles.sass */
.widget.article.expandable .article_footer.overlay_shadow:before {
  width: 100%;
  left: 0;
}

/* line 604, app/assets/stylesheets/builder/modals/articles.sass */
.wide-col .widget.article.expandable .article_footer.overlay_shadow:before {
  width: 100%;
  left: 0;
}

/* line 610, app/assets/stylesheets/builder/modals/articles.sass */
.modal_preview_section .widget.article .article_footer.overlay_shadow:before {
  display: none;
}

/* line 613, app/assets/stylesheets/builder/modals/articles.sass */
.widget.article .caption {
  background: #FFF;
  border: 1px solid #E1E1E1;
  border-left-width: 4px;
  clear: both;
  color: #7B7777;
  display: none;
  font-size: 13px;
  line-height: 21px;
  padding: 19px 17px 16px;
}

/* line 623, app/assets/stylesheets/builder/modals/articles.sass */
.widget.article .caption h2 {
  background: url(/images/article_widget/caption-icon2.png) no-repeat 0 0;
  color: #7A7777;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  height: 22px;
  line-height: 19px;
  margin: 0 0 7px;
  padding-left: 26px;
  text-transform: uppercase;
}

/* line 635, app/assets/stylesheets/builder/modals/articles.sass */
.upload_not_found_container {
  background-color: #f6f5f2;
  height: 150px;
  display: inline-block;
  margin-bottom: 20px;
}

/* line 640, app/assets/stylesheets/builder/modals/articles.sass */
.upload_not_found_container span {
  margin-left: 10%;
  font-weight: 700;
  font-size: 15px;
  color: #a9a8a6;
}

/* line 645, app/assets/stylesheets/builder/modals/articles.sass */
.upload_not_found_container .upload_image_article {
  width: 150px;
  height: 40px;
  background-size: 48px 39px;
  margin-bottom: 5px;
  margin-top: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("/images/article_widget/icn-no-image.png");
  margin-left: 115px;
}

/* line 656, app/assets/stylesheets/builder/modals/articles.sass */
.articleNotFoundHeader {
  font-size: 19px;
}

/* line 659, app/assets/stylesheets/builder/modals/articles.sass */
.article_help_link {
  text-decoration: underline;
}

/* line 662, app/assets/stylesheets/builder/modals/articles.sass */
.embedly_slider {
  overflow: hidden;
}

/* line 665, app/assets/stylesheets/builder/modals/articles.sass */
.ecard.taller-content .embedly_image {
  margin-bottom: 20px;
}

/* line 668, app/assets/stylesheets/builder/modals/articles.sass */
.embedly_image img,
.two-columns-wide .embedly_card .wide-version .embedly_image img {
  max-width: none;
  max-height: none;
}

/* line 674, app/assets/stylesheets/builder/modals/articles.sass */
.three-columns-wide .widget.article .body .loading-view {
  width: calc(100% + 60px);
  left: -30px;
}

/* line 678, app/assets/stylesheets/builder/modals/articles.sass */
.widget.article .body .loading-view {
  min-height: 300px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 684, app/assets/stylesheets/builder/modals/articles.sass */
  .embedly_slider .caption h2 {
    background-image: url(/images/article_widget/caption-icon2x2.png);
    background-size: 18px 18px;
  }
}
