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

.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;
}
.container {
  max-width: 960px;
  margin: 0 auto;
}
.center {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 960px;
}
@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";
}
.site-registration.simple-registration h1,
.site-registration.simple-registration h2,
.site-registration.simple-registration h3,
.site-registration.simple-registration h4 {
  color: #546673;
}
.site-registration.simple-registration h1,
.site-registration.simple-registration h2 {
  display: block;
  width: auto;
  margin: 0 0 25px;
  float: none;
  text-align: left;
}
.site-registration.simple-registration label {
  color: #7f919e;
  font-size: 16px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.site-registration.simple-registration label:hover {
  color: #546673;
  cursor: pointer;
}
.site-registration.simple-registration .registration-header {
  margin-bottom: 20px;
  color: white;
}
.site-registration.simple-registration .registration-header h1 {
  color: white;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.site-registration.simple-registration .registration-header a {
  color: #54aeff;
}
.site-registration.simple-registration .registration-header a:hover {
  color: #2e9fff;
}
.site-registration.simple-registration .install-bubble {
  position: relative;
  top: -1px;
  margin-right: 8px;
}
.site-registration.simple-registration .content {
  border-radius: 3px;
}
.site-registration.simple-registration small,
.site-registration.simple-registration p small,
.site-registration.simple-registration p small a.button {
  font-size: 16px;
  color: #546673;
  margin: 0;
}
.site-registration.simple-registration p small a.button {
  text-decoration: none;
  margin: 0 0 0 5px;
}
.site-registration.simple-registration p small a.button:hover {
  color: white;
}
.site-registration.simple-registration .helper {
  float: none;
  clear: both;
  margin: 0;
}
.site-registration.simple-registration small.errors ul {
  margin: 6px 0 0;
  padding: 0;
}
.site-registration.simple-registration small.errors ul li {
  display: block;
  list-style-type: none;
  color: #a177f5;
  font-weight: 700;
  -webkit-transition: 0.5s opacity ease, 0.5s height ease;
  -moz-transition: 0.5s opacity ease, 0.5s height ease;
  -ms-transition: 0.5s opacity ease, 0.5s height ease;
  -o-transition: 0.5s opacity ease, 0.5s height ease;
  transition: 0.5s opacity ease, 0.5s height ease;
  height: 0;
  opacity: 0;
}
.site-registration.simple-registration small.errors.visible ul li {
  height: 1em;
  opacity: 1;
}
.site-registration.simple-registration small.errors.errors-on-load ul li {
  display: inline;
  opacity: 1;
  line-height: 1;
}
.site-registration.simple-registration p,
.site-registration.simple-registration li {
  color: #353a3d;
  line-height: 1.2;
}
.site-registration.simple-registration #signup-profile a {
  text-decoration: none;
}
.site-registration.simple-registration #signup-profile a.button {
  text-decoration: none;
}
.site-registration.simple-registration .global-header nav,
.site-registration.simple-registration .global-footer .footer-nav {
  width: 800px;
  padding: 0;
}
.site-registration.simple-registration .registration-header {
  width: 800px;
  margin: 0 auto 20px;
}
.site-registration.simple-registration .content {
  width: 800px;
  padding: 30px;
}
.site-registration.simple-registration .column {
  float: left;
}
.site-registration.simple-registration .column.column-left {
  margin-top: -30px;
  margin-right: 30px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  width: 449px;
  border-right: 1px solid #e4e7ee;
}
.site-registration.simple-registration .column.column-right {
  width: 255px;
  padding-bottom: 15px;
}
.site-registration.simple-registration .column.column-right h4 {
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 18px;
}
.site-registration.simple-registration .column.column-right img.works-with {
  width: 185px;
  height: 185px;
  margin: 30px 0!important;
}
.site-registration.simple-registration #signup-profile div.form-field {
  margin-bottom: 30px;
}
.site-registration.simple-registration .button-wrapper {
  text-align: right;
  clear: both;
  border-top: 1px solid #e4e7ee;
  margin-top: 0;
  margin-right: -30px;
  margin-bottom: -30px;
  margin-left: -30px;
  padding: 15px;
}
.site-registration.simple-registration .button-wrapper .login-block,
.site-registration.simple-registration .button-wrapper .register-block {
  float: left;
  margin-left: 15px;
}
.site-registration.simple-registration #vanity-url-wrapper {
  -webkit-transition: 0.5s opacity ease, 0.5s height ease;
  -moz-transition: 0.5s opacity ease, 0.5s height ease;
  -ms-transition: 0.5s opacity ease, 0.5s height ease;
  -o-transition: 0.5s opacity ease, 0.5s height ease;
  transition: 0.5s opacity ease, 0.5s height ease;
  height: 0;
  opacity: 0;
}
.site-registration.simple-registration #vanity-url-wrapper.visible {
  height: 1em;
  opacity: 1;
}
.site-registration.simple-registration #vanity-url-wrapper #vanity-url span {
  color: #c2c9d4;
}
.site-registration.simple-registration input#shortname {
  width: 149.66666666666666px;
  display: block;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  float: left;
}
.site-registration.simple-registration .append-url {
  width: auto;
  margin: 0 0 4px 0;
  padding: 4px 6px;
  display: block;
  height: 41.6px;
  background: #f1f2f6;
  border: 1px solid #e4e7ee;
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  float: left;
}
.site-registration.simple-registration .append-url p {
  margin: 2px 0 0 0;
  font-size: 16px;
  line-height: 26px;
  color: #7f919e;
  vertical-align: bottom;
}
.site-registration.simple-registration small.errors-url.errors.visible ul li {
  height: auto;
}
.site-registration.simple-registration #signup-profile img {
  margin: 0 0 15px !important;
  border-radius: 2px;
}
.site-registration.simple-registration #signup-profile.register .login,
.site-registration.simple-registration #signup-profile.register .login-block {
  display: none;
}
.site-registration.simple-registration #signup-profile.register .register {
  display: inline;
}
.site-registration.simple-registration #signup-profile.register .register-block {
  display: block;
}
.site-registration.simple-registration #signup-profile.login .login {
  display: inline;
}
.site-registration.simple-registration #signup-profile.login .login-block {
  display: block;
}
.site-registration.simple-registration #signup-profile.login .register,
.site-registration.simple-registration #signup-profile.login .register-block {
  display: none;
}
.site-registration.simple-registration .-padded {
  padding-top: 12px;
}
.site-registration.simple-registration .acceptance-text {
  margin-bottom: 15px;
  margin-top: -5px;
}
.site-registration.simple-registration .acceptance-text p {
  margin-bottom: 0;
  line-height: 1.5em;
  color: #7f919e;
}
.site-registration.simple-registration form {
  margin: 0;
  padding: 0;
}
.site-registration.simple-registration input,
.site-registration.simple-registration input[type="text"],
.site-registration.simple-registration input[type="password"] {
  display: block;
  height: 41.6px;
  margin: 0 0 4px 0;
  border: 1px solid #e4e7ee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fafcfc;
  color: #7f919e;
}
.site-registration.simple-registration input:focus,
.site-registration.simple-registration input[type="text"]:focus,
.site-registration.simple-registration input[type="password"]:focus {
  background: white;
  color: #353a3d;
}
.site-registration.simple-registration select#category {
  width: 100%;
  height: 32px;
  font-size: 14px;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #c2c9d4;
}
.site-registration.simple-registration button.primary.large {
  padding: 10px 18px;
  font-size: 19px;
  font-weight: 600;
  min-width: 120px;
  transition: 250ms all ease-in-out;
}
::-webkit-input-placeholder {
  color: #c2c9d4;
}
::-moz-placeholder {
  color: #c2c9d4;
}
:-ms-input-placeholder {
  color: #c2c9d4;
}
.pull-left {
  float: left;
}
.spacing-right {
  margin-right: 15px;
}
.text-small {
  font-size: 14px !important;
}

