
@charset "UTF-8";
/* 	-----------------
	CONFIG
	----------------- */
/* 	-----------
	BASE VARS
	----------- */
/* 	-----------
	LAYOUT
	----------- */
/* 	-----------
	HORIZONTAL GRID
	----------- */
/* 	-----------
	VERTICAL GRID
	----------- */
/* 	-----------
	COLORS
	----------- */
/* 	Circuitscribe */
/* Editor */
/* 	-----------
	HOVERS
	----------- */
/* 	-----------
	PARTNERS
	----------- */
/* 	-----------
	FONT & SIZES
	----------- */
/* 	-----------
	FORMS
	----------- */
/* line 14, ../../../app/assets/stylesheets/circuits/config/z-index.css.scss */
.sitemenu_sub {
  z-index: 51000;
}

/* line 17, ../../../app/assets/stylesheets/circuits/config/z-index.css.scss */
.sitemenu {
  z-index: 52000;
}

/* line 20, ../../../app/assets/stylesheets/circuits/config/z-index.css.scss */
.sitemenu__left {
  z-index: 52001;
}

/* line 23, ../../../app/assets/stylesheets/circuits/config/z-index.css.scss */
.sitemenu__right {
  z-index: 52002;
}

/* line 26, ../../../app/assets/stylesheets/circuits/config/z-index.css.scss */
.sitemenu_collapsed {
  z-index: 55000;
}

/* line 35, ../../../app/assets/stylesheets/circuits/config/z-index.css.scss */
.shadowbox {
  z-index: 100000;
}

/* line 38, ../../../app/assets/stylesheets/circuits/config/z-index.css.scss */
.cruncherloader {
  z-index: 100001;
}

/* line 41, ../../../app/assets/stylesheets/circuits/config/z-index.css.scss */
.editor__modal__container {
  z-index: 110000;
}

/* 	-----------------
	ABSTRACT
	----------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 10, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 20, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
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.
 */
/* line 34, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
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.
 */
/* line 55, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
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.
 */
/* line 68, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
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/11, Safari, and Firefox < 22.
 */
/* line 78, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 90, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 98, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
sup {
  top: -0.5em;
}

/* line 174, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
svg:not(:root):not(.blocklyWsDragSurface) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 222, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
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.
 */
/* line 253, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
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.
 */
/* line 267, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
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.
 */
/* line 278, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
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.
 */
/* line 291, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 303, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
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.
 */
/* line 323, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
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.
 */
/* line 335, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
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`.
 */
/* line 347, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
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
 *    (include `-moz` to future-proof).
 */
/* line 358, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Define consistent border, margin, and padding.
 */
/* line 380, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
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.
 */
/* line 391, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 400, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
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.
 */
/* line 409, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 420, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 425, ../../../app/assets/stylesheets/abstract/libs/normalize.css */
td,
th {
  padding: 0;
}

/*------------------------------------*\
    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*\
    $INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:
 */
/**
 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass’ silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*\
    $GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
/* line 211, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.grid {
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -20px;
  /* [3] */
  letter-spacing: -0.31em;
}

/* Opera hack */
/* line 223, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.opera:-o-prefocus,
.grid {
  word-spacing: -0.43em;
}

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
/* line 237, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.grid__item {
  display: inline-block;
  /* [1] */
  padding-left: 20px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  -webkit-box-sizing: border-box;
  /* [5] */
  -moz-box-sizing: border-box;
  /* [5] */
  box-sizing: border-box;
  /* [5] */
  letter-spacing: normal;
  word-spacing: normal;
}

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
/* line 258, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.grid--rev {
  direction: rtl;
  text-align: left;
}
/* line 262, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
}

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
/* line 273, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.grid--full {
  margin-left: 0;
}
/* line 276, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.grid--full > .grid__item {
  padding-left: 0;
}

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
/* line 285, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.grid--right {
  text-align: right;
}
/* line 288, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.grid--right > .grid__item {
  text-align: left;
}

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
/* line 298, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.grid--center {
  text-align: center;
}
/* line 301, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.grid--center > .grid__item {
  text-align: left;
}

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
/* line 313, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.grid--middle > .grid__item {
  vertical-align: middle;
}

/* line 320, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.grid--bottom > .grid__item {
  vertical-align: bottom;
}

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
/* line 329, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.grid--narrow {
  margin-left: -10px;
}
/* line 332, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.grid--narrow > .grid__item {
  padding-left: 10px;
}

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
/* line 341, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.grid--wide {
  margin-left: -40px;
}
/* line 344, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.grid--wide > .grid__item {
  padding-left: 40px;
}

/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
 * Whole
 */
/* line 365, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.one-whole {
  width: 100%;
}

/**
 * Halves
 */
/* line 371, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%;
}

/**
 * Thirds
 */
/* line 377, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%;
}

/* line 378, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%;
}

/**
 * Quarters
 */
/* line 384, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%;
}

/* line 386, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%;
}

/**
 * Fifths
 */
/* line 392, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.one-fifth, .two-tenths {
  width: 20%;
}

/* line 393, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.two-fifths, .four-tenths {
  width: 40%;
}

/* line 394, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.three-fifths, .six-tenths {
  width: 60%;
}

/* line 395, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.four-fifths, .eight-tenths {
  width: 80%;
}

/**
 * Sixths
 */
/* line 401, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.one-sixth, .two-twelfths {
  width: 16.666%;
}

/* line 405, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.five-sixths, .ten-twelfths {
  width: 83.333%;
}

/**
 * Eighths
 */
/* line 411, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.one-eighth {
  width: 12.5%;
}

/* line 413, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.three-eighths {
  width: 37.5%;
}

/* line 415, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.five-eighths {
  width: 62.5%;
}

/* line 417, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.seven-eighths {
  width: 87.5%;
}

/**
 * Tenths
 */
/* line 423, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.one-tenth {
  width: 10%;
}

/* line 425, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.three-tenths {
  width: 30%;
}

/* line 429, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.seven-tenths {
  width: 70%;
}

/* line 431, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.nine-tenths {
  width: 90%;
}

/**
 * Twelfths
 */
/* line 437, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.one-twelfth {
  width: 8.333%;
}

/* line 441, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.five-twelfths {
  width: 41.666%;
}

/* line 443, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.seven-twelfths {
  width: 58.333%;
}

/* line 447, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.eleven-twelfths {
  width: 91.666%;
}

/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (max-width: 991px) {
  /**
   * Whole
   */
  /* line 365, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  /* line 371, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--one-half, .mobile--two-quarters, .mobile--three-sixths, .mobile--four-eighths, .mobile--five-tenths, .mobile--six-twelfths {
    width: 50%;
  }

  /**
   * Thirds
   */
  /* line 377, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--one-third, .mobile--two-sixths, .mobile--four-twelfths {
    width: 33.333%;
  }

  /* line 378, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--two-thirds, .mobile--four-sixths, .mobile--eight-twelfths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  /* line 384, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--one-quarter, .mobile--two-eighths, .mobile--three-twelfths {
    width: 25%;
  }

  /* line 386, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--three-quarters, .mobile--six-eighths, .mobile--nine-twelfths {
    width: 75%;
  }

  /**
   * Fifths
   */
  /* line 392, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--one-fifth, .mobile--two-tenths {
    width: 20%;
  }

  /* line 393, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--two-fifths, .mobile--four-tenths {
    width: 40%;
  }

  /* line 394, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--three-fifths, .mobile--six-tenths {
    width: 60%;
  }

  /* line 395, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--four-fifths, .mobile--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  /* line 401, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--one-sixth, .mobile--two-twelfths {
    width: 16.666%;
  }

  /* line 405, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--five-sixths, .mobile--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  /* line 411, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--one-eighth {
    width: 12.5%;
  }

  /* line 413, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--three-eighths {
    width: 37.5%;
  }

  /* line 415, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--five-eighths {
    width: 62.5%;
  }

  /* line 417, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  /* line 423, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--one-tenth {
    width: 10%;
  }

  /* line 425, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--three-tenths {
    width: 30%;
  }

  /* line 429, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--seven-tenths {
    width: 70%;
  }

  /* line 431, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  /* line 437, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--one-twelfth {
    width: 8.333%;
  }

  /* line 441, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--five-twelfths {
    width: 41.666%;
  }

  /* line 443, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--seven-twelfths {
    width: 58.333%;
  }

  /* line 447, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .mobile--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 991px) {
  /**
   * Whole
   */
  /* line 365, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  /* line 371, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--one-half, .tablet--two-quarters, .tablet--three-sixths, .tablet--four-eighths, .tablet--five-tenths, .tablet--six-twelfths {
    width: 50%;
  }

  /**
   * Thirds
   */
  /* line 377, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--one-third, .tablet--two-sixths, .tablet--four-twelfths {
    width: 33.333%;
  }

  /* line 378, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--two-thirds, .tablet--four-sixths, .tablet--eight-twelfths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  /* line 384, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--one-quarter, .tablet--two-eighths, .tablet--three-twelfths {
    width: 25%;
  }

  /* line 386, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--three-quarters, .tablet--six-eighths, .tablet--nine-twelfths {
    width: 75%;
  }

  /**
   * Fifths
   */
  /* line 392, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--one-fifth, .tablet--two-tenths {
    width: 20%;
  }

  /* line 393, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--two-fifths, .tablet--four-tenths {
    width: 40%;
  }

  /* line 394, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--three-fifths, .tablet--six-tenths {
    width: 60%;
  }

  /* line 395, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--four-fifths, .tablet--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  /* line 401, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--one-sixth, .tablet--two-twelfths {
    width: 16.666%;
  }

  /* line 405, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--five-sixths, .tablet--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  /* line 411, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--one-eighth {
    width: 12.5%;
  }

  /* line 413, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--three-eighths {
    width: 37.5%;
  }

  /* line 415, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--five-eighths {
    width: 62.5%;
  }

  /* line 417, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  /* line 423, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--one-tenth {
    width: 10%;
  }

  /* line 425, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--three-tenths {
    width: 30%;
  }

  /* line 429, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--seven-tenths {
    width: 70%;
  }

  /* line 431, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  /* line 437, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--one-twelfth {
    width: 8.333%;
  }

  /* line 441, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--five-twelfths {
    width: 41.666%;
  }

  /* line 443, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--seven-twelfths {
    width: 58.333%;
  }

  /* line 447, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .tablet--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 992px) {
  /**
   * Whole
   */
  /* line 365, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  /* line 371, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--one-half, .desktop--two-quarters, .desktop--three-sixths, .desktop--four-eighths, .desktop--five-tenths, .desktop--six-twelfths {
    width: 50%;
  }

  /**
   * Thirds
   */
  /* line 377, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--one-third, .desktop--two-sixths, .desktop--four-twelfths {
    width: 33.333%;
  }

  /* line 378, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--two-thirds, .desktop--four-sixths, .desktop--eight-twelfths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  /* line 384, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--one-quarter, .desktop--two-eighths, .desktop--three-twelfths {
    width: 25%;
  }

  /* line 386, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--three-quarters, .desktop--six-eighths, .desktop--nine-twelfths {
    width: 75%;
  }

  /**
   * Fifths
   */
  /* line 392, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--one-fifth, .desktop--two-tenths {
    width: 20%;
  }

  /* line 393, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--two-fifths, .desktop--four-tenths {
    width: 40%;
  }

  /* line 394, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--three-fifths, .desktop--six-tenths {
    width: 60%;
  }

  /* line 395, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--four-fifths, .desktop--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  /* line 401, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--one-sixth, .desktop--two-twelfths {
    width: 16.666%;
  }

  /* line 405, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--five-sixths, .desktop--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  /* line 411, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--one-eighth {
    width: 12.5%;
  }

  /* line 413, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--three-eighths {
    width: 37.5%;
  }

  /* line 415, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--five-eighths {
    width: 62.5%;
  }

  /* line 417, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  /* line 423, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--one-tenth {
    width: 10%;
  }

  /* line 425, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--three-tenths {
    width: 30%;
  }

  /* line 429, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--seven-tenths {
    width: 70%;
  }

  /* line 431, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  /* line 437, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--one-twelfth {
    width: 8.333%;
  }

  /* line 441, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--five-twelfths {
    width: 41.666%;
  }

  /* line 443, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--seven-twelfths {
    width: 58.333%;
  }

  /* line 447, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .desktop--eleven-twelfths {
    width: 91.666%;
  }
}
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
/* line 576, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
[class*="push--"] {
  position: relative;
}

/**
 * Whole
 */
/* line 486, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--one-whole {
  left: 100%;
}

/**
 * Halves
 */
/* line 492, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--one-half, .push--two-quarters, .push--three-sixths, .push--four-eighths, .push--five-tenths, .push--six-twelfths {
  left: 50%;
}

/**
 * Thirds
 */
/* line 498, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--one-third, .push--two-sixths, .push--four-twelfths {
  left: 33.333%;
}

/* line 499, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--two-thirds, .push--four-sixths, .push--eight-twelfths {
  left: 66.666%;
}

/**
 * Quarters
 */
/* line 505, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--one-quarter, .push--two-eighths, .push--three-twelfths {
  left: 25%;
}

/* line 507, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--three-quarters, .push--six-eighths, .push--nine-twelfths {
  left: 75%;
}

/**
 * Fifths
 */
/* line 513, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--one-fifth, .push--two-tenths {
  left: 20%;
}

/* line 514, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--two-fifths, .push--four-tenths {
  left: 40%;
}

/* line 515, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--three-fifths, .push--six-tenths {
  left: 60%;
}

/* line 516, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--four-fifths, .push--eight-tenths {
  left: 80%;
}

/**
 * Sixths
 */
/* line 522, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--one-sixth, .push--two-twelfths {
  left: 16.666%;
}

/* line 526, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--five-sixths, .push--ten-twelfths {
  left: 83.333%;
}

/**
 * Eighths
 */
/* line 532, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--one-eighth {
  left: 12.5%;
}

/* line 534, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--three-eighths {
  left: 37.5%;
}

/* line 536, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--five-eighths {
  left: 62.5%;
}

/* line 538, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--seven-eighths {
  left: 87.5%;
}

/**
 * Tenths
 */
/* line 544, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--one-tenth {
  left: 10%;
}

/* line 546, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--three-tenths {
  left: 30%;
}

/* line 550, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--seven-tenths {
  left: 70%;
}

/* line 552, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--nine-tenths {
  left: 90%;
}

/**
 * Twelfths
 */
/* line 558, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--one-twelfth {
  left: 8.333%;
}

/* line 562, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--five-twelfths {
  left: 41.666%;
}

/* line 564, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--seven-twelfths {
  left: 58.333%;
}

/* line 568, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.push--eleven-twelfths {
  left: 91.666%;
}

@media only screen and (max-width: 991px) {
  /**
   * Whole
   */
  /* line 486, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  /* line 492, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--one-half, .push--mobile--two-quarters, .push--mobile--three-sixths, .push--mobile--four-eighths, .push--mobile--five-tenths, .push--mobile--six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  /* line 498, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--one-third, .push--mobile--two-sixths, .push--mobile--four-twelfths {
    left: 33.333%;
  }

  /* line 499, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--two-thirds, .push--mobile--four-sixths, .push--mobile--eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  /* line 505, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--one-quarter, .push--mobile--two-eighths, .push--mobile--three-twelfths {
    left: 25%;
  }

  /* line 507, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--three-quarters, .push--mobile--six-eighths, .push--mobile--nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  /* line 513, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--one-fifth, .push--mobile--two-tenths {
    left: 20%;
  }

  /* line 514, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--two-fifths, .push--mobile--four-tenths {
    left: 40%;
  }

  /* line 515, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--three-fifths, .push--mobile--six-tenths {
    left: 60%;
  }

  /* line 516, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--four-fifths, .push--mobile--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  /* line 522, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--one-sixth, .push--mobile--two-twelfths {
    left: 16.666%;
  }

  /* line 526, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--five-sixths, .push--mobile--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  /* line 532, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--one-eighth {
    left: 12.5%;
  }

  /* line 534, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--three-eighths {
    left: 37.5%;
  }

  /* line 536, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--five-eighths {
    left: 62.5%;
  }

  /* line 538, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  /* line 544, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--one-tenth {
    left: 10%;
  }

  /* line 546, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--three-tenths {
    left: 30%;
  }

  /* line 550, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--seven-tenths {
    left: 70%;
  }

  /* line 552, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  /* line 558, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--one-twelfth {
    left: 8.333%;
  }

  /* line 562, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--five-twelfths {
    left: 41.666%;
  }

  /* line 564, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--seven-twelfths {
    left: 58.333%;
  }

  /* line 568, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--mobile--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 992px) {
  /**
   * Whole
   */
  /* line 486, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  /* line 492, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--one-half, .push--desktop--two-quarters, .push--desktop--three-sixths, .push--desktop--four-eighths, .push--desktop--five-tenths, .push--desktop--six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  /* line 498, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--one-third, .push--desktop--two-sixths, .push--desktop--four-twelfths {
    left: 33.333%;
  }

  /* line 499, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--two-thirds, .push--desktop--four-sixths, .push--desktop--eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  /* line 505, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--one-quarter, .push--desktop--two-eighths, .push--desktop--three-twelfths {
    left: 25%;
  }

  /* line 507, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--three-quarters, .push--desktop--six-eighths, .push--desktop--nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  /* line 513, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--one-fifth, .push--desktop--two-tenths {
    left: 20%;
  }

  /* line 514, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--two-fifths, .push--desktop--four-tenths {
    left: 40%;
  }

  /* line 515, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--three-fifths, .push--desktop--six-tenths {
    left: 60%;
  }

  /* line 516, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--four-fifths, .push--desktop--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  /* line 522, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--one-sixth, .push--desktop--two-twelfths {
    left: 16.666%;
  }

  /* line 526, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--five-sixths, .push--desktop--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  /* line 532, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--one-eighth {
    left: 12.5%;
  }

  /* line 534, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--three-eighths {
    left: 37.5%;
  }

  /* line 536, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--five-eighths {
    left: 62.5%;
  }

  /* line 538, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  /* line 544, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--one-tenth {
    left: 10%;
  }

  /* line 546, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--three-tenths {
    left: 30%;
  }

  /* line 550, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--seven-tenths {
    left: 70%;
  }

  /* line 552, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  /* line 558, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--one-twelfth {
    left: 8.333%;
  }

  /* line 562, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--five-twelfths {
    left: 41.666%;
  }

  /* line 564, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--seven-twelfths {
    left: 58.333%;
  }

  /* line 568, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .push--desktop--eleven-twelfths {
    left: 91.666%;
  }
}
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
/* line 696, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
[class*="pull--"] {
  position: relative;
}

/**
 * Whole
 */
/* line 606, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--one-whole {
  right: 100%;
}

/**
 * Halves
 */
/* line 612, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--one-half, .pull--two-quarters, .pull--three-sixths, .pull--four-eighths, .pull--five-tenths, .pull--six-twelfths {
  right: 50%;
}

/**
 * Thirds
 */
/* line 618, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--one-third, .pull--two-sixths, .pull--four-twelfths {
  right: 33.333%;
}

/* line 619, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--two-thirds, .pull--four-sixths, .pull--eight-twelfths {
  right: 66.666%;
}

/**
 * Quarters
 */
/* line 625, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--one-quarter, .pull--two-eighths, .pull--three-twelfths {
  right: 25%;
}

/* line 627, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--three-quarters, .pull--six-eighths, .pull--nine-twelfths {
  right: 75%;
}

/**
 * Fifths
 */
/* line 633, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--one-fifth, .pull--two-tenths {
  right: 20%;
}

/* line 634, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--two-fifths, .pull--four-tenths {
  right: 40%;
}

/* line 635, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--three-fifths, .pull--six-tenths {
  right: 60%;
}

/* line 636, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--four-fifths, .pull--eight-tenths {
  right: 80%;
}

/**
 * Sixths
 */
/* line 642, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--one-sixth, .pull--two-twelfths {
  right: 16.666%;
}

/* line 646, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--five-sixths, .pull--ten-twelfths {
  right: 83.333%;
}

/**
 * Eighths
 */
/* line 652, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--one-eighth {
  right: 12.5%;
}

/* line 654, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--three-eighths {
  right: 37.5%;
}

/* line 656, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--five-eighths {
  right: 62.5%;
}

/* line 658, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--seven-eighths {
  right: 87.5%;
}

/**
 * Tenths
 */
/* line 664, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--one-tenth {
  right: 10%;
}

/* line 666, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--three-tenths {
  right: 30%;
}

/* line 670, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--seven-tenths {
  right: 70%;
}

/* line 672, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--nine-tenths {
  right: 90%;
}

/**
 * Twelfths
 */
/* line 678, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--one-twelfth {
  right: 8.333%;
}

/* line 682, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--five-twelfths {
  right: 41.666%;
}

/* line 684, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--seven-twelfths {
  right: 58.333%;
}

/* line 688, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
.pull--eleven-twelfths {
  right: 91.666%;
}

@media only screen and (max-width: 991px) {
  /**
   * Whole
   */
  /* line 606, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  /* line 612, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--one-half, .pull--mobile--two-quarters, .pull--mobile--three-sixths, .pull--mobile--four-eighths, .pull--mobile--five-tenths, .pull--mobile--six-twelfths {
    right: 50%;
  }

  /**
   * Thirds
   */
  /* line 618, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--one-third, .pull--mobile--two-sixths, .pull--mobile--four-twelfths {
    right: 33.333%;
  }

  /* line 619, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--two-thirds, .pull--mobile--four-sixths, .pull--mobile--eight-twelfths {
    right: 66.666%;
  }

  /**
   * Quarters
   */
  /* line 625, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--one-quarter, .pull--mobile--two-eighths, .pull--mobile--three-twelfths {
    right: 25%;
  }

  /* line 627, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--three-quarters, .pull--mobile--six-eighths, .pull--mobile--nine-twelfths {
    right: 75%;
  }

  /**
   * Fifths
   */
  /* line 633, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--one-fifth, .pull--mobile--two-tenths {
    right: 20%;
  }

  /* line 634, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--two-fifths, .pull--mobile--four-tenths {
    right: 40%;
  }

  /* line 635, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--three-fifths, .pull--mobile--six-tenths {
    right: 60%;
  }

  /* line 636, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--four-fifths, .pull--mobile--eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  /* line 642, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--one-sixth, .pull--mobile--two-twelfths {
    right: 16.666%;
  }

  /* line 646, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--five-sixths, .pull--mobile--ten-twelfths {
    right: 83.333%;
  }

  /**
   * Eighths
   */
  /* line 652, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--one-eighth {
    right: 12.5%;
  }

  /* line 654, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--three-eighths {
    right: 37.5%;
  }

  /* line 656, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--five-eighths {
    right: 62.5%;
  }

  /* line 658, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  /* line 664, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--one-tenth {
    right: 10%;
  }

  /* line 666, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--three-tenths {
    right: 30%;
  }

  /* line 670, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--seven-tenths {
    right: 70%;
  }

  /* line 672, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  /* line 678, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--one-twelfth {
    right: 8.333%;
  }

  /* line 682, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--five-twelfths {
    right: 41.666%;
  }

  /* line 684, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--seven-twelfths {
    right: 58.333%;
  }

  /* line 688, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--mobile--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (min-width: 992px) {
  /**
   * Whole
   */
  /* line 606, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  /* line 612, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--one-half, .pull--desktop--two-quarters, .pull--desktop--three-sixths, .pull--desktop--four-eighths, .pull--desktop--five-tenths, .pull--desktop--six-twelfths {
    right: 50%;
  }

  /**
   * Thirds
   */
  /* line 618, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--one-third, .pull--desktop--two-sixths, .pull--desktop--four-twelfths {
    right: 33.333%;
  }

  /* line 619, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--two-thirds, .pull--desktop--four-sixths, .pull--desktop--eight-twelfths {
    right: 66.666%;
  }

  /**
   * Quarters
   */
  /* line 625, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--one-quarter, .pull--desktop--two-eighths, .pull--desktop--three-twelfths {
    right: 25%;
  }

  /* line 627, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--three-quarters, .pull--desktop--six-eighths, .pull--desktop--nine-twelfths {
    right: 75%;
  }

  /**
   * Fifths
   */
  /* line 633, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--one-fifth, .pull--desktop--two-tenths {
    right: 20%;
  }

  /* line 634, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--two-fifths, .pull--desktop--four-tenths {
    right: 40%;
  }

  /* line 635, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--three-fifths, .pull--desktop--six-tenths {
    right: 60%;
  }

  /* line 636, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--four-fifths, .pull--desktop--eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  /* line 642, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--one-sixth, .pull--desktop--two-twelfths {
    right: 16.666%;
  }

  /* line 646, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--five-sixths, .pull--desktop--ten-twelfths {
    right: 83.333%;
  }

  /**
   * Eighths
   */
  /* line 652, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--one-eighth {
    right: 12.5%;
  }

  /* line 654, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--three-eighths {
    right: 37.5%;
  }

  /* line 656, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--five-eighths {
    right: 62.5%;
  }

  /* line 658, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  /* line 664, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--one-tenth {
    right: 10%;
  }

  /* line 666, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--three-tenths {
    right: 30%;
  }

  /* line 670, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--seven-tenths {
    right: 70%;
  }

  /* line 672, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  /* line 678, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--one-twelfth {
    right: 8.333%;
  }

  /* line 682, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--five-twelfths {
    right: 41.666%;
  }

  /* line 684, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--seven-twelfths {
    right: 58.333%;
  }

  /* line 688, ../../../app/assets/stylesheets/abstract/libs/csswizardry_grids.css.scss */
  .pull--desktop--eleven-twelfths {
    right: 91.666%;
  }
}
/*--------------------------------------------------------------------
JAVASCRIPT "Outdated Browser"
Version:    1.0.0 - 2014
author:     Burocratik
website:    http://www.burocratik.com
-----------------------------------------------------------------------*/
/* line 7, ../../../app/assets/stylesheets/abstract/libs/outdated_browser.min.css */
#outdated {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 15000;
}

/* line 11, ../../../app/assets/stylesheets/abstract/libs/outdated_browser.min.css */
* html #outdated {
  position: absolute;
}

/* line 12, ../../../app/assets/stylesheets/abstract/libs/outdated_browser.min.css */
#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 30px 0 10px;
}

/* line 13, ../../../app/assets/stylesheets/abstract/libs/outdated_browser.min.css */
#outdated p {
  font-size: 12px;
  line-height: 12px;
}

/* line 14, ../../../app/assets/stylesheets/abstract/libs/outdated_browser.min.css */
#outdated #btnUpdate {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 180px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #FFF;
  cursor: pointer;
}

/* line 18, ../../../app/assets/stylesheets/abstract/libs/outdated_browser.min.css */
#outdated #btnUpdate:hover {
  color: #f25648;
  background-color: #FFF;
}

/* line 19, ../../../app/assets/stylesheets/abstract/libs/outdated_browser.min.css */
#outdated #btnClose {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 15px;
  height: 15px;
}

/* line 20, ../../../app/assets/stylesheets/abstract/libs/outdated_browser.min.css */
#outdated #btnClose a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -5555px;
  background: transparent url("https://s3-us-west-1.amazonaws.com/123d-circuits-assets/outdatedBrowser-close.gif") no-repeat left center;
}

