.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;
}
.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%;
}
.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;
}
@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";
}
@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');
}
.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;
}
#content a,
#content .container a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.profile-signup .container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