.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;
}
.container {
  max-width: 960px;
  margin: 0 auto;
}
.center {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 960px;
}
@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";
}
.original-registration.primary-registration .content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.original-registration.primary-registration small {
  display: block;
  margin-top: -20px;
  margin-bottom: 10px;
  font-size: 14px;
}
.original-registration.primary-registration .site-registration {
  display: inline;
  float: left;
  width: 50%;
  padding-right: 4.687499999999999%;
  border-right: 1px dotted #7f919e;
}
.original-registration.primary-registration .primary-moderator {
  display: inline;
  float: left;
  width: 50%;
  padding-left: 4.687499999999999%;
}
.original-registration.primary-registration .primary-moderator.authenticated .authenticated {
  display: block;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #ffeab3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.original-registration.primary-registration .primary-moderator.authenticated .authenticated img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.original-registration.primary-registration .primary-moderator.authenticated .authenticated a {
  font-weight: bold;
}
.original-registration.primary-registration .primary-moderator.authenticated .register,
.original-registration.primary-registration .primary-moderator.authenticated .login,
.original-registration.primary-registration .primary-moderator.authenticated .su-dp-fields {
  display: none;
}
.original-registration.primary-registration .primary-moderator.register .authenticated,
.original-registration.primary-registration .primary-moderator.register .login {
  display: none;
}
.original-registration.primary-registration small.register {
  display: none;
}
.original-registration.primary-registration .su-controls {
  float: right;
}
.original-registration.primary-registration .website-url {
  *zoom: 1;
}
.original-registration.primary-registration .website-url:before,
.original-registration.primary-registration .website-url:after {
  display: table;
  content: "";
}
.original-registration.primary-registration .website-url:after {
  clear: both;
}
.original-registration.primary-registration .website-url .add-on {
  display: inline;
  float: left;
  width: 16.666666666666664%;
  margin-left: 0;
  margin-right: 0;
}
.original-registration.primary-registration .website-url input {
  display: inline;
  float: left;
  width: 83.33333333333334%;
  margin-left: -1px;
  margin-right: 0;
}
.original-registration.primary-registration .su-form-header {
  margin-bottom: 15px;
}
.original-registration.primary-registration .errorlist {
  list-style: none;
  margin: -20px 0 20px;
}
.original-registration.primary-registration .errorlist li {
  font-size: 14px;
  color: #ff7f48;
}
.original-registration.primary-registration .register-profile {
  display: block;
  width: 960px;
  margin: -40px 0 20px -40px;
  padding: 10px 15px;
  background-color: #ffeb89;
  background-image: -moz-linear-gradient(top, #fff299, #ffe070);
  background-image: -ms-linear-gradient(top, #fff299, #ffe070);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff299), to(#ffe070));
  background-image: -webkit-linear-gradient(top, #fff299, #ffe070);
  background-image: -o-linear-gradient(top, #fff299, #ffe070);
  background-image: linear-gradient(top, #fff299, #ffe070);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff299', endColorstr='#ffe070', GradientType=0);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.original-registration.primary-registration .register-profile a {
  font-weight: bold;
}
.registration-steps {
  list-style: none;
  width: 960px;
  margin: 0 auto 50px;
  color: #ffffff;
  *zoom: 1;
}
.registration-steps:before,
.registration-steps:after {
  display: table;
  content: "";
}
.registration-steps:after {
  clear: both;
}
.registration-steps li {
  position: relative;
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.0416666666666665%;
  text-align: center;
}
.registration-steps li .icon {
  display: block;
  clear: both;
  margin: 0;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.3em;
}
.registration-steps li .icon:after {
  position: absolute;
  z-index: 300;
  top: 38%;
  right: -41.5%;
  width: 76.5%;
  height: 4px;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.registration-steps li span {
  color: rgba(0, 0, 0, 0.5);
}
.registration-steps li:before {
  position: absolute;
  z-index: 400;
  top: 32%;
  right: 35%;
  width: 14px;
  height: 14px;
  content: "";
  background: url("../../img/magnet-single-black.svg");
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.registration-steps li:after {
  position: absolute;
  z-index: 400;
  top: 32%;
  right: -46%;
  width: 14px;
  height: 14px;
  content: "";
  background: url("../../img/magnet-single-black.svg");
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.registration-steps li:nth-child(2) .icon {
  margin-left: -5px;
}
.registration-steps li:nth-child(3) .icon {
  margin-right: -6px;
}
.registration-steps li:nth-child(3):after,
.registration-steps li:nth-child(3):before,
.registration-steps li:nth-child(3) .icon:after {
  display: none;
}
.registration-steps.step-1 li:nth-child(1) span {
  font-weight: 800;
  color: #ffffff;
}
.registration-steps.step-1 li:nth-child(2) .icon,
.registration-steps.step-1 li:nth-child(3) .icon {
  color: rgba(0, 0, 0, 0.5);
}
.registration-steps.step-2 li:nth-child(1) .icon:after {
  background: #ffffff;
}
.registration-steps.step-2 li:nth-child(1):before {
  background: url("../../img/magnet-single-white.svg");
  opacity: 1;
  filter: alpha(opacity=100);
}
.registration-steps.step-2 li:nth-child(1):after {
  background: url("../../img/magnet-single-white.svg");
  opacity: 1;
  filter: alpha(opacity=100);
}
.registration-steps.step-2 li:nth-child(2) span {
  font-weight: 800;
  color: #ffffff;
}
.registration-steps.step-2 li:nth-child(3) .icon {
  color: rgba(0, 0, 0, 0.5);
}
.registration-steps.step-3 li:nth-child(1) .icon:after,
.registration-steps.step-3 li:nth-child(2) .icon:after {
  background: #ffffff;
}
.registration-steps.step-3 li:nth-child(1):before,
.registration-steps.step-3 li:nth-child(2):before {
  background: url("../../img/magnet-single-white.svg");
  opacity: 1;
  filter: alpha(opacity=100);
}
.registration-steps.step-3 li:nth-child(1):after,
.registration-steps.step-3 li:nth-child(2):after {
  background: url("../../img/magnet-single-white.svg");
  opacity: 1;
  filter: alpha(opacity=100);
}
.registration-steps.step-3 li:nth-child(3) span {
  font-weight: 800;
  color: #ffffff;
}
.original-registration #signup-profile.login .authenticated {
  display: none;
}
.original-registration #signup-profile.login .register {
  display: none;
}
.original-registration #signup-profile.register .authenticated {
  display: none;
}
.original-registration #signup-profile.register .login {
  display: none;
}
.original-registration #signup-profile.authenticated .login {
  display: none;
}
.original-registration #signup-profile.authenticated .register {
  display: none;
}
.original-registration.site-registration #message-list {
  margin-top: 51px;
  margin-bottom: -20px;
  *zoom: 1;
}
.original-registration.site-registration #message-list:before,
.original-registration.site-registration #message-list:after {
  display: table;
  content: "";
}
.original-registration.site-registration #message-list:after {
  clear: both;
}
.original-registration.site-registration #message-list ul li {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.platforms-header h1 {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  margin-bottom: 40px;
  text-align: center;
}