/* line 3, ../../../app/assets/stylesheets/abstract/libs/animations.css.scss */
.shortAnimation {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-animation-duration: 220ms;
  animation-duration: 220ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 14, ../../../app/assets/stylesheets/abstract/libs/animations.css.scss */
.mediumAnimation {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 24, ../../../app/assets/stylesheets/abstract/libs/animations.css.scss */
.longAnimation {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-animation-duration: 1400ms;
  animation-duration: 1400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 60, ../../../app/assets/stylesheets/abstract/libs/animations.css.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 99, ../../../app/assets/stylesheets/abstract/libs/animations.css.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
}
/* line 139, ../../../app/assets/stylesheets/abstract/libs/animations.css.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes inUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes inUp {
  0% {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 177, ../../../app/assets/stylesheets/abstract/libs/animations.css.scss */
.inUp {
  -webkit-animation-name: inUp;
  animation-name: inUp;
}

@-webkit-keyframes outDown {
  0% {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes outDown {
  0% {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 213, ../../../app/assets/stylesheets/abstract/libs/animations.css.scss */
.outDown {
  -webkit-animation-name: outDown;
  animation-name: outDown;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 251, ../../../app/assets/stylesheets/abstract/libs/animations.css.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 291, ../../../app/assets/stylesheets/abstract/libs/animations.css.scss */
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
/* line 330, ../../../app/assets/stylesheets/abstract/libs/animations.css.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutDownSmall {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@keyframes fadeOutDownSmall {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
}
/* line 370, ../../../app/assets/stylesheets/abstract/libs/animations.css.scss */
.fadeOutDownSmall {
  -webkit-animation-name: fadeOutDownSmall;
  animation-name: fadeOutDownSmall;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 399, ../../../app/assets/stylesheets/abstract/libs/animations.css.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-10deg);
    transform: scale(0.9) rotate(-10deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(10deg);
    transform: scale(1.1) rotate(10deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-10deg);
    transform: scale(1.1) rotate(-10deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-10deg);
    -ms-transform: scale(0.9) rotate(-10deg);
    transform: scale(0.9) rotate(-10deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(10deg);
    -ms-transform: scale(1.1) rotate(10deg);
    transform: scale(1.1) rotate(10deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-10deg);
    -ms-transform: scale(1.1) rotate(-10deg);
    transform: scale(1.1) rotate(-10deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
/* line 467, ../../../app/assets/stylesheets/abstract/libs/animations.css.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/*  -----------------
  PARTNER COLORING
  ----------------- */
/*  -----------------
  VENDOR PREFIXER
  ----------------- */
/*  -----------------
  VENDOR KEYFRAME
  ----------------- */
/*  -----------------
  Placehoolder mixin
  https://gist.github.com/antsa/2170024
  ----------------- */
/*  -----------------
  Hover buttons style
  ----------------- */
/*  -----------------
  Flexbox
  ----------------- */
/* line 1, ../../../app/assets/stylesheets/abstract/objects/grid_vertical.css.scss */
.vertical-spacing {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 5, ../../../app/assets/stylesheets/abstract/objects/grid_vertical.css.scss */
.vertical-spacing--half {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 9, ../../../app/assets/stylesheets/abstract/objects/grid_vertical.css.scss */
.vertical-spacing--double {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 13, ../../../app/assets/stylesheets/abstract/objects/grid_vertical.css.scss */
.vertical-spacing--bottom {
  margin-bottom: 20px;
}

/* line 16, ../../../app/assets/stylesheets/abstract/objects/grid_vertical.css.scss */
.vertical-spacing--bottom--half {
  margin-bottom: 10px;
}

/* line 19, ../../../app/assets/stylesheets/abstract/objects/grid_vertical.css.scss */
.vertical-spacing--bottom--double {
  margin-bottom: 40px;
}

/* line 22, ../../../app/assets/stylesheets/abstract/objects/grid_vertical.css.scss */
.vertical-spacing--top {
  margin-top: 20px;
}

/* line 25, ../../../app/assets/stylesheets/abstract/objects/grid_vertical.css.scss */
.vertical-spacing--top--half {
  margin-top: 10px;
}

/* line 28, ../../../app/assets/stylesheets/abstract/objects/grid_vertical.css.scss */
.vertical-spacing--top--double {
  margin-top: 40px;
}

/* line 31, ../../../app/assets/stylesheets/abstract/objects/grid_vertical.css.scss */
.vertical-spacing--title {
  margin-bottom: 16px;
}

/* line 34, ../../../app/assets/stylesheets/abstract/objects/grid_vertical.css.scss */
.vertical-spacing--content-block {
  margin-top: 48px;
  margin-bottom: 48px;
}

/*------------------------------------*\
    $FORMS
    BASED ON: https://raw.githubusercontent.com/csswizardry/inuit.css/master/base/_forms.scss
\*------------------------------------*/
/**
 * Text inputs
 *
 * Instead of a `[type]` selector for each kind of form input, we just use a
 * class to target any/every one, e.g.:
   <input type=text class=text-input>
   <input type=email class=text-input>
   <input type=password class=text-input>
 *
 */
/* line 17, ../../../app/assets/stylesheets/abstract/objects/forms.css.scss */
.text-input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /**
   * Style these via your theme stylesheet.
   */
}

/**
 * Group sets of form fields in a list, e.g.:
 *
   <ul class=form-fields>
       <li>
           <label />
           <input />
       </li>
       <li>
           <label />
           <select />
       </li>
       <li>
           <label />
           <input />
       </li>
   </ul>
 *
 */
/* line 45, ../../../app/assets/stylesheets/abstract/objects/forms.css.scss */
.form-fields {
  list-style: none;
  margin: 0;
}

/* line 49, ../../../app/assets/stylesheets/abstract/objects/forms.css.scss */
.form-fields > li {
  margin-bottom: 20px;
}

/* line 52, ../../../app/assets/stylesheets/abstract/objects/forms.css.scss */
.form-fields > li:last-child {
  margin-bottom: 0;
}

/**
 * Labels
 *
 * Define a `.label` class as well as a `label` element. This means we can apply
 * label-like styling to meta-labels for groups of options where a `label`
 * element is not suitable, e.g.:
 *
   <li>
       <span class=label>Select an option below:</span>
       <ul class="multi-list  four-cols">
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
/* line 83, ../../../app/assets/stylesheets/abstract/objects/forms.css.scss */
label,
.label {
  display: block;
}

/**
 * Extra help text in `label`s, e.g.:
 *
   <label>Card number <small class=additional>No spaces</small></label>
 *
 */
/* line 93, ../../../app/assets/stylesheets/abstract/objects/forms.css.scss */
.additional {
  display: block;
  font-weight: normal;
}

/*
 * Groups of checkboxes and radios, e.g.:
 *
   <li>
       <ul class=check-list>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
/* line 114, ../../../app/assets/stylesheets/abstract/objects/forms.css.scss */
.check-list {
  list-style: none;
  margin: 0;
}

/*
 * Labels in check-lists
 */
/* line 121, ../../../app/assets/stylesheets/abstract/objects/forms.css.scss */
.check-label,
.check-list label,
.check-list .label {
  display: inline-block;
}

/**
 * Spoken forms are for forms that read like spoken word, e.g.:
 *
   <li class=spoken-form>
       Hello, my <label for=spoken-name>name</label> is
       <input type=text class=text-input id=spoken-name>. My home
       <label for=country>country</label> is
       <select id=country>
           <option>UK</option>
           <option>US</option>
           <option>Other</option>
       </select>
   </li>
 *
 */
/* line 143, ../../../app/assets/stylesheets/abstract/objects/forms.css.scss */
.spoken-form label {
  display: inline-block;
  font: inherit;
}

/**
 * Extra help text displayed after a field when that field is in focus, e.g.:
 *
   <label for=email>Email:</label>
   <input type=email class=text-input id=email>
   <small class=extra-help>.edu emails only</small>
 *
 * We leave the help text in the document flow and merely set it to
 * `visibility:hidden;`. This means that it won’t interfere with anything once
 * it reappears.
 *
 */
/*small*/
/* line 161, ../../../app/assets/stylesheets/abstract/objects/forms.css.scss */
.extra-help {
  display: inline-block;
  visibility: hidden;
}

/* line 165, ../../../app/assets/stylesheets/abstract/objects/forms.css.scss */
.text-input:active + .extra-help,
.text-input:focus + .extra-help {
  visibility: visible;
}

/* 	-----------------
	CIRCUITS
	----------------- */
/* LIBS */
/* BASICS */
/* line 3, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
}

/* line 8, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-scroll {
  /* Set scrolling behaviour here */
  overflow: auto;
}

/* PADDING */
/* line 15, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */
}

/* line 18, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror pre {
  padding: 0 4px;
  /* Horizontal padding of content */
}

/* line 22, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */
}

/* GUTTER */
/* line 28, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}

/* line 34, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 43, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-guttermarker {
  color: black;
}

/* line 44, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-guttermarker-subtle {
  color: #999;
}

/* CURSOR */
/* line 48, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror div.CodeMirror-cursor {
  border-left: 1px solid black;
}

/* Shown when moving in bi-directional text */
/* line 52, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

/* line 55, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
  width: auto;
  border: 0;
  background: #7e7;
}

/* line 60, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}

@-moz-keyframes blink {
  0% {
    background: #7e7;
  }
  50% {
    background: none;
  }
  100% {
    background: #7e7;
  }
}
@-webkit-keyframes blink {
  0% {
    background: #7e7;
  }
  50% {
    background: none;
  }
  100% {
    background: #7e7;
  }
}
@keyframes blink {
  0% {
    background: #7e7;
  }
  50% {
    background: none;
  }
  100% {
    background: #7e7;
  }
}
/* Can style cursor different in overwrite (non-insert) mode */
/* line 86, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-tab {
  display: inline-block;
}

/* line 88, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute;
}

/* DEFAULT THEME */
/* line 95, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-keyword {
  color: #708;
}

/* line 96, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-atom {
  color: #219;
}

/* line 97, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-number {
  color: #164;
}

/* line 98, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-def {
  color: #00f;
}

/* line 103, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-variable-2 {
  color: #05a;
}

/* line 104, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-variable-3 {
  color: #085;
}

/* line 105, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-comment {
  color: #a50;
}

/* line 106, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-string {
  color: #a11;
}

/* line 107, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-string-2 {
  color: #f50;
}

/* line 108, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-meta {
  color: #555;
}

/* line 109, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-qualifier {
  color: #555;
}

/* line 110, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-builtin {
  color: #30a;
}

/* line 111, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-bracket {
  color: #997;
}

/* line 112, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-tag {
  color: #170;
}

/* line 113, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-attribute {
  color: #00c;
}

/* line 114, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-header {
  color: blue;
}

/* line 115, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-quote {
  color: #090;
}

/* line 116, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-hr {
  color: #999;
}

/* line 117, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-link {
  color: #00c;
}

/* line 119, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-negative {
  color: #d44;
}

/* line 120, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-positive {
  color: #292;
}

/* line 121, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-header, .cm-strong {
  font-weight: bold;
}

/* line 122, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-em {
  font-style: italic;
}

/* line 123, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-link {
  text-decoration: underline;
}

/* line 125, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-s-default .cm-error {
  color: #f00;
}

/* line 126, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-invalidchar {
  color: #f00;
}

/* Default styles for common addons */
/* line 130, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0;
}

/* line 131, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22;
}

/* line 132, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}

/* line 133, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-activeline-background {
  background: #e8f2ff;
}

/* STOP */
/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
/* line 140, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror {
  line-height: 1;
  position: relative;
  overflow: hidden;
  background: white;
  color: black;
}

/* line 148, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-scroll {
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 159, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actuall scrolling happens, thus preventing shaking and
   flickering artifacts. */
/* line 169, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}

/* line 174, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 179, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

/* line 184, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}

/* line 187, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}

/* line 191, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 30px;
  z-index: 3;
}

/* line 196, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 30px;
  margin-bottom: -32px;
  display: inline-block;
  /* Hack to make IE7 behave */
  *zoom: 1;
  *display: inline;
}

/* line 208, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
  height: 100%
}

/* line 214, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-lines {
  cursor: text;
}

/* line 217, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
}

/* line 233, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

/* line 239, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

/* line 245, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

/* line 253, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-wrap .CodeMirror-scroll {
  overflow-x: hidden;
}

/* line 257, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* line 264, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-measure pre {
  position: static;
}

/* line 266, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror div.CodeMirror-cursor {
  position: absolute;
  border-right: none;
  width: 0;
}

/* line 272, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 1;
}

/* line 277, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

/* line 281, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-selected {
  background: #d9d9d9;
}

/* line 282, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}

/* line 283, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror-crosshair {
  cursor: crosshair;
}

/* line 285, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4);
}

/* IE7 hack to prevent it from returning funny offsetTops on the spans */
/* line 291, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.CodeMirror span {
  *vertical-align: text-bottom;
}

/* Used to force a border model for a node */
/* line 294, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
.cm-force-border {
  padding-right: .1px;
}

@media print {
  /* Hide the cursor when printing */
  /* line 298, ../../../app/assets/stylesheets/circuits/libs/codemirror.css.scss */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
/*! jQuery UI - v1.11.2 - 2014-12-03
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, sortable.css, autocomplete.css, menu.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-helper-hidden {
  display: none;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-helper-clearfix {
  min-height: 0;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-front {
  z-index: 100;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-state-disabled {
  cursor: default !important;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-resizable {
  position: relative;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-menu .ui-menu {
  position: absolute;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-menu-icons {
  position: relative;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* line 7, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.min.css */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/*! jQuery UI - v1.11.2 - 2014-12-03
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-helper-hidden {
  display: none;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-helper-clearfix {
  min-height: 0;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-front {
  z-index: 100;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-state-disabled {
  cursor: default !important;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-resizable {
  position: relative;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-menu .ui-menu {
  position: absolute;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-menu-icons {
  position: relative;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* line 6, ../../../app/assets/stylesheets/circuits/libs/jquery-ui.structure.min.css */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
/* line 13, ../../../app/assets/stylesheets/circuits/libs/jquery.fileupload.css */
.fileinput-button {
  position: relative;
  overflow: hidden;
}

/* line 17, ../../../app/assets/stylesheets/circuits/libs/jquery.fileupload.css */
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: 'alpha(opacity=0)';
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  /* line 31, ../../../app/assets/stylesheets/circuits/libs/jquery.fileupload.css */
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
/* LAYOUT */
/* line 1, ../../../app/assets/stylesheets/circuits/objects/containers/container.css.scss */
.container {
  max-width: 992px;
  padding: 0 10px;
}

/* line 5, ../../../app/assets/stylesheets/circuits/objects/containers/container.css.scss */
.container--center {
  margin: 0 auto;
}

/* line 8, ../../../app/assets/stylesheets/circuits/objects/containers/container.css.scss */
.container--big {
  max-width: 1200px;
}

/* line 12, ../../../app/assets/stylesheets/circuits/objects/containers/container.css.scss */
.container-site {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #f4f5f6;
  border-left: 1px solid #dfe3e8;
  border-right: 1px solid #dfe3e8;
}

/* line 27, ../../../app/assets/stylesheets/circuits/objects/containers/container.css.scss */
.container-site__inner {
  min-height: 100%;
}

/* line 31, ../../../app/assets/stylesheets/circuits/objects/containers/container.css.scss */
.container-push_down {
  padding-top: 58px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  min-width: 300px;
  background-color: #ffffff;
  color: #34495e;
  height: 58px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(52, 73, 94, 0.15);
  -moz-box-shadow: 0px 1px 4px 0px rgba(52, 73, 94, 0.15);
  -ms-box-shadow: 0px 1px 4px 0px rgba(52, 73, 94, 0.15);
  -o-box-shadow: 0px 1px 4px 0px rgba(52, 73, 94, 0.15);
  box-shadow: 0px 1px 4px 0px rgba(52, 73, 94, 0.15);
}

/* line 12, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu--sticky {
  position: fixed;
}

/* line 15, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu--embed {
  border-bottom: 1px solid #dfe3e8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* line 19, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__borderleft {
  border-left: 1px solid #dfe3e8;
}

/* line 22, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__borderright {
  border-right: 1px solid #dfe3e8;
}

/* line 26, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__left {
  float: left;
}

/* line 29, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__logo {
  line-height: 0;
}
/* line 32, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__logo:hover svg {
  fill: #0696d7;
}
/* line 36, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__logo__image {
  margin-left: 7px;
}

.sitemenu__title__container {
    display: flex;
    align-items: center;
}

.sitemenu__title {
    margin-left: 14px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #34495e;
}

.sitemenu__title:hover {
    color: #34495e;
}

.sitemenu__title__span {
    margin-left: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    direction: rtl;
    outline: 0;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.sitemenu__title__span:hover {
    border-bottom: none;
    text-decoration: underline;
}

.sitemenu__title__input {
    outline: 0;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    margin-top: 11px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    line-height: normal;
}

.sitemenu__title__input::selection {
    color: white;
    background: #5c95da;
}

.sitemenu__title__view {
  max-width: calc(100vw - 520px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 40, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__hamburger {
  line-height: 0;
  padding: 14px 15px;
  border-left: 1px solid #dfe3e8;
  border-right: 1px solid #dfe3e8;
}
/* line 46, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__hamburger:hover svg {
  fill: #0696d7;
}

/* line 56, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__right {
  position: absolute;
  right: 0;
}

/* line 60, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__search {
  position: relative;
  margin: 10px 14px;
}
/* line 64, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__search:hover .sitemenu__search__icon svg, .sitemenu__search.active .sitemenu__search__icon svg {
  fill: #34495e;
}
@media only screen and (max-width: 991px) {
  /* line 60, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
  .sitemenu__search {
    margin: 10px;
  }
}

/* line 72, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__search__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  margin: 0;
  padding: 0 5px 0 40px;
  line-height: 36px;
  font-size: 16px;
  border: 1px solid #ffffff;
  color: #34495e;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 64, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu__search__input::-webkit-input-placeholder {
  color: #c5cfd9;
  font-weight: 400;
}
/* line 68, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu__search__input:-moz-placeholder {
  /* Firefox 18- */
  color: #c5cfd9;
  font-weight: 400;
}
/* line 72, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu__search__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c5cfd9;
  font-weight: 400;
}
/* line 76, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu__search__input:-ms-input-placeholder {
  color: #c5cfd9;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  /* line 72, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
  .sitemenu__search__input {
    width: 180px;
  }
  /* line 64, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
  .sitemenu__search__input::-webkit-input-placeholder {
    color: white !important;
  }
  /* line 68, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
  .sitemenu__search__input:-moz-placeholder {
    /* Firefox 18- */
    color: white !important;
  }
  /* line 72, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
  .sitemenu__search__input::-moz-placeholder {
    /* Firefox 19+ */
    color: white !important;
  }
  /* line 76, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
  .sitemenu__search__input:-ms-input-placeholder {
    color: white !important;
  }
}

/* line 98, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__search__icon {
  position: absolute;
  top: 4px;
  left: 2px;
  background: none;
}
/* line 104, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__search__icon svg {
  fill: #c5cfd9;
}
/* line 107, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__search__icon:hover svg {
  fill: #0696d7;
}

/* line 111, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__new {
  border-left: 1px solid #dfe3e8;
  padding: 0 20px 0 16px;
}
/* line 115, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__new:hover svg {
  fill: #0696d7;
}

/* line 119, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__new__icon {
  line-height: 0;
  padding: 14px 0 14px 0;
}

/* line 123, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__new__txt {
  padding-left: 10px;
  font-weight: 500;
  line-height: 58px;
}

/* line 129, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__avatar {
  border-left: 1px solid #dfe3e8;
  line-height: 58px;
}
@media only screen and (max-width: 991px) {
  /* line 129, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
  .sitemenu__avatar {
    border-left: none;
  }
}

/* line 136, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__avatar .avatar {
  position: relative;
  top: 9px;
  margin: 0 11px -4px 11px;
}

/* line 142, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__signin {
  color: #8d9eb0;
  line-height: 58px;
  padding-right: 20px;
}

/* line 147, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__signin--sub {
  padding-right: 15px;
  line-height: 48px;
}

/* line 151, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__signup {
  background-color: #0696d7;
  color: #ffffff;
  line-height: 58px;
  padding: 20px 22px;
}
/* line 157, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__signup:hover {
  color: #ffffff;
  background-color: #6e9e56;
}

/* line 163, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__signup--sub {
  padding: 15px;
  line-height: 48px;
}

/* line 167, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu.css.scss */
.sitemenu__btn {
  margin: 12px 10px 0 0;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu--editor.css.scss */
.sitemenu--editor {
  height: 3pc;
  line-height: 3pc;
}

/* line 5, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu--editor.css.scss */
.sitemenu__circuit_title {
  font-weight: 500;
  margin-left: 14px;
}

/* line 9, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu--editor.css.scss */
.sitemenu__connection-menu {
  color: #c5cfd9;
  margin-right: 20px;
}

/* line 13, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu--editor.css.scss */
.js-connection_warning {
  color: #6E9E56;
}

/* line 16, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu--editor.css.scss */
.sitemenu__simulator {
  margin: 8px 16px 0 0;
}

/* line 19, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu--editor.css.scss */
.sitemenu__simulator .popover-content {
  width: 200px;
}

/* line 22, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu--editor.css.scss */
.sitemenu__chat_menu {
  margin: 8px 16px 0 0;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub {
  position: relative;
  line-height: 48px;
  height: 48px;
  right: 0;
  left: 0;
  top: 0;
  border-bottom: 1px solid #dfe3e8;
  background-color: #f4f5f6;
}
/* line 11, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub svg {
  fill: #34495e;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub .partner__lab .sitemenu_sub__left__title {
  color: #6E9E56;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub .partner__pcb .sitemenu_sub__left__title {
  color: #0696d7;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub .partner__circuitscribe .sitemenu_sub__left__title {
  color: #00adef;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub .partner__mesh .sitemenu_sub__left__title {
  color: #7FBF34;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub .partner__projectwire .sitemenu_sub__left__title {
  color: #5F027E;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub .partner__eagle .sitemenu_sub__left__title {
  color: #D90035;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub .partner__lab .sitemenu_sub__left__title svg {
  fill: #6E9E56;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub .partner__pcb .sitemenu_sub__left__title svg {
  fill: #0696d7;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub .partner__circuitscribe .sitemenu_sub__left__title svg {
  fill: #00adef;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub .partner__mesh .sitemenu_sub__left__title svg {
  fill: #7FBF34;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub .partner__projectwire .sitemenu_sub__left__title svg {
  fill: #5F027E;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub .partner__eagle .sitemenu_sub__left__title svg {
  fill: #D90035;
}

/* line 18, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__left {
  position: absolute;
  left: 14px;
  color: #34495e;
}

/* line 23, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__left__title {
  line-height: 48px;
  font-weight: 500;
}

/* line 27, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__left__title svg {
  margin: 8px 10px 0 0;
  float: left;
}

/* line 32, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__left__title img {
  margin-top: 8px;
  margin-right: 8px;
}

/* line 36, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__center {
  margin: 0 auto;
  text-align: center;
}

/* line 40, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__center__item {
  line-height: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 0 14px;
  display: inline-block;
}

/* line 47, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__center__item__link {
  line-height: 48px;
  color: #8d9eb0;
  border-bottom: 1px solid transparent;
}

/* line 52, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__center__item__link.active {
  color: #0696d7;
  border-bottom: 1px solid #0696d7;
}
/* line 56, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__center__item__link.active.sitemenu_sub__center__item--collapsed {
  border: none;
}

/* line 60, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__center__item__link:hover {
  color: #0696d7;
}
/* line 62, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__center__item__link:hover svg {
  fill: #0696d7;
}

/* line 66, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__center__item__link__txt {
  float: left;
}

/* line 69, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__center__item__link__more {
  float: right;
  margin-top: 10px;
}
/* line 72, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__center__item__link__more svg {
  fill: #8d9eb0;
}

/* line 76, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__stats {
  margin-left: 30px;
  color: #c5cfd9;
}

/* line 80, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__stats__icon {
  margin-top: 10px;
}
/* line 83, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__stats__icon svg {
  fill: #c5cfd9;
}

/* line 87, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__stats__txt {
  margin: 2px 0 0 6px;
}

/* line 91, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__center--mobile {
  margin: 0 auto;
  text-align: center;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub__center--mobile .partner__lab .sitemenu_sub__center__item__link--mobile {
  color: #6E9E56;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub__center--mobile .partner__pcb .sitemenu_sub__center__item__link--mobile {
  color: #0696d7;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub__center--mobile .partner__circuitscribe .sitemenu_sub__center__item__link--mobile {
  color: #00adef;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub__center--mobile .partner__mesh .sitemenu_sub__center__item__link--mobile {
  color: #7FBF34;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub__center--mobile .partner__projectwire .sitemenu_sub__center__item__link--mobile {
  color: #5F027E;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub__center--mobile .partner__eagle .sitemenu_sub__center__item__link--mobile {
  color: #D90035;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub__center--mobile .partner__lab .sitemenu_sub__center__item__link__more svg {
  fill: #6E9E56;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub__center--mobile .partner__pcb .sitemenu_sub__center__item__link__more svg {
  fill: #0696d7;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub__center--mobile .partner__circuitscribe .sitemenu_sub__center__item__link__more svg {
  fill: #00adef;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub__center--mobile .partner__mesh .sitemenu_sub__center__item__link__more svg {
  fill: #7FBF34;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub__center--mobile .partner__projectwire .sitemenu_sub__center__item__link__more svg {
  fill: #5F027E;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_sub__center--mobile .partner__eagle .sitemenu_sub__center__item__link__more svg {
  fill: #D90035;
}

/* line 99, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__center__list--mobile {
  display: none;
  position: absolute;
  top: 1px;
  left: 50%;
  width: 274px;
  margin-left: -137px;
  margin-top: -1px;
  background: #ffffff;
  border-left: 1px solid #dfe3e8;
  border-right: 1px solid #dfe3e8;
  border-top: none;
}

/* line 112, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__center__item__link--mobile {
  line-height: 48px;
  font-weight: 500;
  color: #8d9eb0;
}
/* line 117, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__center__item__link--mobile:hover {
  color: #34495e;
}

/* line 121, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__center__item--mobile {
  border-bottom: 1px solid #dfe3e8;
}

/* line 125, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__right {
  position: absolute;
  top: -1px;
  right: 8px;
}
/* line 130, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub.css.scss */
.sitemenu_sub__right .circ_btn {
  margin-top: 9px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub--show.css.scss */
.sitemenu_sub--show {
  background: none;
  border: none;
}
@media only screen and (max-width: 991px) {
  /* line 1, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub--show.css.scss */
  .sitemenu_sub--show {
    line-height: 40px;
    height: 40px;
  }
}

/* line 10, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub--show.css.scss */
.sitemenu_sub__left--show {
  left: 0;
}

@media only screen and (max-width: 991px) {
  /* line 14, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub--show.css.scss */
  .sitemenu_sub__center__item--show {
    font-size: 14px;
    padding: 0 6px;
  }
}

/* line 21, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub--show.css.scss */
.sitemenu_sub__center__item__link--show {
  color: #34495e;
}
@media only screen and (max-width: 991px) {
  /* line 21, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_sub--show.css.scss */
  .sitemenu_sub__center__item__link--show {
    line-height: 40px;
  }
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_collapsed.css.scss */
.sitemenu_collapsed {
  display: none;
  position: fixed;
  line-height: 48px;
  height: 48px;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(52, 73, 94, 0.15);
  -moz-box-shadow: 0px 1px 4px 0px rgba(52, 73, 94, 0.15);
  -ms-box-shadow: 0px 1px 4px 0px rgba(52, 73, 94, 0.15);
  -o-box-shadow: 0px 1px 4px 0px rgba(52, 73, 94, 0.15);
  box-shadow: 0px 1px 4px 0px rgba(52, 73, 94, 0.15);
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_collapsed .partner__lab .sitemenu_sub__center__item__link__txt {
  color: #6E9E56;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_collapsed .partner__pcb .sitemenu_sub__center__item__link__txt {
  color: #0696d7;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_collapsed .partner__circuitscribe .sitemenu_sub__center__item__link__txt {
  color: #00adef;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_collapsed .partner__mesh .sitemenu_sub__center__item__link__txt {
  color: #7FBF34;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_collapsed .partner__projectwire .sitemenu_sub__center__item__link__txt {
  color: #5F027E;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_collapsed .partner__eagle .sitemenu_sub__center__item__link__txt {
  color: #D90035;
}
/* line 16, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_collapsed.css.scss */
.sitemenu_collapsed .sitemenu__hamburger {
  padding: 9px 10px;
}
/* line 18, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_collapsed.css.scss */
.sitemenu_collapsed .sitemenu__hamburger svg {
  fill: #34495e;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_collapsed .sitemenu__hamburger .partner__lab svg {
  fill: #6E9E56;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_collapsed .sitemenu__hamburger .partner__pcb svg {
  fill: #0696d7;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_collapsed .sitemenu__hamburger .partner__circuitscribe svg {
  fill: #00adef;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_collapsed .sitemenu__hamburger .partner__mesh svg {
  fill: #7FBF34;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_collapsed .sitemenu__hamburger .partner__projectwire svg {
  fill: #5F027E;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sitemenu_collapsed .sitemenu__hamburger .partner__eagle svg {
  fill: #D90035;
}
@media only screen and (max-width: 991px) {
  /* line 16, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_collapsed.css.scss */
  .sitemenu_collapsed .sitemenu__hamburger {
    border-right: none;
  }
}
/* line 29, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_collapsed.css.scss */
.sitemenu_collapsed .sitemenu__hamburger__icon {
  padding-right: 8px;
}

/* line 34, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_collapsed.css.scss */
.sitemenu_collapsed__left {
  position: absolute;
  left: 0;
}

/* line 38, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_collapsed.css.scss */
.sitemenu_collapsed__left__item {
  line-height: 48px;
}

/* line 41, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_collapsed.css.scss */
.sitemenu_collapsed__left__item__icon {
  float: left;
  line-height: 0;
  margin: 8px 0 0 14px;
}

/* line 46, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_collapsed.css.scss */
.sitemenu_collapsed__left__item__title {
  float: left;
  margin-left: 6px;
  font-weight: 500;
  font-size: 16px;
}

/* line 52, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_collapsed.css.scss */
.sitemenu_collapsed__right {
  position: absolute;
  right: 0;
}

/* line 56, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_collapsed.css.scss */
.sitemenu__avatar--collapsed {
  padding: 8px 10px 8px 10px;
  line-height: 0;
}

/* line 60, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_collapsed.css.scss */
.sitemenu__new--collapsed {
  padding: 0 13px;
}

/* line 63, ../../../app/assets/stylesheets/circuits/objects/menu/sitemenu_collapsed.css.scss */
.sitemenu__new__icon--collapsed {
  padding: 9px 0;
  line-height: 0;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/footer/footer.css.scss */
footer {
  position: absolute;
  left: 0;
  right: 0;
  height: 62px;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #dfe3e8;
}

/* line 10, ../../../app/assets/stylesheets/circuits/objects/footer/footer.css.scss */
.footer__logo {
  position: absolute;
  left: 30px;
  top: 22px;
}

/* line 15, ../../../app/assets/stylesheets/circuits/objects/footer/footer.css.scss */
.footer__links {
  position: absolute;
  right: 30px;
  top: 22px;
}
/* line 20, ../../../app/assets/stylesheets/circuits/objects/footer/footer.css.scss */
.footer__links a {
  color: #c5cfd9;
  font-size: 14px;
  font-weight: 500;
  margin-left: 22px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 272px;
  background: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

/* line 14, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar__inner {
  overflow: auto;
}

/* line 17, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar::-webkit-scrollbar {
  width: 0;
}

/* line 20, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left {
  left: 0;
  -webkit-box-shadow: -2px 0px 4px 0px rgba(52, 73, 94, 0.15) inset;
  -moz-box-shadow: -2px 0px 4px 0px rgba(52, 73, 94, 0.15) inset;
  -ms-box-shadow: -2px 0px 4px 0px rgba(52, 73, 94, 0.15) inset;
  -o-box-shadow: -2px 0px 4px 0px rgba(52, 73, 94, 0.15) inset;
  box-shadow: -2px 0px 4px 0px rgba(52, 73, 94, 0.15) inset;
}

/* line 24, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--right {
  right: 0;
  -webkit-box-shadow: 2px 0px 4px 0px rgba(52, 73, 94, 0.15) inset;
  -moz-box-shadow: 2px 0px 4px 0px rgba(52, 73, 94, 0.15) inset;
  -ms-box-shadow: 2px 0px 4px 0px rgba(52, 73, 94, 0.15) inset;
  -o-box-shadow: 2px 0px 4px 0px rgba(52, 73, 94, 0.15) inset;
  box-shadow: 2px 0px 4px 0px rgba(52, 73, 94, 0.15) inset;
}

/* line 29, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__wrapper {
  position: relative;
  height: 100%;
  margin-top: 8px;
  min-height: 1180px;
}

/* line 35, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__item {
  font-weight: 500;
  line-height: 30px;
  padding: 10px 13px;
}
/* line 40, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__item:hover {
  background-color: #f4f5f6;
}
/* line 44, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__item.active {
  border-right: 4px solid #0696d7;
  color: #0696d7;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__item.active svg {
  fill: #0696d7;
}
/* line 54, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__item:hover svg {
  fill: #0696d7;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__lab .sidebar--left__item:hover {
  color: #6E9E56;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__pcb .sidebar--left__item:hover {
  color: #0696d7;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__circuitscribe .sidebar--left__item:hover {
  color: #00adef;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__mesh .sidebar--left__item:hover {
  color: #7FBF34;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__projectwire .sidebar--left__item:hover {
  color: #5F027E;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__eagle .sidebar--left__item:hover {
  color: #D90035;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__lab .sidebar--left__item:hover svg {
  fill: #6E9E56;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__pcb .sidebar--left__item:hover svg {
  fill: #0696d7;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__circuitscribe .sidebar--left__item:hover svg {
  fill: #00adef;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__mesh .sidebar--left__item:hover svg {
  fill: #7FBF34;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__projectwire .sidebar--left__item:hover svg {
  fill: #5F027E;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__eagle .sidebar--left__item:hover svg {
  fill: #D90035;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__lab .sidebar--left__item.active {
  color: #6E9E56;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__pcb .sidebar--left__item.active {
  color: #0696d7;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__circuitscribe .sidebar--left__item.active {
  color: #00adef;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__mesh .sidebar--left__item.active {
  color: #7FBF34;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__projectwire .sidebar--left__item.active {
  color: #5F027E;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__eagle .sidebar--left__item.active {
  color: #D90035;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__lab .sidebar--left__item.active svg {
  fill: #6E9E56;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__pcb .sidebar--left__item.active svg {
  fill: #0696d7;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__circuitscribe .sidebar--left__item.active svg {
  fill: #00adef;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__mesh .sidebar--left__item.active svg {
  fill: #7FBF34;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__projectwire .sidebar--left__item.active svg {
  fill: #5F027E;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__eagle .sidebar--left__item.active svg {
  fill: #D90035;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__lab .sidebar--left__item.active {
  border-color: #6E9E56;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__pcb .sidebar--left__item.active {
  border-color: #0696d7;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__circuitscribe .sidebar--left__item.active {
  border-color: #00adef;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__mesh .sidebar--left__item.active {
  border-color: #7FBF34;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__projectwire .sidebar--left__item.active {
  border-color: #5F027E;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.partner__eagle .sidebar--left__item.active {
  border-color: #D90035;
}

/* line 65, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__item__icon {
  margin: 0 10px;
  width: 30px;
  height: 30px;
}
/* line 70, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__item__icon svg {
  fill: #34495e;
}

/* line 75, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__item__txt {
  padding-left: 7px;
}

/* line 79, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__divider {
  margin: 12px 20px;
  height: 1px;
  background-color: #dfe3e8;
}

/* line 85, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__links {
  padding: 12px 20px;
}

/* line 88, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__link {
  padding: 2px 0;
}
/* line 91, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__link a, .sidebar--left__link a:visited {
  color: #8d9eb0;
  font-weight: 400;
  font-size: 14px;
}

/* line 97, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__link__social svg {
  fill: #8d9eb0;
}

/* line 100, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__link__social:hover svg {
  fill: #0696d7;
}

/* line 103, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__bottom {
  position: absolute;
  bottom: 0;
  margin: 0 20px;
  padding: 12px 0;
}

/* line 110, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__family__heading {
  padding: 8px 0 12px 0;
}

/* line 113, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__family__member {
  margin: 7px 0;
}

/* line 116, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__family__info {
  width: 160px;
  padding-left: 10px;
  font-size: 12px;
}

/* line 121, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__family__title {
  font-weight: 500;
  margin: 5px 0 -2px 0;
}

/* line 125, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__family__desc {
  color: #8d9eb0;
  font-size: 11px;
  padding-top: 3px;
}

/* line 130, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__footer {
  color: #8d9eb0;
  font-weight: 400;
  font-size: 14px;
  border-top: 1px solid #dfe3e8;
  padding: 12px 0;
  margin-top: 12px;
}

/* line 138, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__footer__caru {
  margin: 6px 0 16px 0;
}

/* line 141, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__footer__link {
  margin: 2px 0;
}
/* line 143, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__footer__link a, .sidebar--left__footer__link a:visited {
  color: #8d9eb0;
}

/* line 148, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--left__footer__copyright {
  margin-top: 12px;
}

/* line 151, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--right {
  padding-top: 26px;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sidebar--right .partner__lab .circ_btn {
  background-color: #6E9E56;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sidebar--right .partner__pcb  {
  background-color: #0696d7;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sidebar--right .partner__circuitscribe .circ_btn {
  background-color: #00adef;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sidebar--right .partner__mesh .circ_btn {
  background-color: #7FBF34;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sidebar--right .partner__projectwire .circ_btn {
  background-color: #5F027E;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sidebar--right .partner__eagle .circ_btn {
  background-color: #D90035;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sidebar--right .partner__lab .circ_btn {
  border-color: #6E9E56;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sidebar--right .partner__pcb .circ_btn {
  border-color: #0696d7;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sidebar--right .partner__circuitscribe .circ_btn {
  border-color: #00adef;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sidebar--right .partner__mesh .circ_btn {
  border-color: #7FBF34;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sidebar--right .partner__projectwire .circ_btn {
  border-color: #5F027E;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.sidebar--right .partner__eagle .circ_btn {
  border-color: #D90035;
}
/* line 157, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--right .partner__pcb__eagle .circ_btn {
  background: #ffffff;
  color: #6E9E56;
  border-color: #6E9E56;
}
/* line 162, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--right .partner__pcb__eagle .circ_btn svg {
  fill: #6E9E56;
}

/* line 167, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--right__content {
  margin: 0 20px;
}

/* line 170, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--right__title--other {
  padding-top: 140px;
}

/* line 173, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--right__title {
  margin: 0 0 6px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #dfe3e8;
}

/* line 178, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--right__cta {
  padding: 6px 0;
}

/* line 181, ../../../app/assets/stylesheets/circuits/objects/sidebar/sidebar.css.scss */
.sidebar--right__devider {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #dfe3e8;
}

/* OBJECTS */
/* line 1, ../../../app/assets/stylesheets/circuits/objects/body/body.css.scss */
html {
  height: 100%;
}

/* line 4, ../../../app/assets/stylesheets/circuits/objects/body/body.css.scss */
body {
  font-family: ArtifaktElement,Roboto,\FF2D\FF33\ \FF30\30B4\30B7\30C3\30AF,MS PGothic,Osaka,宋体,SimSun,华文细黑,STXihei,新細明體,PMingLiU,蘋果儷細宋,Apple LiSung Light,sans-serif;
  font-size: 15px;
  background-color: #f4f5f6;
  color: #34495e;
  min-height: 100%;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/text/links.css.scss */
a {
  text-decoration: none;
  color: #34495e;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
/* line 7, ../../../app/assets/stylesheets/circuits/objects/text/links.css.scss */
a:hover {
  color: #0696d7;
}
/* line 11, ../../../app/assets/stylesheets/circuits/objects/text/links.css.scss */
a.link {
  text-decoration: underline;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/blocks/block.css.scss */
.block {
  background: #ffffff;
  padding: 35px;
  border: 1px solid #dfe3e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.block .partner__lab .block__title {
  color: #6E9E56;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.block .partner__pcb .block__title {
  color: #0696d7;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.block .partner__circuitscribe .block__title {
  color: #00adef;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.block .partner__mesh .block__title {
  color: #7FBF34;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.block .partner__projectwire .block__title {
  color: #5F027E;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.block .partner__eagle .block__title {
  color: #D90035;
}

/* line 9, ../../../app/assets/stylesheets/circuits/objects/blocks/block.css.scss */
.block__title {
  font-size: 28px;
  font-weight: 300;
}

/* line 13, ../../../app/assets/stylesheets/circuits/objects/blocks/block.css.scss */
.block__desc {
  margin-top: 9px;
  line-height: 24px;
  color: #8d9eb0;
}
/* line 18, ../../../app/assets/stylesheets/circuits/objects/blocks/block.css.scss */
.block__desc a {
  text-decoration: underline;
}

/* line 22, ../../../app/assets/stylesheets/circuits/objects/blocks/block.css.scss */
.block__btn {
  margin-top: 50px;
}
/* line 25, ../../../app/assets/stylesheets/circuits/objects/blocks/block.css.scss */
.block__btn .circ_btn {
  float: left;
  margin-right: 8px;
}

/* line 30, ../../../app/assets/stylesheets/circuits/objects/blocks/block.css.scss */
.block__price {
  float: left;
  margin-left: 5px;
  font-size: 24px;
  color: #8d9eb0;
  line-height: 40px;
}

/* line 38, ../../../app/assets/stylesheets/circuits/objects/blocks/block.css.scss */
.block__right {
  float: right;
  width: 300px;
}

@media only screen and (max-width: 991px) {
  /* line 42, ../../../app/assets/stylesheets/circuits/objects/blocks/block.css.scss */
  .block__img {
    margin-bottom: 30px;
  }
}
/* line 46, ../../../app/assets/stylesheets/circuits/objects/blocks/block.css.scss */
.block__img img {
  width: 100%;
}

/* line 13, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  border: 1px solid #0696d7;
}
/* line 28, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn:hover {
  outline: none;
}
/* line 32, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn.disabled, .code_editor__select__option.active .circ_btn {
  cursor: not-allowed;
  color: #34495e;
  opacity: 0.5;
}
/* line 38, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn.outofstock {
  cursor: not-allowed;
}

/* line 43, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn__icon {
  float: left;
}
/* line 46, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn__icon svg {
  float: left;
  line-height: 0;
}

/* line 51, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn__txt {
  float: left;
}

@media only screen and (max-width: 991px) {
  /* line 57, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
  .circ_btn--collapsable > :nth-child(2) {
    display: none;
  }
}

/* line 62, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn--justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

/* line 67, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn--align-left {
  width: 100%;
}

/* line 81, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn--xxxl {
  font-size: 18px;
  line-height: 48px;
  padding-right: 30px;
  padding-left: 20px;
}
/* line 88, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn--xxxl .circ_btn__txt {
  margin-left: 10px;
}
/* line 92, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn--xxxl .circ_btn__icon svg {
  margin: 9px 0;
}
@media only screen and (max-width: 991px) {
  /* line 96, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
  .circ_btn--xxxl.circ_btn--collapsable svg {
    margin: 9px -20px 9px -10px;
  }
}

/* line 106, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn--xxl {
  font-size: 16px;
  line-height: 43px;
  padding-right: 11px;
  padding-left: 6px;
}
/* line 113, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn--xxl .circ_btn__txt {
  margin-left: 6px;
}
/* line 117, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn--xxl .circ_btn__icon svg {
  margin: 4px 0;
}
@media only screen and (max-width: 991px) {
  /* line 121, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
  .circ_btn--xxl.circ_btn--collapsable svg {
    margin: 4px -4px 4px 0;
  }
}

/* line 131, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn--xl {
  font-size: 16px;
  line-height: 38px;
  padding-right: 11px;
  padding-left: 6px;
}
/* line 138, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn--xl .circ_btn__txt {
  margin-left: 6px;
}
/* line 142, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn--xl .circ_btn__icon svg {
  margin: 4px 0;
}
@media only screen and (max-width: 991px) {
  /* line 146, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
  .circ_btn--xl.circ_btn--collapsable svg {
    margin: 4px -4px 4px 0;
  }
}

/* line 152, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
input.circ_btn--xl {
  padding-left: 12px;
}

/* line 159, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn--m {
  font-size: 14px;
  line-height: 30px;
  padding-right: 10px;
  padding-left: 5px;
}
.circ_btn--m.disabled {
  opacity: 0.5;
}
/* line 166, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn--m .circ_btn__txt {
  margin-left: 5px;
}
/* line 170, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn--m .circ_btn__icon svg {
  margin: 0;
}

/* line 173, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn--m .circ_btn__icon--single {
  margin-right: -8px;
  margin-left: -2px;
}
@media only screen and (max-width: 991px) {
  /* line 178, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
  .circ_btn--m.circ_btn--collapsable svg {
    margin: 0 -8px 0 -3px;
  }
}

/* line 184, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
input.circ_btn--m {
  padding-left: 10px;
}

.circ_btn--m_icon{
  font-size: 14px;
  line-height: 32px - 2px; /* -2px for borders */

  padding-right: 3px;
  padding-left: 3px;
}

/* line 192, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn--s {
  font-size: 14px;
  line-height: 26px;
  padding: 0 9px;
}
/* line 197, ../../../app/assets/stylesheets/circuits/objects/buttons/btn.css.scss */
.circ_btn--s .circ_btn__txt {
  padding: 0;
}

/* line 65, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--accent_white_accent {
  background: #0696d7;
  color: #ffffff;
  border-color: #0696d7;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--accent_white_accent svg {
  fill: #ffffff;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--accent_white_accent:hover {
  background: #0573a5;
  border-color: #0573a5;
  color: #ffffff;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--accent_white_accent:hover svg {
  fill: #ffffff;
}

/* line 68, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_accent_accent {
  background: none;
  color: #0696d7;
  border-color: #0696d7;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_accent_accent svg {
  fill: #0696d7;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_accent_accent:hover {
  background: none;
  border-color: #0573a5;
  color: #0696d7;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_accent_accent:hover svg {
  fill: #0696d7;
}

/* line 71, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_accent_none {
  background: none;
  color: #0696d7;
  border: none;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_accent_none svg {
  fill: #0696d7;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_accent_none:hover {
  background: none;
  border-color: none;
  color: #0696d7;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_accent_none:hover svg {
  fill: #0696d7;
}

/* line 74, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_base_borders {
  background: none;
  color: #34495e;
  border-color: #dfe3e8;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_base_borders svg {
  fill: #34495e;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_base_borders:hover {
  background: none;
  border-color: #5C95DA;
  color: #5C95DA
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_base_borders:hover svg {
  fill: #5C95DA;
}
/* line 76, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_base_borders.active {
  background: #0696d7;
  color: #ffffff;
  border-color: #0696d7;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_base_borders.active svg {
  fill: #ffffff;
}

/* line 80, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--background_base_borders {
  background: #f4f5f6;
  color: #34495e;
  border-color: #dfe3e8;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--background_base_borders svg {
  fill: #34495e;
}
/* line 19, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--background_base_borders:hover {
  background: #dfe3e8;
  border-color: #dfe3e8;
  color: #34495e;
}
/* line 31, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--background_base_borders:hover svg {
  fill: #34495e;
}
/* line 83, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--background_base_borders.active {
  background: #0696d7;
  color: #ffffff;
  border-color: #0696d7;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--background_base_borders.active svg {
  fill: #ffffff;
}

/* line 87, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_level2_borders {
  background: none;
  color: #8d9eb0;
  border-color: #dfe3e8;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_level2_borders svg {
  fill: #8d9eb0;
}
/* line 19, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_level2_borders:hover {
  background: none;
  border-color: #c5cfd9;
  color: #34495e;
}
/* line 31, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_level2_borders:hover svg {
  fill: #34495e;
}

/* line 91, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_white_white {
  background: none;
  color: #ffffff;
  border-color: #ffffff;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_white_white svg {
  fill: #ffffff;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_white_white:hover {
  background: none;
  border-color: #e6e6e6;
  color: #ffffff;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--none_white_white:hover svg {
  fill: #ffffff;
}

/* line 94, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--dark_level2_borders-on-black {
  background: #11181f;
  color: #8d9eb0;
  border-color: #2f3943;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--dark_level2_borders-on-black svg {
  fill: #8d9eb0;
}
/* line 19, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--dark_level2_borders-on-black:hover {
  background: #2f3943;
  border-color: #2f3943;
  color: #ffffff;
}
/* line 31, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--dark_level2_borders-on-black:hover svg {
  fill: #ffffff;
}
/* line 97, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--dark_level2_borders-on-black.active {
  background: #8d9eb0;
  color: #11181f;
  border-color: #8d9eb0;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--dark_level2_borders-on-black.active svg {
  fill: #11181f;
}

/* line 101, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--error_white_error {
  background: #ff5f48;
  color: #ffffff;
  border-color: #ff5f48;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--error_white_error svg {
  fill: #ffffff;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--error_white_error:hover {
  background: #ff3215;
  border-color: #ff3215;
  color: #ffffff;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--error_white_error:hover svg {
  fill: #ffffff;
}

/* line 107, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--level3_white_level3 {
  background: #c5cfd9;
  color: #ffffff;
  border-color: #c5cfd9;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--level3_white_level3 svg {
  fill: #ffffff;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--level3_white_level3:hover {
  background: #a6b5c5;
  border-color: #a6b5c5;
  color: #ffffff;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--level3_white_level3:hover svg {
  fill: #ffffff;
}

/* line 114, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_lab {
  background: #6E9E56;
  color: #ffffff;
  border-color: #6E9E56;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_lab svg {
  fill: #ffffff;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_lab:hover {
  background: #577d44;
  border-color: #577d44;
  color: #ffffff;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_lab:hover svg {
  fill: #ffffff;
}

/* line 117, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_lab--empty {
  background: none;
  color: #6E9E56;
  border-color: #6E9E56;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_lab--empty svg {
  fill: #6E9E56;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_lab--empty:hover {
  background: none;
  border-color: #577d44;
  color: #6E9E56;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_lab--empty:hover svg {
  fill: #6E9E56;
}

/* line 120, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_pcb {
  background: #0696d7;
  color: #ffffff;
  border-color: #0696d7;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_pcb svg {
  fill: #ffffff;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_pcb:hover {
  background: #0573a5;
  border-color: #0573a5;
  color: #ffffff;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_pcb:hover svg {
  fill: #ffffff;
}

/* line 123, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_pcb--empty {
  background: none;
  color: #0696d7;
  border-color: #0696d7;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_pcb--empty svg {
  fill: #0696d7;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_pcb--empty:hover {
  background: none;
  border-color: #0573a5;
  color: #0696d7;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_pcb--empty:hover svg {
  fill: #0696d7;
}

/* line 126, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_circuitscribe {
  background: #00adef;
  color: #ffffff;
  border-color: #00adef;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_circuitscribe svg {
  fill: #ffffff;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_circuitscribe:hover {
  background: #0088bc;
  border-color: #0088bc;
  color: #ffffff;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_circuitscribe:hover svg {
  fill: #ffffff;
}

/* line 129, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_circuitscribe--empty {
  background: none;
  color: #00adef;
  border-color: #00adef;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_circuitscribe--empty svg {
  fill: #00adef;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_circuitscribe--empty:hover {
  background: none;
  border-color: #0088bc;
  color: #00adef;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_circuitscribe--empty:hover svg {
  fill: #00adef;
}

/* line 132, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_mesh {
  background: #7FBF34;
  color: #ffffff;
  border-color: #7FBF34;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_mesh svg {
  fill: #ffffff;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_mesh:hover {
  background: #649729;
  border-color: #649729;
  color: #ffffff;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_mesh:hover svg {
  fill: #ffffff;
}

/* line 135, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_mesh--empty {
  background: none;
  color: #7FBF34;
  border-color: #7FBF34;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_mesh--empty svg {
  fill: #7FBF34;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_mesh--empty:hover {
  background: none;
  border-color: #649729;
  color: #7FBF34;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_mesh--empty:hover svg {
  fill: #7FBF34;
}

/* line 138, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_projectwire {
  background: #5F027E;
  color: #ffffff;
  border-color: #5F027E;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_projectwire svg {
  fill: #ffffff;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_projectwire:hover {
  background: #39014c;
  border-color: #39014c;
  color: #ffffff;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_projectwire:hover svg {
  fill: #ffffff;
}

/* line 141, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_projectwire--empty {
  background: none;
  color: #5F027E;
  border-color: #5F027E;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_projectwire--empty svg {
  fill: #5F027E;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_projectwire--empty:hover {
  background: none;
  border-color: #39014c;
  color: #5F027E;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_projectwire--empty:hover svg {
  fill: #5F027E;
}

/* line 144, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_eagle {
  background: #D90035;
  color: #ffffff;
  border-color: #D90035;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_eagle svg {
  fill: #ffffff;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_eagle:hover {
  background: #a60029;
  border-color: #a60029;
  color: #ffffff;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_eagle:hover svg {
  fill: #ffffff;
}

/* line 147, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_eagle--empty {
  background: none;
  color: #D90035;
  border-color: #D90035;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_eagle--empty svg {
  fill: #D90035;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_eagle--empty:hover {
  background: none;
  border-color: #a60029;
  color: #D90035;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hub_eagle--empty:hover svg {
  fill: #D90035;
}

/* line 155, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--social_facebook {
  background: #3b5997;
  color: #ffffff;
  border-color: #3b5997;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--social_facebook svg {
  fill: #ffffff;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--social_facebook:hover {
  background: #2d4372;
  border-color: #2d4372;
  color: #ffffff;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--social_facebook:hover svg {
  fill: #ffffff;
}

/* line 158, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--social_twitter {
  background: #54abee;
  color: #ffffff;
  border-color: #54abee;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--social_twitter svg {
  fill: #ffffff;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--social_twitter:hover {
  background: #2694e9;
  border-color: #2694e9;
  color: #ffffff;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--social_twitter:hover svg {
  fill: #ffffff;
}

/* line 161, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--social_reddit {
  background: #cee3f8;
  color: #34495e;
  border-color: #cee3f8;
}
/* line 9, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--social_reddit svg {
  fill: #34495e;
}
/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--social_reddit:hover {
  background: #a1c9f2;
  border-color: #a1c9f2;
  color: #34495e;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--social_reddit:hover svg {
  fill: #34495e;
}

/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hover--none_accent_accent:hover {
  background: none;
  border-color: #0573a5;
  color: #0696d7;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hover--none_accent_accent:hover svg {
  fill: #0696d7;
}

/* line 37, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hover--none_red_red:hover {
  background: none;
  border-color: #ff3215;
  color: #ff5f48;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/buttons/btn--colors.css.scss */
.circ_btn--hover--none_red_red:hover svg {
  fill: #ff5f48;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/dialogues/dialogue.css.scss */
.circuits_dialogue {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 450px;
  margin: -50px 0 0 -225px;
  border: 2px solid #0696d7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-weight: 700;
}

/* line 10, ../../../app/assets/stylesheets/circuits/objects/dialogues/dialogue.css.scss */
.circuits_dialogue__top {
  background: #0696d7;
  color: #ffffff;
  padding: 4px 7px 4px 14px;
}

/* line 15, ../../../app/assets/stylesheets/circuits/objects/dialogues/dialogue.css.scss */
.circuits_dialogue__top .left {
  line-height: 24px;
}

/* line 18, ../../../app/assets/stylesheets/circuits/objects/dialogues/dialogue.css.scss */
.circuits_dialogue__top .right {
  line-height: 0;
  margin-top: -2px;
}

/* line 22, ../../../app/assets/stylesheets/circuits/objects/dialogues/dialogue.css.scss */
.circuits_dialogue__body {
  background: #ffffff;
  color: #0696d7;
  padding: 12px 14px;
}

/* line 27, ../../../app/assets/stylesheets/circuits/objects/dialogues/dialogue.css.scss */
.circuits_dialogue__content a {
  color: #0696d7;
  border-bottom: 1px solid #0696d7;
}

/* line 31, ../../../app/assets/stylesheets/circuits/objects/dialogues/dialogue.css.scss */
.circuits_dialogue__buttons {
  margin: 20px 0 0 0;
}

/* line 34, ../../../app/assets/stylesheets/circuits/objects/dialogues/dialogue.css.scss */
.circuits_dialogue__buttons .circ_btn {
  margin: 0 10px 0 0;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/dialogues/error.css.scss */
.circuits_error {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 350px;
  margin: -50px 0 0 -175px;
  border: 2px solid #ff5f48;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-weight: 700;
}

/* line 10, ../../../app/assets/stylesheets/circuits/objects/dialogues/error.css.scss */
.circuits_error__top {
  background: #ff5f48;
  color: #ffffff;
  padding: 4px 7px 4px 14px;
}
/* line 15, ../../../app/assets/stylesheets/circuits/objects/dialogues/error.css.scss */
.circuits_error__top .left {
  line-height: 24px;
}
/* line 19, ../../../app/assets/stylesheets/circuits/objects/dialogues/error.css.scss */
.circuits_error__top .right {
  line-height: 0;
  margin-top: -2px;
}
/* line 24, ../../../app/assets/stylesheets/circuits/objects/dialogues/error.css.scss */
.circuits_error__top svg {
  fill: #ffffff;
}

/* line 28, ../../../app/assets/stylesheets/circuits/objects/dialogues/error.css.scss */
.circuits_error__body {
  background: #ffffff;
  color: #ff5f48;
  padding: 12px 14px;
}

/* line 33, ../../../app/assets/stylesheets/circuits/objects/dialogues/error.css.scss */
.circuits_error__body a {
  text-decoration: underline;
}

/* line 36, ../../../app/assets/stylesheets/circuits/objects/dialogues/error.css.scss */
.circuits_error__body a.circ_btn {
  background: #ff5f48;
  color: #ffffff;
  text-decoration: none;
}
/* line 92, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.circuits_error__body a.circ_btn:hover {
  background-color: #ff3215;
}

/* line 42, ../../../app/assets/stylesheets/circuits/objects/dialogues/error.css.scss */
.circuits_error__back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* line 48, ../../../app/assets/stylesheets/circuits/objects/dialogues/error.css.scss */
.icon__close_error svg {
  fill: #ffffff;
}

/* line 51, ../../../app/assets/stylesheets/circuits/objects/dialogues/error.css.scss */
.icon__close_error:hover svg {
  fill: #000000;
}

/* line 54, ../../../app/assets/stylesheets/circuits/objects/dialogues/error.css.scss */
.circuits_error--warning {
  border: 2px solid #f48220;
}

/* line 57, ../../../app/assets/stylesheets/circuits/objects/dialogues/error.css.scss */
.circuits_error--warning .circuits_error__top {
  background: #f48220;
}

/* line 60, ../../../app/assets/stylesheets/circuits/objects/dialogues/error.css.scss */
.circuits_error--warning .circuits_error__body {
  color: #34495e;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/forms/forms.css.scss */
.text-input, textarea {
  background: #ffffff;
  border: 1px solid #dfe3e8;
  padding: 11px 14px 12px 14px;
  width: 100%;
  color: #34495e;
}
/* line 8, ../../../app/assets/stylesheets/circuits/objects/forms/forms.css.scss */
.text-input:focus, textarea:focus {
  border-color: #0696d7;
  -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);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -o-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);
}

/* line 13, ../../../app/assets/stylesheets/circuits/objects/forms/forms.css.scss */
.text-input--s {
  padding: 7px 8px;
}

/* line 16, ../../../app/assets/stylesheets/circuits/objects/forms/forms.css.scss */
.text-input--rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 20, ../../../app/assets/stylesheets/circuits/objects/forms/forms.css.scss */
.label, label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* line 26, ../../../app/assets/stylesheets/circuits/objects/forms/forms.css.scss */
select {
  width: 100%;
}

/*
 * ------------------------
 * AUTOCOMPLETE
 * ------------------------
 */
/* line 7, ../../../app/assets/stylesheets/circuits/objects/forms/autocomplete.css.scss */
.ui-widget-content {
  border: 2px solid #ebedef;
  background: #ffffff;
  color: #222222;
}

/* line 12, ../../../app/assets/stylesheets/circuits/objects/forms/autocomplete.css.scss */
.ui-widget-content a {
  color: #222222;
}

/* line 15, ../../../app/assets/stylesheets/circuits/objects/forms/autocomplete.css.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 20, ../../../app/assets/stylesheets/circuits/objects/forms/autocomplete.css.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: normal;
}

/* line 28, ../../../app/assets/stylesheets/circuits/objects/forms/autocomplete.css.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  max-height: 200px;
  overflow-y: auto;
}

/* line 36, ../../../app/assets/stylesheets/circuits/objects/forms/autocomplete.css.scss */
.ui-helper-hidden {
  display: none;
}

/* line 39, ../../../app/assets/stylesheets/circuits/objects/forms/autocomplete.css.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 49, ../../../app/assets/stylesheets/circuits/objects/forms/autocomplete.css.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 59, ../../../app/assets/stylesheets/circuits/objects/forms/autocomplete.css.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 65, ../../../app/assets/stylesheets/circuits/objects/forms/autocomplete.css.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 68, ../../../app/assets/stylesheets/circuits/objects/forms/autocomplete.css.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 71, ../../../app/assets/stylesheets/circuits/objects/forms/autocomplete.css.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 80, ../../../app/assets/stylesheets/circuits/objects/forms/autocomplete.css.scss */
.ui-front {
  z-index: 100;
}

/* line 83, ../../../app/assets/stylesheets/circuits/objects/forms/autocomplete.css.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* line 86, ../../../app/assets/stylesheets/circuits/objects/forms/autocomplete.css.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 92, ../../../app/assets/stylesheets/circuits/objects/forms/autocomplete.css.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/icons/icons.css.scss */
[data-icon]:before {
  font-family: "123D Circuits";
  content: attr(data-icon);
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

/* line 11, ../../../app/assets/stylesheets/circuits/objects/icons/icons.css.scss */
.icon--verybig {
  transform: scale(2);
}

/* SEARCH */
/* line 16, ../../../app/assets/stylesheets/circuits/objects/icons/icons.css.scss */
.icon__search svg {
  fill: #c5cfd9;
}

/* line 19, ../../../app/assets/stylesheets/circuits/objects/icons/icons.css.scss */
.icon__search:hover svg {
  fill: #34495e;
}

/* CLEAR SEARCH */
/* line 25, ../../../app/assets/stylesheets/circuits/objects/icons/icons.css.scss */
.icon__clear svg {
  fill: #0696d7;
}

/* line 28, ../../../app/assets/stylesheets/circuits/objects/icons/icons.css.scss */
.icon__clear:hover svg {
  fill: #34495e;
}

/* SHOPPINGCART */
/* line 34, ../../../app/assets/stylesheets/circuits/objects/icons/icons.css.scss */
.icon__shoppingcart svg {
  fill: #ffffff;
}

/* line 37, ../../../app/assets/stylesheets/circuits/objects/icons/icons.css.scss */
.icon__shoppingcart:hover svg {
  fill: #ffffff;
}

/* CLOSE ERROR */
/* line 43, ../../../app/assets/stylesheets/circuits/objects/icons/icons.css.scss */
.icon__close_error svg {
  fill: #ffffff;
}

/* line 46, ../../../app/assets/stylesheets/circuits/objects/icons/icons.css.scss */
.icon__close_error:hover svg {
  fill: #34495e;
}

/* CHAT SETTINGS */
/* line 52, ../../../app/assets/stylesheets/circuits/objects/icons/icons.css.scss */
.chat__top__settings svg {
  fill: #ffffff;
}

/* line 55, ../../../app/assets/stylesheets/circuits/objects/icons/icons.css.scss */
.icon__close_error:hover svg {
  fill: #34495e;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/images/thumbs.css.scss */
.thumb-image--breadboard {
  background: #f4f5f6;
}

/* line 4, ../../../app/assets/stylesheets/circuits/objects/images/thumbs.css.scss */
.thumb-image--schematic {
  background: #f4f5f6;
}

/* line 7, ../../../app/assets/stylesheets/circuits/objects/images/thumbs.css.scss */
.thumb-image--pcb {
  background: #11181f;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/spinner/spinner.css */
.circuits_spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  text-align: center;
}

/* line 11, ../../../app/assets/stylesheets/circuits/objects/spinner/spinner.css */
.circuits_spinner > div {
  width: 10px;
  height: 10px;
  background-color: #0696d7;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: circuits_spinner__bouncedelay 1.4s infinite ease-in-out;
  animation: circuits_spinner__bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 23, ../../../app/assets/stylesheets/circuits/objects/spinner/spinner.css */
.circuits_spinner .circuits_spinner__bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 28, ../../../app/assets/stylesheets/circuits/objects/spinner/spinner.css */
.circuits_spinner .circuits_spinner__bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes circuits_spinner__bouncedelay {
  10% {
    -webkit-transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0);
  }
  80% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes circuits_spinner__bouncedelay {
  10% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  40% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  80% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* line 1, ../../../app/assets/stylesheets/circuits/objects/text/paragraph.css.scss */
p {
  font-size: 16px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/text/titles.css.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-weight: 300;
  color: inherit;
  text-rendering: optimizelegibility;
}

/* line 15, ../../../app/assets/stylesheets/circuits/objects/text/titles.css.scss */
h1 {
  font-size: 48px;
  line-height: 52px;
}
@media only screen and (max-width: 991px) {
  /* line 15, ../../../app/assets/stylesheets/circuits/objects/text/titles.css.scss */
  h1 {
    font-size: 36px;
    line-height: 34px;
  }
}

/* line 25, ../../../app/assets/stylesheets/circuits/objects/text/titles.css.scss */
h2 {
  font-size: 32px;
  line-height: 30px;
}

/* line 30, ../../../app/assets/stylesheets/circuits/objects/text/titles.css.scss */
h3 {
  font-size: 24px;
  line-height: 20px;
}

/* line 35, ../../../app/assets/stylesheets/circuits/objects/text/titles.css.scss */
h4 {
  font-size: 20px;
  line-height: 20px;
}

/* line 40, ../../../app/assets/stylesheets/circuits/objects/text/titles.css.scss */
h5 {
  font-size: 16px;
  line-height: 20px;
}

/* line 45, ../../../app/assets/stylesheets/circuits/objects/text/titles.css.scss */
h6 {
  font-size: 14px;
  line-height: 20px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/tooltips/tooltips.css.scss */
.tipsy {
  font-size: 14px;
  font-family: "ArtifaktElement", "Roboto", "\FF2D\FF33    \FF30\30B4\30B7\30C3\30AF", "MS PGothic", Osaka, 宋体, SimSun, 华文细黑, STXihei, 新細明體, PMingLiU, 蘋果儷細宋, Apple LiSung Light, sans-serif;
  position: absolute;
  padding: 5px;
  z-index: 100000;
  font-weight: 700;
  pointer-events: none;
  opacity: 0.9;
}

/* line 11, ../../../app/assets/stylesheets/circuits/objects/tooltips/tooltips.css.scss */
.tipsy-inner {
  background-color: #2e4258;
  color: #ffffff;
  max-width: 200px;
  padding: 6px 12px 6px 12px;
  text-align: center;
}

/* Rounded corners */
/* line 20, ../../../app/assets/stylesheets/circuits/objects/tooltips/tooltips.css.scss */
.tipsy-inner {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* line 25, ../../../app/assets/stylesheets/circuits/objects/tooltips/tooltips.css.scss */
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #2e4258;
}

/* Rules to colour arrows */
/* line 34, ../../../app/assets/stylesheets/circuits/objects/tooltips/tooltips.css.scss */
.tipsy-arrow-n {
  border-bottom-color: #2e4258;
}

/* line 38, ../../../app/assets/stylesheets/circuits/objects/tooltips/tooltips.css.scss */
.tipsy-arrow-s {
  border-top-color: #2e4258;
}

/* line 42, ../../../app/assets/stylesheets/circuits/objects/tooltips/tooltips.css.scss */
.tipsy-arrow-e {
  border-left-color: #2e4258;
}

/* line 46, ../../../app/assets/stylesheets/circuits/objects/tooltips/tooltips.css.scss */
.tipsy-arrow-w {
  border-right-color: #2e4258;
}

/* line 50, ../../../app/assets/stylesheets/circuits/objects/tooltips/tooltips.css.scss */
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 60, ../../../app/assets/stylesheets/circuits/objects/tooltips/tooltips.css.scss */
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 69, ../../../app/assets/stylesheets/circuits/objects/tooltips/tooltips.css.scss */
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 78, ../../../app/assets/stylesheets/circuits/objects/tooltips/tooltips.css.scss */
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 88, ../../../app/assets/stylesheets/circuits/objects/tooltips/tooltips.css.scss */
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 97, ../../../app/assets/stylesheets/circuits/objects/tooltips/tooltips.css.scss */
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 106, ../../../app/assets/stylesheets/circuits/objects/tooltips/tooltips.css.scss */
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 116, ../../../app/assets/stylesheets/circuits/objects/tooltips/tooltips.css.scss */
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/shadowbox/shadowbox.css.scss */
.shadowbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 8, ../../../app/assets/stylesheets/circuits/objects/shadowbox/shadowbox.css.scss */
.shadowbox__inner {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 320px;
  height: 500px;
  margin-left: -160px;
}

/* line 16, ../../../app/assets/stylesheets/circuits/objects/shadowbox/shadowbox.css.scss */
.shadowbox__iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #dfe3e8;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 23, ../../../app/assets/stylesheets/circuits/objects/shadowbox/shadowbox.css.scss */
.shadowbox__iframe--include {
  background: #ffffff;
  text-align: center;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/user/avatar.css.scss */
.avatar {
  line-height: 0;
}

/* line 4, ../../../app/assets/stylesheets/circuits/objects/user/avatar.css.scss */
.avatar--small {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}

/* line 9, ../../../app/assets/stylesheets/circuits/objects/user/avatar.css.scss */
.avatar--mediumsmall {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
}

/* line 14, ../../../app/assets/stylesheets/circuits/objects/user/avatar.css.scss */
.avatar--medium {
  width: 45px;
  height: 45px;
  margin-top: 1px;
  min-width: 0px;
  min-height: 0px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
}

/* line 19, ../../../app/assets/stylesheets/circuits/objects/user/avatar.css.scss */
.avatar--big {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}

/* line 24, ../../../app/assets/stylesheets/circuits/objects/user/avatar.css.scss */
.avatar--extralarge {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/user/badge.css.scss */
.badge {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 8, ../../../app/assets/stylesheets/circuits/objects/user/badge.css.scss */
.badge--staff {
  background: #f48220;
}

/* line 11, ../../../app/assets/stylesheets/circuits/objects/user/badge.css.scss */
.badge--premium {
  background: #6E9E56;
}

/* line 2, ../../../app/assets/stylesheets/circuits/objects/upload/upload.css.scss */
.upload__btn {
  margin: 10px 0;
}
/* line 5, ../../../app/assets/stylesheets/circuits/objects/upload/upload.css.scss */
.upload__progress {
  display: none;
}
/* line 8, ../../../app/assets/stylesheets/circuits/objects/upload/upload.css.scss */
.upload__progress__bar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 0%;
  font-size: 1em;
  color: #ffffff;
  padding: 10px;
  background: #f48220;
}
/* line 17, ../../../app/assets/stylesheets/circuits/objects/upload/upload.css.scss */
.upload__item {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #D90035;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}
/* line 24, ../../../app/assets/stylesheets/circuits/objects/upload/upload.css.scss */
.upload__item__info {
  color: #ffffff;
  border-top: 1px dashed #dfe3e8;
  padding-top: 5px;
  margin-top: 7px;
  font-size: 12px;
}
/* line 31, ../../../app/assets/stylesheets/circuits/objects/upload/upload.css.scss */
.upload__item__info__size {
  float: left;
}
/* line 35, ../../../app/assets/stylesheets/circuits/objects/upload/upload.css.scss */
.upload__item__info__delete {
  float: right;
}
/* line 38, ../../../app/assets/stylesheets/circuits/objects/upload/upload.css.scss */
.upload__item__info__delete a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/upload/cruncher.css.scss */
.cruncherloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  opacity: 0.9;
  pointer-events: none;
}

/* line 9, ../../../app/assets/stylesheets/circuits/objects/upload/cruncher.css.scss */
.cruncherloader__txt {
  position: absolute;
  width: 500px;
  text-align: center;
  bottom: 50%;
  left: 50%;
  margin-left: -250px;
  margin-bottom: -50px;
  font-weight: 500;
  font-size: 14px;
  color: #0696d7;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/favorite/favorite.css.scss */
.favorite svg {
  stroke: #c5cfd9;
  stroke-width: 2px;
}

/* line 5, ../../../app/assets/stylesheets/circuits/objects/favorite/favorite.css.scss */
.favorite:hover svg {
  stroke: #ffd000;
  fill: #ffd000;
}

/* line 9, ../../../app/assets/stylesheets/circuits/objects/favorite/favorite.css.scss */
.favorite--filled svg {
  fill: #ffd000;
  stroke: #ffd000;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/flash/flash.css.scss */
.flash_message {
  text-align: center;
  width: 100%;
  line-height: 48px;
  border-bottom: 1px solid #dfe3e8;
}

/* line 7, ../../../app/assets/stylesheets/circuits/objects/flash/flash.css.scss */
.flash_message--message {
  background: #ffffff;
  color: #0696d7;
}

/* line 11, ../../../app/assets/stylesheets/circuits/objects/flash/flash.css.scss */
.flash_message--warning {
  background: #f48220;
  color: #ffffff;
}
/* line 15, ../../../app/assets/stylesheets/circuits/objects/flash/flash.css.scss */
.flash_message--warning .circ_btn:hover {
  color: #f48220;
}

/* line 19, ../../../app/assets/stylesheets/circuits/objects/flash/flash.css.scss */
.flash_message--alert {
  background: #ff5f48;
  color: #ffffff;
}
/* line 23, ../../../app/assets/stylesheets/circuits/objects/flash/flash.css.scss */
.flash_message--alert .circ_btn:hover {
  color: #ff5f48;
}

/* line 27, ../../../app/assets/stylesheets/circuits/objects/flash/flash.css.scss */
.flash_message__close {
  margin-left: 10px;
}

/* line 31, ../../../app/assets/stylesheets/circuits/objects/flash/flash.css.scss */
.flash_message--warning .circ_btn:hover, .flash_message--alert .circ_btn:hover {
  background: #ffffff;
  border-color: #ffffff;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/table/table.css.scss */
.table {
  background: #ffffff;
  width: 100%;
}
/* line 4, ../../../app/assets/stylesheets/circuits/objects/table/table.css.scss */
.table th {
  background: #0696d7;
  color: #ffffff;
  font-weight: 300;
  padding: 3px 5px;
  border-left: 3px solid #ffffff;
}
/* line 11, ../../../app/assets/stylesheets/circuits/objects/table/table.css.scss */
.table tr:nth-child(even) {
  background: #dfe3e8;
}

/* line 1, ../../../app/assets/stylesheets/circuits/objects/pagination/pagination.css.scss */
.pagination__loading {
  margin: 100px 0;
  position: relative;
}

/* line 3, ../../../app/assets/stylesheets/circuits/objects/eagle/eagle-editor.scss */
.eagle_editor__svgbutton {
  height: 24px;
  width: 24px;
}
/* line 8, ../../../app/assets/stylesheets/circuits/objects/eagle/eagle-editor.scss */
.eagle_editor__tab {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #ffffff;
  padding: 10px;
}
/* line 18, ../../../app/assets/stylesheets/circuits/objects/eagle/eagle-editor.scss */
.eagle_editor__tab svg {
  max-height: 100%;
  max-width: 100%;
}
/* line 23, ../../../app/assets/stylesheets/circuits/objects/eagle/eagle-editor.scss */
.eagle_editor__tab img {
  max-height: 100%;
  max-width: 100%;
}
/* line 28, ../../../app/assets/stylesheets/circuits/objects/eagle/eagle-editor.scss */
.eagle_editor__tab--board {
  background: #000;
}
/* line 33, ../../../app/assets/stylesheets/circuits/objects/eagle/eagle-editor.scss */
.eagle_editor__ruler {
  z-index: 9999;
}
/* line 36, ../../../app/assets/stylesheets/circuits/objects/eagle/eagle-editor.scss */
.eagle_editor__ruler__left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background: #dfe3e8;
  color: #8d9eb0;
}
/* line 49, ../../../app/assets/stylesheets/circuits/objects/eagle/eagle-editor.scss */
.eagle_editor__layers__left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  border-right: 1px solid #dfe3e8;
  text-align: left;
}
/* line 58, ../../../app/assets/stylesheets/circuits/objects/eagle/eagle-editor.scss */
.eagle_editor__layers__left__item {
  color: #8d9eb0;
  text-decoration: none;
}
/* line 62, ../../../app/assets/stylesheets/circuits/objects/eagle/eagle-editor.scss */
.eagle_editor__layers__left__item:hover, .eagle_editor__layers__left__item.active {
  color: #34495e;
  font-weight: 500;
}
/* line 67, ../../../app/assets/stylesheets/circuits/objects/eagle/eagle-editor.scss */
.eagle_editor__layers__left__item__light {
  color: #c5cfd9;
}
/* line 70, ../../../app/assets/stylesheets/circuits/objects/eagle/eagle-editor.scss */
.eagle_editor__layers__left__item__inner {
  padding-left: 14px;
  line-height: 40px;
  font-size: 14px;
  border-bottom: 1px solid #dfe3e8;
}
/* line 79, ../../../app/assets/stylesheets/circuits/objects/eagle/eagle-editor.scss */
.eagle_editor__layers__right {
  position: absolute;
  top: 0;
  left: 300px;
  bottom: 0;
  right: 0;
}
/* line 86, ../../../app/assets/stylesheets/circuits/objects/eagle/eagle-editor.scss */
.eagle_editor__layers__right__svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* PARTIALS */
/* line 1, ../../../app/assets/stylesheets/circuits/partials/lists/command_list.css.scss */
.command__list__item {
  border-bottom: 1px solid #dfe3e8;
  line-height: 48px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/partials/lists/horizontal_list.css.scss */
.horizontal_list {
  background: #ffffff;
  border: 1px solid #dfe3e8;
}
/* line 5, ../../../app/assets/stylesheets/circuits/partials/lists/horizontal_list.css.scss */
.horizontal_list:not(:first-child) {
  border-top: none;
}

/* line 9, ../../../app/assets/stylesheets/circuits/partials/lists/horizontal_list.css.scss */
.horizontal_list__item {
  line-height: 48px;
  border-bottom: 1px solid #dfe3e8;
}
/* line 11, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.horizontal_list__item:hover .partner__lab {
  color: #6E9E56;
}
/* line 11, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.horizontal_list__item:hover .partner__pcb {
  color: #0696d7;
}
/* line 11, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.horizontal_list__item:hover .partner__circuitscribe {
  color: #00adef;
}
/* line 11, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.horizontal_list__item:hover .partner__mesh {
  color: #7FBF34;
}
/* line 11, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.horizontal_list__item:hover .partner__projectwire {
  color: #5F027E;
}
/* line 11, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.horizontal_list__item:hover .partner__eagle {
  color: #D90035;
}
/* line 11, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.horizontal_list__item .partner__lab {
  fill: #6E9E56;
}
/* line 11, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.horizontal_list__item .partner__pcb {
  fill: #0696d7;
}
/* line 11, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.horizontal_list__item .partner__circuitscribe {
  fill: #00adef;
}
/* line 11, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.horizontal_list__item .partner__mesh {
  fill: #7FBF34;
}
/* line 11, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.horizontal_list__item .partner__projectwire {
  fill: #5F027E;
}
/* line 11, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.horizontal_list__item .partner__eagle {
  fill: #D90035;
}

/* line 20, ../../../app/assets/stylesheets/circuits/partials/lists/horizontal_list.css.scss */
.horizontal_list__item:last-child {
  border: none;
}

/* line 23, ../../../app/assets/stylesheets/circuits/partials/lists/horizontal_list.css.scss */
.horizontal_list__item__block {
  display: inline-block;
}

/* line 26, ../../../app/assets/stylesheets/circuits/partials/lists/horizontal_list.css.scss */
.horizontal_list__item__icon {
  width: 50px;
  text-align: center;
}

/* line 30, ../../../app/assets/stylesheets/circuits/partials/lists/horizontal_list.css.scss */
.horizontal_list__item__icon svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}

/* line 36, ../../../app/assets/stylesheets/circuits/partials/lists/horizontal_list.css.scss */
.horizontal_list__item__avatar {
  line-height: 36px;
  vertical-align: middle;
  margin: 0 8px -8px;
}

/* line 42, ../../../app/assets/stylesheets/circuits/partials/lists/horizontal_list.css.scss */
.horizontal_list__item__titleauthor {
  position: absolute;
  margin-top: 8px;
}

/* line 46, ../../../app/assets/stylesheets/circuits/partials/lists/horizontal_list.css.scss */
.horizontal_list__item__title {
  line-height: 16px;
}

/* line 49, ../../../app/assets/stylesheets/circuits/partials/lists/horizontal_list.css.scss */
.horizontal_list__item__author {
  line-height: 16px;
  font-size: 14px;
  color: #8d9eb0;
}

/* line 54, ../../../app/assets/stylesheets/circuits/partials/lists/horizontal_list.css.scss */
.horizontal_list__item__title {
  font-weight: 500;
}

/* line 57, ../../../app/assets/stylesheets/circuits/partials/lists/horizontal_list.css.scss */
.horizontal_list__item__coop svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}

/* line 62, ../../../app/assets/stylesheets/circuits/partials/lists/horizontal_list.css.scss */
.horizontal_list__item__coop svg {
  fill: #34495e;
}

/* line 65, ../../../app/assets/stylesheets/circuits/partials/lists/horizontal_list.css.scss */
.horizontal_list__item__right {
  position: relative;
}

/* line 68, ../../../app/assets/stylesheets/circuits/partials/lists/horizontal_list.css.scss */
.horizontal_list__item__date {
  margin-right: 16px;
  color: #c5cfd9;
}

/* line 72, ../../../app/assets/stylesheets/circuits/partials/lists/horizontal_list.css.scss */
.horizontal_list__item__buttons {
  line-height: 0;
  float: right;
  margin: 8px 8px 0 0;
}

/* line 77, ../../../app/assets/stylesheets/circuits/partials/lists/horizontal_list.css.scss */
.horizontal_list__item__buttons .circ_btn {
  margin-left: 6px;
}

/* line 80, ../../../app/assets/stylesheets/circuits/partials/lists/horizontal_list.css.scss */
.horizontal_list__item__right--type {
  padding-right: 10px;
  color: #c5cfd9;
}

/* line 1, ../../../app/assets/stylesheets/circuits/partials/cards/circuit_card.css.scss */
.circuit_card {
  position: relative;
  background: #ffffff;
  border: 1px solid #dfe3e8;
  height: 304px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 9, ../../../app/assets/stylesheets/circuits/partials/cards/circuit_card.css.scss */
.circuit_card--small {
  height: 215px;
}

/* line 13, ../../../app/assets/stylesheets/circuits/partials/cards/circuit_card.css.scss */
.circuit_card__type__breadboard {
  background: #ffffff;
}

/* line 16, ../../../app/assets/stylesheets/circuits/partials/cards/circuit_card.css.scss */
.circuit_card__type__schematic, .circuit_card__type__mesh_pcb {
  background: #ffffff;
}

/* line 19, ../../../app/assets/stylesheets/circuits/partials/cards/circuit_card.css.scss */
.circuit_card__image {
  line-height: 0;
}

/* line 22, ../../../app/assets/stylesheets/circuits/partials/cards/circuit_card.css.scss */
.circuit_card__image img {
  width: 100%;
}

/* line 25, ../../../app/assets/stylesheets/circuits/partials/cards/circuit_card.css.scss */
.circuit_card__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid #dfe3e8;
  height: 64px;
  line-height: 18px;
  overflow: hidden;
  padding: 0 14px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -ms-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -ms-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 39, ../../../app/assets/stylesheets/circuits/partials/cards/circuit_card.css.scss */
.circuit_card__avatar {
  float: left;
  padding: 0 10px 0 0;
}

/* line 43, ../../../app/assets/stylesheets/circuits/partials/cards/circuit_card.css.scss */
.circuit_card__text {
  margin: 14px 0;
}

/* line 46, ../../../app/assets/stylesheets/circuits/partials/cards/circuit_card.css.scss */
.circuit_card__text__title {
  font-size: 16px;
  font-weight: 500;
  color: #34495e;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 55, ../../../app/assets/stylesheets/circuits/partials/cards/circuit_card.css.scss */
.circuit_card__text__username {
  font-size: 14px;
  color: #8d9eb0;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 63, ../../../app/assets/stylesheets/circuits/partials/cards/circuit_card.css.scss */
.circuit_card__actions {
  position: absolute;
  left: 10px;
  right: 10px;
  border-top: 1px solid #dfe3e8;
}
/* line 69, ../../../app/assets/stylesheets/circuits/partials/cards/circuit_card.css.scss */
.circuit_card__actions .circ_btn {
  margin: 11px 0 0 3px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/partials/cards/device_card.css.scss */
.device_card {
  border: 1px solid #dfe3e8;
  background: #ffffff;
  height: 304px;
}

/* line 6, ../../../app/assets/stylesheets/circuits/partials/cards/device_card.css.scss */
.device_card__image {
  line-height: 0;
}

/* line 9, ../../../app/assets/stylesheets/circuits/partials/cards/device_card.css.scss */
.device_card__image img {
  width: 100%;
}

/* line 12, ../../../app/assets/stylesheets/circuits/partials/cards/device_card.css.scss */
.device_card__info {
  background: #ffffff;
  border-top: 1px solid #dfe3e8;
  height: 64px;
  line-height: 18px;
}

/* line 18, ../../../app/assets/stylesheets/circuits/partials/cards/device_card.css.scss */
.device_card__avatar {
  float: left;
  padding: 14px 10px 14px 10px;
}

/* line 22, ../../../app/assets/stylesheets/circuits/partials/cards/device_card.css.scss */
.device_card__text {
  margin-top: 14px;
}

/* line 25, ../../../app/assets/stylesheets/circuits/partials/cards/device_card.css.scss */
.device_card__text__title {
  font-size: 16px;
  font-weight: 500;
  color: #34495e;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 34, ../../../app/assets/stylesheets/circuits/partials/cards/device_card.css.scss */
.device_card__text__username {
  font-size: 14px;
  color: #8d9eb0;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 1, ../../../app/assets/stylesheets/circuits/partials/cards/learn_card.css.scss */
.learn_card {
  position: relative;
  margin-bottom: 42px;
}

/* line 5, ../../../app/assets/stylesheets/circuits/partials/cards/learn_card.css.scss */
.learn_card__image img {
  width: 100%;
  border: 1px solid #dfe3e8;
}

/* line 9, ../../../app/assets/stylesheets/circuits/partials/cards/learn_card.css.scss */
.learn_card__info {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 18px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/partials/cards/shop_card.css.scss */
.shop_card {
  position: relative;
  background: #ffffff;
  border: 1px solid #dfe3e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 7, ../../../app/assets/stylesheets/circuits/partials/cards/shop_card.css.scss */
.shop_card__image {
  padding: 20px;
  line-height: 0;
}

/* line 11, ../../../app/assets/stylesheets/circuits/partials/cards/shop_card.css.scss */
.shop_card__image img {
  width: 100%;
}

/* line 14, ../../../app/assets/stylesheets/circuits/partials/cards/shop_card.css.scss */
.shop_card__info {
  position: relative;
  background: #ffffff;
  border-top: 1px solid #dfe3e8;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -ms-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -ms-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 22, ../../../app/assets/stylesheets/circuits/partials/cards/shop_card.css.scss */
.shop_card__text {
  padding: 0 20px;
  margin: 14px 0;
}

/* line 26, ../../../app/assets/stylesheets/circuits/partials/cards/shop_card.css.scss */
.shop_card__text__title {
  font-size: 20px;
  font-weight: 300;
}

/* line 30, ../../../app/assets/stylesheets/circuits/partials/cards/shop_card.css.scss */
.shop_card__text__price {
  font-size: 18px;
  font-weight: 300;
  color: #8d9eb0;
  padding-right: 10px;
}

/* line 36, ../../../app/assets/stylesheets/circuits/partials/cards/shop_card.css.scss */
.shop_card__actions {
  position: relative;
}
/* line 38, ../../../app/assets/stylesheets/circuits/partials/cards/shop_card.css.scss */
.shop_card__actions .circ_btn {
  margin: 15px 20px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/partials/cards/user_card.css.scss */
.user_card {
  border: 1px solid #dfe3e8;
}

/* line 4, ../../../app/assets/stylesheets/circuits/partials/cards/user_card.css.scss */
.user_card__image {
  line-height: 0;
}

/* line 7, ../../../app/assets/stylesheets/circuits/partials/cards/user_card.css.scss */
.user_card__image img {
  width: 100%;
}

/* line 10, ../../../app/assets/stylesheets/circuits/partials/cards/user_card.css.scss */
.user_card__info {
  background: #ffffff;
  border-top: 1px solid #dfe3e8;
  height: 64px;
  line-height: 18px;
}

/* line 16, ../../../app/assets/stylesheets/circuits/partials/cards/user_card.css.scss */
.user_card__avatar {
  float: left;
  padding: 14px 10px 14px 10px;
}

/* line 20, ../../../app/assets/stylesheets/circuits/partials/cards/user_card.css.scss */
.user_card__text {
  margin: 14px;
}

/* line 24, ../../../app/assets/stylesheets/circuits/partials/cards/user_card.css.scss */
.user_card__text__username {
  font-size: 14px;
  color: #8d9eb0;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* PAGES */
/* line 1, ../../../app/assets/stylesheets/circuits/pages/admin/admin.css.scss */
.admin__stats__time {
  font-size: 15px;
  font-weight: 300;
  margin-top: 8px;
  color: #0696d7;
}

/* line 7, ../../../app/assets/stylesheets/circuits/pages/admin/admin.css.scss */
.admin__stats__item {
  font-size: 15px;
  color: #34495e;
}

/* line 11, ../../../app/assets/stylesheets/circuits/pages/admin/admin.css.scss */
.admin__stats__item strong {
  color: #000000;
}

/* line 1, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog {
  margin: 0 0 40px 0;
}
/* line 4, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__index {
  background: #ffffff;
  border: 1px solid #dfe3e8;
  padding: 10px;
  margin: 40px 0 0 0;
}
/* line 10, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__index__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #dfe3e8;
}
/* line 14, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__index__item:last-child {
  border: none;
}
/* line 18, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__index__item__image {
  margin: 1em 0;
}
/* line 20, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__index__item__image img {
  width: 100%;
}
/* line 25, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__index__item__title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
}
/* line 31, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__index__item__intro {
  color: #8d9eb0;
  font-size: 18px;
  margin: 1em 0;
}
/* line 37, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__index__item__readmore {
  margin: 1em 0;
}
/* line 43, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post {
  background: #ffffff;
  border: 1px solid #dfe3e8;
  padding: 10px;
  margin: 40px 0 0 0;
}
/* line 49, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__header {
  margin-bottom: 40px;
}
/* line 52, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__header img {
  width: 100%;
}
/* line 57, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
}
/* line 63, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__social {
  margin: 28px 0 40px;
}
/* line 65, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__social__button {
  float: left;
  margin: 0 10px 0 0;
}
/* line 69, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__social--bottom {
  margin-top: 70px;
}
/* line 74, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__intro {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
}
/* line 83, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__body a {
  border-bottom: 1px solid #8d9eb0;
}
/* line 88, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__body__noborder {
  border: none !important;
}
/* line 92, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__body__subtitle {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0.75em;
}
/* line 98, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__body__image {
  margin: 1em 0;
}
/* line 100, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__body__image img {
  width: 100%;
}
/* line 105, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__body__paragraph {
  color: #8d9eb0;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 2em;
}
/* line 112, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__body__caption {
  color: #c5cfd9;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 2em;
}
/* line 115, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__body__caption a {
  color: #c5cfd9;
  border-color: #c5cfd9;
}
/* line 119, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__body__caption a:hover {
  color: #0696d7;
}
/* line 128, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__body__quote {
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
  margin-bottom: 2em;
}
/* line 135, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__body__imageborder {
  border: 1px solid #dfe3e8;
}
/* line 140, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__author {
  border-top: 1px solid #dfe3e8;
  padding: 27px 0 20px;
}
/* line 144, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__author__avatar {
  margin-right: 12px;
}
/* line 147, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__author__title {
  margin-top: 4px;
  color: #8d9eb0;
}
/* line 151, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__author__date {
  font-weight: 500;
  margin-top: 4px;
}
/* line 157, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__follow {
  margin: 10px 20px 0 0;
}
/* line 160, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__follow__title {
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dfe3e8;
}
/* line 166, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__follow__item {
  margin-bottom: 7px;
}
/* line 168, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__follow__item__icon {
  margin-right: 16px;
}
/* line 171, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__follow__item__icon svg * {
  fill: #34495e;
}
/* line 175, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__follow__item__title {
  margin-top: 5px;
  font-weight: 500;
}
/* line 182, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__featured {
  margin-top: 60px;
}
/* line 185, ../../../app/assets/stylesheets/circuits/pages/blog/blog.css.scss */
.blog__post__featured__title {
  font-weight: 500;
  margin-bottom: 10px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/pages/coppa/coppa.css.scss */
.coppa__red {
  color: #ff5f48;
}

/* line 4, ../../../app/assets/stylesheets/circuits/pages/coppa/coppa.css.scss */
.coppa__grey {
  color: #8d9eb0;
}

/* line 7, ../../../app/assets/stylesheets/circuits/pages/coppa/coppa.css.scss */
.coppa__small {
  font-size: 14px;
}

/* line 10, ../../../app/assets/stylesheets/circuits/pages/coppa/coppa.css.scss */
.coppa__list {
  padding: 0 20px;
}

/* line 14, ../../../app/assets/stylesheets/circuits/pages/coppa/coppa.css.scss */
.coppa__list--unordered {
  list-style: square;
}

/* line 17, ../../../app/assets/stylesheets/circuits/pages/coppa/coppa.css.scss */
.coppa__list li {
  padding: 10px 0;
}

/* line 20, ../../../app/assets/stylesheets/circuits/pages/coppa/coppa.css.scss */
.coppa__link {
  text-decoration: underline;
}

/* line 23, ../../../app/assets/stylesheets/circuits/pages/coppa/coppa.css.scss */
.coppa__loginiframe {
  width: 520px;
  border: none;
  height: 500px;
}

/* line 28, ../../../app/assets/stylesheets/circuits/pages/coppa/coppa.css.scss */
.coppa_activity_box {
  border: 1px solid #dfe3e8;
  background: #ffffff;
  padding: 15px;
  margin: 10px 0 30px 0;
}

/* line 34, ../../../app/assets/stylesheets/circuits/pages/coppa/coppa.css.scss */
.circuit_coppa__item {
  line-height: 32px;
  padding: 10px 10px 14px 0px;
  border-bottom: 1px solid #c5cfd9;
}

/* line 39, ../../../app/assets/stylesheets/circuits/pages/coppa/coppa.css.scss */
.circuit_coppa .circuit_coppa__item:last-child {
  border: none;
}

/* line 42, ../../../app/assets/stylesheets/circuits/pages/coppa/coppa.css.scss */
.user_coppa {
  background: #ffffff;
  margin: 10px 0 30px 0;
  padding: 15px 15px 20px;
  border: 1px solid #dfe3e8;
}

/* line 48, ../../../app/assets/stylesheets/circuits/pages/coppa/coppa.css.scss */
.circuit_coppa--title {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #c5cfd9;
  margin: 10px 0;
}
/* line 54, ../../../app/assets/stylesheets/circuits/pages/coppa/coppa.css.scss */
.circuit_coppa--title:first-child {
  margin: 0 0 10px 0;
}

/* line 1, ../../../app/assets/stylesheets/circuits/pages/help/help.css.scss */
.helpFullscreen {
  position: absolute;
  top: -50px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 940px;
  margin: 0 auto;
}

/* line 10, ../../../app/assets/stylesheets/circuits/pages/help/help.css.scss */
.helpFullscreen iframe {
  width: 100%;
  height: 2500px;
  overflow-y: scroll;
}

/* line 1, ../../../app/assets/stylesheets/circuits/pages/home/home.css.scss */
.home__top {
  width: 100%;
  text-align: center;
  margin-top: 35px;
}

/* line 6, ../../../app/assets/stylesheets/circuits/pages/home/home.css.scss */
.home__top__sub {
  font-size: 24px;
  font-weight: 300;
  color: #8d9eb0;
}
@media only screen and (max-width: 991px) {
  /* line 6, ../../../app/assets/stylesheets/circuits/pages/home/home.css.scss */
  .home__top__sub {
    font-size: 18px;
  }
}

/* line 15, ../../../app/assets/stylesheets/circuits/pages/home/home.css.scss */
.home__content {
  margin-top: 40px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
.home_anonymous {
  overflow: hidden;
}

/* line 4, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
.home_anonymous__banner {
  position: relative;
  height: 440px;
  background: #34495e;
  background-image: url("/assets/home/Home-Header-Bg.png");
  background-size: 1441px 260px;
  background-position: bottom;
  background-repeat: repeat-x;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

/* line 16, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
.home_anonymous__banner__text {
  position: absolute;
  top: 60px;
  width: 700px;
  margin-left: -350px;
  left: 50%;
}
@media only screen and (max-width: 991px) {
  /* line 16, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
  .home_anonymous__banner__text {
    width: 320px;
    margin-left: -160px;
  }
}

/* line 28, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
.home_anonymous__banner__text__sub {
  font-size: 22px;
  color: #8d9eb0;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  /* line 28, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
  .home_anonymous__banner__text__sub {
    font-size: 18px;
  }
}

/* line 37, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
.home_anonymous__section {
  width: 100%;
  background: #f4f5f6;
  padding: 70px 0;
  border-bottom: 1px solid #dfe3e8;
  min-height: 536px;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_anonymous__section .partner__lab .circ_btn {
  background-color: #6E9E56;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_anonymous__section .partner__pcb .circ_btn {
  background-color: #0696d7;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_anonymous__section .partner__circuitscribe .circ_btn {
  background-color: #00adef;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_anonymous__section .partner__mesh .circ_btn {
  background-color: #7FBF34;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_anonymous__section .partner__projectwire .circ_btn {
  background-color: #5F027E;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_anonymous__section .partner__eagle .circ_btn {
  background-color: #D90035;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_anonymous__section .partner__lab .circ_btn {
  border-color: #6E9E56;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_anonymous__section .partner__pcb .circ_btn {
  border-color: #0696d7;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_anonymous__section .partner__circuitscribe .circ_btn {
  border-color: #00adef;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_anonymous__section .partner__mesh .circ_btn {
  border-color: #7FBF34;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_anonymous__section .partner__projectwire .circ_btn {
  border-color: #5F027E;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_anonymous__section .partner__eagle .circ_btn {
  border-color: #D90035;
}

/* line 46, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
.home_anonymous__section__inner {
  position: relative;
  width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 1199px) {
  /* line 46, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
  .home_anonymous__section__inner {
    width: 992px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 46, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
  .home_anonymous__section__inner {
    width: 100%;
    padding: 0;
  }
}

/* line 61, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
.home_anonymous__section--white {
  background: #ffffff;
}

/* line 64, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
.home_anonymous__section__text {
  position: absolute;
  top: 80px;
  width: 540px;
}
@media only screen and (max-width: 991px) {
  /* line 64, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
  .home_anonymous__section__text {
    position: static;
    width: 80%;
    margin: 0 auto;
  }
}

/* line 75, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
.home_anonymous__section__sub {
  width: 420px;
  margin-top: 12px;
  line-height: 25px;
  color: #8d9eb0;
}
@media only screen and (max-width: 991px) {
  /* line 75, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
  .home_anonymous__section__sub {
    width: 100%;
  }
}

/* line 85, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
.home_anonymous__section__links {
  margin-top: 45px;
}

/* line 88, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
.home_anonymous__section__link {
  margin-top: 10px;
}

/* line 91, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
.home_anonymous__section__image {
  position: absolute;
  left: 50%;
  margin-left: -35px;
}
@media only screen and (max-width: 1199px) {
  /* line 91, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
  .home_anonymous__section__image {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 91, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
  .home_anonymous__section__image {
    position: relative;
    left: inherit;
    top: inherit;
    margin: 40px auto;
    width: 80%;
  }
  /* line 107, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
  .home_anonymous__section__image img {
    width: 100%;
    margin: 0 auto;
  }
}

/* line 113, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
.home_anonymous__cta {
  background: #ffffff;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0;
}

/* line 120, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
.home_anonymous__cta__title {
  padding: 0 30px;
  font-size: 36px;
  color: #8d9eb0;
  font-weight: 300;
}

/* line 126, ../../../app/assets/stylesheets/circuits/pages/home/anonymous.css.scss */
.home_anonymous__cta__btn {
  margin-top: 30px;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_onboarding .partner__lab .circ_btn {
  background-color: #6E9E56;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_onboarding .partner__pcb .circ_btn {
  background-color: #0696d7;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_onboarding .partner__circuitscribe .circ_btn {
  background-color: #00adef;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_onboarding .partner__mesh .circ_btn {
  background-color: #7FBF34;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_onboarding .partner__projectwire .circ_btn {
  background-color: #5F027E;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_onboarding .partner__eagle .circ_btn {
  background-color: #D90035;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_onboarding .partner__lab .circ_btn {
  border-color: #6E9E56;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_onboarding .partner__pcb .circ_btn {
  border-color: #0696d7;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_onboarding .partner__circuitscribe .circ_btn {
  border-color: #00adef;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_onboarding .partner__mesh .circ_btn {
  border-color: #7FBF34;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_onboarding .partner__projectwire .circ_btn {
  border-color: #5F027E;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.home_onboarding .partner__eagle .circ_btn {
  border-color: #D90035;
}

/* line 8, ../../../app/assets/stylesheets/circuits/pages/home/overview.css.scss */
.home_onboarding__block img {
  width: 100%;
  margin-bottom: 7px;
  border: 1px solid #dfe3e8;
}
/* line 13, ../../../app/assets/stylesheets/circuits/pages/home/overview.css.scss */
.home_onboarding__block .circ_btn {
  width: 100%;
  text-align: center;
}
/* line 18, ../../../app/assets/stylesheets/circuits/pages/home/overview.css.scss */
.home_onboarding__block .home_onboarding__block__center {
  margin: 0 auto;
  display: table;
}

/* line 24, ../../../app/assets/stylesheets/circuits/pages/home/overview.css.scss */
.home_onboarding__more {
  margin: 15px 0 0 0;
}

/* line 27, ../../../app/assets/stylesheets/circuits/pages/home/overview.css.scss */
.home_onboarding__more__btn {
  display: block;
  width: 100%;
  border: 1px solid #dfe3e8;
  padding: 13px 0;
  text-align: center;
  font-weight: 500;
  color: #c5cfd9;
}
/* line 36, ../../../app/assets/stylesheets/circuits/pages/home/overview.css.scss */
.home_onboarding__more__btn:hover {
  background: #0696d7;
  color: #ffffff;
  border-color: #0696d7;
}

/* line 42, ../../../app/assets/stylesheets/circuits/pages/home/overview.css.scss */
.home_onboarding__cards {
  margin-top: 50px;
}
/* line 45, ../../../app/assets/stylesheets/circuits/pages/home/overview.css.scss */
.home_onboarding__cards h4 {
  margin-bottom: 15px;
}

/* line 50, ../../../app/assets/stylesheets/circuits/pages/home/overview.css.scss */
.home_overview__top {
  margin-top: 43px;
}

/* line 53, ../../../app/assets/stylesheets/circuits/pages/home/overview.css.scss */
.home_overview__title {
  font-size: 28px;
  font-weight: 300;
}

/* line 57, ../../../app/assets/stylesheets/circuits/pages/home/overview.css.scss */
.home_overview__recent {
  margin-top: 9px;
}

/* line 60, ../../../app/assets/stylesheets/circuits/pages/home/overview.css.scss */
.home_overview__more {
  margin-top: 10px;
}

/* line 63, ../../../app/assets/stylesheets/circuits/pages/home/overview.css.scss */
.home_overview__cards {
  margin-top: 14px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/pages/home/create.css.scss */
.home_create {
  margin-bottom: 90px;
}

/* line 4, ../../../app/assets/stylesheets/circuits/pages/home/create.css.scss */
.home_create__hub {
  margin-bottom: 20px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/pages/home/explore.css.scss */
.home_explore {
  margin-bottom: 90px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/pages/home/shop.css.scss */
.home_shop {
  margin-bottom: 90px;
}

/* line 4, ../../../app/assets/stylesheets/circuits/pages/home/shop.css.scss */
.home_shop__hub {
  margin-bottom: 20px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__loading-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #f4f5f6;
  background: rgba(244, 245, 246, 0.8);
}

/* line 8, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__title {
  color: #8d9eb0;
  padding: 24px 0 18px 0;
}

/* line 15, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__group {
  border: 1px solid #f4f5f6;
  background: #ffffff;
  margin-bottom: 30px;
}

/* line 20, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__group__seller {
  text-transform: capitalize;
}

/* line 23, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__group__estimated-shipping {
  border-bottom: 1px solid #f4f5f6;
  line-height: 24px;
  padding: 15px 15px;
  font-weight: 500;
  color: #34495e;
}

/* line 30, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__group__estimated-shipping__title {
  color: #0696d7;
}

/* line 33, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__group__estimated-shipping__options {
  color: #8d9eb0;
  font-weight: 400;
}

/* line 37, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__item {
  border-bottom: 1px solid #f4f5f6;
  line-height: 80px;
}

/* line 41, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__item:last-child {
  border-bottom: none;
}

/* line 44, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__item__thumb {
  width: 130px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  /* line 44, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
  .cart__basket__item__thumb {
    width: 100%;
  }
}

/* line 52, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__item__thumb img {
  height: 78px;
}
@media only screen and (max-width: 991px) {
  /* line 52, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
  .cart__basket__item__thumb img {
    width: 100%;
    height: inherit;
  }
}

/* line 60, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__item__thumb--placeholder {
  width: 130px;
  height: 78px;
}

/* line 64, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__item__content {
  padding-top: 24px;
  line-height: 16px;
  font-size: 16px;
  width: 290px;
}
@media only screen and (max-width: 991px) {
  /* line 64, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
  .cart__basket__item__content {
    padding: 0 10px;
    width: inherit;
  }
}

/* line 75, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__item__name {
  color: #34495e;
  font-weight: 500;
}

/* line 79, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__item__instock {
  color: #8d9eb0;
}

/* line 82, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__item__remove {
  line-height: 0;
  padding-top: 25px;
  width: 42px;
}
@media only screen and (max-width: 991px) {
  /* line 82, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
  .cart__basket__item__remove {
    padding: 0;
  }
}

/* line 91, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__baskt__remove-item:hover svg {
  fill: #0696d7;
}

/* line 94, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__item__quantity {
  margin-top: 24px;
  text-align: right;
  line-height: 30px;
}
@media only screen and (max-width: 991px) {
  /* line 94, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
  .cart__basket__item__quantity {
    margin: 0;
  }
}

/* line 103, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__item__quantity__input {
  padding: 0 5px;
  line-height: 30px;
  border: 1px solid #f4f5f6;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 111, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__item__quantity__input input {
  border: none;
  line-height: 30px;
  color: #34495e;
  font-weight: 500;
  width: 22px;
  text-align: right;
  height: 30px;
}

/* line 121, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__item__price {
  margin-right: 28px;
  width: 70px;
  text-align: right;
  color: #34495e;
}

/* line 128, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__shipping__select {
  margin: 0;
  text-align: right;
}

/* line 132, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__basket__item__update-btn {
  margin: -2px 28px 0 0;
  width: 70px;
  text-align: right;
}

/* line 138, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary {
  border: 1px solid #f4f5f6;
  background: #ffffff;
  color: #34495e;
}

/* line 143, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary__group {
  border-bottom: 1px solid #f4f5f6;
  background: #ffffff;
  padding: 0 22px;
}

/* line 148, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary__group--items {
  line-height: 48px;
}

/* line 151, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary__top__left {
  font-weight: 500;
}

/* line 154, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary__minimize_shipping {
  padding-top: 10px;
  font-weight: 500;
}

/* line 158, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary__bottom {
  text-align: center;
  padding: 20px 0 30px 0;
}

/* line 162, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary__subtotal {
  font-size: 24px;
  font-weight: 500;
  color: #0696d7;
}

/* line 167, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary__checkout .circ_btn {
  width: 155px;
}

/* line 170, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary__terms {
  padding: 0 20px 25px 20px;
  text-align: center;
  color: #8d9eb0;
  font-size: 13px;
}

/* line 176, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary__terms a, .cart__summary__terms a:visited {
  color: #8d9eb0;
  text-decoration: underline;
}

/* line 180, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary__terms a:hover {
  color: #0696d7;
}

/* line 183, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary__bottom__line {
  width: 75px;
  margin: 12px auto 17px auto;
  border-bottom: 1px solid #0696d7;
}

/* line 188, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary__add-coupon-arrowdown {
  margin-top: 8px;
  line-height: 0;
}

/* line 192, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary__add-coupon:hover svg {
  fill: #0696d7;
}

/* line 195, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary__shipping-address {
  padding: 15px 20px;
}

/* line 198, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__shipping__item__label {
  font-size: 14px;
  color: #34495e;
  font-weight: 500;
  padding: 5px 0 3px 0;
}

/* line 204, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__shipping__item__input {
  margin-bottom: 5px;
}

/* line 207, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__shipping__item__input input {
  margin: 0;
}

/* line 210, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__shipping__item__input select {
  margin: 0;
}

/* line 213, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__shipping__btns {
  margin: 15px 0 5px 0;
}

/* line 216, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__required {
  color: #ff5f48;
}

/* line 219, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
input.cart__required--field, select.cart__required--field {
  border-color: #ff5f48;
}

/* line 222, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary__view {
  padding: 20px 22px;
}

/* line 225, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__shipping__view__to {
  color: #8d9eb0;
}

/* line 228, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary__coupons {
  padding: 10px 0 15px 0;
}

/* line 231, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary__couponinputfield {
  width: 120px;
  margin-right: 5px;
}

/* line 235, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary__coupon {
  line-height: 30px;
}

/* line 238, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__coupon__title {
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 246, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__coupon__remove__icon {
  line-height: 0;
}

/* line 249, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__summary__coupon__add {
  margin-top: 5px;
}

/* line 252, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__notinstock {
  color: #ff5f48;
}

/* line 255, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__minimize_shipping__questionmark {
  width: 20px;
  float: right;
  cursor: pointer;
  color: #0696d7;
}

/* line 261, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__empty {
  margin-top: 180px;
  width: 100%;
  text-align: center;
}

/* line 266, ../../../app/assets/stylesheets/circuits/pages/cart/cart.css.scss */
.cart__empty__btn {
  margin-top: 25px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/pages/shop/shop.css.scss */
.shop {
  margin-bottom: 100px;
}

/* line 4, ../../../app/assets/stylesheets/circuits/pages/shop/shop.css.scss */
.shop__top {
  margin-top: 30px;
}

/* line 7, ../../../app/assets/stylesheets/circuits/pages/shop/shop.css.scss */
.shop__title {
  width: 100%;
  text-align: center;
}

/* line 11, ../../../app/assets/stylesheets/circuits/pages/shop/shop.css.scss */
.shop__title__subtitle {
  color: #8d9eb0;
  margin-top: 4px;
}

/* line 15, ../../../app/assets/stylesheets/circuits/pages/shop/shop.css.scss */
.shop__block {
  margin-top: 30px;
}

/* line 18, ../../../app/assets/stylesheets/circuits/pages/shop/shop.css.scss */
.shop__cards {
  margin-top: 20px;
}

/* line 23, ../../../app/assets/stylesheets/circuits/pages/shop/shop.css.scss */
.shop__subblock {
  margin-top: 48px;
}

/* line 26, ../../../app/assets/stylesheets/circuits/pages/shop/shop.css.scss */
.shop__subblock__cards {
  margin-top: 35px;
}

/* line 29, ../../../app/assets/stylesheets/circuits/pages/shop/shop.css.scss */
.shop__image {
  width: 100%;
}

/* line 1, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__subtitle {
  max-width: 540px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  margin: 25px auto 40px auto;
  text-align: center;
}

/* line 9, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__subtitle__addtocart {
  text-align: center;
  width: 235px;
  margin: 0 auto;
}

/* line 14, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__subtitle__addtocart--left {
  margin: 2em 0;
}

/* line 17, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__subtitle__addtocart__btn {
  float: left;
}

/* line 20, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__subtitle__addtocart__price {
  float: left;
  margin-left: 15px;
  font-size: 24px;
  color: #8d9eb0;
  line-height: 40px;
}

/* line 27, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__divider {
  height: 1px;
  background-color: #dfe3e8;
  max-width: 400px;
  margin: 60px auto;
}

/* line 33, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__second_section {
  position: relative;
}
@media only screen and (max-width: 991px) {
  /* line 33, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
  .shop__arduino__second_section {
    margin-top: 40px;
  }
}

/* line 40, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__second_section__logo {
  width: 60px;
  position: absolute;
}
@media only screen and (max-width: 991px) {
  /* line 40, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
  .shop__arduino__second_section__logo {
    display: none;
  }
}

/* line 48, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__second_section__headline {
  margin-left: 80px;
  margin-right: 40px;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  min-height: 60px;
}
@media only screen and (max-width: 991px) {
  /* line 48, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
  .shop__arduino__second_section__headline {
    margin: 0;
  }
}

/* line 60, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__second_section_txt {
  color: #8d9eb0;
  line-height: 26px;
  margin-top: 26px;
}

/* line 65, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__second_section_txt__link {
  text-decoration: underline;
  word-wrap: break-word;
}

/* line 69, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__middletitle {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
  color: #8d9eb0;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
/* line 78, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__middletitle strong {
  color: #34495e;
}

/* line 82, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__onefifty__title {
  font-size: 24px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

/* line 88, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__kit__title {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 8px;
}

/* line 93, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__kit__desc {
  color: #8d9eb0;
  font-size: 18px;
  line-height: 26px;
}
/* line 98, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__kit__desc strong {
  color: #34495e;
}

/* line 102, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__kit__contents {
  padding: 80px 30px;
}

/* line 105, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__kit__contents__title {
  font-weight: 500;
}

/* line 108, ../../../app/assets/stylesheets/circuits/pages/shop/arduino.css.scss */
.shop__arduino__kit__contents__list {
  color: #8d9eb0;
  line-height: 26px;
}

/* line 4, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__type {
  color: #c5cfd9;
  font-weight: 300;
}

/* line 8, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__verticalstripe {
  padding: 0 6px;
}

/* line 11, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__topbtns {
  margin-top: -9px;
}
/* line 14, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__topbtns .circ_btn {
  margin-left: 2px;
}

/* line 18, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__editor {
  display: inline-block;
  width: 100%;
  position: relative;
  border: 1px solid #dfe3e8;
}
@media only screen and (max-width: 991px) {
  /* line 18, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
  .show__editor {
    margin-top: 14px;
  }
}
/* line 28, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__editor iframe {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
}
/* line 35, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__editor .svgContainer--component {
  width: 100%;
  height: 100%;
}

/* line 40, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__editor::after {
  padding-top: 56.25%;
  /* percentage of containing block _width_ */
  display: block;
  content: '';
}

/* line 45, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__editor__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px solid #dfe3e8;
  background: #fff;
}

/* line 51, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__details {
  margin: 30px 0;
}
@media only screen and (max-width: 991px) {
  /* line 51, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
  .show__details {
    margin-top: 14px;
  }
}

/* line 58, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__details__top {
  background: #ffffff;
  border-top: 1px solid #dfe3e8;
  border-left: 1px solid #dfe3e8;
  border-right: 1px solid #dfe3e8;
}

/* line 64, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__details__top--component {
  border-bottom: 1px solid #dfe3e8;
}

/* line 67, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__details__top__inner {
  margin: 0 30px;
  padding: 23px 0;
}
@media only screen and (max-width: 991px) {
  /* line 67, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
  .show__details__top__inner {
    margin: 0 14px;
    padding: 20px 0;
  }
}

/* line 77, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__details__titleitem {
  padding: 0 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 991px) {
  /* line 77, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
  .show__details__titleitem {
    padding: 0;
  }
}

/* line 87, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__details__title {
  font-weight: 500;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  /* line 87, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
  .show__details__title {
    font-size: 16px;
  }
}
/* line 95, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__details__title svg {
  margin-left: 10px;
}

/* line 99, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__details__author a {
  font-size: 18px;
  color: #8d9eb0;
}
@media only screen and (max-width: 991px) {
  /* line 99, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
  .show__details__author a {
    font-size: 14px;
  }
}

/* line 107, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__submenu {
  background: #ffffff;
  position: relative;
  border: 1px solid #dfe3e8;
  padding: 0 30px 0 16px;
}
@media only screen and (max-width: 991px) {
  /* line 107, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
  .show__submenu {
    padding: 0 7px;
  }
}

/* line 117, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__container {
  background: #ffffff;
  border-left: 1px solid #dfe3e8;
  border-right: 1px solid #dfe3e8;
  border-bottom: 1px solid #dfe3e8;
  min-height: 300px;
  border-bottom: 1px solid #dfe3e8;
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  /* line 117, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
  .show__container {
    padding: 14px;
  }
}

/* line 130, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__version {
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  /* line 130, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
  .show__version {
    font-size: 13px;
  }
}

/* line 138, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__overview {
  padding-bottom: 1em;
  color: #8d9eb0;
  border-bottom: 1px solid #dfe3e8;
  margin-bottom: 1em;
}
@media only screen and (max-width: 991px) {
  /* line 138, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
  .show__overview {
    font-size: 14px;
  }
}
/* line 148, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__overview img, .show__overview iframe {
  max-width: 100%;
}

/* line 152, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__overview--nodescription {
  color: #c5cfd9;
}

/* line 155, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__overview__extra {
  margin-top: 1em;
}
/* line 158, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__overview__extra__warning, .show__overview__extra__warn {
  font-weight: 500;
  color: #f48220;
}
/* line 163, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__overview__extra__error {
  font-weight: 500;
  color: #ff5f48;
}
/* line 168, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__overview__extra__info {
  font-weight: 500;
  color: #0696d7;
}

/* line 173, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__overview__extra__title {
  font-weight: 500;
  color: #34495e;
}

/* line 177, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__overview__extra__link {
  color: #8d9eb0;
  border-bottom: 1px solid #8d9eb0;
}

/* line 181, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__overview__extra__item {
  font-size: 14px;
  line-height: 22px;
}

/* line 185, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__cta_btn_group {
  margin-bottom: 20px;
}

/* line 188, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__cta_btn_groupitem {
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  /* line 188, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
  .show__cta_btn_groupitem {
    padding: 0 14px;
  }
}

/* line 195, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__cta__buy {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  color: #0696d7;
  font-weight: 500;
}

/* line 202, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__embed__textarea {
  border: 1px solid #dfe3e8;
  width: 100%;
  height: 6em;
  margin-top: 0.5em;
  color: #8d9eb0;
  font-size: 14px;
  line-height: 20px;
}

/* line 211, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__rightcol__fluid {
  width: 100%;
  margin-right: -220px;
}
@media only screen and (max-width: 991px) {
  /* line 211, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
  .show__rightcol__fluid {
    margin: 0;
  }
}

/* line 219, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__rightcol__fluid__inner {
  margin-right: 240px;
}
@media only screen and (max-width: 991px) {
  /* line 219, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
  .show__rightcol__fluid__inner {
    margin: 0;
  }
}

/* line 226, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__rightcol__fixed {
  width: 220px;
}

/* line 229, ../../../app/assets/stylesheets/circuits/pages/show/show.css.scss */
.show__buttons__mobile {
  background: #ffffff;
  border: 1px solid #dfe3e8;
  margin: 14px auto;
  width: 100%;
  padding: 14px 0 0 0;
}

/* line 1, ../../../app/assets/stylesheets/circuits/pages/show/svg.css.scss */
.svgContainer {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

/* line 11, ../../../app/assets/stylesheets/circuits/pages/show/svg.css.scss */
.svgContainer--circuit {
  width: 940px;
  height: 520px;
  background-color: #f4f5f6;
  border: 1px solid #d7dee6;
}

/* line 17, ../../../app/assets/stylesheets/circuits/pages/show/svg.css.scss */
.svgContainer--component {
  width: 940px;
  height: 520px;
  background-color: #f4f5f6;
  border: 1px solid #d7dee6;
}

/* line 24, ../../../app/assets/stylesheets/circuits/pages/show/svg.css.scss */
.svgError {
  width: 200px;
  margin-left: -150px;
  left: 50%;
  height: 200px;
  margin-top: -100px;
  position: absolute;
  top: 50%;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
}

/* line 3, ../../../app/assets/stylesheets/circuits/pages/images/images_admin.css.scss */
.images_admin__item {
  border-bottom: 1px solid #dfe3e8;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

/* line 8, ../../../app/assets/stylesheets/circuits/pages/images/images_admin.css.scss */
.images_admin__img {
  max-width: 300px;
  max-height: 300px;
}

/* line 12, ../../../app/assets/stylesheets/circuits/pages/images/images_admin.css.scss */
.images_admin__img img {
  width: 100%;
  height: 100%;
}

/* line 16, ../../../app/assets/stylesheets/circuits/pages/images/images_admin.css.scss */
.images_admin__info {
  margin-left: 1em;
}

/* line 19, ../../../app/assets/stylesheets/circuits/pages/images/images_admin.css.scss */
.images_admin__url input {
  width: 500px;
}

/* line 22, ../../../app/assets/stylesheets/circuits/pages/images/images_admin.css.scss */
.images_admin__detailsimg, .images_admin__detailsimg img {
  width: 100%;
}

/* line 25, ../../../app/assets/stylesheets/circuits/pages/images/images_admin.css.scss */
.images_admin__detailsitem {
  padding: 3px 0;
  border-bottom: 1px dashed #c5cfd9;
}

/* line 29, ../../../app/assets/stylesheets/circuits/pages/images/images_admin.css.scss */
.images_admin__detailsitem textarea {
  width: 100%;
  height: 20em;
}

/* line 33, ../../../app/assets/stylesheets/circuits/pages/images/images_admin.css.scss */
.images_admin__detailsitem input {
  width: 100%;
}

/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__lab .sitemenu_sub__center__item__link.active {
  color: #6E9E56;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__pcb .sitemenu_sub__center__item__link.active {
  color: #0696d7;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__circuitscribe .sitemenu_sub__center__item__link.active {
  color: #00adef;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__mesh .sitemenu_sub__center__item__link.active {
  color: #7FBF34;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__projectwire .sitemenu_sub__center__item__link.active {
  color: #5F027E;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__eagle .sitemenu_sub__center__item__link.active {
  color: #D90035;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__lab .sitemenu_sub__center__item__link.active {
  border-color: #6E9E56;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__pcb .sitemenu_sub__center__item__link.active {
  border-color: #0696d7;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__circuitscribe .sitemenu_sub__center__item__link.active {
  border-color: #00adef;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__mesh .sitemenu_sub__center__item__link.active {
  border-color: #7FBF34;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__projectwire .sitemenu_sub__center__item__link.active {
  border-color: #5F027E;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__eagle .sitemenu_sub__center__item__link.active {
  border-color: #D90035;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__lab .sitemenu_sub__center__item__link:hover {
  color: #6E9E56;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__pcb .sitemenu_sub__center__item__link:hover {
  color: #0696d7;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__circuitscribe .sitemenu_sub__center__item__link:hover {
  color: #00adef;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__mesh .sitemenu_sub__center__item__link:hover {
  color: #7FBF34;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__projectwire .sitemenu_sub__center__item__link:hover {
  color: #5F027E;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__eagle .sitemenu_sub__center__item__link:hover {
  color: #D90035;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__lab .sitemenu_sub__center__item__link:hover svg {
  fill: #6E9E56;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__pcb .sitemenu_sub__center__item__link:hover svg {
  fill: #0696d7;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__circuitscribe .sitemenu_sub__center__item__link:hover svg {
  fill: #00adef;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__mesh .sitemenu_sub__center__item__link:hover svg {
  fill: #7FBF34;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__projectwire .sitemenu_sub__center__item__link:hover svg {
  fill: #5F027E;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__submenu .partner__eagle .sitemenu_sub__center__item__link:hover svg {
  fill: #D90035;
}

/* line 7, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__top {
  margin-top: 48px;
}

/* line 11, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__top__button .circ_btn {
  margin-right: 8px;
}

/* line 15, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__top__list {
  margin-top: 18px;
}

/* line 18, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__top__more {
  margin: 15px 0 0 0;
}

/* line 21, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__top__anonymous {
  text-align: center;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__top__anonymous .partner__lab h1 {
  color: #6E9E56;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__top__anonymous .partner__pcb h1 {
  color: #0696d7;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__top__anonymous .partner__circuitscribe h1 {
  color: #00adef;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__top__anonymous .partner__mesh h1 {
  color: #7FBF34;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__top__anonymous .partner__projectwire h1 {
  color: #5F027E;
}
/* line 15, ../../../app/assets/stylesheets/abstract/objects/mixins.css.scss */
.hubs__top__anonymous .partner__eagle h1 {
  color: #D90035;
}

/* line 25, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__top__anonymous__buttons {
  margin-top: 20px;
}

/* line 28, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__top__anonymous__button {
  display: inline-block;
  margin: 0 5px;
}
@media only screen and (max-width: 991px) {
  /* line 28, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
  .hubs__top__anonymous__button {
    margin: 5px 5px;
  }
}

/* line 36, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__top__banner {
  margin-top: 60px;
}
/* line 39, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__top__banner .hubs__top__banner__img {
  padding: 0 75px;
  line-height: 0;
}
@media only screen and (max-width: 991px) {
  /* line 39, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
  .hubs__top__banner .hubs__top__banner__img {
    padding: 0 5px;
  }
}
/* line 47, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__top__banner .hubs__top__banner__img--nopadding {
  padding: 0;
}
/* line 51, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__top__banner img {
  width: 100%;
}

/* line 56, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__top__moreinfo {
  background: #ffffff;
  border: 1px solid #dfe3e8;
  width: 100%;
  height: 200px;
  text-align: center;
}
/* line 64, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__top__moreinfo .circ_btn {
  margin-top: 10px;
}

/* line 68, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__top__moreinfo__txt {
  font-size: 20px;
  font-weight: 500;
  margin-top: 60px;
}

/* line 74, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__promo {
  background: #ffffff;
  border-top: 1px solid #dfe3e8;
  border-bottom: 1px solid #dfe3e8;
}

/* line 79, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__promo__tagline {
  padding: 55px 0;
  border-bottom: 1px solid #dfe3e8;
  font-weight: 300;
  font-size: 42px;
  line-height: 49px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  /* line 79, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
  .hubs__promo__tagline {
    font-size: 32px;
    line-height: 38px;
  }
}

/* line 93, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__promo__video {
  padding: 50px 45px;
  border-bottom: 1px solid #dfe3e8;
}
@media only screen and (max-width: 991px) {
  /* line 93, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
  .hubs__promo__video {
    padding: 50px 5px;
  }
}

/* line 101, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__promo__video__wrapper {
  position: relative;
  padding-bottom: 53.45%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 107, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__promo__video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 115, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__promo__try {
  padding: 40px 0;
  text-align: center;
  border-bottom: 1px solid #dfe3e8;
}
/* line 120, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__promo__try--noborder {
  border: none;
}

/* line 124, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__promo__try__title {
  font-weight: 300;
  font-size: 28px;
  line-height: 33px;
}

/* line 129, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__promo__try__btns {
  padding: 20px 0;
}
@media only screen and (max-width: 991px) {
  /* line 133, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
  .hubs__promo__try__btns .circ_btn {
    margin: 5px;
  }
}

/* line 138, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__promo__features {
  max-width: 780px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}

/* line 144, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__promo__features__feature {
  margin-bottom: 70px;
}

/* line 147, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__promo__features__feature__img {
  width: 100%;
}

/* line 150, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__promo__features__feature__title {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  margin: 30px 0 10px 0;
}

/* line 156, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__promo__features__feature__desc {
  color: #8d9eb0;
  font-size: 14px;
  line-height: 20px;
}
/* line 161, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__promo__features__feature__desc--textleft {
  text-align: left;
}

/* line 166, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__featured {
  margin: 60px 0;
}

/* line 169, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__featured__cards {
  margin-top: 22px;
}

/* line 172, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__divider {
  margin-top: 130px;
  border: 1px solid #dfe3e8;
}

/* line 176, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__getting-started {
  margin-top: 42px;
}

/* line 179, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__getting-started__title {
  font-size: 24px;
  font-weight: 300;
}

/* line 183, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__getting-started__title--accent {
  font-weight: 500;
}

/* line 186, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__getting-started__cards {
  margin-top: 30px;
}

/* line 189, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__headerimage {
  max-width: 840px;
  padding: 0 50px;
  margin: 50px auto 0 auto;
  line-height: 0;
}
/* line 195, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__headerimage img {
  width: 100%;
  height: auto;
}

/* line 200, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__info {
  background: #ffffff;
  padding: 60px 0;
}

/* line 204, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 60px;
}
/* line 211, ../../../app/assets/stylesheets/circuits/pages/hubs/hubs.css.scss */
.hubs__video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 8, ../../../app/assets/stylesheets/circuits/pages/hubs/mesh.css.scss */
.mesh__info__title {
  text-align: center;
  font-size: 42px;
  font-weight: 300;
  color: #34495e;
  line-height: 49px;
}
@media only screen and (max-width: 991px) {
  /* line 8, ../../../app/assets/stylesheets/circuits/pages/hubs/mesh.css.scss */
  .mesh__info__title {
    font-size: 32px;
  }
  /* line 18, ../../../app/assets/stylesheets/circuits/pages/hubs/mesh.css.scss */
  .mesh__info__title br {
    display: none;
  }
}

/* line 23, ../../../app/assets/stylesheets/circuits/pages/hubs/mesh.css.scss */
.mesh__info__divider {
  height: 1px;
  background: #dfe3e8;
  width: 100%;
  margin: 50px 0;
}

/* line 29, ../../../app/assets/stylesheets/circuits/pages/hubs/mesh.css.scss */
.mesh__info__ctabtns {
  text-align: center;
}
/* line 32, ../../../app/assets/stylesheets/circuits/pages/hubs/mesh.css.scss */
.mesh__info__ctabtns .circ_btn {
  margin: 0 1px;
}
/* line 35, ../../../app/assets/stylesheets/circuits/pages/hubs/mesh.css.scss */
.mesh__info__ctabtns h3 {
  margin-bottom: 30px;
}

/* line 39, ../../../app/assets/stylesheets/circuits/pages/hubs/mesh.css.scss */
.mesh__info__block {
  margin-bottom: 80px;
}
/* line 42, ../../../app/assets/stylesheets/circuits/pages/hubs/mesh.css.scss */
.mesh__info__block:last-child {
  margin: 0;
}

/* line 47, ../../../app/assets/stylesheets/circuits/pages/hubs/mesh.css.scss */
.mesh__info__block__img img {
  width: 100%;
  height: auto;
}

/* line 52, ../../../app/assets/stylesheets/circuits/pages/hubs/mesh.css.scss */
.mesh__info__smalltitle {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

/* line 58, ../../../app/assets/stylesheets/circuits/pages/hubs/mesh.css.scss */
.mesh__info__desc {
  margin-top: 14px;
  font-size: 14px;
  color: #8d9eb0;
  line-height: 20px;
}

/* line 3, ../../../app/assets/stylesheets/circuits/pages/hubs/library.css.scss */
.library_manager__icons {
  max-width: 635px;
  margin: 60px auto;
  text-align: center;
}
/* line 8, ../../../app/assets/stylesheets/circuits/pages/hubs/library.css.scss */
.library_manager__icons--border {
  border-bottom: 1px solid #dfe3e8;
}
/* line 12, ../../../app/assets/stylesheets/circuits/pages/hubs/library.css.scss */
.library_manager__icons__icon {
  margin-bottom: 20px;
}
/* line 15, ../../../app/assets/stylesheets/circuits/pages/hubs/library.css.scss */
.library_manager__icons__icon__img {
  width: 50px;
  height: 50px;
}
/* line 19, ../../../app/assets/stylesheets/circuits/pages/hubs/library.css.scss */
.library_manager__icons__icon__img--notavailable {
  opacity: 0.35;
}
/* line 24, ../../../app/assets/stylesheets/circuits/pages/hubs/library.css.scss */
.library_manager__icons__state {
  font-size: 14px;
  color: #8d9eb0;
}
/* line 28, ../../../app/assets/stylesheets/circuits/pages/hubs/library.css.scss */
.library_manager__icons__shout {
  margin-top: 65px;
  font-weight: 300;
  font-size: 24px;
  text-align: left;
}
/* line 34, ../../../app/assets/stylesheets/circuits/pages/hubs/library.css.scss */
.library_manager__icons__shoutsub {
  font-weight: 300;
  text-align: left;
  font-size: 18px;
  margin-top: 1em;
}
/* line 42, ../../../app/assets/stylesheets/circuits/pages/hubs/library.css.scss */
.library_manager__features {
  margin: 20px 0 47px 0;
  font-weight: 300;
  font-size: 32px;
  text-align: center;
}

/* line 1, ../../../app/assets/stylesheets/circuits/pages/user/profile.css.scss */
.profile__top {
  text-align: center;
  height: 250px;
  border-bottom: 1px solid #dfe3e8;
}

/* line 6, ../../../app/assets/stylesheets/circuits/pages/user/profile.css.scss */
.profile__top__avatar {
  padding-top: 32px;
}

/* line 9, ../../../app/assets/stylesheets/circuits/pages/user/profile.css.scss */
.profile__top__name {
  font-weight: 300;
  font-size: 32px;
}

/* line 13, ../../../app/assets/stylesheets/circuits/pages/user/profile.css.scss */
.profile__top__name__txt {
  display: inline-block;
}

/* line 16, ../../../app/assets/stylesheets/circuits/pages/user/profile.css.scss */
.profile__top__name__btn {
  display: inline-block;
  position: absolute;
  margin: -4px 8px 0;
}

/* line 21, ../../../app/assets/stylesheets/circuits/pages/user/profile.css.scss */
.profile__top__bio {
  color: #8d9eb0;
  max-width: 600px;
  margin: 11px auto 8px auto;
}

/* line 26, ../../../app/assets/stylesheets/circuits/pages/user/profile.css.scss */
.profile__top__info {
  color: #c5cfd9;
  font-size: 14px;
}
/* line 30, ../../../app/assets/stylesheets/circuits/pages/user/profile.css.scss */
.profile__top__info a, .profile__top__info a:visited {
  color: #c5cfd9;
}
/* line 33, ../../../app/assets/stylesheets/circuits/pages/user/profile.css.scss */
.profile__top__info a:hover {
  color: #0696d7;
}

/* line 37, ../../../app/assets/stylesheets/circuits/pages/user/profile.css.scss */
.profile__top__info__item {
  display: inline-block;
}

/* line 40, ../../../app/assets/stylesheets/circuits/pages/user/profile.css.scss */
.profile__top__info__divider {
  padding: 0 8px;
}

/* line 44, ../../../app/assets/stylesheets/circuits/pages/user/profile.css.scss */
.profile__content {
  margin-top: 50px;
}
/* line 47, ../../../app/assets/stylesheets/circuits/pages/user/profile.css.scss */
.profile__content:last-child {
  margin-bottom: 80px;
}
/* line 50, ../../../app/assets/stylesheets/circuits/pages/user/profile.css.scss */
.profile__content h3 {
  margin-bottom: 14px;
}
/* line 54, ../../../app/assets/stylesheets/circuits/pages/user/profile.css.scss */
.profile__content .profile__nothing {
  color: #8d9eb0;
}
/* line 57, ../../../app/assets/stylesheets/circuits/pages/user/profile.css.scss */
.profile__content .profile__nothing a {
  text-decoration: underline;
}

/* line 1, ../../../app/assets/stylesheets/circuits/pages/user/account.css.scss */
.user_account__block {
  margin-bottom: 90px;
}

/* line 4, ../../../app/assets/stylesheets/circuits/pages/user/account.css.scss */
.user_account__group {
  margin-bottom: 28px;
}

/* line 7, ../../../app/assets/stylesheets/circuits/pages/user/account.css.scss */
.user_account__divider {
  height: 1px;
  background: #dfe3e8;
  width: 100%;
  margin: 10px 0;
}

/* line 13, ../../../app/assets/stylesheets/circuits/pages/user/account.css.scss */
.user_account__text {
  font-size: 14px;
  line-height: 20px;
  color: #8d9eb0;
}
/* line 18, ../../../app/assets/stylesheets/circuits/pages/user/account.css.scss */
.user_account__text a {
  color: #34495e;
  text-decoration: underline;
}

/* line 1, ../../../app/assets/stylesheets/circuits/pages/search/search.css.scss */
.search__number {
  color: #c5cfd9;
  font-weight: 500;
}

/* line 5, ../../../app/assets/stylesheets/circuits/pages/search/search.css.scss */
.active .search__number {
  color: #0696d7;
}

/* line 8, ../../../app/assets/stylesheets/circuits/pages/search/search.css.scss */
.search__block {
  margin: 40px 0;
}
/* line 11, ../../../app/assets/stylesheets/circuits/pages/search/search.css.scss */
.search__block h3 {
  margin-bottom: 16px;
}

/* line 16, ../../../app/assets/stylesheets/circuits/pages/search/search.css.scss */
.search__block__no-results {
  color: #8d9eb0;
}

/* line 3, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle.css.scss */
.eagle__title {
  font-size: 48px;
  font-weight: 200;
  color: #34495e;
  text-align: center;
  margin-bottom: 14px;
}
/* line 11, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle.css.scss */
.eagle__description {
  font-size: 24px;
  font-weight: 200;
  text-align: center;
  color: #8d9eb0;
}
/* line 18, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle.css.scss */
.eagle__privatenotice {
  color: #D90035;
  text-align: center;
  font-weight: 500;
}
/* line 27, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle.css.scss */
.eagle__form__title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
/* line 32, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle.css.scss */
.eagle__form__title--optional {
  font-size: 300;
  color: #8d9eb0;
}
/* line 38, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle.css.scss */
.eagle__form__crunch {
  border-top: 1px solid #dfe3e8;
  margin-top: 70px;
  padding-top: 30px;
}
/* line 43, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle.css.scss */
.eagle__form__crunch .circ_btn {
  float: left;
}
/* line 46, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle.css.scss */
.eagle__form__crunch__info {
  padding-top: 4px;
  float: left;
  color: #8d9eb0;
  margin-left: 20px;
}
/* line 52, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle.css.scss */
.eagle__form__crunch__req {
  padding: 0;
  line-height: 50px;
}
/* line 59, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle.css.scss */
.eagle__formspacer {
  margin-bottom: 90px;
}
/* line 63, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle.css.scss */
.eagle__titleblock {
  font-size: 32px;
  font-weight: 200;
  color: #34495e;
  text-align: center;
  margin-bottom: 14px;
}
/* line 71, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle.css.scss */
.eagle__block {
  background: #ffffff;
  border: 1px solid #dfe3e8;
  padding: 30px;
  margin-top: 30px;
}
/* line 77, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle.css.scss */
.eagle__block img {
  width: 100%;
}
/* line 81, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle.css.scss */
.eagle__block__buttons {
  text-align: center;
}

/* line 3, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle_othermill.css.scss */
.eagle__othermill__back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f4f5f6;
  background: rgba(52, 73, 94, 0.4);
  z-index: 100000;
}
/* line 15, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle_othermill.css.scss */
.eagle__othermill__modal {
  position: absolute;
  z-index: 100001;
  top: 10%;
  border: 1px solid #dfe3e8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  padding: 30px 40px;
  color: #34495e;
  max-width: 860px;
  margin: 0 auto;
  margin-top: 10%;
  background: #ffffff;
}
/* line 29, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle_othermill.css.scss */
.eagle__othermill__modal__title {
  font-size: 28px;
  font-weight: 200;
}
/* line 34, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle_othermill.css.scss */
.eagle__othermill__modal__content {
  position: relative;
  margin-top: 20px;
}
/* line 38, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle_othermill.css.scss */
.eagle__othermill__modal__content img {
  max-width: 400px;
}
/* line 42, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle_othermill.css.scss */
.eagle__othermill__modal__content__p {
  margin: 26px 0;
}
/* line 46, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle_othermill.css.scss */
.eagle__othermill__modal__content__link {
  text-decoration: none;
  font-weight: 500;
}
/* line 51, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle_othermill.css.scss */
.eagle__othermill__modal__content__divider {
  border-left: 1px solid #c5cfd9;
}
@media only screen and (max-width: 991px) {
  /* line 51, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle_othermill.css.scss */
  .eagle__othermill__modal__content__divider {
    margin-top: 40px;
    border: none;
  }
}
/* line 59, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle_othermill.css.scss */
.eagle__othermill__modal__content__donthave {
  font-size: 12px;
  font-weight: 200;
  color: #34495e;
  text-align: center;
  margin-top: 12px;
}
/* line 66, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle_othermill.css.scss */
.eagle__othermill__modal__content__donthave a, .eagle__othermill__modal__content__donthave a:visited {
  color: #34495e;
  text-decoration: underline;
}
/* line 72, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle_othermill.css.scss */
.eagle__othermill__modal__content__item {
  margin-bottom: 24px;
  display: table;
}
/* line 76, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle_othermill.css.scss */
.eagle__othermill__modal__content__item__left {
  display: table-cell;
  width: 26px;
}
/* line 81, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle_othermill.css.scss */
.eagle__othermill__modal__content__item__right {
  display: table-cell;
}
/* line 85, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle_othermill.css.scss */
.eagle__othermill__modal__content__item__title {
  font-weight: 500;
}
/* line 94, ../../../app/assets/stylesheets/circuits/pages/eagle/eagle_othermill.css.scss */
.eagle__othermill__modal__content__bigbtn {
  margin-top: 30px;
}

/* OVERRIDES */
@media only screen and (max-width: 991px) {
  /* line 16, ../../../app/assets/stylesheets/abstract/objects/responsive_helpers.css.scss */
  .mobile--hide {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 991px) {
  /* line 16, ../../../app/assets/stylesheets/abstract/objects/responsive_helpers.css.scss */
  .tablet--hide {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  /* line 16, ../../../app/assets/stylesheets/abstract/objects/responsive_helpers.css.scss */
  .desktop--hide {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 16, ../../../app/assets/stylesheets/abstract/objects/responsive_helpers.css.scss */
  .desktop--small--hide {
    display: none;
  }
}
@media only screen and (min-width: 1800px) {
  /* line 16, ../../../app/assets/stylesheets/abstract/objects/responsive_helpers.css.scss */
  .desktop--huge--hide {
    display: none;
  }
}
/*  -----------------
  GENERAL
  ----------------- */
/* line 5, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.hiddenScrollbars {
  overflow: hidden;
}

/* line 9, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.non-selectable, .unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 18, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.inline {
  display: inline-block;
}

/* line 22, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.float, .left {
  float: left;
}

/* line 26, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.right {
  float: right;
}

/*  -----------------
  MOUSE CURSORS
  ----------------- */
/* line 34, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.action {
  cursor: pointer;
}

/* line 38, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.draggable {
  cursor: move;
}

/* line 42, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.disabled, .code_editor__select__option.active .circ_btn {
  pointer-events: none;
  cursor: not-allowed;
}

/* line 47, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.sortable {
  cursor: move;
}

/* line 51, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.not-allowed, .not-allowed:hover {
  cursor: not-allowed !important;
}

/*  -----------------
  TYPOGRAPHY
  ----------------- */
/* line 60, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.center {
  text-align: center;
}

/* line 64, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.bold {
  font-weight: 500;
}

/* line 68, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
small {
  font-size: 85%;
}

/* line 71, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
strong {
  font-weight: 500;
}

/* line 74, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
em {
  font-style: italic;
}

/*  -----------------
  FORMS
  ----------------- */
/* line 82, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
:focus {
  outline: none;
}

/*  -----------------
  HIDE
  ----------------- */
/* line 91, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.hide {
  display: none;
}

.circ_hide {
  display: none;
}

/* line 95, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 100, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  margin: -1px;
  padding: 0;
}

/* line 111, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
  margin: 0;
}

/* line 120, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.invisible {
  visibility: hidden;
}

/* line 124, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.invisibleZ {
  z-index: -1;
}

/* line 128, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.noOpacity {
  opacity: 0;
}

/*  -----------------
  CLEARFIX
  ----------------- */
/* line 136, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 141, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.clearfix:after {
  clear: both;
}

/* line 145, ../../../app/assets/stylesheets/abstract/objects/helpers.css.scss */
.clearfix {
  zoom: 1;
}

/* 	-----------------
	EDITOR
	----------------- */
/* line 1, ../../../app/assets/stylesheets/circuits/editor/icons.css.scss */
.cio-ui-icon {
  position: relative;
  width: 30px;
  height: 30px;
}

/* line 6, ../../../app/assets/stylesheets/circuits/editor/icons.css.scss */
.cio-ui-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* line 1, ../../../app/assets/stylesheets/circuits/editor/loading.css.scss */
.loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f4f5f6;
}

/* line 7, ../../../app/assets/stylesheets/circuits/editor/loading.css.scss */
.show__editor .loading {
  background-color: #ffffff;
}

/* line 10, ../../../app/assets/stylesheets/circuits/editor/loading.css.scss */
.loading_text {
  position: absolute;
  width: 500px;
  text-align: center;
  bottom: 50%;
  left: 50%;
  margin-left: -250px;
  margin-bottom: -50px;
  font-weight: 500;
  font-size: 14px;
  color: #0696d7;
}

/* line 22, ../../../app/assets/stylesheets/circuits/editor/loading.css.scss */
.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 90px;
  margin-left: -55px;
  margin-top: -45px;
}

/* line 31, ../../../app/assets/stylesheets/circuits/editor/loading.css.scss */
.loading .smallLoading {
  width: 22px;
  height: 22px;
  margin-left: -11px;
  margin-top: -11px;
}

/* line 37, ../../../app/assets/stylesheets/circuits/editor/loading.css.scss */
.loading_error_container {
  position: absolute;
  width: 500px;
  text-align: center;
  bottom: 50px;
  left: 50%;
  margin-left: -250px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu--editor {
  background: #ffffff;
}

/* line 4, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu--editor--view {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #dfe3e8;
}

/* line 8, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu__logo--editor {
  height: 48px;
  width: 48px;
}

/* line 12, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu__editor-title {
  font-size: 1pc;
  font-weight: 500;
  color: #34495e;
  margin-left: 14px;
}

/* line 19, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu__editor-title--span:hover {
  border-bottom: 1px dashed #34495e;
}

/* line 23, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu__item__viewactions {
  margin-left: 8px;
  line-height: 48px;
}

/* line 27, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu__right__item--editor {
  float: left;
}

/* line 30, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu__svg_block_btn {
  position: relative;
  height: 48px;
  width: 50px;
  text-align: center;
}

/* line 36, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu__svg_block_btn--user img {
  margin: 8px 0 0 0;
}

/* line 39, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu__svg_block_btn svg {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 45, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu__svg_block_btn svg {
  fill: #34495e;
}

/* line 48, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
@media (hover: hover) {
  .sitemenu__svg_block_btn:hover svg {
    fill: #0696d7;
  }
}

/* line 51, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu__view_switch--active {
  background-color: #0696d7;
}

/* line 54, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu__view_switch--active svg {
  fill: #ffffff;
}

/* line 57, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu__view_switch--active:hover svg {
  fill: #ffffff;
}

/* line 61, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu--editor_submenu {
  background-color: #f4f5f6;
  border-bottom: 1px solid #dfe3e8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* line 66, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu--editor_submenu--pcb {
  background: #11181f;
  border-color: #2f3943;
}
/* line 70, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu--editor_submenu--pcb .sitemenu__borderleft, .sitemenu--editor_submenu--pcb .sitemenu__borderright {
  border-color: #2f3943;
}
/* line 74, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu--editor_submenu--pcb .sitemenu__svg_block_btn svg {
  fill: #8d9eb0;
}

/* line 83, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.editor_tools__tool {
  float: left;
}

/* line 86, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.editor_tools__tool .sitemenu__svg_block_btn {
  width: 48px;
}

.editor_tools__tool.sitemenu__svg_dropdown {
  width: 74px;
  fill: #34495e;
}

.editor_tools__tool .disabled {
  pointer-events: none;
  cursor: default;
}

.editor_tools__tool .disabled svg {
  fill: #c5cfd9;
}

.sitemenu__svg_dropdown .editor__dropdown__button__downarrow {
  right: 0px;
}

/* line 89, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.editor_actions {
  margin-right: 8px;
}

/* line 92, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.editor_actions__action {
  float: left;
  margin: 8px 0 0 6px;
}

/* line 96, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.editor_actions__chat_icon svg {
  fill: #34495e;
}

.editor_actions__toggleSimulation.active {
    background-color: #23B45D;
    border-color: #23B45D;
}

/* line 99, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.simulation_text {
  width: 111px;
}

.editor_actions__btn {
    width: 80px;
    padding: 0px;
    text-align: center;
}

.editor_actions__btn__txt {
    margin: 0px!important;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* line 102, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu__submenu__selectbox {
  margin: -6px 10px 0 4px;
  width: 175px;
}

/* line 106, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu__svg_block_btn--active svg {
  fill: #0696d7;
}

/* line 110, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu__connection-menu {
  color: #c5cfd9;
  font-weight: 500;
  background: #ffffff;
  padding: 0 20px;
  margin: 0;
  line-height: 48px;
  font-size: 16px;
}

/* line 119, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu__info {
  font-size: 16px;
  font-weight: 500;
  color: #8d9eb0;
  padding-left: 18px;
}

/* line 125, ../../../app/assets/stylesheets/circuits/editor/menu.css.scss */
.sitemenu__info--pcb {
  color: #8d9eb0;
}

/* line 1, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
.root_container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  min-height: 250px;
  min-width: 500px;
}

/* line 10, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
.show__editor .root_container {
  min-height: inherit;
  min-width: inherit;
}

/* line 14, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
.editor {
  position: absolute;
  top: 3pc; bottom: 0;
  left: 0; right: 0;
}

/* line 75, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
.editor__content {
  position: absolute;
  top: 49px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 80, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
.guiTab {
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 87, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
.hasSVG {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 92, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
#breadboardTab {
  background-color: #f4f5f6;
}

/* line 95, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
.show__editor #breadboardTab {
  background-color: #ffffff;
}

/* line 98, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
#schematicTab {
  background-color: #f4f5f6;
}

/* line 101, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
.show__editor #schematicTab {
  background-color: #ffffff;
}

/* line 104, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
#pcbTab {
  background-color: #11181f;
}

/* line 107, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
#circuitscribeTab {
  background-color: #f4f5f6;
}

/* line 110, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
.show__editor #circuitscribeTab {
  background-color: #ffffff;
}

/* line 113, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
#littlebitsTab {
  background-color: #f4f5f6;
}

/* line 116, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
.show__editor #littlebitsTab {
  background-color: #ffffff;
}

#schematicViewTab {
  background-color: #f4f5f6;
  overflow: auto;
}

.show__editor #schematicViewTab {
  background-color: #ffffff;
}

.schematic_view__container, .schematic_view__inner {
  height: 100%;
}

/* line 119, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
#bomTab {
  background-color: #f4f5f6;
  overflow: auto;
}

/* line 123, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
.show__editor #bomTab {
  background-color: #ffffff;
}

/* line 126, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
#settingsTab {
  background-color: #f4f5f6;
  overflow: auto;
}

/* line 130, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
.show__editor #settingsTab {
  background-color: #ffffff;
}

/* line 133, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
#breadboard {
  pointer-events: none;
}

/* line 136, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
.connection_menu__warning {
  color: #f48220;
}

/* line 139, ../../../app/assets/stylesheets/circuits/editor/editor.css.scss */
.connection_menu__error {
  color: #ff5f48;
}

/* line 1, ../../../app/assets/stylesheets/circuits/editor/breadboard.css.scss */
.simulation_toggle_btn {
  position: absolute;
  top: 8px;
  right: 8px;
}

/* line 6, ../../../app/assets/stylesheets/circuits/editor/breadboard.css.scss */
.simulation_toggle_btn--menu {
  position: absolute;
  top: 8px;
  left: 8px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 264px;
  border: 2px solid #0696d7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: right .5s;
  -webkit-transition: right .5s;
  -moz-transition: right .5s;
  -o-transition: right .5s;
}

/* line 14, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector--pcb {
  border: 2px solid #8d9eb0;
  color: #8d9eb0;
  background: #11181f;
}

/* line 19, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector__form {
  padding: 2px;
}

/* line 22, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector__group {
  padding: 2px;
}

.inspector__group.disabled .dual_inspector__label--background {
  background: #F2F3F5;
  color: #ABB1B2;
}

.inspector__group.disabled input, .inspector__group.disabled select, .inspector__group.disabled .dual_inspector__input__text {
  color: #ABB1B2;
}

.inspector__group.disabled .dual_inspector,select {
  border-color: #B7BDBF;
}

.inspector__group.disabled .inspector__select__downarrow {
  display: "none";
}

/* line 25, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector__title {
  background: #0696d7;
  color: #ffffff;
  line-height: 33px;
  font-weight: 500;
  padding: 0 11px 0 7px;
  border-bottom: 2px solid #0696d7;
}

/* line 33, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector--pcb .inspector__title {
  border-color: #11181f;
  background: #8d9eb0;
  color: #11181f;
}

/* line 38, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector__summary {
  padding: 12px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #0696d7;
  border-bottom: 1px solid #c5cfd9;
}

/* line 45, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector--pcb .inspector__summary {
  color: #8d9eb0;
}

/* line 48, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector__usage {
  padding: 12px 8px;
  border-bottom: 1px solid #c5cfd9;
  color: #34495e;
}

/* line 53, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector--pcb .inspector__usage {
  color: #8d9eb0;
}

/* line 56, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector__usage, .inspector__usage p {
  font-size: 14px;
}

/* line 59, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector__usage p:last-child {
  margin: 0;
}

/* line 63, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector__title a, .inspector__title a:visited {
  color: #ffffff;
}

.inspector__title svg {
  fill: #ffffff;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 12px;
  transition: fill .2s,background-color .2s;
}

.inspector__title svg:hover {
  fill: #0696d7;
  background-color: #ffffff;
}

/* line 66, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector--pcb .inspector__title a, .inspector--pcb .inspector__title a:visited {
  color: #11181f;
}

.inspector__title__text {
  max-width: calc(100% - 30px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 69, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector__select {
  width: auto;
  margin: 0;
  height: 32px;
  font-size: 14px;
  color: #000000;
  margin-top: -1px;
}

/* line 77, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector--pcb .inspector__select {
  color: #8d9eb0;
  background: #11181f;
}

/* line 81, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector__select--dual {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  font-weight: 500;
  width: 100%;
  height: 30px;
  border: none !important;
  color: #0696d7 !important;
  line-height: 19px;
  padding-left: 7px;
}

/* line 94, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector--pcb .inspector__select--dual {
  color: #8d9eb0 !important;
}

/* line 97, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector__select__downarrow {
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0696d7;
  pointer-events: none;
}

/* line 108, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector--pcb .inspector__select__downarrow {
  border-top: 5px solid #8d9eb0;
}

/* line 111, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector__checkbox {
  margin-left: 10px !important;
}

/* line 115, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.dual_inspector {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  border: 1px solid #0696d7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #34495e;
  width: 252px;
}

/* line 123, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector--pcb .dual_inspector {
  border-color: #8d9eb0;
}

/* line 126, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.dual_inspector__label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  height: 30px;
  line-height: 15px;
  font-size: 15px;
  font-weight: 500;
  padding: 7px;
  min-width: 30px;
  max-width: 160px;
  display: table-cell;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 140, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.dual_inspector__label--background {
  background: #0696d7;
  color: #ffffff;
}

/* line 144, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.dual_inspector__label--readonly {
  width: 150px;
}

/* line 147, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector--pcb .dual_inspector__label--background {
  background: #8d9eb0;
  color: #11181f;
}

/* line 151, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector--pcb .dual_inspector__label--readonly {
  color: #8d9eb0;
  border-right: 1px solid #8d9eb0;
}

/* line 155, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.dual_inspector__input {
  position: relative;
  display: table-cell;
  width: 100%;
}

/* line 160, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.dual_inspector__input--readonly {
  width: auto;
}

/* line 163, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.dual_inspector__input__text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
  border: none;
  margin: 0;
  width: 100%;
  color: #0696d7;
  font-weight: 500;
  vertical-align: baseline;
  padding-left: 7px;
}

/* line 174, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector--pcb .dual_inspector__input__text {
  background: #11181f !important;
  color: #8d9eb0 !important;
}

/* line 179, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.triple_inspector {
  display: table;
}

/* line 182, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.dual_inspector--triple {
  width: auto;
}

/* line 186, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.triple_inspector__select {
  display: table-cell;
  padding-left: 4px;
  vertical-align: middle;
}

/* line 192, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector .circ_btn {
  width: 226px;
}

/* line 196, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector--pcb .circ_btn {
  background: #11181f;
  border: 1px solid #8d9eb0;
  color: #8d9eb0;
  width: 252px;
}

/* line 202, ../../../app/assets/stylesheets/circuits/editor/inspector.css.scss */
.inspector--pcb .circ_btn:hover {
  background: #8d9eb0;
  color: #11181f;
}

/* line 1, ../../../app/assets/stylesheets/circuits/editor/overlay.css.scss */
.overlay_container {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #c5cfd9;
}

/* line 10, ../../../app/assets/stylesheets/circuits/editor/overlay.css.scss */
.overlay_container__top {
  height: 49px;
  padding: 0 8px 0 20px;
  border-bottom: 1px solid #c5cfd9;
}

/* line 15, ../../../app/assets/stylesheets/circuits/editor/overlay.css.scss */
.overlay_container__tab {
  height: 49px;
  line-height: 48px;
  padding: 15px 0;
  font-weight: 500;
  margin-right: 20px;
  opacity: 1;
}

/* line 23, ../../../app/assets/stylesheets/circuits/editor/overlay.css.scss */
.overlay_container__tab.active {
  color: #0696d7;
  border-bottom: 1px solid #0696d7;
}

/* line 27, ../../../app/assets/stylesheets/circuits/editor/overlay.css.scss */
.overlay_container__tab:hover {
  border-bottom: 1px solid #0696d7;
}

/* line 30, ../../../app/assets/stylesheets/circuits/editor/overlay.css.scss */
.overlay_container__tabs {
  float: left;
}

/* line 33, ../../../app/assets/stylesheets/circuits/editor/overlay.css.scss */
.overlay_container__search_controls {
  float: right;
}

/* line 36, ../../../app/assets/stylesheets/circuits/editor/overlay.css.scss */
.overlay_container__right_btn {
  float: right;
}

/* line 39, ../../../app/assets/stylesheets/circuits/editor/overlay.css.scss */
.overlay_container__svg_block_btn {
  position: relative;
  height: 48px;
  width: 48px;
  text-align: center;
}
/* line 44, ../../../app/assets/stylesheets/circuits/editor/overlay.css.scss */
.overlay_container__svg_block_btn svg {
  fill: #dfe3e8;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 52, ../../../app/assets/stylesheets/circuits/editor/overlay.css.scss */
.overlay_container__svg_block_btn svg:hover {
  fill: #34495e;
}

/* line 57, ../../../app/assets/stylesheets/circuits/editor/overlay.css.scss */
.overlay_container__searchbox {
  position: relative;
  top: 7px;
  right: 8px;
  float: left;
}
/* line 63, ../../../app/assets/stylesheets/circuits/editor/overlay.css.scss */
.overlay_container__searchbox .text-input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 68, ../../../app/assets/stylesheets/circuits/editor/overlay.css.scss */
.overlay_container__searchbox__btn {
  background: none;
  border: none;
  position: absolute;
  right: 5px;
  top: 3px;
  padding: 0;
}
/* line 76, ../../../app/assets/stylesheets/circuits/editor/overlay.css.scss */
.overlay_container__searchbox__btn svg {
  fill: #dfe3e8;
}
/* line 79, ../../../app/assets/stylesheets/circuits/editor/overlay.css.scss */
.overlay_container__searchbox__btn svg:hover {
  fill: #34495e;
}

/* line 85, ../../../app/assets/stylesheets/circuits/editor/overlay.css.scss */
.overlay_container__inner {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}

.overlay_container__callout_container{
    position:relative;
    top:-230px;
    left:50%;
    margin-left:-200px;
}

.overlay_container__callout{
    position:relative;
    padding:30px;
    margin:1em 0 3em;
    border:1px solid #c5cfd9;
    color:#c5cfd9;
    background:#fff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

.overlay_container__callout:before {
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:185px; /* controls horizontal position */
  border-width:20px 20px 0;
  border-style:solid;
  border-color:#c5cfd9 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* creates the smaller  triangle */
.overlay_container__callout:after {
  content:"";
  position:absolute;
  bottom:-19px; /* value = - border-top-width - border-bottom-width */
  left:186px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width:19px 19px 0;
  border-style:solid;
  border-color:#fff transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* line 94, ../../../app/assets/stylesheets/circuits/editor/overlay.css.scss */
.ui-resizable-n {
  height: 20px;
  top: -10px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/editor/overlay_box.css.scss */
.overlay_box {
  background: #ffffff;
  position: absolute;
  top: 8px;
  right: 280px;
  width: 120px;
  border: 2px solid #0696d7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 10, ../../../app/assets/stylesheets/circuits/editor/overlay_box.css.scss */
.show__editor .overlay_box {
  right: 8px;
}

/* line 13, ../../../app/assets/stylesheets/circuits/editor/overlay_box.css.scss */
.overlay_box--dark {
  background: #11181f;
  border-color: #8d9eb0;
}

/* line 17, ../../../app/assets/stylesheets/circuits/editor/overlay_box.css.scss */
.overlay_box__top {
  line-height: 35px;
  padding: 0 6px;
  background: #0696d7;
}

/* line 22, ../../../app/assets/stylesheets/circuits/editor/overlay_box.css.scss */
.overlay_box--dark .overlay_box__top {
  background: #8d9eb0;
}

/* line 25, ../../../app/assets/stylesheets/circuits/editor/overlay_box.css.scss */
.overlay_box__top__title {
  font-weight: 500;
  color: #ffffff;
}

/* line 29, ../../../app/assets/stylesheets/circuits/editor/overlay_box.css.scss */
.overlay_box--dark .overlay_box__top__title {
  color: #ffffff;
}

/* line 32, ../../../app/assets/stylesheets/circuits/editor/overlay_box.css.scss */
.overlay_box__top__settings {
  position: absolute;
  right: 0;
  margin-top: 2px;
}

/* line 37, ../../../app/assets/stylesheets/circuits/editor/overlay_box.css.scss */
.overlay_box__item {
  font-weight: 500;
  border-top: 1px solid #0696d7;
  color: #0696d7;
}

/* line 42, ../../../app/assets/stylesheets/circuits/editor/overlay_box.css.scss */
.overlay_box__item--cursor {
  cursor: pointer;
}

/* line 45, ../../../app/assets/stylesheets/circuits/editor/overlay_box.css.scss */
.overlay_box__item.active {
  background-color: #0696d7;
}

/* line 48, ../../../app/assets/stylesheets/circuits/editor/overlay_box.css.scss */
.overlay_box__item:hover {
  background-color: #ace4fd;
}

/* line 51, ../../../app/assets/stylesheets/circuits/editor/overlay_box.css.scss */
.overlay_box__title {
  line-height: 32px;
}

/* line 54, ../../../app/assets/stylesheets/circuits/editor/overlay_box.css.scss */
.overlay_box__eye {
  height: 30px;
  padding: 1px 3px 0 0;
}

/* line 58, ../../../app/assets/stylesheets/circuits/editor/overlay_box.css.scss */
.overlay_box__eye svg {
  fill: #0696d7;
  stroke: #0696d7;
}

/* line 1, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_results__table {
  width: 100%;
}

/* line 4, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_results__table tr {
  background: #ffffff;
}

/* line 7, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_results__row {
  border-bottom: 1px solid #c5cfd9;
}

/* line 10, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_results__row:hover {
  background: #f4f5f6;
}

/* line 13, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_results__name {
  font-weight: 500;
}

/* line 16, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_results__description {
  color: #8d9eb0;
  font-size: 15px;
}

/* line 20, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_results__add {
  padding: 10px 8px;
  margin-right: 14px;
  text-align: right;
}

/* line 25, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_results__thumb {
  width: 80px;
  text-align: center;
}

/* line 29, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_results__thumb__img {
  height: 40px;
}

/* line 33, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_overlay__results {
  padding: 7px 17px;
}

/* line 36, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_overlay__result {
  float: left;
  margin: 3px;
}

/* line 40, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_overlay__result .dual_btn__text {
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

/* line 48, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.dual_btn:hover .dual_btn__icon--componentsearch {
  background: #ffffff;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 60, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_overlay__results--columns:after {
  content: "";
  display: inline-block;
  width: 100%;
}

/* line 66, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_overlay__result__column__item {
  display: inline-block;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  border: 1px solid #c5cfd9;
  text-align: center;
  margin: 6px;
  width: 15%;
}
@media only screen and (max-width: 1199px) {
  /* line 66, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
  .search_overlay__result__column__item {
    width: 23%;
  }
}
/* line 81, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_overlay__result__column__item:hover {
  border-color: #0696d7;
}
/* line 84, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_overlay__result__column__item:hover .search_overlay__result__column__item__thumb {
  border-color: #0696d7;
}

/* line 90, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_overlay__result__column__item__inner {
  display: table;
  margin: 0 auto;
}

/* line 94, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_overlay__result__column__item__thumb {
  display: table-row;
  padding: 10px 0;
  min-height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 102, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_overlay__result__column__item__thumb img {
  width: auto;
  height: 90px;
  padding-top: 12px;
}

/* line 107, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_overlay__result__column__item__name {
  display: table-cell;
  width: 100%;
  padding: 0 5px;
  font-weight: 500;
  vertical-align: middle;
  height: 50px;
}

/* line 115, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_overlay__results__noresults {
  padding: 20px;
}

/* line 119, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_overlay__category {
  color: #444444;
  font-size: 20px;
}

/* line 124, ../../../app/assets/stylesheets/circuits/editor/add_components.css.scss */
.search_overlay__list_category {
  color: #444444;
  margin-left: 20px;
  margin-bottom: 5px;
  font-size: 16px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__top {
  padding: 0 4px;
}

/* line 4, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__right {
  position: absolute;
  right: 8px;
}

/* line 8, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__top__item {
  line-height: 50px;
}
/* line 11, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__top__item .circ_btn {
  margin: 8px 0 0 8px;
}

/* line 15, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code-editor__success-compiled {
  line-height: 48px;
  padding: 0 20px;
  color: #6E9E56;
  font-weight: 500;
}

/* line 21, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__selector {
  border-right: 1px solid #c5cfd9;
}

/* line 24, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__selector__text {
  font-weight: 500;
  padding: 0 2px 0 10px;
}

/* line 28, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__selector__icon {
  margin: 10px 0 0 0;
}
/* line 31, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__selector__icon svg {
  float: right;
}

/* line 35, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor_disabled .float {
  opacity: 0.3;
}

/* line 38, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor_disabled:hover {
  background: none;
  color: none;
}

/* line 42, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__texteditor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 47, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__content__title-container {
  padding: 22px 16px;
  border-bottom: 1px solid #c5cfd9;
}

/* line 51, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__content__title {
  font-weight: 500;
  color: #34495e;
  font-size: 18px;
}

/* line 56, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__content__subtitle {
  color: #8d9eb0;
  font-size: 16px;
}

/* line 60, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__select__option {
  padding: 0 16px;
  height: 49px;
  line-height: 49px;
  font-weight: 500;
  color: #34495e;
  border-bottom: 1px solid #c5cfd9;
}

/* line 68, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__select__option:hover {
  background: #f4f5f6;
}

/* line 71, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__select__option.active {
  color: #0696d7;
}

/* line 74, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__select__option.active .circ_btn {
  border-color: #c5cfd9;
}

/* line 78, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__big_icon svg {
  margin-right: 20px;
  fill: #34495e;
}

/* line 82, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__library-name {
  min-width: 160px;
}

/* line 85, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__library-description {
  color: #8d9eb0;
  font-weight: 400;
}

/* line 90, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.flipped-arrow {
  transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -khtml-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
}

/* line 99, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.CodeMirror {
  height: 100%;
  font-family: 'Courier', monospace;
  font-size: 14px;
  line-height: 16px;
}
/* line 105, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.CodeMirror pre {
  padding-left: 10px;
}
/* line 109, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.CodeMirror .breakLine {
  background: #C2ECFF;
  box-shadow: inset -1px 0px 0px 1px #0696d7;
}
/* line 117, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.CodeMirror-linenumbers {
  width: 36px;
}
.CodeMirror-linenumber {
  cursor: pointer;
  font-size: 14px;
}
.CodeMirror-gutter-wrapper {
  height: 100%
}
.CodeMirror-gutter-wrapper:hover > .CodeMirror-linenumber {
  background-color: #EAEAEB;
  color: #30A3E4;
}
.CodeMirror-gutter-wrapper:hover + pre {
  background-color: #EBF9FE;
}
/* line 121, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.CodeMirror-gutters {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
}
/* line 128, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.CodeMirror .code_editor__breakpoint {
  position: relative;
  top: 2px;
  height: 100%;
  width: 41px;
  margin: -2px 0 0 -36px;
  color: #ffffff;
}
/* line 135, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.CodeMirror .code_editor__breakpoint__background {
  position: absolute;
  top: 0;
}
/* line 140, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.CodeMirror .code_editor__breakpoint__linenumber {
  position: absolute;
  top: 0;
  right: 9px;
  font-size: 14px;
}
/* line 148, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.CodeMirror-selected {
  background: #dfe3e8;
}

/* line 155, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code-editor__upload__text {
  width: 110px;
}

/* line 158, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__serial-monitor {
  position: absolute;
  right: 0;
  top: 50px;
  bottom: 0;
  min-width: 202px;
  border-left: 1px solid #dfe3e8;
}

/* line 166, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__serial-monitor__content {
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 51px;
  width: 184px;
  padding: 8px;
  font-size: 12px;
  font-family: monospace;
  white-space: pre;
}

/* line 178, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__serial-monitor__bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 202px;
  height: 50px;
  border-top: 1px solid #c5cfd9;
}

/* line 185, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__serial-monitor__input {
  margin: 5px 2px 5px 5px;
  width: calc(100% - 200px);
  padding: 8px 9px;
}

/* line 190, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.serial-monitor__send {
  background: #ffffff;
  border: 1px solid #c5cfd9;
  color: #34495e;
  padding: 8px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 197, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.serial-monitor__send:hover {
  background: #0696d7;
  border: 1px solid #0696d7;
  color: #ffffff;
}

/* line 202, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__debugger {
  position: absolute;
  right: 0;
  top: 50px;
  bottom: 0;
  min-width: 202px;
  border-left: 1px solid #dfe3e8;
}
/* line 210, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__debugger__top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #dfe3e8;
  height: 38px;
}
/* line 218, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__debugger__top__icon {
  margin: 4px;
}
/* line 221, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__debugger__top__icon svg * {
  fill: #34495e;
}
/* line 224, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__debugger__top__icon__disabled svg * {
  fill: #c5cfd9;
}
/* line 227, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__debugger__top__icon__disabled:hover {
  pointer-events: none;
  cursor: not-allowed;
}
/* line 231, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__debugger__top__icon:hover svg * {
  fill: #0696d7;
}
/* line 237, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__debugger__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 39px;
  padding: 12px;
  font-size: 13px;
  line-height: 18px;
}
/* line 246, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__debugger__content__title {
  font-weight: 500;
  color: #34495e;
  padding-bottom: 0.5em;
}
/* line 252, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__debugger__content__list {
  color: #8d9eb0;
}
/* line 255, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__debugger__content__list__item {
  padding-bottom: 0.5em;
}
/* line 260, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__debugger__content__learnmore {
  margin-top: 10px;
}

/* line 266, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__error {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
}

/* line 273, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__error__top {
  background: #ff5f48;
  line-height: 50px;
  padding: 0 8px;
}

/* line 278, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__error__top__title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

/* line 283, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__error__top__close svg {
  fill: #ffffff;
  margin: 10px 0 0 5px;
}

/* line 287, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__error__top__close a {
  color: #ffffff;
}

/* line 290, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.code_editor__error__content {
  background: #11181f;
  color: #ff5f48;
  overflow-y: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 50px;
  bottom: 0;
  padding: 14px 11px;
  font-size: 12px;
  font-family: monospace;
  white-space: pre;
}

/* line 304, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.lineError {
  background: #ff5f48;
  color: #ffffff !important;
}

/* line 309, ../../../app/assets/stylesheets/circuits/editor/code_editor.css.scss */
.breakLine {
  background: #afd7fa;
}

/* line 1, ../../../app/assets/stylesheets/circuits/editor/chat.css.scss */
.editor_actions__chat_icon.active a {
  border-color: #0696d7;
  background: #0696d7;
}

/* line 5, ../../../app/assets/stylesheets/circuits/editor/chat.css.scss */
.editor_actions__chat_icon.active svg {
  fill: #ffffff;
}

/* line 8, ../../../app/assets/stylesheets/circuits/editor/chat.css.scss */
.chat {
  background: #ffffff;
  position: absolute;
  bottom: 90px;
  right: 70px;
  width: 220px;
  height: 270px;
  border: 2px solid #0696d7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 18, ../../../app/assets/stylesheets/circuits/editor/chat.css.scss */
.chat__top {
  height: 35px;
  line-height: 35px;
  padding: 0 6px;
  background: #0696d7;
}

/* line 24, ../../../app/assets/stylesheets/circuits/editor/chat.css.scss */
.chat__top__title {
  font-weight: 500;
  color: #ffffff;
}

/* line 28, ../../../app/assets/stylesheets/circuits/editor/chat.css.scss */
.chat__top__settings {
  margin-top: 2px;
}

/* line 31, ../../../app/assets/stylesheets/circuits/editor/chat.css.scss */
.chat__body {
  position: absolute;
  top: 35px;
  right: 0;
  left: 0;
  bottom: 0;
}

/* line 38, ../../../app/assets/stylesheets/circuits/editor/chat.css.scss */
.chat__content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 36px;
  padding: 0 10px 10px 10px;
  overflow-y: scroll;
}

/* line 47, ../../../app/assets/stylesheets/circuits/editor/chat.css.scss */
.chat__username {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #34495e;
}

/* line 53, ../../../app/assets/stylesheets/circuits/editor/chat.css.scss */
.chat__message {
  margin-bottom: 10px;
  font-size: 14px;
  color: #8d9eb0;
}

/* line 58, ../../../app/assets/stylesheets/circuits/editor/chat.css.scss */
.chat__form {
  border-top: 1px solid #c5cfd9;
  position: absolute;
  bottom: 0;
}

/* line 63, ../../../app/assets/stylesheets/circuits/editor/chat.css.scss */
.chat__input {
  border: none !important;
  margin: 0 !important;
}

/* line 1, ../../../app/assets/stylesheets/circuits/editor/pcb.css.scss */
.pcb_buttons {
  position: absolute;
  left: 6px;
  top: 10px;
  text-align: left;
}

/* line 7, ../../../app/assets/stylesheets/circuits/editor/pcb.css.scss */
.pcb_button {
  margin-bottom: 6px;
}

/* line 10, ../../../app/assets/stylesheets/circuits/editor/pcb.css.scss */
.pcb_tools_collection {
  margin-top: 20px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/editor/layers.css.scss */
.layers__layer {
  cursor: pointer;
  font-weight: 500;
  padding: 0 8px;
  line-height: 32px;
  border-top: 1px solid #8d9eb0;
  color: #8d9eb0;
}

/* line 9, ../../../app/assets/stylesheets/circuits/editor/layers.css.scss */
.layers__layer.active {
  background-color: #2e3843;
}

/* line 12, ../../../app/assets/stylesheets/circuits/editor/layers.css.scss */
.layers__layer:hover {
  background-color: #2e3843;
}

/* line 15, ../../../app/assets/stylesheets/circuits/editor/layers.css.scss */
.layers__layer__title {
  width: 85px;
}

/* line 18, ../../../app/assets/stylesheets/circuits/editor/layers.css.scss */
.layers__layer__colorcirle {
  margin-top: 9px;
  width: 10px;
  height: 10px;
  background: red;
  border: 2px solid #000000;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}

/* line 1, ../../../app/assets/stylesheets/circuits/editor/drawing_aids.css.scss */
.drawing_aids {
  right: 410px;
}

/* line 4, ../../../app/assets/stylesheets/circuits/editor/drawing_aids.css.scss */
.drawing_aids__aid {
  font-weight: 500;
  border-top: 1px solid #8d9eb0;
  color: #8d9eb0;
}

/* line 9, ../../../app/assets/stylesheets/circuits/editor/drawing_aids.css.scss */
.drawing_aids__aid.active {
  background-color: #2e3843;
}

/* line 12, ../../../app/assets/stylesheets/circuits/editor/drawing_aids.css.scss */
.drawing_aids__aid:hover {
  background-color: #2e3843;
}

/* line 15, ../../../app/assets/stylesheets/circuits/editor/drawing_aids.css.scss */
.drawing_aids__aid__title {
  line-height: 32px;
}

/* line 18, ../../../app/assets/stylesheets/circuits/editor/drawing_aids.css.scss */
.drawing_aids__aid__eye {
  height: 30px;
  padding: 1px 3px 0 0;
}

/* line 22, ../../../app/assets/stylesheets/circuits/editor/drawing_aids.css.scss */
.drawing_aids__aid__eye svg {
  fill: #8d9eb0;
  stroke: #8d9eb0;
}

/* line 26, ../../../app/assets/stylesheets/circuits/editor/drawing_aids.css.scss */
.drawing_aids__aid__settings {
  line-height: 0px;
  padding-top: 2px;
}

/* line 30, ../../../app/assets/stylesheets/circuits/editor/drawing_aids.css.scss */
.drawing_aids__aid__settings svg {
  fill: #8d9eb0;
  stroke: #8d9eb0;
}

/* line 1, ../../../app/assets/stylesheets/circuits/editor/footprint_selector.css.scss */
.footprint__results {
  padding: 10px;
}

/* line 4, ../../../app/assets/stylesheets/circuits/editor/footprint_selector.css.scss */
.footprint__result {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  border: 1px solid #c5cfd9;
  margin: 10px 5px;
}

/* line 10, ../../../app/assets/stylesheets/circuits/editor/footprint_selector.css.scss */
.footprint__result__thumb {
  background: #000;
  margin: 4px;
  width: 190px;
  height: 142px;
}

/* line 16, ../../../app/assets/stylesheets/circuits/editor/footprint_selector.css.scss */
.footprint__result__name {
  margin: 10px 0;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #34495e;
}

/* line 1, ../../../app/assets/stylesheets/circuits/editor/settings.css.scss */
.settings__container {
  padding: 35px 0;
}

/* line 4, ../../../app/assets/stylesheets/circuits/editor/settings.css.scss */
.settings__setting {
  margin: 0 0 35px 0;
}

/* line 7, ../../../app/assets/stylesheets/circuits/editor/settings.css.scss */
.settings__setting__title {
  font-weight: 500;
  font-size: 20px;
  color: #34495e;
  padding-bottom: 10px;
}

/* line 13, ../../../app/assets/stylesheets/circuits/editor/settings.css.scss */
.settings__setting__summary {
  border-top: 1px solid #c5cfd9;
  padding: 10px 0 11px 0;
  color: #8d9eb0;
  font-size: 15px;
}

/* line 19, ../../../app/assets/stylesheets/circuits/editor/settings.css.scss */
.settings__setting__input {
  background: #ffffff;
  border: 1px solid #c5cfd9;
  padding: 15px 10px !important;
  min-height: 42px;
  font-weight: 500;
  color: #34495e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
}

/* line 30, ../../../app/assets/stylesheets/circuits/editor/settings.css.scss */
.settings__setting__input {
  padding: 10px 10px !important;
}

/* line 33, ../../../app/assets/stylesheets/circuits/editor/settings.css.scss */
.settings__overview__item {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #34495e;
  padding-bottom: 15px;
  border-bottom: 1px solid #c5cfd9;
  margin-bottom: 15px;
}

/* line 42, ../../../app/assets/stylesheets/circuits/editor/settings.css.scss */
.settings__setting ::-webkit-input-placeholder {
  color: #f4f5f6;
}

/* line 45, ../../../app/assets/stylesheets/circuits/editor/settings.css.scss */
.settings__overview__item__arrow {
  position: absolute;
  right: 0;
  top: -5px;
}

/* line 50, ../../../app/assets/stylesheets/circuits/editor/settings.css.scss */
.settings-please-fill {
  color: #f48220;
}

/* line 53, ../../../app/assets/stylesheets/circuits/editor/settings.css.scss */
.settings-filled {
  color: #0696d7;
}

/* line 56, ../../../app/assets/stylesheets/circuits/editor/settings.css.scss */
.settings-filled svg {
  fill: #0696d7;
}

/* line 59, ../../../app/assets/stylesheets/circuits/editor/settings.css.scss */
.settings-collab-message {
  color: #f48220;
}

/* line 1, ../../../app/assets/stylesheets/circuits/editor/bom.css.scss */
.bom__loading {
  width: 100%;
  height: 100%;
}

/* line 5, ../../../app/assets/stylesheets/circuits/editor/bom.css.scss */
.bom__inner {
  padding: 30px 42px;
}

/* line 8, ../../../app/assets/stylesheets/circuits/editor/bom.css.scss */
.bom__table {
  border: 1px solid #c5cfd9;
  color: #34495e;
  width: 100%;
}

/* line 12, ../../../app/assets/stylesheets/circuits/editor/bom.css.scss */
.bom__table__heading {
  text-align: left;
  background: #c5cfd9;
}

/* line 16, ../../../app/assets/stylesheets/circuits/editor/bom.css.scss */
.bom__table__heading th {
  padding: 15px 18px;
}

/* line 19, ../../../app/assets/stylesheets/circuits/editor/bom.css.scss */
.bom__table__heading th:first-child {
  min-width: 80px;
}

/* line 22, ../../../app/assets/stylesheets/circuits/editor/bom.css.scss */
.bom__table__column_quantity {
  text-align: center;
}

/* line 25, ../../../app/assets/stylesheets/circuits/editor/bom.css.scss */
.bom__table__column_component {
  min-width: 400px;
}

/* line 28, ../../../app/assets/stylesheets/circuits/editor/bom.css.scss */
.bom__table__row {
  padding: 0 18px;
  background: #ffffff;
  border-bottom: 1px solid #c5cfd9;
}

/* line 33, ../../../app/assets/stylesheets/circuits/editor/bom.css.scss */
.bom__table__row td {
  padding: 10px 18px;
}

/* line 36, ../../../app/assets/stylesheets/circuits/editor/bom.css.scss */
.bom__table__row td:first-child {
  min-width: 80px;
  border-right: 1px solid #c5cfd9;
}

/* line 1, ../../../app/assets/stylesheets/circuits/editor/embed.css.scss */
.embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #dfe3e8;
}

/* line 9, ../../../app/assets/stylesheets/circuits/editor/embed.css.scss */
.embed__menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 15, ../../../app/assets/stylesheets/circuits/editor/embed.css.scss */
.embed__editor {
  position: absolute;
  top: 58px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 1, ../../../app/assets/stylesheets/circuits/editor/editor_image_overlay.css.scss */
.editor_image_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 6, ../../../app/assets/stylesheets/circuits/editor/editor_image_overlay.css.scss */
.editor_image_overlay__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 12, ../../../app/assets/stylesheets/circuits/editor/editor_image_overlay.css.scss */
.editor_image_overlay__image img {
  height: 100%;
}

/* line 1, ../../../app/assets/stylesheets/circuits/editor/circuitscribe.css.scss */
.circuitscribe_buttons {
  position: absolute;
  left: 8px;
  top: 8px;
  text-align: left;
}

/* line 7, ../../../app/assets/stylesheets/circuits/editor/circuitscribe.css.scss */
.circuitscribe_button {
  margin-bottom: 6px;
}

/* -------------------- */
/* LEVEL 1 */
/* SVGS and objects */
/* -------------------- */
/* -------------------- */
/* LEVEL 2

/* OVERLAYS LIKE INSPECTOR AND CHAT */
/* -------------------- */
/* line 14, ../../../app/assets/stylesheets/circuits/editor/z-index.css.scss */
.chat {
  z-index: 220;
}

/* line 17, ../../../app/assets/stylesheets/circuits/editor/z-index.css.scss */
.test-recorder {
  z-index: 221;
}

/* line 20, ../../../app/assets/stylesheets/circuits/editor/z-index.css.scss */
.inspector {
  z-index: 250;
}

/* -------------------- */
/* LEVEL 3

/* OVERLAYS LIKE COMPONENT SEARCH, CODE EDITOR ETC */
/* -------------------- */
/* line 33, ../../../app/assets/stylesheets/circuits/editor/z-index.css.scss */
.overlay_container {
  z-index: 300;
}

/* line 36, ../../../app/assets/stylesheets/circuits/editor/z-index.css.scss */
.code_editor__serial-monitor {
  z-index: 310;
}

/* line 39, ../../../app/assets/stylesheets/circuits/editor/z-index.css.scss */
.code_editor__error {
  z-index: 320;
}

/* line 42, ../../../app/assets/stylesheets/circuits/editor/z-index.css.scss */
.js-cart__loading-container {
  z-index: 330;
}

/* line 45, ../../../app/assets/stylesheets/circuits/editor/z-index.css.scss */
.editor_image_overlay {
  z-index: 350;
}

/* line 48, ../../../app/assets/stylesheets/circuits/editor/z-index.css.scss */
.circuits_dialogue {
  z-index: 360;
}

/* -------------------- */
/* LEVEL 4

/* sitemenu
/* -------------------- */
/* line 61, ../../../app/assets/stylesheets/circuits/editor/z-index.css.scss */
.sitemenu--editor {
  z-index: 400;
}

/* line 64, ../../../app/assets/stylesheets/circuits/editor/z-index.css.scss */
.sitemenu--editor_submenu {
  z-index: 300;
}

/* -------------------- */
/* LEVEL 5

/* LOADING
/* -------------------- */
/* line 75, ../../../app/assets/stylesheets/circuits/editor/z-index.css.scss */
.loading {
  z-index: 500;
}

/* -------------------- */
/* LEVEL 6

/* STICKY
/* -------------------- */
/* line 86, ../../../app/assets/stylesheets/circuits/editor/z-index.css.scss */
.sitemenu--site {
  z-index: 650;
}

/* line 89, ../../../app/assets/stylesheets/circuits/editor/z-index.css.scss */
.js-sticky {
  z-index: 600;
}

/* -------------------- */
/* LEVEL INFINITY

/* ERRORS */
/* -------------------- */
/* line 100, ../../../app/assets/stylesheets/circuits/editor/z-index.css.scss */
.circuits_error__back {
  z-index: 99998;
}

/* line 103, ../../../app/assets/stylesheets/circuits/editor/z-index.css.scss */
.circuits_error {
  z-index: 99999;
}

/*---------------------------------------*/
.editor__modal {
	left: 0;
	right: 0;
	margin: auto;
	color: #919ba4;
	z-index: 13010;
	position: relative;
  display: flex;
  flex-direction: column;
	background: #fafafb;
	border: 1px solid #dfe3e8;
	border-radius: 5px;
	overflow: hidden;
  width: 470px;
  max-height: 80%;
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.fusion-confirmation {
  display: flex;
  align-items: center;
}

.fusion-confirmation .editor__modal {
  color: #34495e;
  line-height: 1.42857143;
}

.fusion-confirmation .editor__modal__block__top {
  text-align: center;
}

.fusion-confirmation h1 {
  padding: 60px 0;
  color: #8d9eb0;
  font-size: 2em;
  margin:0.67em 0;
  font-weight: 500;
}

.fusion-confirmation p {
  font-size: 15px;
  font-weight: 400;
  text-align: initial;
}

.fusion-confirmation a {
  cursor: pointer;
  font-weight: bold;
  color: #5c95da;
  transition: color 0.2s;
}

.fusion-confirmation-retry {
  margin-top: 24px;
}

.fusion-confirmation-learn {
  margin: 24px 0px;
}

.fusion-confirmation .editor__modal__body {
  background: #ffffff;
}

.editor__modal__container {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.editor__modal__background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #192e4d;
    opacity: .75;
}

.editor__modal__busy {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #ffffff;
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAPQAAPDv7llWROzr6Xl3aaalm1tYR25sXNjW0ry7tGViUp6dkpWSh+De27Kxqc7Mx4OAc4uIfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFUCAgjmRpnqUwFGwhKoRgqq2YFMaRGjWA8AbZiIBbjQQ8AmmFUJEQhQGJhaKOrCksgEla+KIkYvC6SJKQOISoNSYdeIk1ayA8ExTyeR3F749CACH5BAkKAAAALAAAAAAQABAAAAVoICCKR9KMaCoaxeCoqEAkRX3AwMHWxQIIjJSAZWgUEgzBwCBAEQpMwIDwY1FHgwJCtOW2UDWYIDyqNVVkUbYr6CK+o2eUMKgWrqKhj0FrEM8jQQALPFA3MAc8CQSAMA5ZBjgqDQmHIyEAIfkECQoAAAAsAAAAABAAEAAABWAgII4j85Ao2hRIKgrEUBQJLaSHMe8zgQo6Q8sxS7RIhILhBkgumCTZsXkACBC+0cwF2GoLLoFXREDcDlkAojBICRaFLDCOQtQKjmsQSubtDFU/NXcDBHwkaw1cKQ8MiyEAIfkECQoAAAAsAAAAABAAEAAABVIgII5kaZ6AIJQCMRTFQKiDQx4GrBfGa4uCnAEhQuRgPwCBtwK+kCNFgjh6QlFYgGO7baJ2CxIioSDpwqNggWCGDVVGphly3BkOpXDrKfNm/4AhACH5BAkKAAAALAAAAAAQABAAAAVgICCOZGmeqEAMRTEQwskYbV0Yx7kYSIzQhtgoBxCKBDQCIOcoLBimRiFhSABYU5gIgW01pLUBYkRItAYAqrlhYiwKjiWAcDMWY8QjsCf4DewiBzQ2N1AmKlgvgCiMjSQhACH5BAkKAAAALAAAAAAQABAAAAVfICCOZGmeqEgUxUAIpkA0AMKyxkEiSZEIsJqhYAg+boUFSTAkiBiNHks3sg1ILAfBiS10gyqCg0UaFBCkwy3RYKiIYMAC+RAxiQgYsJdAjw5DN2gILzEEZgVcKYuMJiEAOwAAAAAAAAAAAA==);
    background-position: center;
    background-repeat: no-repeat;
    opacity: .75;
}

.editor__modal::selection element {
	color: #fff;
	background: #5c95da;
}

.editor__modal--share {
	width: 468px;
}

.editor__modal__top {
  flex: 0 0 auto;
	line-height: 54px;
}

.editor__modal__top__title {
	padding-left: 15px;
	font-size: 20px;
	font-weight: 500;
	color: #34495e;
}

.editor__modal__top__close {
    position: absolute;
    top: 8px;
    right: 10px;
}

.editor__modal__top__close__x {
    opacity: .3;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    transition: opacity .3s;
}

.editor__modal__body {
    padding: 15px;
    flex: 0 1 auto;
    overflow: auto;
    background: #eff0f3;
}

.editor__modal__block {
    margin-top: 10px;
}

.editor__modal__block::before {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #dfe3e8;
}

.editor__modal__block__frame {
    margin-bottom: 10px;
    border-radius: 5px;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 2px 5px 1px #c5cfd9;
}

p.editor__modal__block__header {
    font-size: 14px;
    margin: 0 0 10px;
    color: #34495e;
}

.editor__modal__block__description {
    padding-top: 10px;
    font-size: 9pt;
    line-height: 1.42857143;
}

.editor__modal__block__buttoncontainer {
    align-items: center;
}

.editor__modal__block__buttoncontainer>button {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    padding-right: 30px;
    padding-left: 30px;
    color: #34495e;
    border: 1px solid #dfe3e8;
    box-sizing: border-box;
    user-select: none;
    border-radius: 3px;
    transition: all .15s linear;
    display: inline-block;
    cursor: pointer;
    font-style: normal;
    vertical-align: middle;
    margin-right: 3px;
}

.editor__modal__block__button__file_type {
    width: 5pc;
}

.editor__modal__icon {
    margin: 5px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    transition: opacity .3s;
}

.editor__modal__preview {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    border: 1px solid #8d9eb0;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 3px;
    margin-left: 5px;
    align-items: center;
}

.editor__modal__button_full, .editor__modal__button__large {
  align-items: center;
  border: 1px solid #dfe3e8;
  border-radius: 5px;
  color: #34495e;
  cursor: pointer;
  fill: #8c9fb0;
  transition: border-color .3s, color .3s, fill .3s;
}

.editor__modal__button_full {
  text-align: left;
  display: flex;
  padding: 5px;
}

.editor__modal__button__large {
  width: 200px;
  padding: 6px 0;
  text-align: center;
}

.editor__modal__button_full:hover, .editor__modal__button__large:hover {
  border-color: #5c96da;
  color: #5c96da;
  fill: #5c96da;
}

.editor__modal__button_full__icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
  width: 50px;
  height:50px;
}

.editor__modal__button_full__text {
  font-size: 14px;
  flex-grow: 1;
}

.editor__modal__button_full__arrow {
  width: 15px;
  height: 15px;
  margin-right: 20px;
}

.editor__share_dialog__snapshot_container {
    display: flex;
    margin: 10px 0;
    align-items: center;
}

.editor__share_dialog__svg_button {
    margin: 5px;
    cursor: pointer;
    fill: #c6cbd0;
    transition: opacity .3s;
}

.editor__share_dialog__svg_button:hover {
    opacity: .9;
}

.editor__modal__share_dialog__invite {
    margin-top: 10px;
    width: 200px;
    padding: 10px 0;
    border: 1px solid #dfe3e8;
    border-radius: 3px;
    color: #5c95da;
    text-align: center;
    cursor: pointer;
}

.editor__modal__share_dialog__invite:hover {
    color: #fff;
    background-color: #5c95da;
    -webkit-transition: background-color .3s,color .3s;
    -ms-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .3s;
}

.editor__share_dialog__url {
    width: 332px;
    height: 34px;
    border-radius: 3px;
    outline: 1px hidden #f4f5f6;
    border: 1px solid #dfe3e8;
    font-size: 14px;
    color: #34495e;
    padding: 6px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.editor__share_dialog__url::selection {
	color: #fff;
	background: #5c95da;
}

.editor__share_dialog__copy {
    width: 86px;
    padding: inherit;
    padding-top: 1px;
    margin-left: 4px;
    float: right;
    color: #fff;
    background-color: #5c95da;
}

.editor__share_dialog__link_copied {
    text-align: right;
}

.editor__share_dialog__timer {
    display: inline-block;
    margin-top: 20px;
    font-size: 9pt;
}

.editor__share_dialog__generate {
    float: right;
    color: #5c95da;
    margin-top: 10px;
}

.editor__callout {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
}

.editor__callout p {
    position: relative;
    min-width: 320px;
    padding: 12px;
    margin: 1em 0 3em;
    border: 1px solid #c5cfd9;
    color: #aaa;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

.editor__callout:before {
    content: "";
    position: absolute;
    top: 28px;
    right: -19px;
    border-width: 20px 0 20px 20px;
    border-style: solid;
    border-color: transparent #c5cfd9;
    display: block;
    width: 0;
}

.editor__callout:after {
    content: "";
    position: absolute;
    top: 29px;
    right: -18px;
    border-width: 19px 0 19px 19px;
    border-style: solid;
    border-color: transparent #fff;
    display: block;
    width: 0;
}

.editor__sidebar {
    width: 276px;
    background: #f1f1f3;
    border-left: 1px solid #dfe3e8;
    position: absolute;
    bottom: 0px;
    top: 0px;
    right: 0px;
    height: 100%;
    display: block;
    font-size: 15px;
    z-index: 1;
}

.editor__sidebar__collapseButton {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAYCAYAAADDLGwtAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gUHETUkMgGPFgAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAwklEQVQoz6XSsQpBYRyG8YdOkrLYGGWRyeIaLLYzWcy4EHEBRtK5ABdAid0sA9koBpNBcSzvcML5/sU7fXV+PfV1PvhhE2AHZL99TEbOV6AIdKxiGQiBE5C28FK4a8Gm4AHwXDAFnIVbVnUguHm77MdKwFPYt6ozwbUFfcEQqLugBxwFV1Z1HKnGLgNchOYu2I7UanEoAWyFpq5aQ+gBVFxwIRi4UFXorrcZu0Bw6EIFlW5A3gV7qvWtPzEC9kCOf/YCOHAyCYxHc1EAAAAASUVORK5CYII=);
    left: -10px;
    top: 0;
    position: absolute;
    bottom: 0;
    width: 9pt;
    border: 1px solid #dfe3e8;
    border-right: 0;
    padding-left: 3px;
    margin: auto;
    background-color: #f1f1f3;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    cursor: pointer;
}

.editor__sidebar__collapseButton_collapsed {
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAYCAYAAADDLGwtAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gUHESkaFRfP4AAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAA6klEQVQoz43TTStFURTG8d+98jZBEQZkQhnIQAYGBkq3+Fi+kZQyNpCRGKhTBjKSJIl0y+tknTrdztrdNVmr3X8/u571bIaskeR8AkdYxg10E3APc+jXB23gKPZjPi+Bu5jCHR4zsIveoFobuINZfOAqAzs4iPkC3xm4hQX8DT47CB5Gr/CcgRthrja1JlirveG6BK5Gv8VvCayib8Zm0lA8xUbG8IqHTPG+TknsuVOy5zg8XAwX0jy+Yx5LEYrL0q5P8IP1uJAm/BMzWMF409O2PJ7iC9uYLv2ZPiaxFgmqSn/mDC9NxaHrH+tdKMZj8QQlAAAAAElFTkSuQmCC);
}

/*----------------------------------------------------------------------------*/
.editor__component_picker__groups {
    background: #f1f1f3;
    color: #34495e;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    border-bottom: 1px solid #dfe3e8;
}

.editor__component_picker__groups__header {
    position: relative;
    flex: 1;
    display: flex;
}

.editor__component_picker__groups__btn__container {
    border-left: 1px solid #dfe3e8;
}

.editor__component_picker__groups__btn {
    position: relative;
    height: 48px;
    width: 48px;
    text-align: center;
    top: 20px;
    fill: #34495e;
}

.editor__component_picker__groups__btn:hover {
    fill: #0696d7;
}

.editor__component_picker__groups__select__container {
    width: 100%;
}

.editor__component_picker__groups__search {
    position: relative;
    margin: 10px;
}

.editor__component_picker__groups__content {
  height: 100%;
  overflow: hidden;
}

.editor__component_picker__groups__items {
  position: relative;
  height: calc(100% - 120px);
  padding: 0px 4px 0px 6px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #E6E7EB;
}

.editor__component_picker__groups__item {
  position: relative;
  cursor: pointer;
  background-color: #f1f1f3;
  fill: #d7dadf;
  border: 2px solid transparent;
  border-radius: 5px;
  text-align: center;
  transition: border-color .2s, background-color .2s;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grid_view .editor__component_picker__groups__item {
  width: 30%;
  margin: 6px 4px;
}

.list_view .editor__component_picker__groups__item {
  display: flex;
  padding: 4px;
  margin: 4px;
  max-width: calc(100% - 8px);
}

.grid_view .editor__component_picker__groups__item:hover,
.editor__component_picker__groups__item.hover {
  color: #0696d7;
  fill: #0696d7;
  background-color: #ffffff;
  border-color: #C8D9F3;
}

.editor__component_picker__groups__item.active {
  color: #0696d7;
  fill: #d7dadf;
  background-color: #ffffff;
  border-color: #5c95da;
}


.grid_view .editor__component_picker__groups__item__list {
  display: none;
}

.list_view .editor__component_picker__groups__item__grid {
  display: none;
}

.editor__component_picker__groups__item__img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: border-color .2s, background-color .2s;
  background-color: #ffffff;
  box-shadow: 0px 2px 2px #D8DDE2;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.editor__component_picker__groups__item__img.active {
  border-color: #5c95da!important;
  background-color: #ffffff!important;
}

.grid_view .editor__component_picker__groups__item__img {
  background-color: revert;
  border-radius: 3px;
  transition: border-color .2s, background-color .2s;
  box-shadow: revert;
  margin: auto;
}

.list_view .editor__component_picker__groups__item.active .editor__component_picker__groups__item__img,
.list_view .editor__component_picker__groups__item.hover .editor__component_picker__groups__item__img {
  box-shadow: none;
  border-color: transparent;
}

.editor__component_picker__detail .editor__component_picker__groups__item__img {
  background-color: #f6f7f9;
}

.list_view .editor__component_picker__groups__item__img:hover {
  border-color: #C8D9F3;
  background-color: #ffffff;
}

.editor__component_picker__groups__item__img img {
    max-width: 100%;
    max-height: 100%;
    -webkit-user-drag: none;
}

.editor__component_picker__groups__item__grid {
    width: 100%;
}

.editor__component_picker__groups__item__grid__title {
    overflow:hidden;
    text-overflow: ellipsis;
    font-size: 8pt;
    height: 2.3em;
    margin: 2px 0px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 13px;
}

.editor__component_picker__groups__item__list {
  text-align: left;
  margin-left: 2px;
  padding: 4px;
  max-height: 94px;
}

.editor__component_picker__groups__item__list__top {
  display: flex;
}

.editor__component_picker__groups__item__list__title {
    overflow:hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 20px);
    margin-bottom: 4px;
    font-size: 9pt;
    font-weight: 500;
    -webkit-line-clamp: 2;
}

.editor__component_picker__groups__item__list__chevron {
  position: absolute;
  right: 0px;
  float: right;
  width: 20px;
}

.editor__component_picker__groups__item__description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 80px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: left;
    font-size: 9pt;
}

.editor__component_picker__groups__item__tags {
    display: none;
}

.editor__component_picker__groups__item__category {
    margin-top: 40px;
    width: 100%;
    font-weight: 400;
    letter-spacing: initial;
    text-align: left;
    color: #0696d7;
    border-bottom: 1px solid #dfe3e8;
}

.editor__component_picker__groups__item__category:first-of-type {
    margin-top: 0px;
}

/*----------------------------------------------------------------------------*/
.component_detail {
  position: absolute;
  top: 0px;
  left: 100%;
  background-color: #f1f1f3;
  border: 1px solid #d6d7d9;
  border-radius: 8px 0px 0px 8px;
  height: calc(100% - 2px);
  width: 100%;
  transition: left .4s;
}

.component_detail_close {
  fill: #d7dadf;
  cursor: pointer;
}

.component_detail_close:hover {
  fill: #0696d7;
}

.component_detail_close svg {
  margin-top: calc(50% - 8px);
  margin-left: 6px;
}

.component_detail_font_size {
  width: 64px;
  height: 48px;
  position: absolute;
  right: 8px;
}

.component_detail_font_size .editor__dropdown__button {
  height: 22px;
  box-shadow: none;
  margin-top: 8px;
  padding-left: 8px;
}

.component_detail_font_size .editor__dropdown__button__icon {
  position: relative;
  top: -6px;
}

.component_detail_font_size .editor__dropdown__button__text {
  display: none;
}

.component_detail_font_size .editor__dropdown__container {
  left: initial;
  width: 120px;
}

.component_detail_font_size .editor__dropdown__button__downarrow {
  right: 0px;
}

.component_detail_header {
  padding: 0px 8px;
  font-size: 14px;
}

.component_detail_content {
  padding: 0px 8px;
  overflow-y: scroll;
  font-size: 14px;
}

.component_detail_title {
  width: 100%;
  font-size: 115%;
  text-align: center;
  margin: 10px 0px;
}

.component_detail_content details {
  margin: 4px 2px 8px 2px;
}

.component_detail_content details p {
  margin: 0px 0px 8px;
  padding: 4px 8px;
  font-size: inherit;
}

.component_detail_content summary {
  position: relative;
  padding: 4px 4px 4px 8px;
  font-size: 110%;
  cursor: pointer;
  background-color: #f8f9fa;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-bottom: 4px;
  padding: 8px;
  padding-left: 2.2rem;
  user-select: none;
}

summary::-webkit-details-marker {
  display:none;
}

.component_detail_content summary:hover {
  border-color: #5C95DA;
  color: #5C95DA;
}

.component_detail_content summary:before {
  content: '';
  border-width: .4rem;
  border-style: solid;
  border-color: transparent transparent transparent #34495e;
  position: absolute;
  top: calc(50% - 6px);
  left: 1rem;
  transform: rotate(0);
  transform-origin: .2rem 50%;
  transition: .25s transform ease;
}

.component_detail_content summary:hover:before {
  border-color: transparent transparent transparent #5C95DA;
}

.component_detail_content details[open] > summary:before {
  transform: rotate(90deg);
}

.component_detail_insertable {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: border-color .2s, background-color .2s;
  background-color: #ffffff;
  box-shadow: 0px 2px 2px #D8DDE2;
}

.component_detail_insertable:hover {
  color: #0696d7;
  fill: #0696d7;
  background-color: #ffffff;
  border-color: #C8D9F3;
}

.component_detail_insertable.active {
  color: #0696d7;
  fill: #d7dadf;
  background-color: #ffffff;
  border-color: #5c95da;
}

.component_detail_header .component_detail_insertable {
  margin: auto;
}

.component_detail_content .component_detail_insertable {
  margin: auto;
}

.component_detail_insertable img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-drag: none;
}

/*----------------------------------------------------------------------------*/
.component_detail_link {
  position: relative;
  display: flex;
  color: #4981d6;
  fill: #d7dadf;
  border: 1px solid transparent;
  border-radius: 5px;
}

.component_detail_link p {
  margin: 0px !important;
}

.component_detail_link svg {
  position: absolute;
  right: 0px;
}

.component_detail_link:hover {
  color: #3068be;
  fill: #3068be;
  text-decoration: underline;
}

/*----------------------------------------------------------------------------*/
.component_detail_img {
  position: relative;
  width: 100%;
  height: 150px;
}

.component_detail_img.expandable {
  cursor: zoom-in;
}

.component_detail_img.expanded {
  margin: 5%;
  height: 90%;
  cursor: default;
}

.component_detail_img video {
  width: 100%;
  height: 100%;
}

.component_detail_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

.component_detail_img img.active {
  opacity: 1;
}

.component_detail_img.expanded img {
  cursor: zoom-out;
}

.component_detail_img_nav {
  position: absolute;
  width: 20px;
  top: 50%;
  padding: 12px;
  background-color: rgba(255, 255, 255, .5);
  border: 1px solid #c9c9c9;
  border-radius: 22px;
  fill: #d7dadf;
  cursor: pointer;
}

.component_detail_img_nav.disabled {
  display: none;
}

.component_detail_img_nav:hover {
  fill: #0696d7;
  background-color: rgba(255, 255, 255, .5);
}

.component_detail_img_nav.previous {
  transform: scaleX(-1) translate(0px, -50%);
  left: 0px;
}

.component_detail_img_nav.next {
  transform: scaleX(1) translate(0px, -50%);
  right: 0px;
}

/*----------------------------------------------------------------------------*/
.editor__dropdown__button {
    position: relative;
    border: 1px solid #dfe3e8;
    border-radius: 3px;
    background-color: #f4f5f6;
    box-shadow: 0 2px 4px 0 #dfe3e8;
    color: #263133;
    height: 36px;
    line-height: normal;
    padding: 8px 0px 0px 10px;
    background: transparent;
    display: flex;
    cursor: pointer;
    margin: 6px;
    user-select: none;
    text-decoration: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}

@media (hover: hover) {
  .editor__dropdown__button:hover {
      border-color: #5c95da;
      background-color: #f6f6f6;
      color: #5c95da;
      fill: #5c95da;
  }
}

@media (hover: hover) {
  .code_editor__top__item .circ_btn:hover {
    border-color: #5c95da;
    background-color: #f6f6f6;
    color: #5c95da;
    fill: #5c95da;
  }

  .code_editor__top__item .circ_btn--m_icon:hover svg {
    fill: #5c95da;
  }
}

.editor__dropdown__button__active {
    color: #5c95da;
    fill: #5c95da;
}

.editor__dropdown__button__disabled {
    color: #263133;
    background-color: transparent;
    border: none;
    box-shadow: none;
    cursor: default;
}

.editor__dropdown__button__disabled:hover {
    color: #263133;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.editor__dropdown__button__icon {
  margin-right: 5px;
}

.editor__dropdown__button__text {
    flex: 1;
    text-align: left;
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box!important;
}

.editor__dropdown__button__text--category {
    display: block;
    font-size: 10px;
    font-weight: 400;
    flex: 1;
    text-align: left;
    margin-top: -2px;
}

.editor__dropdown__button__text--item {
    padding-left: 0;
    font-weight: 400;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 145px;
    position: absolute;
    margin-top: -2px;
}

.editor__dropdown__button__downarrow {
    position: absolute;
    width: 20px;
    right: 10px;
    top: calc(50% - 10px);
}

.editor__dropdown__button__downarrow svg {
    width: 100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.editor__dropdown__container {
    width: auto;
    top: 0px; /*calc(100% - 10px);*/
    left: 10px;
    right: 10px;
    padding: 10px;
    max-height: none;
    box-shadow: none;
    overflow: hidden;
    position: absolute;
    border: 1px solid #dfe3e8;
    background: #fff;
    border-radius: 3px;
    margin-top: 6px;
    z-index: 50;
    user-select: none;
    box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    transition: height .5s, padding-top .5s, padding-bottom .5s;
    -webkit-transition: height .5s, padding-top .5s, padding-bottom .5s;
    -moz-transition: height .5s, padding-top .5s, padding-bottom .5s;
    -o-transition: height .5s, padding-top .5s, padding-bottom .5s;
}

.editor__dropdown__list {
    line-height: normal;
    margin: initial;
    -webkit-margin-before: initial;
    -webkit-margin-after: initial;
    -webkit-margin-start: initial;
    -webkit-margin-end: initial;
    padding: initial;
    -webkit-padding-start: initial;
}

.editor__dropdown__list__group__category {
    font-size: 10px;
    color: #34495e;
    font-weight: 400;
}

.editor__dropdown__list__group {
    list-style: none;
    padding: 0;
    margin: 3px 1px;
}

.editor__dropdown__list__options__list {
    list-style: none;
    padding: 0 10px;
    margin: 0;
    text-transform: capitalize;
}

.editor__dropdown__list__option[data-selected] {
    font-weight: 500;
    color: #5C95DA;
    fill: #5C95DA;
}

.editor__dropdown__list__separator {
    list-style: none;
    border-top: 1px solid #dfe3e8;
    margin: 5px -10px;
    line-height: 0px;
}

.editor__dropdown__list__option {
    color: #34495E;
    fill: #34495E;
    cursor: pointer;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    display: block;
    padding: 5px;
}

.editor__dropdown__list__option:hover {
    background-color: #5c95d9;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
}

.editor__dropdown__list__option__value {
    color: inherit;
}

.editor__dropdown__list__option__value:hover {
    color: inherit;
}

/*----------------------------------------------------------------------------*/
.code_panel__toolbar {
    width: 100%;
    height: 3pc;
    line-height: 3pc;
    border-bottom: 1px solid #dfe3e8;
    display: flex;
}

.code_panel__toolbar__dropdown {
  height: 48px;
}

.code_panel__toolbar__dropdown a {
    line-height: initial;
    height: 24px;
}

.code_panel__toolbar__mode {
    position: absolute;
    left: 0px;
    width: 250px;
    border-right: 1px solid #dfe3e8;
}

.code_panel__toolbar__size {
    width: 64px;
}

.code_panel__toolbar__size .editor__dropdown__button__downarrow {
    right: 0px;
}

.code_panel__toolbar__size .editor__dropdown__list__option__value {
    display: contents;
}

.code_panel__toolbar__buttons {
    position: absolute;
    left: 250px;
}

.code_panel__toolbar__buttons a {
    padding-left: 3px;
    padding-right: 3px;
}

.code_panel__toolbar_buttons .circ_btn {
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 6px 0 0 8px;
}

.code_panel__disabled {
  opacity: 0.3;
}

.code_panel__disabled:hover {
  background: none;
  color: none;
}

.code_panel__toolbar__component {
    position: absolute;
    right: 0px;
    width: 200px;
    border-left: 1px solid #dfe3e8;
}

.code_panel__no_devices {
    position: relative;
    width: 100%;
    height: 100%;
}

.code_panel__content {
    position: relative;
    width: 100%;
}

.code_panel__no_devices span {
    position: absolute;
    padding: 1em;
}

.code_panel__content p {
    font-size: 16px;
    margin: 20px;
}

.code_panel__libraries {
    position: relative;
    padding: 10px;
    overflow-y: auto;
}

.code_panel__libraries__entry {
    border-top: 1px solid #dfe3e8;
    border-bottom: 1px solid #dfe3e8;
    display: flex;
    padding: 10px;
}

.code_panel__libraries__entry__name {
    margin-left: 20px;
    font-weight: 500;
    width: 150px;
    -webkit-box-orient: vertical;
    display: table;
}

.code_panel__libraries__entry__name p {
    display: table-cell;
    vertical-align: middle;
}

.code_panel__libraries__entry__description {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 36px;
    line-height: 36px;
    width: calc(100% - 220px);
}

.code_panel__libraries__entry__documentation {
    fill: #34495e;
}

.code_panel__libraries__dialog__button__continue {
    width: 70%;
    margin-left: 15%;
}

.code_panel__libraries__dialog__button__cancel {
    width: 70%;
    margin-left: 15%;
    border: none;
    color: #0696d7;
}

.code_panel__serial__title {
    display: grid;
}

.code_panel__serial__title a {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px solid #dfe3e8;
    background-color: #f1f1f3;
}

.code_panel__serial__title a:hover {
    text-decoration: none;
    color: #34495e;
}

.code_panel__arrow {
    width: 20px;
    height: 20px;
    float: right;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-right: 10px;
    margin-top: 4px;
}

.code_panel__serial {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid #dfe3e8;
}

.code_panel__serial__arrow__down {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.code_panel__serial__arrow__down {
  position: absolute;
  top: 0;
  right: 0;
}

.code_panel__serial__content {
  position: absolute;
  left: 0;
  top: 31px;
  bottom: 0;
  min-width: 202px;
  width: 100%;
}

.code_panel__serial__top {
    display: flex;
    width: 100%;
    height: calc(100% - 50px);
}

.code_panel__serial__content__text {
  overflow-y: scroll;
  padding: 8px;
  font-size: 12px;
  font-family: monospace;
  white-space: pre;
  background-color: #ffffff;
  width:100%;
}

.code_panel__serial__content__text__min {
    width:250px;
}

.code_panel__serial__content__graph {
    position:relative;
    overflow:hidden;
    background-color: #ffffff;
    width:calc(100% - 250px);
}

.code_panel__serial__content__graph__label {
    position: absolute;
    text-align: end;
    width: 10%;
}

.code_panel__serial__bottom {
  position: absolute;
  width: 100%;
  height: 50px;
  border-top: 1px solid #c5cfd9;
	display: flex;
	flex-direction: row;
}

.code_panel__serial__input {
  margin: 5px 2px 5px 5px;
  width: calc(100% - 170px);
  padding: 8px 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	flex-grow: 1;
}

.code_panel__serial__buttons {
    padding: 5px;
		display: flex;
		flex-direction: row;
}

.code_panel__serial__button {
  border: 1px solid #c5cfd9;
  color: #34495e;
  padding: 3px 7px 3px 3px;
	margin-right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.code_panel__serial__send:hover {
  background: #0696d7;
  border: 1px solid #0696d7;
  color: #ffffff;
}

.code_panel__texteditor {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    border-left: 1px solid #dfe3e8;
}

.code_panel__debugger {
    background-color: #f1f1f3;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    border-left: 1px solid #dfe3e8;
}

.code_panel__debugger_btn {
  background: none;
  color: #34495e;
  border: none;
  pointer-events: auto;
}

.code_panel__debugger_btn svg {
  fill: #34495e;
}

.code_panel__debugger_btn.disabled {
  color: #c5cfd9;
  cursor: not-allowed;
}

.code_panel__debugger_btn.disabled:hover svg {
  fill: #c5cfd9;
}

.searchbar__autocomplete {
    padding: 3px 6px 3px 3px;
}

.searchbar__autocomplete li {
    padding: 3px 0px 3px 3px!important;
}

.searchbar__autocomplete li:hover {
    background-color: #0696d7!important;
    color: #fff!important;
}

.ui-state-focus {
    background-color: #83CBEB!important;
    color: #fff!important;
}

.blocklyToolboxDiv {
    box-sizing:unset;
    line-height:normal;
}

.viewcube__button {
    display: block;
    position: absolute;
    outline: none;
    width: 32px;
    height: 32px;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    z-index: 1;
    background-color: white;
}

.viewcube__button__border {
    cursor: pointer;
    border: 1px solid #2f3943;
    border-radius: 50%;
    opacity: 0.4;
}

.button-container-svg {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 30px;
    min-height: 30px;
    opacity: 0.65;
}

@media (hover: hover) {
  .viewcube__button__border:hover {
      border-color: #5C95DA;
      opacity: 0.75;
  }
  .button-container-svg:hover {
      opacity: 1;
  }
  .fit-view-container:hover {
      background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill="#5C95DA" d="M20.5,11.5A0.5,0.5,0,0,1,20,11V8H17a0.5,0.5,0,0,1,0-1h3.5a0.5,0.5,0,0,1,.5.5V11A0.5,0.5,0,0,1,20.5,11.5Z"/><path fill="#5C95DA" d="M20.5,21H17a0.5,0.5,0,0,1,0-1h3V17a0.5,0.5,0,0,1,1,0v3.5A0.5,0.5,0,0,1,20.5,21Z"/><path fill="#5C95DA" d="M7.5,11.5A0.5,0.5,0,0,1,7,11V7.5A0.5,0.5,0,0,1,7.5,7H11a0.5,0.5,0,0,1,0,1H8v3A0.5,0.5,0,0,1,7.5,11.5Z"/><path fill="#5C95DA" d="M11,21H7.5A0.5,0.5,0,0,1,7,20.5V17a0.5,0.5,0,0,1,1,0v3h3A0.5,0.5,0,0,1,11,21Z"/></svg>') no-repeat;
  }
}

.fit-view-container {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path d="M20.5,11.5A0.5,0.5,0,0,1,20,11V8H17a0.5,0.5,0,0,1,0-1h3.5a0.5,0.5,0,0,1,.5.5V11A0.5,0.5,0,0,1,20.5,11.5Z"/><path d="M20.5,21H17a0.5,0.5,0,0,1,0-1h3V17a0.5,0.5,0,0,1,1,0v3.5A0.5,0.5,0,0,1,20.5,21Z"/><path d="M7.5,11.5A0.5,0.5,0,0,1,7,11V7.5A0.5,0.5,0,0,1,7.5,7H11a0.5,0.5,0,0,1,0,1H8v3A0.5,0.5,0,0,1,7.5,11.5Z"/><path d="M11,21H7.5A0.5,0.5,0,0,1,7,20.5V17a0.5,0.5,0,0,1,1,0v3h3A0.5,0.5,0,0,1,11,21Z"/></svg>') no-repeat;
}

.circuits_annotation {
    z-index: 500;
    pointer-events: none;
}

.annotation {
    line-height: normal;
}

.flip .flip-mirrorY {
    transform: scale(1,-1);
}

.flip .flip-mirrorX {
    transform: scale(-1,1);
}

:not(.flip) .flip-flipped {
  visibility: hidden;
}

:not(.flip) .flip-notflipped {
  visibility: visible;
}

.flip .flip-flipped {
  visibility: visible;
}

.flip .flip-notflipped {
  visibility: hidden;
}

/* Artifakt Element definitions. */
@font-face {
  font-family: 'ArtifaktElement';
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/EOT/Artifakt%20Element%20Hair.eot'); /* IE9 Compat Modes */
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/EOT/Artifakt%20Element%20Hair.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/WOFF2/Artifakt%20Element%20Hair.woff2') format('woff2'), /* Super Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/WOFF/Artifakt%20Element%20Hair.woff') format('woff'), /* Pretty Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/TTF/Artifakt%20Element%20Hair.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'ArtifaktElement';
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/EOT/Artifakt%20Element%20Thin.eot'); /* IE9 Compat Modes */
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/EOT/Artifakt%20Element%20Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/WOFF2/Artifakt%20Element%20Thin.woff2') format('woff2'), /* Super Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/WOFF/Artifakt%20Element%20Thin.woff') format('woff'), /* Pretty Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/TTF/Artifakt%20Element%20Thin.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'ArtifaktElement';
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/EOT/Artifakt%20Element%20Light.eot'); /* IE9 Compat Modes */
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/EOT/Artifakt%20Element%20Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/WOFF2/Artifakt%20Element%20Light.woff2') format('woff2'), /* Super Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/WOFF/Artifakt%20Element%20Light.woff') format('woff'), /* Pretty Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/TTF/Artifakt%20Element%20Light.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'ArtifaktElement';
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/EOT/Artifakt%20Element%20Regular.eot'); /* IE9 Compat Modes */
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/EOT/Artifakt%20Element%20Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/WOFF2/Artifakt%20Element%20Regular.woff2') format('woff2'), /* Super Modern Browsers */
      url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/WOFF/Artifakt%20Element%20Regular.woff') format('woff'), /* Pretty Modern Browsers */
      url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/TTF/Artifakt%20Element%20Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ArtifaktElement';
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/EOT/Artifakt%20Element%20Bold.eot'); /* IE9 Compat Modes */
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/EOT/Artifakt%20Element%20Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/WOFF2/Artifakt%20Element%20Bold.woff2') format('woff2'), /* Super Modern Browsers */
      url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/WOFF/Artifakt%20Element%20Bold.woff') format('woff'), /* Pretty Modern Browsers */
      url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/TTF/Artifakt%20Element%20Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ArtifaktElement';
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/EOT/Artifakt%20Element%20Book.eot'); /* IE9 Compat Modes */
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/EOT/Artifakt%20Element%20Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/WOFF2/Artifakt%20Element%20Book.woff2') format('woff2'), /* Super Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/WOFF/Artifakt%20Element%20Book.woff') format('woff'), /* Pretty Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/TTF/Artifakt%20Element%20Book.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'ArtifaktElement';
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/EOT/Artifakt%20Element%20Medium.eot'); /* IE9 Compat Modes */
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/EOT/Artifakt%20Element%20Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/WOFF2/Artifakt%20Element%20Medium.woff2') format('woff2'), /* Super Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/WOFF/Artifakt%20Element%20Medium.woff') format('woff'), /* Pretty Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/TTF/Artifakt%20Element%20Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'ArtifaktElement';
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/EOT/Artifakt%20Element%20Black.eot'); /* IE9 Compat Modes */
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/EOT/Artifakt%20Element%20Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/WOFF2/Artifakt%20Element%20Black.woff2') format('woff2'), /* Super Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/WOFF/Artifakt%20Element%20Black.woff') format('woff'), /* Pretty Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/TTF/Artifakt%20Element%20Black.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'ArtifaktElement';
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/EOT/Artifakt%20Element%20Heavy.eot'); /* IE9 Compat Modes */
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/EOT/Artifakt%20Element%20Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/WOFF2/Artifakt%20Element%20Heavy.woff2') format('woff2'), /* Super Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/WOFF/Artifakt%20Element%20Heavy.woff') format('woff'), /* Pretty Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktElement/TTF/Artifakt%20Element%20Heavy.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 900;
  font-style: normal;
}

/* Artifakt Legend definitions. */

@font-face {
  font-family: 'ArtifaktLegend';
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/EOT/Artifakt%20Legend%20Hair.eot'); /* IE9 Compat Modes */
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/EOT/Artifakt%20Legend%20Hair.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/WOFF2/Artifakt%20Legend%20Hair.woff2') format('woff2'), /* Super Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/WOFF/Artifakt%20Legend%20Hair.woff') format('woff'), /* Pretty Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/TTF/Artifakt%20Legend%20Hair.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'ArtifaktLegend';
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/EOT/Artifakt%20Legend%20Thin.eot'); /* IE9 Compat Modes */
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/EOT/Artifakt%20Legend%20Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/WOFF2/Artifakt%20Legend%20Thin.woff2') format('woff2'), /* Super Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/WOFF/Artifakt%20Legend%20Thin.woff') format('woff'), /* Pretty Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/TTF/Artifakt%20Legend%20Thin.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'ArtifaktLegend';
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/EOT/Artifakt%20Legend%20Light.eot'); /* IE9 Compat Modes */
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/EOT/Artifakt%20Legend%20Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/WOFF2/Artifakt%20Legend%20Light.woff2') format('woff2'), /* Super Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/WOFF/Artifakt%20Legend%20Light.woff') format('woff'), /* Pretty Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/TTF/Artifakt%20Legend%20Light.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'ArtifaktLegend';
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/EOT/Artifakt%20Legend%20Regular.eot'); /* IE9 Compat Modes */
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/EOT/Artifakt%20Legend%20Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/WOFF2/Artifakt%20Legend%20Regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/WOFF/Artifakt%20Legend%20Regular.woff') format('woff'), /* Pretty Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/TTF/Artifakt%20Legend%20Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ArtifaktLegend';
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/EOT/Artifakt%20Legend%20Bold.eot'); /* IE9 Compat Modes */
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/EOT/Artifakt%20Legend%20Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/WOFF2/Artifakt%20Legend%20Bold.woff2') format('woff2'), /* Super Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/WOFF/Artifakt%20Legend%20Bold.woff') format('woff'), /* Pretty Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/TTF/Artifakt%20Legend%20Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ArtifaktLegend';
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/EOT/Artifakt%20Legend%20Book.eot'); /* IE9 Compat Modes */
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/EOT/Artifakt%20Legend%20Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/WOFF2/Artifakt%20Legend%20Book.woff2') format('woff2'), /* Super Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/WOFF/Artifakt%20Legend%20Book.woff') format('woff'), /* Pretty Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/TTF/Artifakt%20Legend%20Book.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'ArtifaktLegend';
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/EOT/Artifakt%20Legend%20Medium.eot'); /* IE9 Compat Modes */
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/EOT/Artifakt%20Legend%20Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/WOFF2/Artifakt%20Legend%20Medium.woff2') format('woff2'), /* Super Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/WOFF/Artifakt%20Legend%20Medium.woff') format('woff'), /* Pretty Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/TTF/Artifakt%20Legend%20Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'ArtifaktLegend';
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/EOT/Artifakt%20Legend%20Black.eot'); /* IE9 Compat Modes */
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/EOT/Artifakt%20Legend%20Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/WOFF2/Artifakt%20Legend%20Black.woff2') format('woff2'), /* Super Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/WOFF/Artifakt%20Legend%20Black.woff') format('woff'), /* Pretty Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/TTF/Artifakt%20Legend%20Black.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'ArtifaktLegend';
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/EOT/Artifakt%20Legend%20Heavy.eot'); /* IE9 Compat Modes */
  src:url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/EOT/Artifakt%20Legend%20Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/WOFF2/Artifakt%20Legend%20Heavy.woff2') format('woff2'), /* Super Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/WOFF/Artifakt%20Legend%20Heavy.woff') format('woff'), /* Pretty Modern Browsers */
  url('//123d-circuits-assets.s3.amazonaws.com/fonts/ArtifaktLegend/TTF/Artifakt%20Legend%20Heavy.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 900;
  font-style: normal;
}
