/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

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

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

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

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

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

pre {
  overflow: auto;
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

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

input {
  line-height: normal;
}

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

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

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Overrides separate from reset.
 */
html {
  font-size: 16px;
  -webkit-tap-highlight-color: #000; }

body {
  background-color: #f5f5f5;
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
  line-height: 1.42857;
  color: #333; }

*, *:before, *:after, input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px;
  font-weight: 600; }

h3, .h3 {
  font-size: 24px;
  font-weight: normal; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 15px; }

h6, .h6 {
  font-size: 14px; }

small {
  font-size: 12px; }

p {
  font-size: 13px;
  margin: 10px 0; }

a {
  color: #428BCA;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23547c;
    text-decoration: underline;
    cursor: pointer; }

button:focus, a:focus {
  outline-style: none; }

figure, dl {
  margin: 0; }

dt {
  text-transform: uppercase;
  color: #999;
  font-weight: 300;
  font-size: 13px; }

dd {
  margin-bottom: 15px;
  margin-left: 0; }

dd:last-child {
  margin-bottom: 0; }

hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #ddd; }

img {
  vertical-align: middle; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

ul {
  font-size: 13px;
  margin: 0;
  padding-left: 20px; }

ul > li {
  list-style-type: square; }

[role="button"] {
  cursor: pointer; }

[ng-cloak] {
  display: none; }

.cos-bg-hexagons {
  background: url('img/bg/hexagons.png') left top repeat, linear-gradient(30deg, #2276ad, #6ec654) no-repeat left top fixed;
  background-color: #2276ad;
  background-size: auto, 100% 100%; }

.cos-bg-cells {
  background: url('img/bg/cells.png') left top repeat, linear-gradient(30deg, #2276ad, #144768) no-repeat left top fixed;
  background-color: #2276ad;
  background-size: auto, 100% 100%; }

.cos-bg-network-circles {
  background: url('img/bg/network-circles.png') left top repeat, linear-gradient(30deg, #2276ad, #144768) no-repeat left top fixed;
  background-color: #2276ad;
  background-size: auto, 100% 100%; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 4px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: default;
    pointer-events: none;
    opacity: .65; }

.btn-default {
  color: #666;
  background-color: #fff;
  border: solid 1px #f5f5f5; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
    color: #666;
    background-color: #e6e6e6; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus {
    color: #999;
    background-color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #f04c5c;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #ec1d31; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #f04c5c; }
  .btn-primary--blue {
    background-color: #449ed8;
    color: #FFF;
  }
  .btn-primary--blue:hover {
    background-color: #0d89d9;
    color: #fff;
  }

body.theme-tectonic-light .btn-primary, body.theme-tectonic-dark .btn-primary {
  color: #fff;
  background-color: #2fc98e; }
  body.theme-tectonic-light .btn-primary:hover, body.theme-tectonic-light .btn-primary:focus, body.theme-tectonic-light .btn-primary.focus, body.theme-tectonic-light .btn-primary:active, body.theme-tectonic-light .btn-primary.active, body.theme-tectonic-dark .btn-primary:hover, body.theme-tectonic-dark .btn-primary:focus, body.theme-tectonic-dark .btn-primary.focus, body.theme-tectonic-dark .btn-primary:active, body.theme-tectonic-dark .btn-primary.active {
    color: #fff;
    background-color: #25a071; }
  body.theme-tectonic-light .btn-primary:active, body.theme-tectonic-light .btn-primary.active, body.theme-tectonic-dark .btn-primary:active, body.theme-tectonic-dark .btn-primary.active {
    background-image: none; }
  body.theme-tectonic-light .btn-primary.disabled, body.theme-tectonic-light .btn-primary.disabled:hover, body.theme-tectonic-light .btn-primary.disabled:focus, body.theme-tectonic-light .btn-primary.disabled.focus, body.theme-tectonic-light .btn-primary.disabled:active, body.theme-tectonic-light .btn-primary.disabled.active, body.theme-tectonic-light .btn-primary[disabled], body.theme-tectonic-light .btn-primary[disabled]:hover, body.theme-tectonic-light .btn-primary[disabled]:focus, body.theme-tectonic-light .btn-primary[disabled].focus, body.theme-tectonic-light .btn-primary[disabled]:active, body.theme-tectonic-light .btn-primary[disabled].active, fieldset[disabled] body.theme-tectonic-light .btn-primary, fieldset[disabled] body.theme-tectonic-light .btn-primary:hover, fieldset[disabled] body.theme-tectonic-light .btn-primary:focus, fieldset[disabled] body.theme-tectonic-light .btn-primary.focus, fieldset[disabled] body.theme-tectonic-light .btn-primary:active, fieldset[disabled] body.theme-tectonic-light .btn-primary.active, body.theme-tectonic-dark .btn-primary.disabled, body.theme-tectonic-dark .btn-primary.disabled:hover, body.theme-tectonic-dark .btn-primary.disabled:focus, body.theme-tectonic-dark .btn-primary.disabled.focus, body.theme-tectonic-dark .btn-primary.disabled:active, body.theme-tectonic-dark .btn-primary.disabled.active, body.theme-tectonic-dark .btn-primary[disabled], body.theme-tectonic-dark .btn-primary[disabled]:hover, body.theme-tectonic-dark .btn-primary[disabled]:focus, body.theme-tectonic-dark .btn-primary[disabled].focus, body.theme-tectonic-dark .btn-primary[disabled]:active, body.theme-tectonic-dark .btn-primary[disabled].active, fieldset[disabled] body.theme-tectonic-dark .btn-primary, fieldset[disabled] body.theme-tectonic-dark .btn-primary:hover, fieldset[disabled] body.theme-tectonic-dark .btn-primary:focus, fieldset[disabled] body.theme-tectonic-dark .btn-primary.focus, fieldset[disabled] body.theme-tectonic-dark .btn-primary:active, fieldset[disabled] body.theme-tectonic-dark .btn-primary.active {
    background-color: #2fc98e; }

.btn-link {
  color: #428BCA;
  font-weight: normal;
  border-radius: 0;
  box-shadow: none; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link:hover, .btn-link:focus {
    color: #23547c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #666;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

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

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

@font-face {
  font-family: "core-icons";
  src: url("core-icons.eot?4f8df6e177de8dca2514fbdf6c68c07b");
  src: url("core-icons.eot?#iefix") format("embedded-opentype"), url("core-icons.woff?4f8df6e177de8dca2514fbdf6c68c07b") format("woff"), url("core-icons.ttf?4f8df6e177de8dca2514fbdf6c68c07b") format("truetype"), url("core-icons.svg?4f8df6e177de8dca2514fbdf6c68c07b#core-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-regular-webfont.eot');
  src: url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-regular-webfont.svg#Source Sans Pro') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-bold-webfont.eot');
  src: url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-bold-webfont.woff') format('woff'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-bold-webfont.ttf') format('truetype'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-bold-webfont.svg#Source Sans Pro') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-bolditalic-webfont.eot');
  src: url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-bolditalic-webfont.woff') format('woff'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-bolditalic-webfont.ttf') format('truetype'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-bolditalic-webfont.svg#Source Sans Pro') format('svg');
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-italic-webfont.eot');
  src: url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-italic-webfont.woff') format('woff'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-italic-webfont.ttf') format('truetype'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-italic-webfont.svg#Source Sans Pro') format('svg');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-light-webfont.eot');
  src: url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-light-webfont.woff') format('woff'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-light-webfont.ttf') format('truetype'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-light-webfont.svg#Source Sans Pro') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-lightitalic-webfont.eot');
  src: url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-lightitalic-webfont.woff') format('woff'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-lightitalic-webfont.ttf') format('truetype'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-lightitalic-webfont.svg#Source Sans Pro') format('svg');
  font-weight: 300;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-semibold-webfont.eot');
  src: url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-semibold-webfont.woff') format('woff'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-semibold-webfont.svg#Source Sans Pro') format('svg');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-semibolditalic-webfont.eot');
  src: url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-semibolditalic-webfont.woff') format('woff'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-semibolditalic-webfont.ttf') format('truetype'), url('https://cdn.account.coreos.com/lib/mochi/fonts/sourcesanspro-semibolditalic-webfont.svg#Source Sans Pro') format('svg');
  font-weight: 600;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'core-icons';
  src: url('https://cdn.account.coreos.com/lib/mochi/fonts/core-icons.eot');
  src: url('https://cdn.account.coreos.com/lib/mochi/fonts/core-icons.eot?#iefix') format('embedded-opentype'), url('https://cdn.account.coreos.com/lib/mochi/fonts/core-icons.woff') format('woff'), url('https://cdn.account.coreos.com/lib/mochi/fonts/core-icons.ttf') format('truetype'), url('https://cdn.account.coreos.com/lib/mochi/fonts/core-icons.svg#core-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

/* Bootstrap Overrides */
[class^="ci-"]:before, [class*=" ci-"]:before {
  font-family: "core-icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Icons */
.ci-add:before {
  content: "\f10c"; }

.ci-application:before {
  content: "\f101"; }

.ci-back:before {
  content: "\f10d"; }

.ci-check:before {
  content: "\f10e"; }

.ci-cog:before {
  content: "\f102"; }

.ci-creditcard:before {
  content: "\f10f"; }

.ci-delete:before {
  content: "\f110"; }

.ci-emptylayers:before {
  content: "\f111"; }

.ci-exclamation-triangle:before {
  content: "\f11b"; }

.ci-gitlab:before {
  content: "\f103"; }

.ci-history:before {
  content: "\f112"; }

.ci-info:before {
  content: "\f113"; }

.ci-invite:before {
  content: "\f104"; }

.ci-invoice:before {
  content: "\f105"; }

.ci-layers:before {
  content: "\f106"; }

.ci-list:before {
  content: "\f114"; }

.ci-package:before {
  content: "\f10b"; }

.ci-phone:before {
  content: "\f115"; }

.ci-reboot:before {
  content: "\f116"; }

.ci-receipt:before {
  content: "\f117"; }

.ci-rightarrow:before {
  content: "\f118"; }

.ci-robot:before {
  content: "\f107"; }

.ci-settings:before {
  content: "\f119"; }

.ci-squashed:before {
  content: "\f108"; }

.ci-stamp:before {
  content: "\f109"; }

.ci-stop:before {
  content: "\f10a"; }

.ci-tags:before {
  content: "\f11a"; }

.cos-error-box, .cos-error-box--big, .cos-info-box, .cos-info-box--big {
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  text-align: left; }

.cos-error-box--big, .cos-info-box--big {
  padding: 15px;
  font-size: 16px; }

.cos-error-box, .cos-error-box--big {
  color: #fff;
  background-color: #dd1327; }

.cos-info-box, .cos-info-box--big {
  color: #2276ad;
  background-color: #C1DFF3; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: inherit;
  color: #666;
  border: 0;
  border-bottom: 1px solid #ddd; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

input[type="search"] {
  -webkit-appearance: none; }

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

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  display: block;
  width: 100%;
  max-width: 500px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  outline: none; }
  select[disabled], select[readonly], fieldset[disabled] select, textarea[disabled], textarea[readonly], fieldset[disabled] textarea, input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"] {
    background-color: #eee;
    opacity: 1; }
  select[disabled], fieldset[disabled] select, textarea[disabled], fieldset[disabled] textarea, input[type="text"][disabled], fieldset[disabled] input[type="text"], input[type="password"][disabled], fieldset[disabled] input[type="password"], input[type="datetime"][disabled], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], fieldset[disabled] input[type="datetime-local"], input[type="date"][disabled], fieldset[disabled] input[type="date"], input[type="month"][disabled], fieldset[disabled] input[type="month"], input[type="time"][disabled], fieldset[disabled] input[type="time"], input[type="week"][disabled], fieldset[disabled] input[type="week"], input[type="number"][disabled], fieldset[disabled] input[type="number"], input[type="email"][disabled], fieldset[disabled] input[type="email"], input[type="url"][disabled], fieldset[disabled] input[type="url"], input[type="search"][disabled], fieldset[disabled] input[type="search"], input[type="tel"][disabled], fieldset[disabled] input[type="tel"], input[type="color"][disabled], fieldset[disabled] input[type="color"] {
    cursor: default; }
  select:focus, select.focus, textarea:focus, textarea.focus, input[type="text"]:focus, input[type="text"].focus, input[type="password"]:focus, input[type="password"].focus, input[type="datetime"]:focus, input[type="datetime"].focus, input[type="datetime-local"]:focus, input[type="datetime-local"].focus, input[type="date"]:focus, input[type="date"].focus, input[type="month"]:focus, input[type="month"].focus, input[type="time"]:focus, input[type="time"].focus, input[type="week"]:focus, input[type="week"].focus, input[type="number"]:focus, input[type="number"].focus, input[type="email"]:focus, input[type="email"].focus, input[type="url"]:focus, input[type="url"].focus, input[type="search"]:focus, input[type="search"].focus, input[type="tel"]:focus, input[type="tel"].focus, input[type="color"]:focus, input[type="color"].focus {
    border-color: #419eda; }

input[type="number"] {
  width: 80px; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

textarea {
  height: auto; }

.form-group {
  margin-bottom: 20px; }

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: bold; }
  .radio p, .checkbox p {
    margin: 0 0 0 20px; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px; }

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

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

.cos-field-inline {
  position: relative;
  display: block; }

.cos-field-inline + .cos-field-inline {
  margin-top: 10px; }

@media (min-width: 768px) {
  .cos-field-inline {
    position: relative;
    display: inline-block; }
  .cos-field-inline + .cos-field-inline {
    margin-left: 10px;
    margin-top: 0; } }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
  cursor: default; }

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: default; }

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: default; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*
 * Original version Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1403bd30151fa7d27f16)
 * Config saved to https://gist.github.com/1403bd30151fa7d27f16
 *
 * Styles not associated with a class named /modal(-.*)?/ have been removed, and many styles have
 * been hand edited.
 */
.modal-open {
  margin: 0px; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.45) 1%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.45) 1%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.45) 1%, rgba(0, 0, 0, 0.8) 100%);
  background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.45) 1%, rgba(0, 0, 0, 0.8) 100%);
  filter: alpha(opacity=80);
  opacity: 0;
  -webkit-transition: 400ms opacity ease;
  -moz-transition: 400ms opacity ease;
  transition: 400ms opacity ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 25px 30px 5px 30px;
  min-height: 16.42857px; }

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

.modal-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 10px 30px; }
  .modal-body p {
    line-height: 1.4; }
  .modal-body p:last-child {
    margin-bottom: 0px; }
  .modal-body pre {
    background: none;
    box-shadow: none;
    text-align: center;
    padding: 5px;
    font-weight: 500; }
  .modal-body label {
    margin-right: 10px; }

.modal-footer {
  margin-top: 0px;
  padding: 5px 30px 30px 30px;
  text-align: left; }

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

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

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

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

.cos-page-title {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: inherit;
  margin: 0;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px; }

.cos-pane {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  margin-bottom: 20px; }

.cos-pane__content {
  padding: 30px; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.text-left {
  text-align: left; }

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .cos-thin-label {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted, .cos-thin-label {
  color: #999; }

.text-small {
  font-size: 12px;
  font-weight: normal; }

.text-size-normal {
  font-size: 16px; }

.cos-thin-label {
  font-size: 13px;
  font-weight: 300; }

.cos-warning {
  color: #FCA657; }

.cos-error-title {
  color: #dd1327; }

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

.cos-indent {
  margin-left: 20px; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

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

.cos-dropdown {
  display: inline-block;
  position: relative; }

.cos-dropdown__menu {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 40;
  background-color: rgba(33, 33, 33, 0.95);
  border: solid 1px rgba(33, 33, 33, 0.95);
  display: none;
  position: absolute;
  top: 100%;
  font-size: 14px;
  padding: 5px 0;
  min-width: 160px;
  list-style: none;
  text-align: left; }
  .cos-dropdown__menu > li {
    list-style-type: none; }
  .cos-dropdown__menu .cos-dropdown__section-header, .cos-dropdown__menu > li > a {
    display: block;
    padding: 3px 20px 3px 10px;
    white-space: nowrap;
    text-decoration: none; }
  .cos-dropdown__menu > li > a {
    color: #fff; }
    .cos-dropdown__menu > li > a:hover {
      background-color: rgba(33, 33, 33, 0.95); }

.cos-dropdown__section-header {
  color: #999;
  font-size: 12px; }

.cos-dropdown__separator {
  background-color: #999;
  height: 1px;
  margin: 6px 0; }

.cos-dropdown--anchor-right .cos-dropdown__menu {
  right: 0; }

.cos-dropdown--open .cos-dropdown__menu {
  display: block; }

.cos-dropdown__toggle:hover {
  cursor: pointer; }

.cos-dropdown__cog {
  color: #999; }

.cos-facet-menu {
  margin-bottom: 30px; }

.cos-facet-menu__title, .cos-facet-menu-option {
  font-size: 80%; }

.cos-facet-menu__title {
  text-transform: uppercase;
  color: #999;
  padding: 4px;
  font-weight: 300; }

.cos-facet-menu__option-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
  max-height: 300px;
  overflow: scroll; }

.cos-facet-menu-option {
  padding: 8px 15px 8px 8px;
  cursor: pointer;
  border-top: 1px solid #eee; }
  .cos-facet-menu-option.cos-facet-option--active, .cos-facet-menu-option:hover {
    background-color: #EAF3FF; }
  .cos-facet-menu-option.cos-facet-option--active {
    background: url('img/icon/icon-right-arrow.svg') right 10px center no-repeat #EAF3FF; }

.cos-flow-progress {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: baseline;
  font-size: 16px;
  margin: 0;
  padding: 0;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  height: 30px; }
  .cos-flow-progress > li:first-child {
    text-align: left; }
  .cos-flow-progress > li:last-child {
    text-align: right; }
  .cos-flow-progress > li {
    text-align: center;
    list-style-type: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1; }

.cos-flow-progress__item-wrap {
  display: inline-block;
  border-bottom: solid 4px transparent;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 25px; }

.cos-flow-progress--active .cos-flow-progress__item-wrap {
  color: #333;
  border-bottom: solid 4px #333; }

.cos-loader {
  min-width: 28px; }

.cos-loader {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -11px 0 0 -13px; }

.cos-loader--inline {
  display: inline-block;
  position: relative;
  left: auto;
  top: auto;
  margin: 2px 10px;
  cursor: default; }
  .cos-loader--inline:hover {
    text-decoration: none; }

.cos-loader-dot__one, .cos-loader-dot__two, .cos-loader-dot__three {
  border-radius: 3px;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-name: bouncedelay;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-play-state: running;
  -webkit-animation-name: bouncedelay;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  -webkit-animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  -moz-animation-name: bouncedelay;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-delay: 0;
  -moz-animation-direction: normal;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -moz-animation-play-state: running;
  display: inline-block;
  height: 6px;
  width: 6px;
  background: #419eda;
  border-radius: 100%;
  display: inline-block; }

.cos-loader-dot__one {
  animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  -o-animation-delay: -0.32s; }

.cos-loader-dot__two {
  animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  -o-animation-delay: -0.16s; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.25, 0.25);
    -webkit-transform: scale(0.25, 0.25);
    -moz-transform: scale(0.25, 0.25);
    -ms-transform: scale(0.25, 0.25);
    -o-transform: scale(0.25, 0.25); }

  40% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1); } }

@-moz-keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.25, 0.25);
    -webkit-transform: scale(0.25, 0.25);
    -moz-transform: scale(0.25, 0.25);
    -ms-transform: scale(0.25, 0.25);
    -o-transform: scale(0.25, 0.25); }

  40% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1); } }

@-ms-keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.25, 0.25);
    -webkit-transform: scale(0.25, 0.25);
    -moz-transform: scale(0.25, 0.25);
    -ms-transform: scale(0.25, 0.25);
    -o-transform: scale(0.25, 0.25); }

  40% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1); } }

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.25, 0.25);
    -webkit-transform: scale(0.25, 0.25);
    -moz-transform: scale(0.25, 0.25);
    -ms-transform: scale(0.25, 0.25);
    -o-transform: scale(0.25, 0.25); }

  40% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1); } }