.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;
}
.container {
  max-width: 960px;
  margin: 0 auto;
}
.center {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 960px;
}
.site-setup .well {
  display: inline-block;
  margin-top: 10px;
}
.site-setup .more-platforms {
  float: left;
}
.site-setup .button.register {
  float: right;
  margin-top: -7px;
}
.site-setup .instructions {
  padding: 0 40px 20px;
}
.site-setup .instructions .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */

  padding-top: 25px;
  height: 0;
}
.site-setup .instructions .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-setup .instructions code.site-shortname {
  line-height: 32px;
  font-size: 18px;
}
.site-setup .instructions h1 {
  display: block;
  float: left;
  width: auto;
  margin: 0 0 20px;
  text-align: left;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.site-setup .instructions .note {
  font-weight: bold;
}
.site-setup .instructions .platform-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin: -10px 0 0 20px;
  *zoom: 1;
}
.site-setup .instructions .platform-menu:before,
.site-setup .instructions .platform-menu:after {
  display: table;
  content: "";
}
.site-setup .instructions .platform-menu:after {
  clear: both;
}
.site-setup .instructions .platform-menu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.site-setup .instructions .platform-menu img {
  width: 28px;
  margin-right: 10px;
  padding: 4px;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.site-setup .instructions .platform-menu img.wordpress {
  background: #15a4cc;
}
.site-setup .instructions .platform-menu img.blogger {
  background: #f4802b;
}
.site-setup .instructions .platform-menu img.tumblr {
  background: #375572;
}
.site-setup .instructions .platform-menu img.squarespace {
  background: #333333;
}
.site-setup .instructions .platform-menu img.typepad {
  background: #a8c24d;
}
.site-setup .instructions .platform-menu img.joomla {
  background: #15a4cc;
}
.site-setup .instructions .platform-menu img.drupal {
  background: #0590ca;
}
.site-setup .instructions .platform-menu img.movabletype {
  background: #9ebdcc;
}
.site-setup .instructions .platform-menu img.universalcode {
  background: #fe6134;
}
.site-setup .instructions .platform-menu .js-select-button {
  position: relative;
  width: 200px;
  padding: 10px;
  font-size: 16px;
  text-align: left;
  background: #c2c9d4;
  border: 1px solid #a4afbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.site-setup .instructions .platform-menu .js-select-button:after {
  position: absolute;
  top: 20px;
  right: 5px;
  content: "";
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-top: 5px solid #7f919e;
  border-bottom: none;
}
.site-setup .instructions .platform-menu .js-select-button:before {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 20px;
  content: "";
  border-right: 1px solid #a4afbf;
}
.site-setup .instructions .platform-menu .js-select-button:hover,
.site-setup .instructions .platform-menu .js-select-button.js-select-selected {
  background: #dadee5;
}
.site-setup .instructions .platform-menu .platform-selector {
  width: 200px;
  list-style: none;
  display: none;
  margin: 0;
  z-index: 1000;
  text-align: left;
  position: absolute;
  top: -2px;
  left: 0;
  border: 1px solid #a4afbf;
  border-bottom: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.site-setup .instructions .platform-menu .platform-selector a {
  padding: 10px;
  font-size: 16px;
  color: #546673;
  background: #e4e7ee;
  display: inline-block;
  width: 198px;
}
.site-setup .instructions .platform-menu .platform-selector a:hover {
  background: #dadee5;
  text-decoration: none;
}
.site-setup .instructions .platform-menu .platform-selector li {
  border-bottom: 1px solid #a4afbf;
  background: #ffffff;
}
.site-setup .instructions .platform-menu .platform-selector .js-select-selected a {
  background: #dadee5;
}
.site-setup .instructions .well {
  font-size: 16px;
  line-height: 1.5em;
}
.site-setup .instructions textarea {
  margin-bottom: -2em;
}
.site-setup .instructions ol {
  clear: both;
  margin: 4.2em 0 0 4.2em;
  padding-left: 0;
  counter-reset: li;
  *zoom: 1;
}
.site-setup .instructions ol:before,
.site-setup .instructions ol:after {
  display: table;
  content: "";
}
.site-setup .instructions ol:after {
  clear: both;
}
.site-setup .instructions ol > li {
  font-size: 16px;
  line-height: 1.5em;
  font-face: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 200;
  list-style: none;
  margin-bottom: 4em;
}
.site-setup .instructions ol > li:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -0.45em;
  left: -3em;
  width: 2em;
  height: 2em;
  margin-right: 8px;
  padding: .42em 0;
  color: #fff;
  background: #ffcd4d;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}
.site-setup .instructions ol > li textarea {
  display: block;
  width: 500px;
  margin-top: 20px;
}
.site-setup .instructions ol ul {
  margin-top: 25px;
  list-style-image: url(../../img/bullet-yellow.png);
}
.site-setup .instructions ol ul li {
  margin-bottom: .5em;
}
#message-list {
  margin-top: 0;
  margin-bottom: -20px;
  *zoom: 1;
}
#message-list:before,
#message-list:after {
  display: table;
  content: "";
}
#message-list:after {
  clear: both;
}
#message-list ul li {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.site-registration h1 {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  margin-top: 0px;
  margin-bottom: 40px;
  text-align: center;
}
.site-registration.admin-signup h1,
.site-registration.admin-signup h2 {
  display: block;
  width: auto;
  margin: 0 0 20px;
  float: none;
  text-align: left;
}
.site-registration .platforms-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-registration .platforms-list li {
  text-align: center;
}
.site-registration .platforms-list li:hover span {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.site-registration .platforms-list a {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.0416666666666665%;
  height: 200px;
  color: #353a3d;
  font-size: 18px;
  text-decoration: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.site-registration .platforms-list a span {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 15px;
  padding: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.site-registration .platforms-list a span img {
  display: block;
  width: 64px;
  height: 64px;
}
.site-registration .platforms-list a.wordpress span {
  background: #15a4cc;
}
.site-registration .platforms-list a.blogger span {
  background: #f4802b;
}
.site-registration .platforms-list a.tumblr span {
  background: #375572;
}
.site-registration .platforms-list a.squarespace span {
  background: #333333;
}
.site-registration .platforms-list a.typepad span {
  background: #a8c24d;
}
.site-registration .platforms-list a.joomla span {
  background: #15a4cc;
}
.site-registration .platforms-list a.drupal span {
  background: #0590ca;
}
.site-registration .platforms-list a.movabletype span {
  background: #9ebdcc;
}
.site-registration .platforms-list a.universalcode span {
  background: #fe6134;
}
.discovery label,
.discovery a {
  display: inline;
  font-size: 12px;
}
.instruction-header {
  padding: 30px 0 75px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e4e7ee;
}
.page-header {
  display: none;
}
.choose-platform .content {
  padding-bottom: 0;
}
.choose-platform #message-list {
  margin-top: 0;
  margin-bottom: -20px;
  *zoom: 1;
}
.choose-platform #message-list:before,
.choose-platform #message-list:after {
  display: table;
  content: "";
}
.choose-platform #message-list:after {
  clear: both;
}
.choose-platform #message-list ul li {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
