/*!
 * Bootstrap v2.0.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: none;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
figure {
  margin: 0 auto;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.content .caret {
  display: block;
  position: absolute;
  content: "";
}
.content .caret.down {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #546673;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.content .caret.right {
  right: -10px;
  margin-left: -5px;
  border-left: 5px solid #546673;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.no-padding {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #f0f2f4;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #546673;
  -webkit-font-smoothing: antialiased;
}
body:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 315px;
  content: "";
  background: #2e9fff;
}
body.marketing-layout:before {
  background: #2e9fff;
}
body.admin-layout:before {
  background: #64c235;
}
body.admin-layout .global-header {
  background: #64c235;
}
body.site-registration:before,
body.site-registration .global-header {
  background: #494E58;
}
body.site-registration .global-header {
  padding-bottom: 15px;
}
body.site-registration .avatar-menu-admin {
  display: none;
}
body.site-registration.before {
  height: 355px;
}
.global-header {
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #2e9fff;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  *zoom: 1;
}
.global-header:before,
.global-header:after {
  display: table;
  content: "";
}
.global-header:after {
  clear: both;
}
.global-header .logo {
  float: left;
  margin: 2px 0 0 0px;
}
.global-header nav {
  position: relative;
  z-index: 1000;
  max-width: 960px;
  margin: 0 auto;
}
.global-header nav .nav {
  float: right;
  margin: 0;
}
.global-header nav .nav > li {
  margin: 0 3px;
}
.global-header nav .nav > li > a {
  font-weight: 500;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: 0.2s opacity ease;
  -moz-transition: 0.2s opacity ease;
  -ms-transition: 0.2s opacity ease;
  -o-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
  color: #ffffff;
  opacity: .75;
}
.global-header nav .nav > li > a:hover {
  opacity: 1;
}
.global-header nav .nav > li > a img {
  width: 26px;
  height: 26px;
  margin-top: -6px;
  vertical-align: top;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.global-header nav .nav > li.active > a,
.global-header nav .nav > li.active:hover > a {
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s background;
  -moz-transition: 0.2s background;
  -ms-transition: 0.2s background;
  -o-transition: 0.2s background;
  transition: 0.2s background;
  opacity: 1;
  cursor: default;
}
.global-header nav .nav > li.avatar-menu,
.global-header nav .nav > li.user-dropdown {
  margin-left: 15px;
}
.global-header nav .nav > li.avatar-menu > a,
.global-header nav .nav > li.user-dropdown > a {
  z-index: 1100;
  background: none;
  opacity: 1;
  padding-right: 0;
}
.global-header nav .nav > li.avatar-menu .dropdown,
.global-header nav .nav > li.user-dropdown .dropdown {
  z-index: -100;
  min-width: 100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.global-header nav .nav > li.username-menu > a {
  margin-right: 2px;
}
.global-header nav .nav > li.username-menu .dropdown {
  min-width: 100%;
}
.link-login a {
  margin-right: -15px;
}
.content {
  max-width: 960px;
  margin: 0 auto 20px;
  padding: 30px 20px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}
.content:before,
.content:after {
  display: table;
  content: "";
}
.content:after {
  clear: both;
}
.content hgroup {
  text-align: center;
}
.global-footer {
  width: 100%;
  margin: 0;
  padding: 25px 0 45px 0;
  color: #546673;
  font-size: 14px;
  *zoom: 1;
}
.global-footer:before,
.global-footer:after {
  display: table;
  content: "";
}
.global-footer:after {
  clear: both;
}
.global-footer .footer-nav {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px;
}
.global-footer .footer-nav .copyright {
  display: inline-block;
  float: right;
}
.global-footer .footer-nav ul {
  float: left;
  margin: 0;
  list-style: none;
  *zoom: 1;
}
.global-footer .footer-nav ul:before,
.global-footer .footer-nav ul:after {
  display: table;
  content: "";
}
.global-footer .footer-nav ul:after {
  clear: both;
}
.global-footer .footer-nav li {
  float: left;
  margin-right: 20px;
}
.global-footer .footer-nav a {
  color: #546673;
  text-decoration: none;
}
.global-footer .footer-nav a:hover {
  border-bottom: 1px solid #546673;
}
.global-footer .footer-nav .copyright {
  display: block;
  float: right;
  font-size: 14px;
}
a {
  color: #2e9fff;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover {
  color: #0079e1;
  text-decoration: underline;
}
.js-hidden {
  display: none !important;
}
center {
  text-align: center;
}
.container {
  max-width: 960px;
  margin: 0 auto;
}
.center {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 960px;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('../../fonts/SourceSansPro-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url('../../fonts/SourceSansPro-Semibold.woff') format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url('../../fonts/SourceSansPro-It.woff') format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: local('Source Sans Pro Semibold Italic'), local('SourceSansPro-SemiboldIt'), url('../../fonts/SourceSansPro-SemiboldIt.woff') format('woff');
}
p {
  margin: 0 0 1em;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
}
p small {
  font-size: 14px;
  color: #c2c9d4;
}
.lead {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 200;
  line-height: 39px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #353a3d;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #c2c9d4;
}
.hero h1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1em;
  margin-bottom: 15px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.hero h1 small {
  font-size: 18px;
}
.hero h2 {
  color: #234970;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 4px;
}
.hero h2 small {
  font-size: 18px;
}
h1 {
  color: #000000;
  font-size: 24px;
  line-height: 1.1em;
  margin-bottom: 15px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
h1 small {
  font-size: 18px;
}
h2 {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  font-family: Gotham, 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
h2 small {
  font-size: 18px;
}
h3 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 26px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #c2c9d4;
  text-transform: uppercase;
}
.page-header {
  padding-bottom: 25px;
  margin: 26px 0;
  border-bottom: 1px solid #e4e7ee;
}
.page-header h1 {
  line-height: 1;
}
ul,
ol {
  padding: 0;
  margin: 0 0 13px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 26px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 26px;
}
dt,
dd {
  line-height: 26px;
}
dt {
  font-weight: bold;
  line-height: 25px;
}
dd {
  margin-left: 13px;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 120px;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 26px 0;
  border: 0;
  border-top: 1px solid #e4e7ee;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #c2c9d4;
}
abbr[title] {
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 26px;
  border-left: 5px solid #e4e7ee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 32.5px;
}
blockquote small {
  display: block;
  line-height: 26px;
  color: #7f919e;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #e4e7ee;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 26px;
  line-height: 26px;
  font-style: normal;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
.text-logo {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 15px;
  color: #546673;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 14.8px;
  line-height: 26px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
pre.prettyprint {
  margin-bottom: 26px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 26px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 39px;
  font-size: 24px;
  line-height: 52px;
  color: #546673;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 19.5px;
  color: #c2c9d4;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 44.199999999999996px;
  padding: 4px 6px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #546673;
  background: white;
}
label,
input,
button,
select,
textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
}
input,
button,
select,
textarea {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
label,
.label {
  display: block;
  margin-bottom: 5px;
  color: #546673;
}
input {
  width: 100%;
}
textarea {
  min-height: 100px;
}
input:focus {
  border-color: rgba(46, 159, 255, 0.5);
  outline: medium none;
  background: rgba(46, 159, 255, 0.1);
  -webkit-transition: 0.5s background, 0.5s border-color;
  -moz-transition: 0.5s background, 0.5s border-color;
  -ms-transition: 0.5s background, 0.5s border-color;
  -o-transition: 0.5s background, 0.5s border-color;
  transition: 0.5s background, 0.5s border-color;
}
input,
textarea,
select,
.uneditable-input {
  border: 1px solid #a3acb8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.08);
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input[type="text"],
input[type="password"] {
  -webkit-transition: 0.5s background, 0.5s border-color;
  -moz-transition: 0.5s background, 0.5s border-color;
  -ms-transition: 0.5s background, 0.5s border-color;
  -o-transition: 0.5s background, 0.5s border-color;
  transition: 0.5s background, 0.5s border-color;
}
input[type="text"]:focus,
input[type="password"]:focus {
  border-color: #8ccafe;
}
input[type="text"].validation-success,
input[type="password"].validation-success,
input[type="text"].validation-success:focus,
input[type="password"].validation-success:focus {
  padding-left: 12px;
  background: #f6fff6;
  border-left: 7px solid;
  border-color: #22CC22;
  -webkit-transition: 0.5s background, 0.5s border-color;
  -moz-transition: 0.5s background, 0.5s border-color;
  -ms-transition: 0.5s background, 0.5s border-color;
  -o-transition: 0.5s background, 0.5s border-color;
  transition: 0.5s background, 0.5s border-color;
}
input[type="text"].validation-success:focus,
input[type="password"].validation-success:focus {
  background: #f6fff6;
  -moz-box-shadow: 0 0 8px #d0eeba;
  -webkit-box-shadow: 0 0 8px #d0eeba;
  box-shadow: 0 0 8px #d0eeba;
  -webkit-transition: 0.5s background, 0.5s border-color;
  -moz-transition: 0.5s background, 0.5s border-color;
  -ms-transition: 0.5s background, 0.5s border-color;
  -o-transition: 0.5s background, 0.5s border-color;
  transition: 0.5s background, 0.5s border-color;
}
input[type="text"].validation-failure,
input[type="password"].validation-failure,
input[type="text"].validation-failure:focus,
input[type="password"].validation-failure {
  padding-left: 12px;
  background: #f6e6e6;
  border-left: 7px solid;
  border-color: #CC2222;
  -webkit-transition: 0.5s background, 0.5s border-color;
  -moz-transition: 0.5s background, 0.5s border-color;
  -ms-transition: 0.5s background, 0.5s border-color;
  -o-transition: 0.5s background, 0.5s border-color;
  transition: 0.5s background, 0.5s border-color;
}
input[type="text"].validation-failure:focus,
input[type="password"].validation-failure:focus {
  background: #f6e6e6;
  -moz-box-shadow: 0 0 8px #f9e4e4;
  -webkit-box-shadow: 0 0 8px #f9e4e4;
  box-shadow: 0 0 8px #f9e4e4;
  -webkit-transition: 0.5s background, 0.5s border-color;
  -moz-transition: 0.5s background, 0.5s border-color;
  -ms-transition: 0.5s background, 0.5s border-color;
  -o-transition: 0.5s background, 0.5s border-color;
  transition: 0.5s background, 0.5s border-color;
}
input[type="text"].validation-neutral,
input[type="password"].validation-neutral,
input[type="password"].validation-neutral:focus,
input[type="text"].validation-neutral:focus {
  padding-left: 12px;
  background: #f6e6e6;
  border-left: 7px solid;
  border-color: #8fcaff;
  -webkit-transition: 0.5s background, 0.5s border-color;
  -moz-transition: 0.5s background, 0.5s border-color;
  -ms-transition: 0.5s background, 0.5s border-color;
  -o-transition: 0.5s background, 0.5s border-color;
  transition: 0.5s background, 0.5s border-color;
}
input[type="password"].validation-neutral:focus,
input[type="text"].validation-neutral:focus {
  background: #f6e6e6;
  -webkit-box-shadow: 0 0 8px #8fcaff;
  -moz-box-shadow: 0 0 8px #8fcaff;
  box-shadow: 0 0 8px #8fcaff;
}
input[type="text"].validation-loading,
input[type="password"].validation-loading,
input[type="text"].validation-loading:focus,
input[type="password"].validation-loading:focus {
  padding-left: 12px;
  border-left: 7px solid;
  border-color: #8fcaff;
  -webkit-transition: 0.5s background, 0.5s border-color;
  -moz-transition: 0.5s background, 0.5s border-color;
  -ms-transition: 0.5s background, 0.5s border-color;
  -o-transition: 0.5s background, 0.5s border-color;
  transition: 0.5s background, 0.5s border-color;
}
input[type="password"].validation-loading:focus,
input[type="text"].validation-loading:focus {
  -webkit-box-shadow: 0 0 8px #8fcaff;
  -moz-box-shadow: 0 0 8px #8fcaff;
  box-shadow: 0 0 8px #8fcaff;
}
.validation-message {
  margin-bottom: 20px;
  font-size: 12px;
}
.validation-message .message-success,
.validation-message .message-loading,
.validation-message .message-failure {
  display: none;
}
.validation-message .message-success a,
.validation-message .message-success a:link,
.validation-message .message-success a:visited {
  color: #4bad00;
}
.validation-message .message-success a:link {
  border-bottom: 1px solid #4bad00;
}
.validation-message .message-success a:hover {
  color: #1E3950;
  border-color: #1E3950;
}
.validation-failure .message-failure {
  display: block;
  color: #C22;
  font-weight: bold;
}
.validation-failure .message-success,
.validation-failure .message-loading,
.validation-failure .profile {
  display: none;
}
.server-response .message-success,
.server-response .message-failure {
  display: block;
}
textarea {
  min-height: 100px;
}
input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.input-prepend,
.input-append {
  margin-bottom: 20px;
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  float: left;
  width: auto;
  height: 44.199999999999996px;
  min-width: 16px;
  padding: 20px 10px;
  font-weight: normal;
  line-height: 0;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #e4e7ee;
  border: 1px solid #a3acb8;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend .active,
.input-append .active {
  background-color: #bee7a9;
  border-color: #64c235;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0px;
  border-top: 5px solid #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "";
}
.global-nav .caret {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.global-nav .dropdown .caret,
.global-nav .dropdown-toggle .caret {
  margin-top: 8px;
  margin-left: 4px;
}
.global-nav .dropdown-toggle:hover .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.global-nav .dropdown {
  position: absolute;
  top: 90%;
  right: 0;
  z-index: 1000;
  float: left;
  visibility: hidden;
  min-width: 160px;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  background-color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.15s opacity ease, 0.15s top ease, 0.15s visibility ease;
  -moz-transition: 0.15s opacity ease, 0.15s top ease, 0.15s visibility ease;
  -ms-transition: 0.15s opacity ease, 0.15s top ease, 0.15s visibility ease;
  -o-transition: 0.15s opacity ease, 0.15s top ease, 0.15s visibility ease;
  transition: 0.15s opacity ease, 0.15s top ease, 0.15s visibility ease;
  opacity: .25;
}
.global-nav .dropdown .divider {
  height: 1px;
  margin: 12px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.global-nav .dropdown a {
  font-size: 15px;
  display: block;
  padding: 4px 10px;
  min-width: 150px;
  clear: both;
  font-weight: normal;
  line-height: 26px;
  color: #546673;
  white-space: nowrap;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.15s color ease, 0.15s background-color ease;
  -moz-transition: 0.15s color ease, 0.15s background-color ease;
  -ms-transition: 0.15s color ease, 0.15s background-color ease;
  -o-transition: 0.15s color ease, 0.15s background-color ease;
  transition: 0.15s color ease, 0.15s background-color ease;
}
.global-nav .dropdown li > a:hover,
.global-nav .dropdown .active > a,
.global-nav .dropdown .active > a:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(127, 145, 158, 0.8);
}
.dropdown-toggle:hover .dropdown {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.button,
a.button {
  display: inline-block;
  margin-bottom: 0;
  color: #546673;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
  background: #e4e7ee;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 4px 8px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.15s all ease;
  -moz-transition: 0.15s all ease;
  -ms-transition: 0.15s all ease;
  -o-transition: 0.15s all ease;
  transition: 0.15s all ease;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  *margin-left: .3em;
}
.button:first-child,
a.button:first-child {
  *margin-left: 0;
}
.button:hover,
a.button:hover {
  color: white;
  background: #546673 !important;
}
.button:active,
a.button:active {
  margin-top: 3px;
  margin-bottom: -3px;
  color: white;
  background: #353a3d !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button.disabled,
.button[disabled] {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.button.larger {
  padding: 20px 40px;
  font-size: 24px;
  line-height: 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button.larger [class^="icon-"] {
  margin-top: 1px;
}
.button.large {
  padding: 8px 14px;
  font-size: 18px;
  line-height: 26px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.button.large [class^="icon-"] {
  margin-top: 1px;
}
.button.medium {
  margin-bottom: 10px;
  padding: 8px 14px;
  font-size: 16px;
  line-height: 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button.large [class^="icon-"] {
  margin-top: 1px;
}
.button.small {
  padding: 5px 9px;
  font-size: 14px;
  line-height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button.small [class^="icon-"] {
  margin-top: -1px;
}
.button.mini {
  padding: 1px 6px;
  font-size: 14px;
  line-height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button.primary,
.button.warning,
.button.danger,
.button.success,
.button.info,
.button.inverse,
.button.highlight {
  color: white;
}
.button.primary {
  background: #2e9fff;
}
.button.warning {
  background: #f86631;
}
.button.danger {
  background: #ff7f48;
}
.button.success {
  background: #64c235;
}
.button.info {
  background: #c2c9d4;
}
.button.inverse {
  background: #546673;
}
.button.inverse:hover {
  background: #7f919e !important;
}
.button.inverse:active {
  background: #353a3d !important;
}
.button.highlight {
  background: #f86631;
}
button.button,
input[type="submit"].button {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.button::-moz-focus-inner,
input[type="submit"].button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.button.button.large,
input[type="submit"].button.button.large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.button.button.small,
input[type="submit"].button.button.small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.button.button.mini,
input[type="submit"].button.button.mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.button-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.button-group:before,
.button-group:after {
  display: table;
  content: "";
}
.button-group:after {
  clear: both;
}
.button-group:first-child {
  *margin-left: 0;
}
.button-group + .button-group {
  margin-left: 5px;
}
.button-toolbar {
  margin-top: 13px;
  margin-bottom: 13px;
}
.button-toolbar .button-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.button-group .button {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.button-group .button:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.button-group .button:last-child,
.button-group .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.button-group .button.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.button-group .button.large:last-child,
.button-group .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.button-group .button:hover,
.button-group .button:focus,
.button-group .button:active,
.button-group .button.active {
  z-index: 2;
}
.button-group .dropdown-toggle:active,
.button-group.open .dropdown-toggle {
  outline: 0;
}
.button-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.button-group .button.mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.button-group .button.small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.button-group .button.large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.button-group.open {
  *z-index: 1000;
}
.button-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.button .caret {
  margin-top: 7px;
  margin-left: 0;
}
.button:hover .caret,
.open.button-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.button.mini .caret {
  margin-top: 5px;
}
.button.small .caret {
  margin-top: 6px;
}
.button.large .caret {
  margin-top: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.button-primary .caret,
.button-warning .caret,
.button-danger .caret,
.button-info .caret,
.button-success .caret,
.button-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.alerts {
  list-style: none;
  margin: -15px -15px 0;
  padding: 0;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 26px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert.danger,
.alert.error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert.info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert.block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert.block > p,
.alert.block > ul {
  margin-bottom: 0;
}
.alert.block p + p {
  margin-top: 5px;
}
#message-list {
  margin: 0 auto;
  max-width: 960px;
}
#message-list ul {
  margin: 0 0 18px 0;
  list-style: none;
}
#message-list ul li {
  margin-bottom: 8px;
}
#message-list .message {
  color: #545400;
  background: #FFD461;
  font-size: 15px;
  padding: 10px 30px 10px 20px;
  line-height: 22px;
  margin-bottom: 18px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -ie-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
#message-list .message a.close,
#message-list .message a.messages-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  height: 40px;
  line-height: 40px;
  color: inherit;
  text-decoration: none;
  opacity: .5;
}
#message-list .message a.messages-close {
  right: 12px;
}
#message-list .message a.close:hover,
#message-list .message a.messages-close:hover {
  opacity: 1;
  text-decoration: underline;
}
#message-list .message a.success {
  border-color: #397D33;
  color: #397D33;
  background: #D1FBCA;
}
#message-list .message a.error,
#message-list .message a.warning {
  background: #ff7f48;
  border-color: transparent;
  color: #fff;
}
.nav {
  margin-left: 0;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
}
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 26px;
  color: #c2c9d4;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
nav li {
  position: relative;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #2e9fff;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  height: 1px;
  margin: 12px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.tabs,
.pills {
  *zoom: 1;
}
.tabs:before,
.pills:before,
.tabs:after,
.pills:after {
  display: table;
  content: "";
}
.tabs:after,
.pills:after {
  clear: both;
}
.tabs > li,
.pills > li {
  float: left;
}
.tabs > li > a,
.pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-left: 2px;
  line-height: 14px;
}
.tabs {
  border-bottom: 1px solid #ddd;
}
.tabs > li {
  margin-bottom: -1px;
}
.tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 26px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs > .active > a,
.tabs > .active > a:hover {
  color: #7f919e;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.pills > .active > a,
.pills > .active > a:hover {
  color: #ffffff;
  background-color: #2e9fff;
}
.floater-marker {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.tabs.nav-stacked {
  border-bottom: 0;
}
.tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.tabs .dropdown-menu,
.pills .dropdown-menu {
  margin-top: 1px;
  border-width: 1px;
}
.pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tabs .dropdown-toggle .caret,
.pills .dropdown-toggle .caret {
  border-top-color: #2e9fff;
  border-bottom-color: #2e9fff;
  margin-top: 6px;
}
.tabs .dropdown-toggle:hover .caret,
.pills .dropdown-toggle:hover .caret {
  border-top-color: #0079e1;
  border-bottom-color: #0079e1;
}
.global-nav .tabs .dropdown-toggle .caret,
.global-nav .pills .dropdown-toggle .caret {
  border-top-color: rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.global-nav .tabs .dropdown-toggle:hover .caret,
.global-nav .pills .dropdown-toggle:hover .caret {
  border-top-color: rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.tabs .active .dropdown-toggle .caret,
.pills .active .dropdown-toggle .caret {
  border-top-color: #546673;
  border-bottom-color: #546673;
}
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.tabs .open .dropdown-toggle,
.pills .open .dropdown-toggle,
.nav > .open.active > a:hover {
  color: #ffffff;
  background-color: #c2c9d4;
  border-color: #c2c9d4;
}
.nav .open .caret,
.nav .open.active .caret,
.nav .open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #c2c9d4;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  display: table;
  width: 100%;
}
.tabs-below .tabs,
.tabs-right .tabs,
.tabs-left .tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below .tabs {
  border-top: 1px solid #ddd;
}
.tabs-below .tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below .tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below .tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below .tabs .active > a,
.tabs-below .tabs .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left .tabs > li,
.tabs-right .tabs > li {
  float: none;
}
.tabs-left .tabs > li > a,
.tabs-right .tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left .tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left .tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left .tabs > li > a:hover {
  border-color: #e4e7ee #dddddd #e4e7ee #e4e7ee;
}
.tabs-left .tabs .active > a,
.tabs-left .tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right .tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right .tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right .tabs > li > a:hover {
  border-color: #e4e7ee #e4e7ee #e4e7ee #dddddd;
}
.tabs-right .tabs .active > a,
.tabs-right .tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 26px;
}
.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #48545d;
  background-image: -moz-linear-gradient(top, #546673, #353a3d);
  background-image: -ms-linear-gradient(top, #546673, #353a3d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#546673), to(#353a3d));
  background-image: -webkit-linear-gradient(top, #546673, #353a3d);
  background-image: -o-linear-gradient(top, #546673, #353a3d);
  background-image: linear-gradient(top, #546673, #353a3d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#546673', endColorstr='#353a3d', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.navbar .container {
  width: auto;
}
.btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #48545d;
  background-image: -moz-linear-gradient(top, #546673, #353a3d);
  background-image: -ms-linear-gradient(top, #546673, #353a3d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#546673), to(#353a3d));
  background-image: -webkit-linear-gradient(top, #546673, #353a3d);
  background-image: -o-linear-gradient(top, #546673, #353a3d);
  background-image: linear-gradient(top, #546673, #353a3d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#546673', endColorstr='#353a3d', GradientType=0);
  border-color: #353a3d #353a3d #111314;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  background-color: #353a3d;
}
.btn-navbar:active,
.btn-navbar.active {
  background-color: #1d2022 \9;
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar {
  color: #c2c9d4;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
}
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: #707b81;
  border: 1px solid #292d2f;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #546673;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
}
.navbar .nav > li {
  display: block;
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  color: #c2c9d4;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #353a3d;
}
.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #353a3d;
  border-right: 1px solid #546673;
}
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}
.navbar .dropdown-menu {
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav .dropdown-toggle .caret,
.navbar .nav .open.dropdown .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav .active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .nav .open > .dropdown-toggle,
.navbar .nav .active > .dropdown-toggle,
.navbar .nav .open.active > .dropdown-toggle {
  background-color: transparent;
}
.navbar .nav .active > .dropdown-toggle:hover {
  color: #ffffff;
}
.navbar .nav.pull-right .dropdown-menu,
.navbar .nav .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .nav.pull-right .dropdown-menu:before,
.navbar .nav .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .nav.pull-right .dropdown-menu:after,
.navbar .nav .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 26px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #c2c9d4;
}
.breadcrumb .active a {
  color: #546673;
}
.pagination {
  height: 52px;
  margin: 26px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 50px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #c2c9d4;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #c2c9d4;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  margin-bottom: 26px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #c2c9d4;
  background-color: #fff;
  cursor: default;
}
.label {
  padding: 1px 4px 2px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 13px;
  color: #546673;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label-important {
  background-color: #b94a48;
}
.label-important:hover {
  background-color: #953b39;
}
.label-warning {
  background-color: #f86631;
}
.label-warning:hover {
  background-color: #ee4508;
}
.label-success {
  background-color: #468847;
}
.label-success:hover {
  background-color: #356635;
}
.label-info {
  background-color: #3a87ad;
}
.label-info:hover {
  background-color: #2d6987;
}
.label-inverse {
  background-color: #546673;
}
.label-inverse:hover {
  background-color: #3e4c56;
}

/*!
 * Bootstrap v2.0.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.content .caret {
  display: block;
  position: absolute;
  content: "";
}
.content .caret.down {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #546673;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.content .caret.right {
  right: -10px;
  margin-left: -5px;
  border-left: 5px solid #546673;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.no-padding {
  padding: 0;
}
.nav {
  margin-left: 0;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
}
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 26px;
  color: #c2c9d4;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
nav li {
  position: relative;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #2e9fff;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  height: 1px;
  margin: 12px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.tabs,
.pills {
  *zoom: 1;
}
.tabs:before,
.pills:before,
.tabs:after,
.pills:after {
  display: table;
  content: "";
}
.tabs:after,
.pills:after {
  clear: both;
}
.tabs > li,
.pills > li {
  float: left;
}
.tabs > li > a,
.pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-left: 2px;
  line-height: 14px;
}
.tabs {
  border-bottom: 1px solid #ddd;
}
.tabs > li {
  margin-bottom: -1px;
}
.tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 26px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs > .active > a,
.tabs > .active > a:hover {
  color: #7f919e;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.pills > .active > a,
.pills > .active > a:hover {
  color: #ffffff;
  background-color: #2e9fff;
}
.floater-marker {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.tabs.nav-stacked {
  border-bottom: 0;
}
.tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.tabs .dropdown-menu,
.pills .dropdown-menu {
  margin-top: 1px;
  border-width: 1px;
}
.pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tabs .dropdown-toggle .caret,
.pills .dropdown-toggle .caret {
  border-top-color: #2e9fff;
  border-bottom-color: #2e9fff;
  margin-top: 6px;
}
.tabs .dropdown-toggle:hover .caret,
.pills .dropdown-toggle:hover .caret {
  border-top-color: #0079e1;
  border-bottom-color: #0079e1;
}
.global-nav .tabs .dropdown-toggle .caret,
.global-nav .pills .dropdown-toggle .caret {
  border-top-color: rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.global-nav .tabs .dropdown-toggle:hover .caret,
.global-nav .pills .dropdown-toggle:hover .caret {
  border-top-color: rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.tabs .active .dropdown-toggle .caret,
.pills .active .dropdown-toggle .caret {
  border-top-color: #546673;
  border-bottom-color: #546673;
}
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.tabs .open .dropdown-toggle,
.pills .open .dropdown-toggle,
.nav > .open.active > a:hover {
  color: #ffffff;
  background-color: #c2c9d4;
  border-color: #c2c9d4;
}
.nav .open .caret,
.nav .open.active .caret,
.nav .open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #c2c9d4;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  display: table;
  width: 100%;
}
.tabs-below .tabs,
.tabs-right .tabs,
.tabs-left .tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below .tabs {
  border-top: 1px solid #ddd;
}
.tabs-below .tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below .tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below .tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below .tabs .active > a,
.tabs-below .tabs .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left .tabs > li,
.tabs-right .tabs > li {
  float: none;
}
.tabs-left .tabs > li > a,
.tabs-right .tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left .tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left .tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left .tabs > li > a:hover {
  border-color: #e4e7ee #dddddd #e4e7ee #e4e7ee;
}
.tabs-left .tabs .active > a,
.tabs-left .tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right .tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right .tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right .tabs > li > a:hover {
  border-color: #e4e7ee #e4e7ee #e4e7ee #dddddd;
}
.tabs-right .tabs .active > a,
.tabs-right .tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
@font-face {
  font-family: "disqus-icons";
  src: url("../../fonts/disqus-icons.eot");
  src: url("../../fonts/disqus-icons.eot?#iefix") format("embedded-opentype"), url("../../fonts/disqus-icons.svg#disqus-icons") format("svg"), url("../../fonts/disqus-icons.woff") format("woff"), url("../../fonts/disqus-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.iconb:before,
.icona:after {
  font-family: 'disqus-icons';
  content: attr(data-icon);
}
a [class^="icon"]:hover,
a [class*=" icon"]:hover {
  border: none;
}
[class^="icon"],
[class*=" icon"] {
  font-family: 'disqus-icons';
  font-style: normal;
  font-weight: bolder;
  font-size: 21px;
  margin-right: 5px;
  vertical-align: middle;
}
[class^="icon"]a:hover,
[class*=" icon"]a:hover {
  border-bottom: none;
}
button [class^="icon"],
.button [class^="icon"],
button [class*=" icon"],
.button [class*=" icon"] {
  margin-right: 0px;
}
.icon.newspaper:before {
  content: "\25a4";
}
.icon.lock:before {
  content: "\004c";
}
.icon.data:before {
  content: "\0023";
}
.icon.check-circle:before {
  content: "\2713";
}
.icon.script:before {
  content: "\2710";
}
.icon.money:before {
  content: "\e000";
}
.icon.arrow-box:before {
  content: "\25b7";
}
.icon.menu:before {
  content: "\2630";
}
.icon.dashboard:before {
  content: "\25d2";
}
.icon.fire:before {
  content: "\2668";
}
.icon.ribbon:before {
  content: "\0061";
}
.icon.briefcase:before {
  content: "\0042";
}
.icon.arrow-circle:before {
  content: "\25b6";
}
.icon.compass:before {
  content: "\231a";
}
.icon.star:before {
  content: "\2606";
}
.icon.gear:before {
  content: "\2699";
}
.icon.controls:before {
  content: "\2328";
}
.icon.map:before {
  content: "\2927";
}
.icon.music:before {
  content: "\266c";
}
.icon.notebook:before {
  content: "\270f";
}
.icon.person:before {
  content: "\263a";
}
.icon.write:before {
  content: "\270e";
}
.icon.warning:before {
  content: "\26a0";
}
.icon.rss:before {
  content: "\0052";
}
.icon.chat:before {
  content: "\0074";
}
.icon.arrow-single:before {
  content: "\279c";
}
.icon.diagram:before {
  content: "\25d5";
}
.icon.gauge:before {
  content: "\0051";
}
.icon.error:before {
  content: "\232b";
}
.icon.expand:before {
  content: "\21f1";
}
.icon.info:before {
  content: "\0069";
}
.icon.reply:before {
  content: "\293a";
}
.icon.question:before {
  content: "\003f";
}
.icon.video:before {
  content: "\25bb";
}
.icon.home:before {
  content: "\27f0";
}
.icon.world:before {
  content: "\25d0";
}
.icon.magnify:before {
  content: "\26b2";
}
.icon.phone:before {
  content: "\0049";
}
.icon.lock:before {
  content: "\0021";
}
.icon.clock:before {
  content: "\0022";
}
.icon.vcard:before {
  content: "\0056";
}
.icon.checkbox:before {
  content: "\2714";
}
.icon.close:before {
  content: "\#215";
}
.icon.hammer:before {
  content: "\2704";
}
.icon.check:before {
  content: "\2714";
}
.icon.people:before {
  content: "\263b";
}
.icon.pencil:before {
  content: "\2710";
}
.container {
  max-width: 960px;
  margin: 0 auto;
}
.center {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 960px;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes fly-up-hold {
  0% {
    -webkit-transform: translateY(75px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes fly-up-hold {
  0% {
    -moz-transform: translateY(50px);
  }
  100% {
    -moz-transform: translateY(0px);
  }
}
@keyframes fly-up-hold {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes fly-up-out {
  0% {
    visibility: visible;
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-300px);
  }
}
@-moz-keyframes fly-up-out {
  0% {
    visibility: visible;
    -moz-transform: translateY(0px);
  }
  100% {
    -moz-transform: translateY(-300px);
  }
}
@keyframes fly-up-out {
  0% {
    visibility: visible;
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-300px);
  }
}
@-webkit-keyframes fly-down-in {
  0% {
    -webkit-transform: translateY(-350px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes fly-down-in {
  0% {
    -moz-transform: translateY(-350px);
  }
  100% {
    -moz-transform: translateY(0px);
  }
}
@keyframes fly-down-in {
  0% {
    transform: translateY(-350px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes fly-down-out {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(350px);
  }
}
@-moz-keyframes fly-down-out {
  0% {
    -moz-transform: translateY(0px);
  }
  100% {
    -moz-transform: translateY(350px);
  }
}
@keyframes fly-down-out {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(350px);
  }
}
@-webkit-keyframes fly-up-down-in-out {
  0% {
    -webkit-transform: translateY(-350px);
  }
  15% {
    -webkit-transform: translateY(0px);
  }
  85% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
  }
  95% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateY(350px);
  }
}
@-moz-keyframes fly-up-down-in-out {
  0% {
    -moz-transform: translateY(-350px);
  }
  15% {
    -moz-transform: translateY(0px);
  }
  85% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0px);
  }
  95% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -moz-transform: translateY(350px);
  }
}
@keyframes fly-up-down-in-out {
  0% {
    transform: translateY(-350px);
  }
  15% {
    transform: translateY(0px);
  }
  85% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0px);
  }
  95% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    transform: translateY(350px);
  }
}
@-webkit-keyframes float-horizontal-left {
  0% {
    left: 40%;
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    left: 55%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes float-horizontal-left {
  0% {
    left: 40%;
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    left: 55%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes float-horizontal-left {
  0% {
    left: 40%;
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    left: 55%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes float-horizontal-right {
  0% {
    right: 40%;
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    right: 55%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes float-horizontal-right {
  0% {
    right: 40%;
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    right: 55%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes float-horizontal-right {
  0% {
    right: 40%;
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    right: 55%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes hidden {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
    -webkit-transform: translateY(-500px);
  }
  100% {
    opacity: 0;
    -webkit-opacity: 0;
    -webkit-transform: translateY(-500px);
  }
}
@-webkit-keyframes drop-fade-in {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
    -webkit-transform: translateY(-500px);
  }
  38% {
    opacity: 1;
    -webkit-opacity: 1;
  }
  40% {
    -webkit-transform: translateY(30px);
  }
  50% {
    -webkit-transform: translateY(-30px);
  }
  65% {
    -webkit-transform: translateY(15px);
  }
  80% {
    -webkit-transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes drop-fade-in {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    -moz-transform: translateY(-500px);
  }
  38% {
    opacity: 1;
    -moz-opacity: 1;
  }
  40% {
    -moz-transform: translateY(30px);
  }
  50% {
    -moz-transform: translateY(-30px);
  }
  65% {
    -moz-transform: translateY(15px);
  }
  80% {
    -moz-transform: translateY(-15px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes drop-fade-in {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(-500px);
  }
  38% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  40% {
    transform: translateY(30px);
  }
  50% {
    transform: translateY(-30px);
  }
  65% {
    transform: translateY(15px);
  }
  80% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoom-in {
  0% {
    -moz-transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes pulse-in {
  0% {
    opacity: 0;
    z-index: 1;
    -webkit-transform: scale(1);
  }
  79% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(5);
  }
}
.fadeout-slideup:not(.end) {
  opacity: 1;
}
.fadeout-slideup.end {
  position: relative;
  top: -100px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fadein-slideup:not(.end) {
  visibility: hidden;
  opacity: 0;
  margin-top: 200px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fadein-slideup.end {
  position: relative;
  top: -150px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@-webkit-keyframes animate-bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 300px -300px;
  }
}
@-moz-keyframes animate-bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 300px -300px;
  }
}
@keyframes animate-bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 300 -300px;
  }
}
body {
  background-color: #ffffff;
}
body:before {
  display: block;
  position: absolute;
  z-index: -100;
  top: 0;
  width: 100%;
  height: 269px;
  content: "";
  background: #2e9fff;
}
figure {
  border: 4px solid #eaedee;
  padding: 10px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  margin-bottom: 20px;
}
.hero {
  position: relative;
  z-index: 200;
  *zoom: 1;
}
.hero:before,
.hero:after {
  display: table;
  content: "";
}
.hero:after {
  clear: both;
}
.hero.marketing {
  margin-bottom: 46px;
}
.hero .intro {
  position: relative;
  z-index: 500;
  max-width: 960px;
  margin: 0 auto;
}
.hero .intro h1 {
  letter-spacing: -1px;
  position: relative;
  z-index: 500;
  display: inline;
  float: left;
  width: 64.58333333333334%;
  margin: 0 1.0416666666666665%;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.2em;
  text-transform: none;
  -webkit-animation: fade-in 0.8s linear;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: .8s;
  -moz-animation: fade-in 0.8s linear;
  -moz-animation-fill-mode: both;
  -moz-animation-delay: .8s;
  animation: fade-in 0.8s linear;
  animation-fill-mode: both;
  animation-delay: .8s;
}
.hero .intro form {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.0416666666666665%;
}
.hero .intro form button {
  position: relative;
  float: right;
  z-index: 2000;
  margin-top: 16px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-animation: fade-in 0.8s linear;
  -webkit-animation-delay: .8s;
  -webkit-animation-fill-mode: both;
  -moz-animation: fade-in 0.8s linear;
  -moz-animation-delay: .8s;
  -moz-animation-fill-mode: both;
  animation: fade-in 0.8s linear;
  animation-delay: .8s;
  animation-fill-mode: both;
}
.hero .intro form button:after {
  display: block;
  position: absolute;
  bottom: -78px;
  left: 50%;
  width: 46px;
  height: 69px;
  margin-left: -46px;
  content: "";
}
.content {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  background: none;
  border-top: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  *zoom: 1;
}
.content:before,
.content:after {
  display: table;
  content: "";
}
.content:after {
  clear: both;
}
.content hgroup {
  text-align: center;
}
.marketing-layout .content > header {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
}
.embed-demo {
  position: relative;
  z-index: 200;
  background: url("../../img/pattern.png");
  background-color: #e4edf5;
  -webkit-animation: animate-bg 18s linear;
  -webkit-animation-iteration-count: infinite;
  animation: animate-bg 18s linear;
  animation-iteration-count: infinite;
}
.embed-demo .browser-container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  *zoom: 1;
  -webkit-animation: fly-up-hold 0.5s linear;
  -webkit-animation-delay: .3s;
  -webkit-animation-fill-mode: both;
  -moz-animation: fly-up-hold 0.5s linear;
  -moz-animation-delay: .3s;
  -moz-animation-fill-mode: both;
  animation: fly-up-hold 0.5s linear;
  animation-delay: .3s;
  animation-fill-mode: both;
}
.embed-demo .browser-container .arrow {
  position: absolute;
  top: -47px;
  right: 103px;
  width: 61px;
  height: 89px;
  background: url(../../img/marketing/homepage/arrow-cta.png);
  -webkit-animation: fade-in 1.8s linear;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation: fade-in 1.8s linear;
  -moz-animation-delay: 1.8s;
  -moz-animation-fill-mode: both;
  animation: fade-in 1.8s linear;
  animation-delay: 1.8s;
  animation-fill-mode: both;
}
.embed-demo .browser-container:before,
.embed-demo .browser-container:after {
  display: table;
  content: "";
}
.embed-demo .browser-container:after {
  clear: both;
}
.embed-demo .browser-container .balloon {
  visibility: hidden;
  display: block;
  position: absolute;
  top: -116px;
  left: 50%;
  z-index: 100;
  width: 42px;
  height: 100px;
  margin-left: -21px;
  background: url("../../img/marketing/homepage/balloon.svg");
  -webkit-animation: fly-up-out 1.5s linear;
  -webkit-animation-delay: .8s;
  -webkit-animation-fill-mode: both;
  -moz-animation: fly-up-out 1.5s linear;
  -moz-animation-delay: .8s;
  -moz-animation-fill-mode: both;
  animation: fly-up-out 1.5s linear;
  animation-delay: .8s;
  animation-fill-mode: both;
}
.embed-demo .browser-container .browser {
  z-index: 1;
  position: relative;
  overflow: hidden;
  width: 560px;
  margin: -20px auto 0;
  padding: 40px 8px 0;
  background: #eeeeef;
  -webkit-border-radius: 14px 14px 0 0;
  -moz-border-radius: 14px 14px 0 0;
  border-radius: 14px 14px 0 0;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.45);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.embed-demo .browser-container .browser .controls {
  position: absolute;
  top: 17px;
}
.embed-demo .browser-container .browser .controls span {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background: #d0d2d5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.embed-demo .browser-container .browser .embed-content {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  height: 250px;
  padding: 20px 20px 0 20px;
  background: #ffffff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.embed-demo .browser-container .browser .embed-content #disqus_thread {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.embed-demo:after {
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  content: "";
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 -2px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 -2px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -2px 3px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.more-info {
  position: relative;
  z-index: 1000;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 40px;
  background: #ffffff;
  *zoom: 1;
}
.more-info:before,
.more-info:after {
  display: table;
  content: "";
}
.more-info:after {
  clear: both;
}
.more-info .embed-video {
  position: relative;
  display: inline;
  float: left;
  width: 47.91666666666667%;
  margin: 0 1.0416666666666665%;
  *zoom: 1;
}
.more-info .embed-video:before,
.more-info .embed-video:after {
  display: table;
  content: "";
}
.more-info .embed-video:after {
  clear: both;
}
.more-info .embed-video figure {
  height: 260px;
}
.more-info .embed-video figure iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.next-announcement {
  padding-top: 20px;
  display: inline;
  float: left;
  width: 47.91666666666667%;
  margin: 0 1.0416666666666665%;
}
.next-announcement h1 {
  font-size: 28px;
}
.platforms {
  position: relative;
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  padding: 16px 0 13px;
  margin-bottom: 40px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  border: 5px solid #eaedee;
}
.platforms:before {
  content: "";
  background: url(../../img/marketing/homepage/magnet-gray.gif);
  display: block;
  width: 37px;
  height: 15px;
  position: absolute;
  top: -10px;
  right: 25px;
}
.platforms:after {
  content: "";
  background: url(../../img/marketing/homepage/magnet-gray.gif);
  display: block;
  width: 37px;
  height: 15px;
  position: absolute;
  bottom: -10px;
  left: 25px;
}
.platforms h1 {
  color: #708593;
  font-size: 16px;
  text-align: center;
  text-transform: none;
  line-height: 1;
  margin: 0;
}
.platforms ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.platforms ul li {
  display: inline;
  float: left;
  margin-left: 30px;
  text-align: center;
}
.platforms ul li a {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.platforms ul li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.platforms .button {
  width: 100%;
  margin-top: 20px;
}
.platforms .works-with {
  margin-top: 7px;
}
.platforms .wordpress {
  position: relative;
  top: -1px;
  width: 152px;
  height: 34px;
  background: url("../../img/marketing/homepage/placeholders/wordpress.png") center no-repeat;
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.platforms .wordpress:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.platforms .blogger {
  width: 106px;
  height: 34px;
  background: url("../../img/marketing/homepage/placeholders/blogger.png") center no-repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.platforms .drupal {
  width: 103px;
  height: 34px;
  background: url("../../img/marketing/homepage/placeholders/drupal.png") center no-repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.platforms .tumblr {
  width: 117px;
  height: 34px;
  background: url("../../img/marketing/homepage/placeholders/tumblr.png") center no-repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.platforms .html {
  width: 142px;
  height: 34px;
  background: url("../../img/marketing/homepage/placeholders/html.png") center no-repeat;
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.features {
  display: inline;
  float: left;
  margin-top: 45px;
  background: #ffffff;
}
.features a {
  white-space: nowrap;
}
.features a:hover {
  text-decoration: none;
}
.features [class^="icon"],
.features [class*=" icon"] {
  font-size: 12px;
}
.features .feature {
  position: relative;
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.0416666666666665%;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.features .feature h1 {
  width: 100%;
  margin-top: 10px;
  color: #2e9fff;
  font-size: 18px;
  text-transform: none;
}
.features .feature .image {
  display: block;
  position: relative;
  height: 200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.features .feature .image:after {
  z-index: 300;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: rgba(0, 0, 0, 0.05);
}
.features .feature .image:hover:after {
  -webkit-box-shadow: inset 0 0 0 3px #2e9fff;
  -moz-box-shadow: inset 0 0 0 3px #2e9fff;
  box-shadow: inset 0 0 0 3px #2e9fff;
}
.features .feature .image.feature-1 {
  background: url("../../img/marketing/homepage/placeholders/feature-1.png");
}
.features .feature .image.feature-1:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  background: url("../../img/marketing/homepage/badge-new.png");
  content: "";
}
.features .feature .image.feature-2 {
  background: url("../../img/marketing/homepage/placeholders/feature-2.png");
}
.features .feature .image.feature-3 {
  background: url("../../img/marketing/homepage/placeholders/feature-3.png");
}
.features .feature:first-child:before {
  content: "";
  background: url(../../img/marketing/homepage/magnet-gray.gif);
  display: block;
  width: 15px;
  height: 37px;
  position: absolute;
  top: 24px;
  left: -6px;
}
.features .feature:last-child:before {
  content: "";
  background: url(../../img/marketing/homepage/magnet-gray.gif);
  display: block;
  width: 15px;
  height: 37px;
  position: absolute;
  top: 165px;
  right: -6px;
}
.features .button {
  display: inline;
  float: left;
  width: 64.58333333333334%;
  margin: 0 1.0416666666666665%;
  margin-right: 17.708333333333332%;
  margin-left: 17.708333333333332%;
  margin-top: 25px;
}
.global-footer {
  display: inline-block;
  margin-top: 50px;
  padding: 50px 0;
  background: #e4edf5;
}
.for-people .category-nav {
  position: relative;
  margin: 75px 0 50px;
  border: 10px solid transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 3px #ffffff;
  -moz-box-shadow: 0 0 0 3px #ffffff;
  box-shadow: 0 0 0 3px #ffffff;
  *zoom: 1;
}
.for-people .category-nav:before,
.for-people .category-nav:after {
  display: table;
  content: "";
}
.for-people .category-nav:after {
  clear: both;
}
.for-people .category-nav:before {
  display: block;
  position: absolute;
  top: -25px;
  right: 30px;
  width: 10px;
  height: 28px;
  content: "";
  background: url("../../img/marketing/homepage/magnet-double.svg");
  background-color: #2e9fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.for-people .category-nav ul {
  margin: auto;
  padding: 0;
  background: #e4edf5;
  list-style: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  *zoom: 1;
}
.for-people .category-nav ul:before,
.for-people .category-nav ul:after {
  display: table;
  content: "";
}
.for-people .category-nav ul:after {
  clear: both;
}
.for-people .category-nav li {
  display: inline;
  float: left;
  width: 20%;
  text-align: center;
}
.for-people .category-nav li .caret {
  bottom: -4px;
  opacity: 1;
  filter: alpha(opacity=100);
  border-top-color: #ffffff;
}
.for-people .category-nav li a {
  display: block;
  width: 100%;
  padding: 20px 0;
  color: #546673;
  font-weight: 100;
  text-decoration: none;
  vertical-align: bottom;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.for-people .category-nav li a:hover {
  background-color: #7f919e;
  color: #ffffff;
}
.for-people .category-nav li.js-tabs-selected a,
.for-people .category-nav li.js-tabs-selected a:hover,
.for-people .category-nav li.js-tabs-start a {
  background: #ffffff;
  color: #546673;
  text-decoration: none;
}
.for-people .category-nav li:first-child a {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.for-people .category-nav li:last-child a {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.for-people .video {
  position: relative;
  display: inline;
  float: left;
  width: 47.91666666666667%;
  margin: 0 1.0416666666666665%;
  margin-left: 26.041666666666668%;
  margin-right: 26.041666666666668%;
  *zoom: 1;
}
.for-people .video:before,
.for-people .video:after {
  display: table;
  content: "";
}
.for-people .video:after {
  clear: both;
}
.for-people .video .placeholder {
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 10px solid transparent;
  -webkit-box-shadow: 0 0 0 3px #ffffff;
  -moz-box-shadow: 0 0 0 3px #ffffff;
  box-shadow: 0 0 0 3px #ffffff;
}
.for-people .video .placeholder img {
  position: relative;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.for-people .video .placeholder img:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  -webkit-box-shadow: inset 0 -1px 0 5px #ffffff;
  -moz-box-shadow: inset 0 -1px 0 5px #ffffff;
  box-shadow: inset 0 -1px 0 5px #ffffff;
}
.for-people .video .placeholder:after {
  display: block;
  position: absolute;
  top: -16px;
  right: 40px;
  width: 10px;
  height: 28px;
  content: "";
  background: url("../../img/marketing/homepage/magnet-double.svg");
  background-color: #2e9fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.for-people .video iframe {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.for-people .features {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  margin-top: 50px;
}
.for-people .features article {
  margin-bottom: 50px;
  *zoom: 1;
}
.for-people .features article:before,
.for-people .features article:after {
  display: table;
  content: "";
}
.for-people .features article:after {
  clear: both;
}
.for-people .features figure {
  display: inline;
  float: left;
  width: 39.58333333333333%;
  margin: 0 1.0416666666666665%;
  margin-right: 9.374999999999998%;
}
.for-people .features figure .image {
  background: #7f919e;
  width: 100%;
  height: 250px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.for-people .features p {
  padding-top: 50px;
  display: inline;
  float: left;
  width: 39.58333333333333%;
  margin: 0 1.0416666666666665%;
  margin-right: 9.374999999999998%;
}
.popup iframe {
  width: 600px;
  height: 340px;
}
#introducing-disqus {
  display: none;
  width: 598px;
  padding: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  border: 1px solid #7f919e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#introducing-disqus .content {
  margin: 20px 0;
  padding: 20px;
}

h2 {
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
}
/* Header */
#page-header .container {
  padding: 0px 450px 60px 10px;
  position: relative;
  height: 300px;
}
#page-header .container.console-demo-para {
  margin-top: 30px;
  padding: 0px 660px 50px 10px;
  height: 350px;
}
#page-header .container p {
  margin-top: 70px;
  font-size: 18px;
}
#page-header .container .console-demo p {
  margin-top: 0;
}
#page-header .container .console-demo p select {
  margin: 5px 0 10px 0;
}
#page-header p {
  color: #485057;
  margin: .5em 0 1.5em;
}
.endpoints {
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
}
/* Intro */
div#content-intro {
  float: left;
  width: 640px;
}
body.labs::before {
  background-color: #2e9fff;
  border-bottom: 1pt solid #2e9fff;
  height: 269px;
}
.labs {
  /* API Applications page stuff */

}
.labs h1 {
  font-family: "Gotham Rounded A", "Gotham Rounded B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  letter-spacing: -1px;
  color: white;
}
.labs .main h1 {
  color: #525355;
}
.labs .box {
  background: white;
  padding: 20px;
  border: 1px solid #C7C7C7;
  -webkit-box-shadow: 0 1px 5px rgba(78, 123, 163, 0.22);
  -moz-box-shadow: 0 1px 5px rgba(78, 123, 163, 0.22);
  box-shadow: 0 1px 5px rgba(78, 123, 163, 0.22);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.labs .labs-content-wrapper {
  clear: both;
  padding-top: 40px;
}
.labs .labs-content-wrapper .column {
  width: 23%;
  margin-right: 2%;
  float: left;
}
.labs .labs-content-wrapper .column h3 {
  padding-bottom: 10px;
}
.labs .labs-content-wrapper .column h3 img {
  margin-top: -12px;
  max-height: 30px;
  max-width: 35px;
}
.labs .labs-content-wrapper .column > ul {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: .9em;
}
.labs .labs-content-wrapper .column > ul li {
  margin: 0 0 10px 0;
}
.labs .labs-content-wrapper .column > ul li img {
  width: 100%;
  margin: 0 0 3px 0;
  -webkit-box-shadow: 0 1px 5px rgba(78, 123, 163, 0.22);
  -moz-box-shadow: 0 1px 5px rgba(78, 123, 163, 0.22);
  box-shadow: 0 1px 5px rgba(78, 123, 163, 0.22);
}
.labs .labs-content-wrapper .column > ul li ul {
  margin: 0 0 0 15px;
  list-style-type: circle;
  padding: 0 15px;
}
.labs .labs-content-wrapper .column > ul li ul li {
  margin: 0;
}
.labs.console input,
.labs #console-form input,
.labs.console select,
.labs #console-form select {
  height: 36px;
}
.labs.console .param-list,
.labs #console-form .param-list {
  list-style-type: none;
  margin: 0 0 20px 0;
}
.labs.console .param-list li input[type="text"],
.labs #console-form .param-list li input[type="text"] {
  width: 45%;
  margin: 10px 0;
}
.labs.console li[rel=results-response],
.labs #console-form li[rel=results-response] {
  display: none;
}
.labs .pills li a {
  color: #2e9fff;
}
.labs .pills .active a {
  background-color: #2e9fff;
  color: white;
}
.labs .full-console-link {
  float: right;
}
.labs .secondary-tabs ul {
  margin: 20px 0;
  list-style-type: none;
}
.labs .secondary-tabs ul li {
  display: inline;
  padding-right: 6px;
}
.labs .secondary-tabs ul li.selected a {
  color: #525355;
  border-bottom: 2px solid #DDD;
}
.labs .api-key-form {
  float: right;
  margin-bottom: 5px;
}
.labs .api-key-form input {
  width: 300px;
}
.labs .api-key-form input.submit {
  margin-top: 0;
  padding: 4px 6px;
  width: 40px;
  height: 44.199999999999996px;
  line-height: 26px;
}
.labs .register-app {
  clear: both;
  float: right;
}
.labs .register-app img {
  height: 12px;
}
.labs h3 em {
  font-size: 14px;
  font-weight: normal;
  color: #999;
  margin-left: 5px;
}
.labs #api-account-list {
  margin: 0;
  list-style-type: none;
}
.labs #api-account-list dl {
  margin-top: 0;
  margin-left: 10px;
}
.labs #api-account-list dl dd {
  margin-left: 0;
}
.labs .formRow {
  padding-bottom: 10px;
}
.labs .formField ul {
  list-style-type: none;
  margin: 0;
}
.labs input,
.labs textarea {
  margin-bottom: 5px;
}
.labs label input {
  width: auto;
}
.labs textarea {
  width: 100%;
}
.labs .helptext {
  font-size: .9em;
}
fieldset {
  margin-bottom: 24px;
}
fieldset legend {
  margin-bottom: 12px;
}
.secondary {
  float: right;
  width: 257px;
  margin-left: 30px;
}
.allows-multiple {
  padding-left: 5px;
  color: #999;
  font-style: italic;
}
.sso-debug select {
  margin-bottom: 0;
}