.cos-navbar {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin: 0;
  padding: 0 10px;
  position: relative;
  min-height: 46px; }

body.theme-tectonic-dark .cos-navbar {
  background-color: #1E394C; }

body.theme-tectonic-light .cos-navbar {
  background-color: #fff; }

.cos-navbar__header {
  display: block;
  float: left; }

.cos-navbar__collapse {
  max-height: 0px;
  transition: max-height 0.35s ease;
  overflow: hidden;
  display: block;
  width: auto; }
  .cos-navbar__collapse:before, .cos-navbar__collapse:after {
    content: " ";
    display: table; }
  .cos-navbar__collapse:after {
    clear: both; }
  .cos-navbar__collapse .cos-navbar-nav {
    float: left;
    clear: both; }
  .cos-navbar__collapse .cos-navbar--right {
    float: none; }

.cos-toggle-btn {
  border: none;
  background-color: transparent;
  position: relative;
  display: block;
  padding: 12px; }

.cos-toggle-btn__bar {
  display: block;
  height: 2px;
  width: 22px;
  margin-top: 4px;
  background-color: #999; }

.cos-navbar__item, .cos-navbar-nav > li > a {
  line-height: 16px;
  font-size: 16px;
  position: relative;
  display: block;
  padding: 15px; }

@media (max-width: 768px) {
  .cos-navbar__collapse--open {
    max-height: 500px;
    overflow: visible; }
  .cos-navbar__collapse {
    clear: both; }
    .cos-navbar__collapse .cos-navbar-nav > li {
      display: block; }
  .cos-dropdown__menu {
    position: relative;
    min-width: inherit;
    box-shadow: none;
    border: none;
    background-color: transparent; }
  .cos-dropdown__menu > li > a {
    color: #428BCA; }
    .cos-dropdown__menu > li > a:hover {
      background-color: transparent; } }

@media (min-width: 768px) {
  .cos-navbar__collapse {
    max-height: none;
    transition: none;
    overflow: visible; }
    .cos-navbar__collapse .cos-navbar-nav {
      clear: none; }
    .cos-navbar__collapse .cos-navbar--right {
      float: right; }
  .cos-toggle-btn {
    display: none; } }

.cos-navbar__logo-link {
  padding: 10px 15px;
  display: inline-block; }

.cos-navbar__logo {
  display: inline-block;
  max-height: 25px; }

.cos-navbar-nav {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none; }
  .cos-navbar-nav > li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400; }
    .cos-navbar-nav > li > a:hover, .cos-navbar-nav > li > a:focus {
      text-decoration: none;
      background-color: #eee; }
    .cos-navbar-nav > li.disabled > a {
      color: #ccc; }
      .cos-navbar-nav > li.disabled > a:hover, .cos-navbar-nav > li.disabled > a:focus {
        color: #ccc;
        text-decoration: none;
        background-color: transparent;
        cursor: default; }

.cos-status-box {
  padding: 20px; }

.cos-status-box__title {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center; }

.cos-status-box__detail {
  color: #999;
  font-size: 14px;
  max-width: 500px;
  margin: 0 auto; }

.cos-tristate-show-empty, .cos-tristate-show-error, .cos-tristate-show-loading {
  display: none;
  visibility: hidden; }

.cos-tristate--empty .cos-tristate-show-empty, .cos-tristate--error .cos-tristate-show-error, .cos-tristate--loading .cos-tristate-show-loading {
  display: block;
  visibility: visible; }

.tec-p-signup-order-complete .product-logo {
  padding: 20px 30px 20px 30px;
}

.tec-p-signup-order-complete .thank-you-section p {
  font-size: 16px;
}

.tec-p-signup-order-complete .install-section p {
  margin: 20px 0;
}

.tec-p-signup-order-complete .install-section .download-and-install {
  font-size: 16px;
  font-weight: 600;
}

.tec-p-signup-order-complete .install-section .download-buttons {
  display: flex;
}

.tec-p-signup-order-complete .install-section .download-buttons .btn {
  margin-right: 20px;
}

.tec-p-signup-order-complete .tec-tabs {
  display: none;
}

.btn {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #449ed8;
  box-shadow: none;
  font-size: 20px;
  font-weight: 400;
  min-width: 100px;
  padding: 13px 20px;
  text-shadow: none;
}

.btn:hover {
  background: #449ed8;
  color: #fff;
}

.btn.btn-small {
  font-size: 15px;
  padding: 7.5px 20px;
}

.btn.btn-small.btn-toggle {
  padding: 7.5px 10px;
  min-width: inherit;
}

.btn.btn-green {
  background: #44bb8a;
  border: none;
  color: #fff;
}

.btn.btn-green:hover {
  background: #01af67;
}

.btn.btn-blue {
  background: #449ed8;
  color: #fff;
}

.btn.btn-blue:hover {
  background: #0d89d9;
}

.btn.btn-red {
  background: #ef4d5b;
  border: 1px solid #ef4d5b;
  color: #fff;
}

.btn.btn-red:hover {
  background: #ed0015;
}

html, body {
  background-color: #1E394C;
}

hr {
  margin: 0;
}

h2 {
  font-size: 24px;
}

.tec-no-title {
  margin-top: 30px;
}

.cos-navbar__logo {
  max-width: 90px;
}

.tec-nav-questions {
  color: #333;
  font-weight: 400;
  font-size: 13px;
}

.tec-border {
  border: solid 1px #1E394C;
}

.tec-field-wide {
  position: relative;
  display: block;
  max-width: 300px;
}

.tec-field-wide + .tec-field-wide {
  margin-top: 10px;
}

.tec-empty-state {
  padding: 20px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  width: 100%;
}

.tec-empty-state__title {
  margin-bottom: 20px;
}

.tec-callout {
  border: solid 1px #ccc;
  padding: 15px;
}

.tec-contact-title {
  margin-bottom: 25px;
}

.tec-pane-section {
  padding: 0 30px 30px 30px;
}

.tec-pane-section--collapsed {
  padding: 0 15px 18px 15px;
}

.tec-pane-section--spacious-collapsed {
  padding: 30px 15px 18px 15px;
}

.tec-pane-section--spacious {
  padding: 30px;
}

.tec-pane-section--compact {
  padding: 0 30px 0 30px;
}

.tec-bright-text {
  color: #2fc98e;
}

.tec-light-weight {
  font-weight: 100;
}

.tec-form-heading {
  font-weight: 700;
}

.tec-margin-top,
.tec-vert-margin {
  margin-top: 20px;
}

.tec-margin-bottom,
.tec-vert-margin {
  margin-bottom: 20px;
}

.tec-xs-margin-bottom {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .tec-xs-margin-bottom {
    margin-bottom: initial;
  }
}

.tec-margin-left {
  margin-left: 20px;
}

.tec-no-margin-top {
  margin-top: 0;
}

.tec-no-margin-bottom {
  margin-bottom: 0;
}

.tec-font-size-normal {
  font-size: 16px;
}

ul.tec-icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

ul.tec-icon-list li {
  margin-top: 6px;
  list-style-type: none;
  padding-left: 16px;
  text-indent: -16px;
}

ul.tec-icon-list li:before {
  padding-right: 10px;
}

.tec-icon-list--green-block li:before {
  content: "\25A0";
  color: #2fc98e;
}

.tec-icon-list--check li:before {
  content: "\2713";
  color: #2fc98e;
}

.tec-icon-list--x li:before {
  content: "\2716";
  color: #999;
}

.tec-alert--info {
  padding: 30px;
  background-color: #C1DFF3;
}

.tec-light-text {
  color: #fff;
}

.tec-error-bg-img {
  background-image: url("/static/lib/mochi/img/tectonic-error.svg");
  background-repeat: no-repeat;
  background-position: center;
  min-height: 275px;
}

.tec-small-panel-header {
  display: inline-block;
  font-size: 18px;
}

.tec-edit-link {
  cursor: pointer;
  line-height: 32px;
  padding-right: 9px;
  position: relative;
}

.tec-edit-link:after {
  content: "\203a";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  line-height: 22px;
  bottom: 0;
  right: 0;
}

.tec-header-subtext {
  margin-top: 10px;
}

.tec-warning-bullet {
  padding-right: 10px;
}

.tec-active-account {
  font-size: 16px;
  padding-right: 10px;
}

.tec-simple-table {
  width: 100%;
}

.tec-simple-table thead tr,
.tec-simple-table tbody tr {
  border-bottom: 1px solid #ccc;
}

.tec-simple-table td,
.tec-simple-table th {
  vertical-align: middle;
  padding: 8px;
}

.tec-simple-table th {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  color: #999;
  text-transform: uppercase;
}

.tec-simple-table--top-align td,
.tec-simple-table--top-align th {
  vertical-align: top;
}

.tec-simple-table--small-text tr td {
  font-size: 12px;
  line-height: 12px;
}

.tec-simple-table--medium-text tr td {
  font-size: 16px;
  line-height: 16px;
}

.tec-simple-table__radio,
.tec-simple-table__cog {
  width: 20px;
}

tbody .tec-hover-row {
  cursor: pointer;
}

tbody .tec-hover-row:hover {
  background-color: #EAF3FF;
}

.tec-simple-table__radio > input[type=radio] {
  margin: 0;
}

.tec-product-list-footer {
  text-align: center;
  padding-top: 30px;
}

.tec-separator {
  display: block;
  height: 1px;
  background-color: #ccc;
  margin: 0 30px;
}

.tec-pane-subhead {
  color: #1E394C;
  font-weight: 400;
  font-size: 18px;
}

.tec-status--bad {
  color: #dd1327;
}

.tec-status--ok {
  color: #2fc98e;
}

.tec-table-wrapper {
  border: solid 1px #ccc;
  border-radius: 6px;
  padding: 10px 15px 0 15px;
}

.tec-table-cell {
  padding-top: 15px;
  padding-bottom: 15px;
}

.tec-table-body-row {
  border-top: 1px solid #ccc;
  background-color: #f7f7f7;
}

.tec-table-row-wrapper {
  margin: 0 -15px;
}

.tec-table-row-wrapper > .row {
  margin: 0;
}

.tec-table-current-row {
  border: solid 1px #ccc;
}

.tec-table-current-row .tec-table-body-row {
  background-color: #e7e7e7;
}

.tec-loading-indicator {
  display: block;
  position: relative;
  transform: translateY(50%);
  padding-left: 20px;
  font-size: 15px;
  color: #666;
}

@media (min-width: 768px) {
  .tec-loading-indicator {
    display: inline-block;
    position: absolute;
  }
}

.tec-billing-top-pane {
  min-height: 300px;
}

.tec-big-info {
  font-size: 32px;
  line-height: 32px;
}

.tec-confirm-title {
  display: inline-block;
  margin-right: 20px;
}

.tec-button-footer {
  position: relative;
  margin-top: 20px;
}

.tec-signup-footer {
  color: #999;
  text-align: center;
  margin: 20px 0;
}

.tec-disabled-tooltip[disabled] {
  pointer-events: all;
  position: relative;
}

.tec-disabled-tooltip[disabled]:hover:after {
  position: absolute;
  top: -25px;
  left: -40%;
  width: auto;
  content: attr(data-disabled-tooltip);
  padding: 2px 8px;
  background-color: rgba(0, 0, 0, 0.99);
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  border: 1px solid #000;
  white-space: nowrap;
  overflow: hidden;
}

.account-profile {
  padding-top: 0;
}

.account-profile .profile-details {
  font-size: 18px;
}

.account-profile .profile-details .profile-name {
  font-weight: 600;
}

.account-profile .view-account-details {
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 30px;
}

.tec-tabs .tec-table-wrapper {
  border: none;
}

.tec-license-download-button-area {
  margin: 10px 0 20px 0;
}

.tec-tos-warning {
  padding-bottom: 14px;
}

.overview-column {
  padding: 0;
}

.your-products .cos-pane {
  padding-bottom: 30px;
}

.your-products .your-products-header {
  display: flex;
  justify-content: space-between;
}

.your-products .your-products-header .product-expand-buttons .btn:last-child {
  margin-left: -6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.your-products .your-products-header .product-expand-buttons .btn.btn-selected {
  background-color: #449ed8;
  color: #fff;
}

.your-products .your-products-header .product-expand-buttons .btn.btn-unselected {
  background-color: #fff;
}

.your-products .your-products-header .product-expand-buttons .btn.btn-unselected:hover {
  background-color: #fff;
  color: #1E394C;
}

.your-products .your-products-list {
  margin: 30px;
}

.your-products .your-products-list .product-group {
  border-top: 2px solid #ccc;
  padding: 15px;
}

.your-products .your-products-list .product-group:last-child {
  border-bottom: 2px solid #ccc;
}

.your-products .your-products-list .product-group .product-title {
  font-size: 24px;
  font-weight: 100;
  color: #003764;
}

.your-products .your-products-list .product-group .subscription {
  border-top: 1px solid #ccc;
  margin: 15px 0;
  padding: 10px 0;
}

.your-products .your-products-list .product-group .product-details-title {
  text-transform: uppercase;
  color: #ccc;
}

.agreements .btn {
  width: 200px;
}

.agreements .copy-and-paste {
  color: #888;
  text-size: 14px;
  padding-bottom: 30px;
}

.loading {
  position: relative;
}

.terms-and-conditions .new-subscription {
  color: #2fc98e;
}

.terms-and-conditions .review-terms {
  background-color: #fcdadd;
  border: 1px solid #dd1327;
  font-size: 14px;
  color: #dd1327;
  margin-top: 20px;
  padding: 10px;
}

.terms-and-conditions .terms-btns .btn {
  margin-top: 15px;
  width: 200px;
}

.product-list .product {
  padding: 15px 15px 30px;
  border-right: 1px solid #888;
}

.product-list .product:last-child {
  border-right: none;
}

.product-list .product:hover {
  text-decoration: none;
}

.product-list .product .btn {
  width: 200px;
}

.product-list .product .product-details .product-description {
  color: #1E394C;
  padding-bottom: 15px;
}

.product-list .product .product-details .product-details__logo {
  height: 25px;
}

@media (max-width: 1199px) {
  .account-profile .view-account-details {
    border-bottom: none;
  }
}

@media (min-width: 1199px) {
  .product-details .product-details__btn.container-linux {
    margin-top: 27px;
  }
}

@media (max-width: 992px) {
  .terms-and-conditions {
    padding: 15px;
  }
  .account-profile .view-account-details {
    border-bottom: 1px solid #ccc;
  }
  .product-list .product {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .product-list .product:last-child {
    border-bottom: none;
  }
}

@media (max-width: 760px) {
  h2 {
    font-size: 22px;
  }
}

@media (max-width: 420px) {
  .your-products .your-products-header {
    flex-direction: column;
  }
}

.tec-quicklinks > a {
  display: block;
  margin-bottom: 10px;
}

.tec-support-link-btn {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #efefef;
  border: solid 1px #ddd;
  border-radius: 2px;
}

.modal-footer .cos-error-box,
.modal-footer .cos-info-box {
  margin-bottom: 10px;
}

.modal-header--new {
  margin-bottom: 30px;
  font-size: 18px;
}

.tec-modal-terms-of-service .terms-wrapper {
  height: 400px;
  overflow-y: scroll;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  padding: 10px;
  margin-top: 5px;
}

.tec-modal-terms-of-service .terms-wrapper .container {
  display: inline-block;
  width: inherit;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
}

.cancel-link {
  display: inline-block;
  color: #1E394C;
  font-size: 15px;
  margin-left: 20px;
  vertical-align: bottom;
}

.tec-modal-copy-paste-modal {
  padding: 30px;
}

.tec-modal-copy-paste-modal .copy-paste-section:last-child {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tec-address-form__title-block {
  max-width: 500px;
}

.tec-address-form__copy-address {
  float: right;
}

@media (max-width: 768px) {
  .tec-address-form__copy-address {
    float: none;
    display: block;
  }
}

textarea.tec-asset-box {
  background-color: #fefefe;
  max-width: none;
  border: none;
  box-shadow: none;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  margin-bottom: 10px;
  overflow: scroll;
  padding: 0;
  word-break: break-all;
  min-height: 200px;
  min-width: 280px;
  resize: none;
}

textarea.tec-asset-box:hover {
  cursor: copy;
}

textarea.tec-asset-box:focus {
  border: none;
}

.tec-cart__head-row {
  position: relative;
}

.tec-cart__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tec-cart__title {
  color: #2fc98e;
  font-size: 20px;
  margin-left: 40px;
}

.tec-cart__sku-name {
  font-size: 18px;
}

.tec-cart__free-trial-section {
  padding: 5px 30px;
  color: #2fc98e;
  border-top: solid 1px #2fc98e;
  border-bottom: solid 1px #2fc98e;
  text-transform: uppercase;
}

.tec-cart__free-trial-note {
  color: #2fc98e;
  text-align: center;
}

.tec-cart__cost-section {
  background-color: #efefef;
  padding: 0 30px;
}

.tec-cart__total {
  font-size: 30px;
  color: #666;
  font-weight: 600;
  display: inline-block;
}

.tec-cart__period {
  display: inline-block;
  height: 28px;
  vertical-align: middle;
  margin-left: 10px;
}

.tec-cart__notice {
  color: #fff;
  margin-bottom: 20px;
}

.tec-credit-card-icon {
  display: block;
  float: left;
  height: 32px;
  padding-right: 8px;
}

.tec-signup-progress {
  margin-bottom: 30px;
}

.tec-signup-progress .cos-flow-progress {
  border-bottom: solid 2px #fff;
}

.tec-signup-progress .cos-flow-progress--active .cos-flow-progress__item-wrap {
  color: #fff;
  border-color: #fff;
}

.tec-tab {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #51A3D9;
  cursor: pointer;
}

.tec-tab.tec-tab--active {
  border-top: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: inherit;
  cursor: auto;
}

.tec-tab__content {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px;
}

.tec-tab__content--first {
  border-radius: 0px 4px 4px 4px;
}

.tec-tab__title {
  padding: 12px;
}

.tec-tab--active:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.tec-product-footer {
  padding: 0 30px 30px;
}

.tec-product-logo {
  height: 60px;
  display: block;
}

.tec-selected-plan__check {
  color: #2fc98e;
  font-size: 16px;
  padding-right: 30px;
}

.tec-contact-sales {
  color: #999;
  font-style: italic;
}

.field-wrapper {
  margin-bottom: 30px;
}

.tec-entitlement-list-description {
  opacity: 0;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  max-height: 0;
}

.tec-entitlement-list-description.tec-entitlement-list-description--visible {
  max-height: 300px;
  padding: 20px;
  opacity: 1;
  transition: max-height 0.1s, opacity 0.1s;
}

.tec-entitlement-list-description__text {
  white-space: pre-wrap;
}

.tec-plan-selector-tabs .tec-tab__content {
  padding: 0;
}
