/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
  width: 100%;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
}

.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}

/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('/bundles/opppersonabubble/css/vendor/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('/bundles/opppersonabubble/css/vendor/chosen-sprite.png') no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('/bundles/opppersonabubble/css/vendor/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/bundles/opppersonabubble/css/vendor/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/bundles/opppersonabubble/css/vendor/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/bundles/opppersonabubble/css/vendor/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/bundles/opppersonabubble/css/vendor/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/bundles/opppersonabubble/css/vendor/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
}
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}
/* @end */

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  width: 100%;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('/bundles/opppersonabubble/css/vendor/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('/bundles/opppersonabubble/css/vendor/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('/bundles/opppersonabubble/css/vendor/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  background: transparent;
  border-left: none;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; }
.chzn-rtl .chzn-search { left: 9999px; }
.chzn-rtl.chzn-with-drop .chzn-search { left: 0px; }
.chzn-rtl .chzn-drop { left: 9999px; }
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url('/bundles/opppersonabubble/css/vendor/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/bundles/opppersonabubble/css/vendor/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/bundles/opppersonabubble/css/vendor/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url('/bundles/opppersonabubble/css/vendor/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/bundles/opppersonabubble/css/vendor/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/bundles/opppersonabubble/css/vendor/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}
/* @end */

/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi)  {
  .chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
      background-image: url('/bundles/opppersonabubble/css/vendor/chosen-sprite@2x.png') !important;
      background-repeat: no-repeat !important;
      background-size: 52px 37px !important;
  }
}
/* @end */

/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.hidden {
  display: none;
  /* visibility: hidden; - was messing with $().show() */
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 710px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 648px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 586px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 524px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 462px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 400px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 338px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 276px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 214px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 152px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 90px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 28px;
  }
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
select,
input,
textarea,
button {
  font: 99% sans-serif;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
button {
  text-align: left;
  vertical-align: baseline;
}
cite {
  font-style: normal;
}
img {
  max-width: none;
  width: auto;
  height: auto;
}
form {
  zoom: 1;
  zoom: 1;
}
form:before,
form:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
form:after {
  clear: both;
}
form:before,
form:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
form:after {
  clear: both;
}
form .form-row,
form .field-row {
  zoom: 1;
  zoom: 1;
}
form .form-row:before,
form .form-row:after,
form .field-row:before,
form .field-row:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
form .form-row:after,
form .field-row:after {
  clear: both;
}
form .form-row:before,
form .form-row:after,
form .field-row:before,
form .field-row:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
form .form-row:after,
form .field-row:after {
  clear: both;
}
form label {
  float: left;
  clear: left;
  width: 150px;
  font-size: 1.25em;
  color: #2F78A9;
}
form label .req {
  display: none;
}
form input,
form select,
form textarea,
form .date,
form .chzn-container {
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 210px;
  margin: 2px;
}
form .date .chzn-container {
  width: 68px;
  margin: 0 2px 0 0;
}
form input,
form select,
form textarea {
  padding: 5px;
  border: solid 1px #ddd;
  color: #444;
  font-family: Tahoma, Kalimati, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
form input[type=checkbox] {
  margin-right: 5px;
  padding: 0;
}
form textarea {
  font-size: 1em;
}
form .checkbox-list {
  zoom: 1;
  zoom: 1;
  margin-bottom: 15px;
}
form .checkbox-list:before,
form .checkbox-list:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
form .checkbox-list:after {
  clear: both;
}
form .checkbox-list:before,
form .checkbox-list:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
form .checkbox-list:after {
  clear: both;
}
form .checkbox-list label {
  zoom: 1;
  zoom: 1;
  margin-bottom: 10px;
}
form .checkbox-list label:before,
form .checkbox-list label:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
form .checkbox-list label:after {
  clear: both;
}
form .checkbox-list label:before,
form .checkbox-list label:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
form .checkbox-list label:after {
  clear: both;
}
form .checkbox-list .checkbox-row {
  zoom: 1;
  zoom: 1;
  clear: left;
}
form .checkbox-list .checkbox-row:before,
form .checkbox-list .checkbox-row:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
form .checkbox-list .checkbox-row:after {
  clear: both;
}
form .checkbox-list .checkbox-row:before,
form .checkbox-list .checkbox-row:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
form .checkbox-list .checkbox-row:after {
  clear: both;
}
form .checkbox-list .checkbox-row label {
  float: none;
  clear: none;
  width: auto;
  margin-top: 1px;
  margin-bottom: 4px;
  font-size: 12px;
  color: #666;
}
form .checkbox-list .checkbox-row input {
  width: 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: none;
}
form .confirm label {
  float: none;
  line-height: normal;
}
form .confirm input {
  width: auto;
  margin-left: 0;
}
form .actions {
  float: right;
  clear: both;
  padding-top: 15px;
}
form .actions li {
  margin-bottom: 20px;
  text-align: right;
  color: #2F78A9;
  list-style: none;
}
form div {
  margin-bottom: 4px;
}
form .has-required-fields {
  clear: both;
  width: 100%;
  margin: 5px 0 2px;
  padding: 0;
  font-size: 10px;
  color: #999896;
}
form .has-required-fields .star {
  font-weight: bold;
  color: #DD83C1;
}
#page .chzn-container {
  float: left;
  font-size: 1em;
}
#page .chzn-container .chzn-single {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: none;
  padding: 0 0 0 5px;
  background: white;
  border: solid 1px #DDD;
}
#page .chzn-container .chzn-single div b {
  background: url('/bundles/opppersonabubble/images/chosen-sprite.png') no-repeat 0 0;
}
#page .chzn-container .chzn-search input {
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100% !important;
  float: left;
  border: solid 1px #DDD;
  background: url('/bundles/opppersonabubble/images/chosen-sprite.png') no-repeat 100% -22px;
  filter: none;
}
#page .chzn-container .chzn-drop {
  border: solid 1px #DDD;
}
#page .chzn-container .chzn-results {
  clear: left;
}
#page .chzn-container .chzn-results .active-result.highlighted {
  background-color: #7db7db;
  background: -moz-linear-gradient(center bottom,#7db7db 0%,#92c8e4 100%);
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#7db7db),color-stop(1,#92c8e4));
  background: -o-linear-gradient(top,#7db7db 0%,#92c8e4 100%);
  background: -ms-linear-gradient(bottom,#7db7db,#92c8e4);
  background: linear-gradient(bottom,#7db7db 0%,#92c8e4 100%);
  font-size: 1em;
  color: white;
  filter: none;
}
#page section.access-form .chzn-container .chzn-single {
  background: #F3F3F3;
}
body {
  min-width: 320px;
  background-image: url('/bundles/opppersonabubble/images/grain.png');
}
.container {
  position: relative;
  margin: auto;
}
#page {
  zoom: 1;
  zoom: 1;
  margin-bottom: 40px;
}
#page:before,
#page:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
#page:after {
  clear: both;
}
#page:before,
#page:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
#page:after {
  clear: both;
}
.main-content {
  -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  -moz-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  -o-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  background-color: white;
}
.main-content .main-content-inner {
  padding: 20px;
}
.home #page {
  max-width: none;
}
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.clearfix:after {
  clear: both;
}
.span5.spaceless {
  width: 42.5531914893617%;
  margin-left: 0;
}
@font-face {
  font-family: 'StandardTypewriter';
  src: url('/bundles/opppersonabubble/font/238F0E_0_0.eot');
  src: url('/bundles/opppersonabubble/font/238F0E_0_0.eot#iefix') format('embedded-opentype'), url('/bundles/opppersonabubble/font/238F0E_0_0.woff') format('woff'), url('/bundles/opppersonabubble/font/238F0E_0_0.ttf') format('truetype');
}
@font-face {
  font-family: "CodeBoldRegular";
  font-style: normal;
  font-weight: normal;
  src: url("/bundles/opppersonabubble/font/code_bold-webfont.eot#iefix") format("embedded-opentype"), url("/bundles/opppersonabubble/font/code_bold-webfont.woff") format("woff"), url("/bundles/opppersonabubble/font/code_bold-webfont.ttf") format("truetype"), url("/bundles/opppersonabubble/font/code_bold-webfont.svg#CodeBoldRegular") format("svg");
}
body {
  font: 75% Tahoma, Kalimati, Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 28px;
  margin-bottom: 12px;
  line-height: 120%;
  color: #02A2DC;
}
h2 {
  font-size: 23px;
  margin-bottom: 10px;
  line-height: 120%;
  color: #69AAD5;
}
h3 {
  font-size: 17px;
  margin-bottom: 8px;
  color: #69AAD5;
}
h4 {
  font-size: 16px;
  color: #555;
}
p {
  color: #777;
  font-size: 13px;
  line-height: 140%;
  margin-bottom: 10px;
}
ul {
  margin-bottom: 10px;
}
li {
  color: #777;
  font-size: 13px;
  line-height: 130%;
  list-style-position: inside;
}
a {
  color: #69AAD5;
  text-decoration: none;
}
cite {
  color: #777;
}
strong {
  font-weight: bold;
}
meter {
  visibility: hidden;
}
.emphasised {
  color: #777;
}
.rule {
  float: left;
  clear: both;
  width: 100%;
  height: 0;
  margin: 0 0 10px;
  padding: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid white;
}
i.right-arrow {
  display: inline-block;
  width: 11px;
  height: 20px;
  vertical-align: bottom;
  background: url('/bundles/opppersonabubble/images/white-arrow.png') no-repeat;
}
i.face {
  display: inline-block;
  width: 18px;
  height: 17px;
  vertical-align: bottom;
  background: url('/bundles/opppersonabubble/images/dark-face-bg.png') no-repeat;
}
i.bin {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  vertical-align: top;
  background: url('/bundles/opppersonabubble/images/bin.png') top no-repeat;
}
i.bin:hover {
  background-position: bottom;
}
i.plus {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 2px;
  vertical-align: bottom;
  background: url('/bundles/opppersonabubble/images/plus_white.png') no-repeat;
}
i.tick {
  display: inline-block;
  width: 17px;
  height: 14px;
  margin-bottom: 1px;
  vertical-align: bottom;
  background: url('/bundles/opppersonabubble/images/tick_grey.png') no-repeat left;
}
i.icon-spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  background: url('/bundles/opppersonabubble/images/loader.gif') no-repeat left;
}
.alert {
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  clear: left;
  width: 100%;
  margin: 0 0 12px;
  padding: 8px 12px;
  font-size: 14px;
  background-color: white;
  border: 1px solid;
}
.alert.alert-error {
  color: #C93A38;
  background-color: #F2DEDE;
  border-color: #EED3D7;
}
.alert.alert-error li {
  color: #C93A38;
}
.alert.alert-notice {
  color: #468847;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
}
.alert strong {
  font-weight: bold;
}
.alert ul {
  margin-bottom: 0;
}
.alert li {
  list-style-type: none;
}
.btn {
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: rgba(0,0,0,0.15) 1px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.15) 1px 1px 3px;
  -o-box-shadow: rgba(0,0,0,0.15) 1px 1px 3px;
  box-shadow: rgba(0,0,0,0.15) 1px 1px 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  height: 27px;
  margin: 0 5px 5px 0;
  padding: 4px 10px;
  line-height: normal;
  font-size: 14px;
  color: white;
  background: #BAD83A url('/bundles/opppersonabubble/images/button_large_green.png') repeat-x center;
  border: #A7C726 1px solid;
}
.btn.btn-small {
  height: 23px;
  padding: 3px 8px;
  font-size: 12px;
}
.btn.btn-dismiss,
.btn.btn-disabled {
  background-color: #D7D7D7;
  background-image: url('/bundles/opppersonabubble/images/button_large_grey.png');
  border: #CFCFCF 1px solid;
}
.btn.btn-dismiss {
  color: #777;
}
.btn.btn-narrow {
  padding: 4px 7px;
}
.btn-alt {
  background: #8072C7 url('/bundles/opppersonabubble/images/button_large_purple.png') repeat-x center;
  border: #76B 1px solid;
}
.btn-highlight {
  background: #D07BB7 url('/bundles/opppersonabubble/images/button_large_pink.png') repeat-x center;
  border: #C7B 1px solid;
}
.btn-large {
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: rgba(0,0,0,0.15) 1px 1px 4px;
  -moz-box-shadow: rgba(0,0,0,0.15) 1px 1px 4px;
  -o-box-shadow: rgba(0,0,0,0.15) 1px 1px 4px;
  box-shadow: rgba(0,0,0,0.15) 1px 1px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  float: left;
  line-height: normal;
  white-space: nowrap;
  overflow: visible;
  height: auto;
  width: auto;
  margin: 0 8px 8px 0;
  padding: 3px 13px 6px;
  font-size: 20px;
  color: white;
  background: #BAD83A url('/bundles/opppersonabubble/images/button_large_green.png') repeat-x center;
  border: #A7C726 1px solid;
  cursor: pointer;
}
.btn-large.btn-dismiss,
.btn-large.btn-disabled {
  padding-top: 5px;
  font-size: 18px;
  background-color: #D7D7D7;
  background-image: url('/bundles/opppersonabubble/images/button_large_grey.png');
  border: #CFCFCF 1px solid;
}
.btn-large.btn-larger {
  float: none;
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto;
  padding: 12px 0 14px;
  font-size: 2.1em;
}
body {
  min-width: 320px;
  background-image: url('/bundles/opppersonabubble/images/grain.png');
}
.container {
  position: relative;
  margin: auto;
}
#page {
  zoom: 1;
  zoom: 1;
  margin-bottom: 40px;
}
#page:before,
#page:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
#page:after {
  clear: both;
}
#page:before,
#page:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
#page:after {
  clear: both;
}
.main-content {
  -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  -moz-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  -o-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  background-color: white;
}
.main-content .main-content-inner {
  padding: 20px;
}
.home #page {
  max-width: none;
}
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.clearfix:after {
  clear: both;
}
.span5.spaceless {
  width: 42.5531914893617%;
  margin-left: 0;
}
@font-face {
  font-family: 'StandardTypewriter';
  src: url('/bundles/opppersonabubble/font/238F0E_0_0.eot');
  src: url('/bundles/opppersonabubble/font/238F0E_0_0.eot#iefix') format('embedded-opentype'), url('/bundles/opppersonabubble/font/238F0E_0_0.woff') format('woff'), url('/bundles/opppersonabubble/font/238F0E_0_0.ttf') format('truetype');
}
@font-face {
  font-family: "CodeBoldRegular";
  font-style: normal;
  font-weight: normal;
  src: url("/bundles/opppersonabubble/font/code_bold-webfont.eot#iefix") format("embedded-opentype"), url("/bundles/opppersonabubble/font/code_bold-webfont.woff") format("woff"), url("/bundles/opppersonabubble/font/code_bold-webfont.ttf") format("truetype"), url("/bundles/opppersonabubble/font/code_bold-webfont.svg#CodeBoldRegular") format("svg");
}
body {
  font: 75% Tahoma, Kalimati, Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 28px;
  margin-bottom: 12px;
  line-height: 120%;
  color: #02A2DC;
}
h2 {
  font-size: 23px;
  margin-bottom: 10px;
  line-height: 120%;
  color: #69AAD5;
}
h3 {
  font-size: 17px;
  margin-bottom: 8px;
  color: #69AAD5;
}
h4 {
  font-size: 16px;
  color: #555;
}
p {
  color: #777;
  font-size: 13px;
  line-height: 140%;
  margin-bottom: 10px;
}
ul {
  margin-bottom: 10px;
}
li {
  color: #777;
  font-size: 13px;
  line-height: 130%;
  list-style-position: inside;
}
a {
  color: #69AAD5;
  text-decoration: none;
}
cite {
  color: #777;
}
strong {
  font-weight: bold;
}
meter {
  visibility: hidden;
}
.emphasised {
  color: #777;
}
.rule {
  float: left;
  clear: both;
  width: 100%;
  height: 0;
  margin: 0 0 10px;
  padding: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid white;
}
i.right-arrow {
  display: inline-block;
  width: 11px;
  height: 20px;
  vertical-align: bottom;
  background: url('/bundles/opppersonabubble/images/white-arrow.png') no-repeat;
}
i.face {
  display: inline-block;
  width: 18px;
  height: 17px;
  vertical-align: bottom;
  background: url('/bundles/opppersonabubble/images/dark-face-bg.png') no-repeat;
}
i.bin {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  vertical-align: top;
  background: url('/bundles/opppersonabubble/images/bin.png') top no-repeat;
}
i.bin:hover {
  background-position: bottom;
}
i.plus {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 2px;
  vertical-align: bottom;
  background: url('/bundles/opppersonabubble/images/plus_white.png') no-repeat;
}
i.tick {
  display: inline-block;
  width: 17px;
  height: 14px;
  margin-bottom: 1px;
  vertical-align: bottom;
  background: url('/bundles/opppersonabubble/images/tick_grey.png') no-repeat left;
}
i.icon-spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  background: url('/bundles/opppersonabubble/images/loader.gif') no-repeat left;
}
.alert {
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  clear: left;
  width: 100%;
  margin: 0 0 12px;
  padding: 8px 12px;
  font-size: 14px;
  background-color: white;
  border: 1px solid;
}
.alert.alert-error {
  color: #C93A38;
  background-color: #F2DEDE;
  border-color: #EED3D7;
}
.alert.alert-error li {
  color: #C93A38;
}
.alert.alert-notice {
  color: #468847;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
}
.alert strong {
  font-weight: bold;
}
.alert ul {
  margin-bottom: 0;
}
.alert li {
  list-style-type: none;
}
.btn {
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: rgba(0,0,0,0.15) 1px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.15) 1px 1px 3px;
  -o-box-shadow: rgba(0,0,0,0.15) 1px 1px 3px;
  box-shadow: rgba(0,0,0,0.15) 1px 1px 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  height: 27px;
  margin: 0 5px 5px 0;
  padding: 4px 10px;
  line-height: normal;
  font-size: 14px;
  color: white;
  background: #BAD83A url('/bundles/opppersonabubble/images/button_large_green.png') repeat-x center;
  border: #A7C726 1px solid;
}
.btn.btn-small {
  height: 23px;
  padding: 3px 8px;
  font-size: 12px;
}
.btn.btn-dismiss,
.btn.btn-disabled {
  background-color: #D7D7D7;
  background-image: url('/bundles/opppersonabubble/images/button_large_grey.png');
  border: #CFCFCF 1px solid;
}
.btn.btn-dismiss {
  color: #777;
}
.btn.btn-narrow {
  padding: 4px 7px;
}
.btn-alt {
  background: #8072C7 url('/bundles/opppersonabubble/images/button_large_purple.png') repeat-x center;
  border: #76B 1px solid;
}
.btn-highlight {
  background: #D07BB7 url('/bundles/opppersonabubble/images/button_large_pink.png') repeat-x center;
  border: #C7B 1px solid;
}
.btn-large {
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: rgba(0,0,0,0.15) 1px 1px 4px;
  -moz-box-shadow: rgba(0,0,0,0.15) 1px 1px 4px;
  -o-box-shadow: rgba(0,0,0,0.15) 1px 1px 4px;
  box-shadow: rgba(0,0,0,0.15) 1px 1px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  float: left;
  line-height: normal;
  white-space: nowrap;
  overflow: visible;
  height: auto;
  width: auto;
  margin: 0 8px 8px 0;
  padding: 3px 13px 6px;
  font-size: 20px;
  color: white;
  background: #BAD83A url('/bundles/opppersonabubble/images/button_large_green.png') repeat-x center;
  border: #A7C726 1px solid;
  cursor: pointer;
}
.btn-large.btn-dismiss,
.btn-large.btn-disabled {
  padding-top: 5px;
  font-size: 18px;
  background-color: #D7D7D7;
  background-image: url('/bundles/opppersonabubble/images/button_large_grey.png');
  border: #CFCFCF 1px solid;
}
.btn-large.btn-larger {
  float: none;
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto;
  padding: 12px 0 14px;
  font-size: 2.1em;
}
header {
  width: 100%;
  height: 135px;
  z-index: 100;
  background-color: #fff;
  border-top: 12px solid #69AAD5;
  box-shadow: rgba(0,0,0,0.25) 0 0 10px;
}
header .container {
  height: 130px;
}
header h1 a {
  display: block;
  width: 300px;
  height: 101px;
  padding-top: 10px;
  background-image: url('/bundles/opppersonabubble/images/site_logo_large.png');
  background-repeat: no-repeat;
  background-position: 0 10px;
}
header h1 a span {
  display: none;
}
header h2 {
  position: absolute;
  width: 140px;
  top: 30px;
  left: 270px;
  font-family: Tahoma, Kalimati, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.75em;
  line-height: 1.25em;
  color: #8CC7E5;
}
header .fb-like {
  position: absolute;
  width: 135px;
  bottom: 0px;
  right: 0px;
}
.logged-in header {
  height: 130px;
  margin-bottom: -110px;
  box-shadow: none;
  border-bottom: 110px solid #69AAD5;
}
.logged-in header h1 a {
  background-image: url('/bundles/opppersonabubble/images/site_logo.png');
  background-position: 0 10px;
  height: 80px;
}
.logged-in header h2 {
  left: 210px;
  font-size: 15px;
}
.header-left {
  float: left;
}
.userbar {
  float: right;
  z-index: 98;
  padding-right: 5px;
  background-color: #cde2f1;
  margin-bottom: 15px;
}
.userbar .notifier {
  float: left;
  position: relative;
  z-index: 99;
  width: 18px;
  height: 18px;
  padding: 8px;
  background: url('/bundles/opppersonabubble/images/medium_bubble_head_blue_clear.png') no-repeat center;
  cursor: pointer;
}
.userbar .notifier .counter {
  position: absolute;
  top: -8px;
  right: -4px;
  width: 23px;
  height: 20px;
  padding: 3px 0;
  background: url('/bundles/opppersonabubble/images/notification_count_icon.png') no-repeat;
  font-size: 13px;
  color: white;
  text-align: center;
  font-weight: bold;
  text-shadow: rgba(0,0,0,0.15) 1px 1px 1px;
}
.userbar .notifier .counter.double-figures {
  height: 16px;
  padding: 5px 0;
  font-size: 11px;
}
.userbar .notifier .notifications {
  position: absolute;
  display: none;
  z-index: 100;
  top: 34px;
  left: 0px;
  padding: 10px 9px 15px;
  background: #F7F7F7;
  border: 0px solid #205b9d;
  box-shadow: rgba(34,62,123,0.9) 0 0 7px;
  cursor: default;
}
.userbar .notifier .notifications .notification {
  zoom: 1;
  zoom: 1;
  font-size: 11px;
  color: #666666;
}
.userbar .notifier .notifications .notification:before,
.userbar .notifier .notifications .notification:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.userbar .notifier .notifications .notification:after {
  clear: both;
}
.userbar .notifier .notifications .notification:before,
.userbar .notifier .notifications .notification:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.userbar .notifier .notifications .notification:after {
  clear: both;
}
.userbar .notifier .notifications .notification .profile-picture {
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 15px;
}
.userbar .notifier .notifications .notification p {
  float: right;
  width: 176px;
  margin-bottom: 3px;
}
.userbar .notifier .notifications .notification .rule {
  float: left;
  clear: both;
  width: 100%;
  margin: 8px 0;
  padding: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}
.userbar .notifier .notifications .notification .actions {
  float: right;
}
.userbar .notifier .notifications .notification .button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-top: 3px;
  margin-right: 6px;
  padding: 2px 6px;
  color: white;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  background: url('/bundles/opppersonabubble/images/button_large_purple.png') repeat-x 50% 50%;
  background-image: -moz-linear-gradient(bottom,#8072c7 50%,#897ad1 50%);
  background-image: -webkit-linear-gradient(bottom,#8072c7 50%,#897ad1 50%);
  border: 1px solid #76B;
}
.userbar .notifier .notifications .notification .button span {
  background: url('/bundles/opppersonabubble/images/dark-face-bg.png') no-repeat left;
  padding-left: 19px;
}
.userbar .notifier .notifications .notification .button.dismiss {
  background: url('/bundles/opppersonabubble/images/button_large_grey.png') repeat-x 50% 50%;
  background-image: -moz-linear-gradient(bottom,#dadada 50%,#e8e8e8 50%);
  background-image: -webkit-linear-gradient(bottom,#dadada 50%,#e8e8e8 50%);
  border: 1px solid #CFCFCF;
  color: #777;
}
.userbar .notifier .notifications .view-all {
  display: block;
  font-size: 11px;
  color: #888;
  text-align: center;
}
.userbar .notifier h3 {
  font-size: 15px;
  font-weight: normal;
  color: #02A2DC;
  margin-bottom: 12px;
}
.userbar .notifier.selected {
  background: #205b9d url('/bundles/opppersonabubble/images/medium_bubble_head_blue.png') no-repeat center;
}
.userbar .notifier.disabled {
  cursor: default;
}
.userbar .button {
  float: left;
  padding: 10px 5px 10px;
  text-decoration: none;
  font-size: 12px;
  font-family: Tahoma, Kalimati, Helvetica, Arial, sans-serif;
  color: #2f78a9;
}
.userbar .button:hover {
  color: #194059;
}
.userbar .button.facebook-login {
  background: url('/bundles/opppersonabubble/images/share_icons/fb_logo_small.png') no-repeat center left;
  margin-left: 5px;
  padding-left: 24px;
}
.userbar .button-text {
  float: left;
  padding: 10px 2px 0;
}
nav#menu {
  position: relative;
  margin: auto;
  position: relative;
  margin: auto;
  zoom: 1;
  zoom: 1;
  position: relative;
  width: 940px;
  height: 36px;
  margin-bottom: -36px;
  top: -36px;
}
nav#menu:before,
nav#menu:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
nav#menu:after {
  clear: both;
}
nav#menu:before,
nav#menu:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
nav#menu:after {
  clear: both;
}
nav#menu .menu-item {
  float: left;
}
nav#menu a {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  height: 27px;
  margin-right: 4px;
  padding: 9px 10px 0 30px;
  font-size: 14px;
  font-family: Tahoma, Kalimati, Helvetica, Arial, sans-serif;
  line-height: normal;
  color: #5e5e5e;
  background: #F7F7F7 url('/bundles/opppersonabubble/images/nav-bg-single.png') no-repeat left center;
}
nav#menu a.active,
nav#menu a:hover {
  color: #fff;
  background-image: url('/bundles/opppersonabubble/images/nav-bg-single-dark.png');
  background-color: #69AAD5;
}
nav#menu a.social {
  background-image: url('/bundles/opppersonabubble/images/nav-bg-multi.png');
  padding-left: 40px;
  background-position-x: 5px;
}
nav#menu a.social.active,
nav#menu a.social:hover {
  color: #fff;
  background-image: url('/bundles/opppersonabubble/images/nav-bg-multi-dark.png');
  background-color: #69AAD5;
}
nav#questionnav {
  zoom: 1;
  zoom: 1;
  padding: 5px 0;
  background-color: #e4e4e4;
}
nav#questionnav:before,
nav#questionnav:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
nav#questionnav:after {
  clear: both;
}
nav#questionnav:before,
nav#questionnav:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
nav#questionnav:after {
  clear: both;
}
.breadcrumbs {
  height: 36px;
}
nav#breadcrumbs {
  margin-top: -36px;
  float: left;
  clear: left;
  height: 36px;
  padding-left: 8px;
  margin-bottom: 1px;
  line-height: 3em;
  color: #000;
}
nav#breadcrumbs a {
  color: #000;
}
.logged-in nav#breadcrumbs {
  color: #fff;
}
.logged-in nav#breadcrumbs a {
  color: #fff;
}
footer {
  clear: both;
  line-height: 40px;
  color: #215A9F;
  background-color: #69AAD5;
  font-family: Tahoma, Kalimati, Helvetica, Arial, sans-serif;
  font-size: 13px;
}
footer .container {
  padding: 0 5px;
}
footer nav {
  float: right;
}
footer nav a {
  display: inline-block;
  margin: 0 5px;
  color: #215A9F;
}
footer nav a:active {
  color: #215A9F;
}
footer nav a:visited {
  color: #215A9F;
}
footer cite {
  float: left;
  margin: 0 5px;
  color: #215A9F;
}
.home #page {
  width: 100%;
}
header {
  min-width: 320px;
}
.page-banner {
  width: 100%;
  margin: 35px 0;
}
.page-banner .video {
  float: left;
  width: 560px;
  height: 315px;
}
.page-banner .video iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 979px) {
  .page-banner .video {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .page-banner .video {
    width: 480px;
    height: 280px;
  }
}
@media (max-width: 479px) {
  .page-banner .video {
    width: 320px;
    height: 190px;
  }
}
.btn-huge {
  display: block;
  float: right;
  margin: 4px;
  padding: 0 14px 0 0;
  height: 57px;
  width: 280px;
  background: transparent url('/bundles/opppersonabubble/images/homepage/button-right.png') no-repeat top right;
}
.btn-huge:hover .btn-inner {
  text-decoration: underline;
}
.btn-huge .btn-inner {
  display: block;
  padding: 0 6px 0 20px;
  background: transparent url('/bundles/opppersonabubble/images/homepage/button-left.png') no-repeat top left;
  font-size: 23px;
  line-height: 57px;
  color: white;
  text-decoration: none;
  text-shadow: rgba(0,0,0,0.4) -1px 1px 1px;
}
.btn-huge .btn-inner .icon-arrow {
  float: right;
  padding: 15px 0;
  width: 19px;
  height: 27px;
  background: transparent url('/bundles/opppersonabubble/images/homepage/white-arrow.png') no-repeat center;
  text-align: right;
  vertical-align: middle;
}
.btn-huge .btn-inner:hover {
  text-decoration: underline;
}
.primary-call-to-action {
  width: 298px;
  margin-top: 90px;
  float: right;
}
.primary-call-to-action .question {
  color: #6ab5ee;
  font-size: 2.6em;
  position: relative;
  overflow: hidden;
}
.primary-call-to-action .question .start {
  display: block;
  float: left;
  margin-right: 10px;
}
.primary-call-to-action .question .outer {
  float: left;
  position: relative;
}
.primary-call-to-action .question .adjective,
.primary-call-to-action .question .alt-adjective {
  position: absolute;
  left: 0;
  white-space: nowrap;
}
@media (max-width: 979px) {
  .primary-call-to-action {
    display: none;
  }
}
.sliding-button {
  position: relative;
  overflow: hidden;
  margin-top: 6px;
}
.sliding-button.hidden {
  display: block;
  visibility: none;
}
.sliding-button.header {
  float: right;
  clear: right;
}
.sliding-button.overlay {
  position: absolute;
  z-index: 1000;
}
.sliding-button.docked {
  background-color: #f08;
}
.sliding-button .button-wrapper {
  position: relative;
}
.sliding-button .alt-button-wrapper {
  position: absolute;
  width: 297px;
  top: 4px;
  left: 330px;
  word-spacing: 0;
}
.sliding-button .alt-button-wrapper .split-button {
  float: left;
  width: 143px;
  height: 57px;
  background-position: top center;
  background-repeat: no-repeat;
}
.sliding-button .alt-button-wrapper .split-button:hover {
  background-position: bottom center;
}
.sliding-button .alt-button-wrapper .split-button.facebook-login {
  float: left;
  background-image: url(/bundles/opppersonabubble/images/homepage/one-click-login.png);
}
.sliding-button .alt-button-wrapper .split-button.sign-up {
  float: right;
  background-image: url(/bundles/opppersonabubble/images/homepage/sign-up.png);
}
.sliding-button .alt-button-wrapper .or {
  position: relative;
  top: 22px;
  float: left;
}
@media (max-width: 979px) {
  .sliding-button.header {
    display: block !important;
  }
  .sliding-button.overlay {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sliding-button.header {
    display: none !important;
  }
}
.how-it-works {
  background-color: #45a6e9;
  margin-bottom: 50px;
  background: url('/bundles/opppersonabubble/images/homepage/blue-grain.jpg');
  background-color: #45a7ea;
}
.how-it-works .how-it-works-inner {
  padding: 40px 0 0;
  background: url('/bundles/opppersonabubble/images/homepage/blur-white-offset.png') center center no-repeat;
}
.how-it-works .description {
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 8px;
}
.how-it-works .description h1 {
  color: white;
  font-family: 'CodeBoldRegular';
  font-size: 3em;
}
.how-it-works .description p {
  font-size: 1.5em;
  color: white;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px;
}
.how-it-works .description p a {
  color: white;
}
.how-it-works .description p a:hover {
  text-decoration: underline;
}
.how-it-works .steps .step {
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 40px;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: left 10px;
  background-image: url('/bundles/opppersonabubble/images/homepage/steps-arrow.png');
}
.how-it-works .steps .step img {
  display: block;
  margin: 0;
  position: relative;
  left: -20px;
  width: 175px;
  height: 122px;
}
.how-it-works .steps .step p {
  font-size: 1.2em;
  color: #16599f;
}
.how-it-works .steps .step h1 {
  position: relative;
  top: 5px;
  font-size: 27px;
  color: #16599f;
  font-family: 'CodeBoldRegular';
}
@media (min-width: 768px) and (max-width: 979px) {
  .how-it-works .how-it-works-inner {
    background: url('/bundles/opppersonabubble/images/homepage/blur-white.png') center bottom no-repeat;
  }
  .how-it-works .description {
    width: 100%;
    clear: left;
  }
  .how-it-works .steps {
    width: 100%;
    margin-left: 0;
  }
  .how-it-works .steps .step.first {
    background: none;
  }
}
@media (max-width: 767px) {
  .how-it-works .how-it-works-inner {
    background: url('/bundles/opppersonabubble/images/homepage/blur-white.png') center 150% no-repeat;
  }
  .how-it-works .description,
  .how-it-works .steps .step {
    padding: 0 25px;
  }
  .how-it-works .steps .step {
    background: none;
    margin-bottom: 10px;
  }
  .how-it-works .steps .step.first {
    background: none;
  }
  .how-it-works .steps .step img {
    left: 0;
  }
}
@media (max-width: 480px) {
  .how-it-works .description,
  .how-it-works .steps .step {
    padding: 0 15px;
  }
}
.centered {
  position: relative;
  top: 30px;
  overflow: visible;
  width: 100%;
}
.centered .centered-inner-left {
  float: right;
  right: 50%;
  position: relative;
}
.centered .centered-inner-left .centered-inner-right {
  float: right;
  right: -50%;
  position: relative;
}
.science {
  margin-top: 15px;
}
.science h1,
.science h2,
.science h3 {
  color: #6ab5ee;
  margin-bottom: 20px;
}
.science h1 {
  font-family: 'CodeBoldRegular';
  font-size: 3em;
}
.science p {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.5em;
}
.science a {
  text-decoration: underline;
}
.science figure {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
  color: #999999;
}
.science figure img {
  border: 3px solid #cececd;
}
.home .blog-excerpt article {
  background: none;
}
.dashboard .blogteaser {
  margin: 0 0 20px;
}
.site-progress-bar {
  -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  -moz-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  -o-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 180px;
  padding: 15px 20px;
  margin-bottom: 20px;
  background: #4496C8 url(/bundles/opppersonabubble/images/site_progress/background.png) top repeat-x;
  border: 1px solid #549ac9;
}
.site-progress-bar h2 {
  font-size: 20px;
  color: white;
}
.site-progress-bar .meter {
  position: relative;
}
.site-progress-bar .meter.meter-tall {
  margin-top: 40px;
}
.site-progress-bar .bar {
  padding-top: 32px;
  padding-bottom: 2px;
  width: 100%;
}
.site-progress-bar .bar .bar-inner {
  position: relative;
  height: 15px;
  margin: 0 8%;
  background: url(/bundles/opppersonabubble/images/site_progress/progress_bar.png) repeat-x;
  padding: 4px 0;
}
.site-progress-bar .bar .progress {
  width: 0;
  height: 8px;
  background: #db82bf;
}
.site-progress-bar .dialog {
  -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  -moz-box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  -o-box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  bottom: 39px;
  left: 37.5%;
  width: 22%;
  margin-left: -11.5%;
  padding: 4px 0;
  font-size: 12px;
  text-align: center;
  background: #D07BB6 url(/bundles/opppersonabubble/images/site_progress/action_button_background_pink.png) center repeat-x;
  color: white;
  border: 1px solid #E199C9;
}
.site-progress-bar .dialog .text {
  display: inline-block;
  padding: 0 3px;
}
.site-progress-bar .dialog .button-arrow {
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 8px;
  width: 100%;
  background: url(/bundles/opppersonabubble/images/site_progress/dialog_arrow_pink.png) no-repeat center;
}
.site-progress-bar .dialog.spinner .text {
  background: url(/bundles/opppersonabubble/images/spinner.gif) no-repeat 5px center;
  padding-left: 26px;
}
.site-progress-bar .circles {
  zoom: 1;
  zoom: 1;
  position: absolute;
  top: 25px;
  width: 100%;
}
.site-progress-bar .circles:before,
.site-progress-bar .circles:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.site-progress-bar .circles:after {
  clear: both;
}
.site-progress-bar .circles:before,
.site-progress-bar .circles:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.site-progress-bar .circles:after {
  clear: both;
}
.site-progress-bar .circles .circle {
  float: left;
  position: relative;
  height: 28px;
  width: 16%;
  margin-right: 5%;
  background: url(/bundles/opppersonabubble/images/site_progress/circle.png) no-repeat center;
}
.site-progress-bar .circles .circle.circle-first {
  background-image: url(/bundles/opppersonabubble/images/site_progress/circle_first.png);
}
.site-progress-bar .circles .circle.circle-last {
  margin-right: 0;
  background-image: url(/bundles/opppersonabubble/images/site_progress/circle_last.png);
}
.site-progress-bar .circles .circle .text {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #555;
  font-weight: bold;
  margin-top: 4px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
.site-progress-bar .circles .circle .marker {
  position: absolute;
  top: 3px;
  width: 100%;
  height: 23px;
  background: url(/bundles/opppersonabubble/images/faces/face_pink_medium.png) center top no-repeat;
}
.site-progress-bar .points {
  zoom: 1;
  zoom: 1;
  position: relative;
  overflow: hidden;
}
.site-progress-bar .points:before,
.site-progress-bar .points:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.site-progress-bar .points:after {
  clear: both;
}
.site-progress-bar .points:before,
.site-progress-bar .points:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.site-progress-bar .points:after {
  clear: both;
}
.site-progress-bar .points .point {
  float: left;
  width: 16%;
  margin-right: 5%;
  padding-top: 30px;
  background: url(/bundles/opppersonabubble/images/site_progress/vertical_marker.png) center top no-repeat;
}
.site-progress-bar .points .point.point-last {
  margin-right: 0;
}
.site-progress-bar .points .point .text {
  display: block;
  font-size: 15px;
  text-align: center;
  color: white;
}
.site-progress-bar .actions {
  zoom: 1;
  zoom: 1;
}
.site-progress-bar .actions:before,
.site-progress-bar .actions:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.site-progress-bar .actions:after {
  clear: both;
}
.site-progress-bar .actions:before,
.site-progress-bar .actions:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.site-progress-bar .actions:after {
  clear: both;
}
.site-progress-bar .actions .action {
  float: left;
  width: 16%;
  margin-right: 5%;
}
.site-progress-bar .actions .action.action-last {
  margin-right: 0;
}
.site-progress-bar .actions .action .button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  position: relative;
  margin: 12px 0 0;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  background: #F3F3F3 url(/bundles/opppersonabubble/images/site_progress/action_button_background_white.png) center;
  color: #999;
  border: 1px solid #DADADA;
  min-width: 55px;
}
.site-progress-bar .actions .action .button .button-arrow {
  position: absolute;
  top: -8px;
  left: 0;
  height: 8px;
  width: 100%;
  background: url(/bundles/opppersonabubble/images/site_progress/action_button_arrow_white.png) no-repeat center;
}
.site-progress-bar .actions .action .button.active {
  background-color: #DD83C1;
  background-image: url(/bundles/opppersonabubble/images/site_progress/action_button_background_pink.png);
  color: white;
  border: 1px solid #E199C9;
}
.site-progress-bar .actions .action .button.active .text {
  padding-left: 17px;
  background: url(/bundles/opppersonabubble/images/site_progress/plus_symbol.png) no-repeat 0 2px;
}
.site-progress-bar .actions .action .button.active .button-arrow {
  background-image: url(/bundles/opppersonabubble/images/site_progress/action_button_arrow_pink.png);
}
.dashboard-widget {
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  position: relative;
  margin: 0 20px 20px 0;
  padding: 25px;
  background: #F0F0F0;
  width: 100%;
}
.dashboard-widget.disabled {
  padding: 15px;
  padding-bottom: 100px;
  border: 5px dashed #E3E3E3;
  background: #FAFAFA;
}
.dashboard-widget.disabled h2,
.dashboard-widget.disabled h3 {
  color: #CCC;
}
.dashboard-widget .widget-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 28px 35px;
  background: url(/bundles/opppersonabubble/images/dark_transparent_background.png);
}
.dashboard-widget .widget-overlay h3.title {
  margin-bottom: 10px;
  font-size: 22px;
  color: white;
}
.dashboard-widget:hover .widget-overlay {
  display: block;
}
.dashboard-widget .btn-large {
  display: inline-block;
  height: auto;
  margin-right: 5px;
  padding: 3px 13px 3px;
  white-space: normal;
}
.dashboard-widget .btn-large .right-arrow {
  vertical-align: bottom;
  text-align: right;
}
.dashboard-widget.personality-report-mini ul {
  list-style: none;
  margin-bottom: 20px;
}
.dashboard-widget.personality-report-mini li {
  font-size: 15px;
  padding: 3px 0 3px 25px;
  margin-bottom: 9px;
  background: no-repeat left top;
  list-style-position: outside;
}
.dashboard-widget.personality-report-mini li.extraversion {
  color: #E76569;
  background-image: url(/bundles/opppersonabubble/images/faces/face_red_small.png);
}
.dashboard-widget.personality-report-mini li.independence {
  color: #E9A570;
  background-image: url(/bundles/opppersonabubble/images/faces/face_orange_small.png);
}
.dashboard-widget.personality-report-mini li.tough-mindedness {
  color: #6EA4CE;
  background-image: url(/bundles/opppersonabubble/images/faces/face_blue_small.png);
}
.dashboard-widget.personality-report-mini li.self-control {
  color: #6FCBCB;
  background-image: url(/bundles/opppersonabubble/images/faces/face_teal_small.png);
}
.dashboard-widget.personality-report-mini li.anxiety {
  color: #71CD7C;
  background-image: url(/bundles/opppersonabubble/images/faces/face_green_small.png);
}
.dashboard-widget.personality-report-mini.disabled {
  padding-bottom: 15px;
}
.dashboard-widget.personality-report-mini.disabled li {
  color: #CCC;
  background-image: url(/bundles/opppersonabubble/images/faces/face_grey_small.png);
}
.dashboard-widget.similar-friends {
  zoom: 1;
  zoom: 1;
}
.dashboard-widget.similar-friends:before,
.dashboard-widget.similar-friends:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.dashboard-widget.similar-friends:after {
  clear: both;
}
.dashboard-widget.similar-friends:before,
.dashboard-widget.similar-friends:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.dashboard-widget.similar-friends:after {
  clear: both;
}
.dashboard-widget.similar-friends .similar-friends-inner {
  margin-bottom: 15px;
}
.dashboard-widget.similar-friends ul.headings {
  margin: 0;
  margin-bottom: 9px;
}
.dashboard-widget.similar-friends ul.headings li {
  font-size: 15px;
}
.dashboard-widget.similar-friends ul.headings li.friends {
  width: 150px;
}
.dashboard-widget.similar-friends ul.headings li.similarity {
  margin: 0 8px;
}
.dashboard-widget.similar-friends .meter {
  width: 150px;
  background: #fff;
}
.dashboard-widget.similar-friends .friend {
  width: 150px;
  font-size: 14px;
  margin: 0;
}
.dashboard-widget.facebook-friends ul {
  list-style: none;
  margin-bottom: 20px;
}
.dashboard-widget.facebook-friends li {
  float: left;
  margin: 0 7px 7px 0;
}
.dashboard-widget.friend-descriptions {
  background: transparent url(/bundles/opppersonabubble/images/faces/face_grey_small.png) no-repeat 15px bottom;
  width: 296px;
  padding: 0;
}
.dashboard-widget.friend-descriptions .friend-description-scroller {
  height: 244px;
  position: relative;
  overflow: hidden;
}
.dashboard-widget.friend-descriptions .friend-description-scroller-inner {
  zoom: 1;
  zoom: 1;
  position: relative;
  list-style: none;
}
.dashboard-widget.friend-descriptions .friend-description-scroller-inner:before,
.dashboard-widget.friend-descriptions .friend-description-scroller-inner:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.dashboard-widget.friend-descriptions .friend-description-scroller-inner:after {
  clear: both;
}
.dashboard-widget.friend-descriptions .friend-description-scroller-inner:before,
.dashboard-widget.friend-descriptions .friend-description-scroller-inner:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.dashboard-widget.friend-descriptions .friend-description-scroller-inner:after {
  clear: both;
}
.dashboard-widget.friend-descriptions .friend-description {
  float: left;
  width: 100%;
}
.dashboard-widget.friend-descriptions .friend-description h2 {
  margin: 0 25px 10px;
}
.dashboard-widget.friend-descriptions .friend-description .friend-description-bubble {
  background: url(/bundles/opppersonabubble/images/description_bubble_clear.png) no-repeat center;
  height: 210px;
}
.dashboard-widget.friend-descriptions .friend-description blockquote {
  position: relative;
  overflow: hidden;
  height: 140px;
  width: 190px;
  padding: 42px 0 0;
  margin: 0 auto;
  font-size: 19px;
  line-height: 120%;
  text-align: center;
  color: #98b531;
}
.dashboard-widget.invited-friends .invites {
  zoom: 1;
  zoom: 1;
  list-style: none;
  padding-top: 8px;
}
.dashboard-widget.invited-friends .invites:before,
.dashboard-widget.invited-friends .invites:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.dashboard-widget.invited-friends .invites:after {
  clear: both;
}
.dashboard-widget.invited-friends .invites:before,
.dashboard-widget.invited-friends .invites:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.dashboard-widget.invited-friends .invites:after {
  clear: both;
}
.dashboard-widget.invited-friends img {
  float: left;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.dashboard-widget.invited-friends .name {
  float: left;
  padding: 0 8px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #666;
  max-width: 175px;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
}
.dashboard-widget.invited-friends .nudge {
  float: right;
  font-size: 13px;
  text-decoration: underline;
}
.dashboard-widget.invited-friends .nudge.disabled {
  color: #ddd;
}
.persona-chart {
  margin: 10px 0;
}
.persona-chart .chart {
  margin-bottom: 10px;
  background: #f7f7f7 url('/bundles/opppersonabubble/images/persona-chart-norm.png') repeat-y center;
}
.persona-chart .chart .section {
  position: relative;
  height: 48px;
}
.persona-chart .chart .section h3 {
  padding: 12px 10px;
  font-size: 1.3em;
  font-style: normal;
  background: #f7f7f7;
}
.persona-chart .chart .section .low {
  position: absolute;
  left: 0;
}
.persona-chart .chart .section .high {
  position: absolute;
  right: 0;
}
.persona-chart .chart .section .line {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 24px;
  border-top: 1px solid #444;
}
.persona-chart .chart .section .info {
  display: none;
}
.persona-chart .chart .section:hover {
  background-color: #eee;
}
.persona-chart .chart .section:hover h3 {
  background-color: #eee;
}
.persona-chart .chart meter {
  width: 100%;
}
.persona-chart .chart .chart-item {
  position: absolute;
  height: 40px;
  margin: 0 140px -40px;
  top: 10px;
  left: 0;
  right: 0;
  border: none;
}
.persona-chart .chart .chart-item .avatar {
  display: block;
  width: 35px;
  height: 36px;
}
.persona-chart .chart .chart-item .avatar .name {
  display: block;
  margin-left: -32px;
  text-align: center;
  line-height: 1em;
}
.persona-chart .chart .chart-item .avatar .callout {
  display: none;
  position: absolute;
  z-index: 10;
}
.persona-chart .chart .chart-item .avatar:hover .callout {
  display: block;
}
.persona-chart .chart .chart-item .avatar .image {
  margin-left: -10px;
  width: 20px;
  height: 20px;
  background: url('/bundles/opppersonabubble/images/persona-chart-avatar-friend.png') no-repeat;
}
.persona-chart .chart .chart-item .avatar.person .name {
  color: #D468B4;
}
.persona-chart .chart .chart-item .avatar.person .callout {
  width: 55px;
  height: 46px;
  margin-top: -75px;
  margin-left: 10px;
  background: url('/bundles/opppersonabubble/images/persona-chart-avatar-hover.png') no-repeat scroll top left;
}
.persona-chart .chart .chart-item .avatar.person .image {
  background-image: url('/bundles/opppersonabubble/images/persona-chart-avatar.png');
}
.persona-chart .chart .chart-item .avatar.both .image {
  margin-left: -15px;
  background-image: url('/bundles/opppersonabubble/images/persona-chart-avatar-both.png');
  width: 30px;
}
.persona-chart .chart .chart-item .avatar.multi .callout {
  width: 102px;
  height: 52px;
  margin-top: -80px;
  margin-left: 20px;
  background: url('/bundles/opppersonabubble/images/persona-chart-avatar-multi-hover.png') no-repeat scroll top left;
}
.persona-chart .chart .chart-item .avatar.friend .name {
  color: #887ad3;
}
.persona-chart .chart .chart-item .avatar.friend .image {
  background-image: url('/bundles/opppersonabubble/images/persona-chart-avatar-friend.png');
}
.persona-chart .chart .chart-item .avatar.hidden {
  visibility: hidden;
}
.persona-chart .chart .description {
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  display: none;
  position: absolute;
  width: 100%;
  margin-top: 50px;
  padding: 6px;
  top: 5px;
  z-index: 1000;
  font-size: 13px;
  line-height: 120%;
  white-space: normal;
  color: #333;
}
.persona-chart .chart .description .pointer {
  position: absolute;
  top: -30px;
  left: 20px;
  border: 15px solid transparent;
}
.persona-chart .chart.placeholder .chart-item {
  margin-bottom: 0;
}
.persona-chart .chart.placeholder .person {
  margin-top: -8px;
  width: 35px;
  height: 36px;
  background: url('/bundles/opppersonabubble/images/persona-chart-avatar-unknown.png') no-repeat 0 11px;
}
.persona-chart .chart.placeholder .person:hover .info,
.persona-chart .chart.placeholder .person:hover .callout {
  display: none;
}
.persona-chart .chart.placeholder .person img {
  display: none;
}
.persona-chart .chart .EX {
  color: #E76569;
}
.persona-chart .chart .EX .line {
  border-color: #E76569;
}
.persona-chart .chart .EX .description {
  background-color: #E76569;
}
.persona-chart .chart .EX .description .pointer {
  border-bottom-color: #E76569;
}
.persona-chart .chart .IN {
  color: #E9A570;
}
.persona-chart .chart .IN .line {
  border-color: #E9A570;
}
.persona-chart .chart .IN .description {
  background-color: #E9A570;
}
.persona-chart .chart .IN .description .pointer {
  border-bottom-color: #E9A570;
}
.persona-chart .chart .TM {
  color: #6EA4CE;
}
.persona-chart .chart .TM .line {
  border-color: #6EA4CE;
}
.persona-chart .chart .TM .description {
  background-color: #6EA4CE;
}
.persona-chart .chart .TM .description .pointer {
  border-bottom-color: #6EA4CE;
}
.persona-chart .chart .SC {
  color: #6FCBCB;
}
.persona-chart .chart .SC .line {
  border-color: #6FCBCB;
}
.persona-chart .chart .SC .description {
  background-color: #6FCBCB;
}
.persona-chart .chart .SC .description .pointer {
  border-bottom-color: #6FCBCB;
}
.persona-chart .chart .AX {
  color: #71CD7C;
}
.persona-chart .chart .AX .line {
  border-color: #71CD7C;
}
.persona-chart .chart .AX .description {
  background-color: #71CD7C;
}
.persona-chart .chart .AX .description .pointer {
  border-bottom-color: #71CD7C;
}
.persona-chart .label {
  display: block;
  width: 155px;
  margin: 0 auto;
  padding: 3px 9px;
  font-size: 12px;
  text-align: center;
  color: #aaa;
  background-color: #f4f4f4;
}
.friends h1 {
  float: left;
}
.friends .notice {
  float: left;
  font-size: 15px;
  margin: 8px 0 0 6px;
  color: #02A2DC;
  white-space: nowrap;
}
.friends .notice .count {
  font-size: 20px;
  color: #326EAD;
}
.friends .notice .help {
  font-size: 12px;
  color: #777;
  position: relative;
}
.friends .notice .help .hover {
  display: none;
  position: absolute;
  z-index: 1;
  padding: 5px;
  width: 220px;
  height: 75px;
  right: 27px;
  bottom: 8px;
  font-size: 12px;
  line-height: 110%;
  white-space: normal;
  background: transparent url(/bundles/opppersonabubble/images/large-hover-bg.png) no-repeat top right;
  text-align: center;
}
.friends .notice .help:hover .hover {
  display: block;
}
.friends .friend {
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline;
  position: relative;
  float: left;
  clear: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 6px;
  list-style-type: none;
  border: 1px solid #eee;
}
.friends .friend .description {
  float: left;
}
.friends .friend .description h2 {
  margin-right: 4px;
  margin-bottom: 3px;
  font-size: 1.6em;
  color: #3A86C0;
}
.friends .friend .description p {
  margin-bottom: 3px;
}
.friends .friend img {
  float: left;
  margin: 0 9px 9px 0;
  border: solid 1px #cdcdcd;
  width: 57px;
  height: 57px;
}
.friends .friend .actions {
  float: right;
  clear: right;
  position: relative;
  margin-left: 2px;
}
.friends .friend .actions .btn {
  float: right;
  height: auto;
  white-space: nowrap;
}
.friends .friend .popup {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  display: none;
  top: 40px;
  right: -10px;
  z-index: 100;
  width: auto;
  min-width: 130px;
  padding: 6px 11px;
  font-size: 12px;
  color: #555;
  background: #fbefef;
  border: 1px solid #ebdfdf;
}
.friends .friend .popup a {
  color: #e06169;
  text-decoration: underline;
}
.friends .friend .popup .popup-arrow {
  position: absolute;
  top: -11px;
  right: 20px;
  width: 19px;
  height: 15px;
  background: url('/bundles/opppersonabubble/images/friend_remind_popup_arrow.png');
}
.friends .friend .popup.remind .popup-arrow {
  right: 47px;
}
.friends .friend .popup.delete .popup-arrow {
  right: 18px;
}
section.listbox {
  padding: 0.65em;
}
section.listbox h2 {
  margin: 0;
  font-size: 1.3em;
  color: #2a6a95;
}
section.listbox h3 {
  font-size: 1.2em;
  color: #2a6a95;
}
section.listbox ul {
  margin-top: 0.25em;
  padding: 0;
}
section.listbox li {
  padding: 0.5em;
  list-style: none;
}
section.listbox li a {
  text-decoration: underline;
  color: #71CD7C;
}
section.listbox li a: after {
  content: ' >';
}
section.listbox.incomplete {
  background-color: #BCE3F4;
}
section.listbox.incomplete ul {
  background-color: #F7FCFD;
}
section.listbox.flashes {
  margin-bottom: 1em;
  background-color: #F8F384;
}
section.listbox.flashes ul {
  background-color: #FEFFFE;
}
section.listbox.questionnaires {
  height: 30em;
}
section.listbox.questionnaires ul {
  margin: 0.25em -0.5em;
}
section.listbox.questionnaires li {
  border-top: 1px solid #ddd;
}
section.listbox.new {
  width: 45%;
  height: 20em;
}
section.listbox.new h2 {
  font-size: 1.75em;
  color: #69AAD5;
}
section.listbox.new a.person {
  text-decoration: none;
  color: #69AAD5;
}
section.listbox.new a.person: after {
  content: '';
}
section.listbox.new ul {
  margin: 0.25em -0.5em;
}
section.listbox.new li {
  border-top: 1px solid #ddd;
}
section.listbox.edit-rel img {
  display: inline;
  float: left;
  width: 57px;
  margin: 0;
  border: 1px solid #ddd;
}
section.listbox.edit-rel h2 {
  display: inline;
  float: right;
  width: 115px;
  margin-bottom: 0.25em;
  font-size: 1.0em;
}
section.listbox.edit-rel .relationships {
  display: inline;
  float: right;
  clear: right;
  width: 115px;
  color: #333;
}
.friend-rating {
  zoom: 1;
  zoom: 1;
  clear: left;
}
.friend-rating:before,
.friend-rating:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.friend-rating:after {
  clear: both;
}
.friend-rating:before,
.friend-rating:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.friend-rating:after {
  clear: both;
}
.friend-rating .slider-row {
  zoom: 1;
  zoom: 1;
  margin-bottom: 10px;
}
.friend-rating .slider-row:before,
.friend-rating .slider-row:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.friend-rating .slider-row:after {
  clear: both;
}
.friend-rating .slider-row:before,
.friend-rating .slider-row:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.friend-rating .slider-row:after {
  clear: both;
}
.friend-rating .scale {
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 270px;
  padding: 0 10px;
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 150%;
  color: #5299CB;
  vertical-align: top;
}
.friend-rating .scale.low {
  text-align: right;
}
.friend-rating .key,
.friend-rating .slider {
  width: 360px;
}
.friend-rating .key {
  margin: 0 auto 5px;
  zoom: 1;
  zoom: 1;
}
.friend-rating .key:before,
.friend-rating .key:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.friend-rating .key:after {
  clear: both;
}
.friend-rating .key:before,
.friend-rating .key:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.friend-rating .key:after {
  clear: both;
}
.friend-rating .key .key-item {
  float: left;
  width: 20%;
  margin: 0;
  font-size: 12px;
  color: #999;
  text-align: center;
  list-style-type: none;
}
.friend-rating .slider {
  float: left;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.friend-rating .slider .step {
  float: left;
  margin-top: 5px;
  height: 23px;
  width: 35px;
  border: 1px solid #ddd;
  margin-right: -1px;
  background-color: #f3f3f3;
  background: -moz-linear-gradient(top,white 0%,#f3f3f3 50%,white 51%,#f3f3f3 100%);
  background: -webkit-linear-gradient(top,white 0%,#f3f3f3 50%,white 51%,#f3f3f3 100%);
  background: -o-linear-gradient(top,white 0%,#f3f3f3 50%,white 51%,#f3f3f3 100%);
  background: -ms-linear-gradient(top,white 0%,#f3f3f3 50%,white 51%,#f3f3f3 100%);
  background: linear-gradient(to bottom,white 0%,#f3f3f3 50%,white 51%,#f3f3f3 100%);
}
.friend-rating .slider .step.selected {
  background-color: #e3e3e3;
  background: -moz-linear-gradient(top,white 0%,#e3e3e3 50%,white 51%,#e3e3e3 100%);
  background: -webkit-linear-gradient(top,white 0%,#e3e3e3 50%,white 51%,#e3e3e3 100%);
  background: -o-linear-gradient(top,white 0%,#e3e3e3 50%,white 51%,#e3e3e3 100%);
  background: -ms-linear-gradient(top,white 0%,#e3e3e3 50%,white 51%,#e3e3e3 100%);
  background: linear-gradient(to bottom,white 0%,#e3e3e3 50%,white 51%,#e3e3e3 100%);
}
.friend-rating .slider .handle {
  position: absolute;
  width: 37px;
  height: 30px;
  margin: 0;
  background: url('/bundles/opppersonabubble/images/faces/face_pink_medium.png') no-repeat center;
  cursor: move;
}
.friend-rating .slider .callout {
  position: absolute;
  width: 64px;
  height: 52px;
  top: -35px;
  left: 28px;
  z-index: 1;
  background: transparent url('/bundles/opppersonabubble/images/callout-move-me.png') no-repeat top left;
}
.profile-page #photo-upload-block {
  float: left;
  width: 150px;
}
.profile-page #photo-upload-block .profile-photo {
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
  background-image: url(/bundles/opppersonabubble/images/photo-upload-block.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #ccc;
}
.profile-page #photo-upload-block .profile-photo img {
  width: 100px;
  height: 100px;
}
.profile-page #photo-upload-block p {
  margin-top: 20px;
}
.profile-page #photo-upload-block a.button {
  -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 3px 1px;
  -moz-box-shadow: rgba(0,0,0,0.15) 0 0 3px 1px;
  -o-box-shadow: rgba(0,0,0,0.15) 0 0 3px 1px;
  box-shadow: rgba(0,0,0,0.15) 0 0 3px 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  padding: 4px 7px;
  font-size: 11px;
  color: white;
  background: url('/bundles/opppersonabubble/images/button_large_green.png') repeat-x center center;
  cursor: pointer;
}
.profile-page #photo-upload-block #form-delete-photo ul.actions input {
  width: 110px;
  padding: 5px;
  font-size: 11px;
  background-position: left center;
}
.profile-page .actions {
  float: left;
  width: 100%;
}
.profile-page .actions .btn-large {
  float: right;
}
#account-settings section.setting {
  margin-bottom: 12px;
}
#account-settings section.setting form .confirm {
  margin-left: 5px;
}
#account-settings section.setting form .actions {
  float: left;
  margin: 5px 0 12px;
}
#instructions {
  -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  -moz-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  -o-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  zoom: 1;
  zoom: 1;
  max-width: 670px;
  margin: 30px 150px;
  padding: 20px;
  background: white;
  border: solid 1px #d7d8da;
}
#instructions:before,
#instructions:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
#instructions:after {
  clear: both;
}
#instructions:before,
#instructions:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
#instructions:after {
  clear: both;
}
#instructions #sample {
  display: none;
  position: absolute;
  margin-left: 65px;
  z-index: 100;
  opacity: 0.7;
  font-size: 5em;
  text-transform: uppercase;
}
#instructions #sample p {
  font-size: 68px;
  margin-top: 10px;
  color: #69AAD5;
}
#instructions #holder {
  clear: both;
  height: 50px;
}
#instructions #holder #point {
  width: 0;
  border: 10px solid white;
}
#instructions #holder #hint {
  float: left;
  width: 130px;
  padding: 7px;
  color: white;
  background-color: white;
  border-radius: 4px;
}
#instructions #holder.over #point {
  border-bottom-color: #dae483;
}
#instructions #holder.over #hint {
  color: #000;
  background-color: #dae483;
}
#instructions #holder li {
  display: inline-block;
  margin: 20px;
}
#instructions #demo {
  zoom: 1;
  zoom: 1;
  position: relative;
  float: left;
  margin: 25px 50px 0 50px;
}
#instructions #demo:before,
#instructions #demo:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
#instructions #demo:after {
  clear: both;
}
#instructions #demo:before,
#instructions #demo:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
#instructions #demo:after {
  clear: both;
}
#instructions #demo #answers {
  float: left;
  margin: 0;
}
#instructions #demo p.answer {
  float: left;
  margin: 12px 5px;
  font-size: 1.3em;
  color: #21559e;
}
#instructions #demo ul#answers li {
  float: left;
  width: 41px;
  height: 41px;
  margin: 0 3px;
  text-indent: -9999px;
  background: transparent url('/bundles/opppersonabubble/images/answer-sprite.png') no-repeat 0 0;
  border: 0;
  cursor: pointer;
}
#instructions #demo ul#answers li:hover {
  background-position: 0 -41px;
}
#instructions #go-arrow {
  display: none;
  float: right;
  width: 100px;
  height: 100px;
  background: url('/bundles/opppersonabubble/images/instructions-go-arrow.png') no-repeat;
}
.main-content.test {
  zoom: 1;
  zoom: 1;
  margin: 0 60px;
  width: 808px;
}
.main-content.test:before,
.main-content.test:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.main-content.test:after {
  clear: both;
}
.main-content.test:before,
.main-content.test:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.main-content.test:after {
  clear: both;
}
.main-content.test h1 {
  margin-bottom: 20px;
  font-size: 2.3em;
  color: #02A2DC;
}
.main-content.test h2 {
  font-size: 1.7em;
  color: #666666;
  margin-bottom: 17px;
}
.main-content.test .bullet-points {
  list-style: none;
  margin-bottom: 10px;
}
.main-content.test .bullet-points li {
  background: url("/bundles/opppersonabubble/images/bullet_point.png") no-repeat 2px center;
  padding-left: 22px;
  font-size: 1.2em;
  color: #777;
  line-height: 1.6em;
}
.main-content.test .aside {
  position: relative;
  float: right;
  width: 295px;
  margin: 60px 0 0;
}
.main-content.test .aside h2 {
  color: #02A2DC;
  margin-bottom: 8px;
}
.main-content.test .aside p {
  font-size: 1.2em;
  line-height: 1.6em;
}
.main-content.test .aside strong {
  font-weight: bold;
}
.main-content.test .bubble {
  position: absolute;
  width: 39px;
  height: 41px;
}
.main-content.test .bubble.red {
  background: url(/bundles/opppersonabubble/images/faces/face_red.png) no-repeat;
}
.main-content.test .bubble.blue {
  background: url(/bundles/opppersonabubble/images/faces/face_blue.png) no-repeat;
}
.main-content.test .bubble.green {
  background: url(/bundles/opppersonabubble/images/faces/face_green.png) no-repeat;
}
.main-content.test .bubble.orange {
  background: url(/bundles/opppersonabubble/images/faces/face_orange.png) no-repeat;
}
.main-content.test .bubble.pink {
  background: url(/bundles/opppersonabubble/images/faces/face_pink.png) no-repeat;
}
.main-content.test .bubble.purple {
  background: url(/bundles/opppersonabubble/images/faces/face_purple.png) no-repeat;
}
.main-content.test .bubble.teal {
  background: url(/bundles/opppersonabubble/images/faces/face_teal.png) no-repeat;
}
.main-content.test .bubble.yellow {
  background: url(/bundles/opppersonabubble/images/faces/face_yellow.png) no-repeat;
}
.main-content.test form {
  padding-top: 10px;
}
.main-content.test form p.answer {
  float: left;
  width: 35%;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 1.3em;
  color: #02A2DC;
}
.main-content.test form p.left {
  text-align: right;
}
.main-content.test form p.right {
  float: right;
  text-align: left;
}
.main-content.test form #answers {
  float: left;
  width: 30%;
  text-align: center;
}
.main-content.test form #answers input {
  float: none;
  display: inline-block;
  width: 41px;
  height: 41px;
  margin: 0 3px;
  font-size: 0;
  color: #E09AD5;
  background: url('/bundles/opppersonabubble/images/answer-sprite.png') no-repeat 0 0;
  border: 0;
  cursor: pointer;
}
.main-content.test form #answers input:hover {
  background-position: 0 -41px;
}
.main-content.notifications h2 {
  margin-bottom: 10px;
  font-size: 1.7em;
  color: #02A2DC;
}
.main-content.notifications .notification {
  zoom: 1;
  zoom: 1;
  margin: 0 5px;
}
.main-content.notifications .notification:before,
.main-content.notifications .notification:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.main-content.notifications .notification:after {
  clear: both;
}
.main-content.notifications .notification:before,
.main-content.notifications .notification:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.main-content.notifications .notification:after {
  clear: both;
}
.main-content.notifications .notification .profile-picture {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 15px;
}
.main-content.notifications .notification .body {
  float: left;
}
.main-content.notifications .notification .body p {
  float: left;
  margin-bottom: 6px;
}
.main-content.notifications .notification .body .actions {
  float: left;
  clear: left;
}
.main-content.notifications .notification .rule {
  margin-top: 10px;
}
.invite-start {
  -webkit-box-shadow: rgba(0,0,0,0.35) 0 0 3px;
  -moz-box-shadow: rgba(0,0,0,0.35) 0 0 3px;
  -o-box-shadow: rgba(0,0,0,0.35) 0 0 3px;
  box-shadow: rgba(0,0,0,0.35) 0 0 3px;
  background: #F2F2F2;
  padding: 15px 0 50px;
}
.invite-start form {
  max-width: none;
}
.invite-start form .field {
  zoom: 1;
  zoom: 1;
  margin: 0;
}
.invite-start form .field:before,
.invite-start form .field:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.invite-start form .field:after {
  clear: both;
}
.invite-start form .field:before,
.invite-start form .field:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.invite-start form .field:after {
  clear: both;
}
.invite-start form label {
  width: 286px;
  float: left;
  text-align: right;
  margin: 8px 0 16px;
  font-size: 1.7em;
  color: #02A2DC;
}
.invite-start form input.text,
.invite-start form textarea {
  -webkit-box-shadow: inset rgba(0,0,0,0.25) 0 0 3px;
  -moz-box-shadow: inset rgba(0,0,0,0.25) 0 0 3px;
  -o-box-shadow: inset rgba(0,0,0,0.25) 0 0 3px;
  box-shadow: inset rgba(0,0,0,0.25) 0 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  width: 350px;
  margin: 2px 12px 10px;
  padding: 8px 10px;
  font-size: 1.6em;
  border: 1px solid #999;
}
.invite-start form input.text.untouched,
.invite-start form textarea.untouched {
  color: #aaa;
}
.invite-start form .faded {
  color: #ccc;
}
.invite-start form textarea {
  height: 135px;
}
.invite-start form .actions {
  float: none;
  margin: 0;
  margin-left: 286px;
}
.invite-start form .actions input {
  margin: 12px;
  font-size: 20px;
  padding-top: 3px;
}
.invite-start form .loader {
  margin: 18px 2px 0;
}
.invite-start form .loader.hidden {
  display: none;
}
.invite-start form .alert {
  float: left;
  width: auto;
  clear: none;
  margin-top: 4px;
}
.invite-start form .alert-error {
  float: left;
  width: auto;
  clear: none;
  margin-top: 12px;
}
.invite-start form .invite-count {
  float: left;
  color: #AEC946;
  margin: 9px 0;
  font-size: 1.7em;
}
.invite-start form .errors {
  margin-left: 286px;
  padding: 6px 18px 18px;
}
.invite-start form .errors h3 {
  font-size: 1.8em;
  color: #D48;
  margin-bottom: 6px;
}
.invite-start form .errors p {
  font-size: 1.4em;
  color: #B47;
}
.invite-start p {
  margin-bottom: 0.75em;
}
.invite-options {
  zoom: 1;
  zoom: 1;
  margin: 20px 0;
}
.invite-options:before,
.invite-options:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.invite-options:after {
  clear: both;
}
.invite-options:before,
.invite-options:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.invite-options:after {
  clear: both;
}
.invite-options p {
  float: left;
  font-size: 1.3em;
  margin-right: 5px;
  margin-top: 9px;
}
.invite-options div {
  float: left;
  margin-right: 5px;
  padding-bottom: 10px;
  font-size: 15px;
  color: #4688BC;
}
.invite-options div a {
  display: block;
  padding: 9px;
  color: #2173b4;
  background: #e6e6e6 no-repeat;
  border-radius: 4px;
}
.invite-options div.selected,
.invite-options div:hover {
  background: url('/bundles/opppersonabubble/images/invite_type_arrow.png') bottom no-repeat;
}
.invite-options div.selected a,
.invite-options div:hover a {
  color: white;
  background: #7DB9DD 10px center no-repeat;
}
.invite-options div.email a {
  padding-left: 42px;
  background-position: 8px center;
  background-image: url('/bundles/opppersonabubble/images/share_icons/email_icon.png');
}
.invite-options div.facebook a {
  padding-left: 40px;
  background-position: 6px center;
  background-image: url('/bundles/opppersonabubble/images/share_icons/fb_logo.png');
}
.invite {
  zoom: 1;
  zoom: 1;
}
.invite:before,
.invite:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.invite:after {
  clear: both;
}
.invite:before,
.invite:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.invite:after {
  clear: both;
}
.invite h2.rating-title {
  float: left;
  position: relative;
  font-size: 30px;
  padding-right: 18px;
}
.invite h2.rating-title .icon {
  right: 3px;
}
.invite .icon {
  position: absolute;
  top: 3px;
  right: 16px;
  width: 16px;
  height: 14px;
  background: transparent no-repeat bottom center;
  cursor: pointer;
}
.invite .icon.lock {
  background-image: url(/bundles/opppersonabubble/images/icon-padlock.png);
}
.invite .icon.eye {
  background-image: url(/bundles/opppersonabubble/images/icon-eye.png);
}
.invite .icon .hover {
  display: none;
  position: absolute;
  right: -9px;
  bottom: 12px;
  z-index: 1;
  padding: 5px;
  width: 220px;
  height: 26px;
  background: transparent url(/bundles/opppersonabubble/images/privacy-hover-bg.png) no-repeat top right;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #808080;
}
.invite .icon:hover .hover {
  display: block;
}
.invite .skip-rating,
.invite .submit-invite {
  -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  -moz-box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  -o-box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: right;
  margin-left: 8px;
  padding: 6px 8px;
  font-size: 1.2em;
  color: white;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
}
.invite .skip-rating {
  background: url('/bundles/opppersonabubble/images/friend-skip.jpg') repeat-x;
}
.invite .submit-invite {
  background: url('/bundles/opppersonabubble/images/friend-submit.jpg') repeat-x;
}
.invite .invite-block-container {
  margin-top: 30px;
}
.invite .invite-block {
  zoom: 1;
  zoom: 1;
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px 20px 0 0;
  position: relative;
  border-right: 1px solid #D8D8D8;
  color: #808080;
}
.invite .invite-block:before,
.invite .invite-block:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.invite .invite-block:after {
  clear: both;
}
.invite .invite-block:before,
.invite .invite-block:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.invite .invite-block:after {
  clear: both;
}
.invite .invite-block ul li {
  list-style-type: none;
}
.invite .invite-block p {
  clear: both;
  line-height: 1.5em;
}
.invite .invite-block h2 {
  float: left;
  display: inline;
  font-size: 1.5em;
}
.invite .invite-block .message {
  clear: none;
}
.invite .invite-block .checkbox-row {
  float: left;
  clear: none;
  width: 100%;
}
.invite .invite-block .checkbox-row label {
  word-wrap: break-word;
  line-height: 140%;
  float: none;
}
.invite .invite-block .checkbox-row .clear {
  display: none;
}
.invite .invite-block .long-list .checkbox-row {
  width: 50%;
}
.invite .invite-block .description {
  padding: 25px 7px;
  background: transparent url(/bundles/opppersonabubble/images/description_bubble.png) no-repeat 4px top;
}
.invite .invite-block .description textarea {
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 126px;
  margin: 0;
  padding: 5px 10px;
  font-size: 16px;
  color: #777;
  background: transparent;
  border: 1px solid #c6c6c6;
}
.contacts {
  -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  -moz-box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  -o-box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  background: #F2F2F2;
}
.contacts p {
  padding: 1em;
}
.contacts ul {
  height: 572px;
  padding-bottom: 14px;
  position: relative;
  overflow: scroll;
  overflow-x: hidden;
}
.contacts ul li {
  -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  -moz-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  -o-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  zoom: 1;
  zoom: 1;
  position: relative;
  float: left;
  width: 160px;
  height: 81px;
  margin-top: 12px;
  margin-left: 12px;
  background: white;
  list-style-type: none;
  border: 1px solid white;
}
.contacts ul li:before,
.contacts ul li:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.contacts ul li:after {
  clear: both;
}
.contacts ul li:before,
.contacts ul li:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.contacts ul li:after {
  clear: both;
}
.contacts ul li.invited {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: #DEE9C7;
  border: 1px solid #C7D2B2;
}
.contacts ul li.connected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: #F0DCE7;
  border: 1px solid #D8C7CF;
}
.contacts ul li label {
  display: block;
  padding: 6px;
}
.contacts ul li label .name {
  font-size: 14px;
  color: #444;
}
.contacts ul li label .profile {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.contacts ul li .user {
  position: absolute;
  padding-left: 18px;
  padding-bottom: 2px;
  bottom: 5px;
  left: 7px;
  color: #DE84C4;
  background: url('/bundles/opppersonabubble/images/small_bubble_head_pink.png') left top no-repeat;
}
.contacts ul li .action {
  position: absolute;
  bottom: 7px;
  right: 7px;
  text-align: right;
}
.contacts ul li .action h4 {
  float: right;
  padding-left: 20px;
  font-size: 1.2em;
}
.contacts ul li .action h4.connected {
  color: #DD81C0;
  background: url('/bundles/opppersonabubble/images/tick_pink.png') left no-repeat;
}
.contacts ul li .action h4.invited {
  color: #707A00;
  background: url('/bundles/opppersonabubble/images/tick_green.png') left no-repeat;
}
.contacts ul li .action a {
  float: right;
  clear: right;
  font-size: 0.8em;
  text-decoration: underline;
  color: #888;
}
.contacts ul li .action .button {
  -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  -moz-box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  -o-box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 7px 3px;
  font-size: 14px;
  text-decoration: none;
  color: white;
  background: #aaa repeat-x;
}
.contacts ul li .action .button.blue {
  background: #00A4D8 url('/bundles/opppersonabubble/images/small_button_blue.png') repeat-x center;
}
.contacts ul li .action .button.pink {
  background: #DD83C1 url('/bundles/opppersonabubble/images/small_button_pink.png') repeat-x center;
}
.contacts ul li .action .button.disabled {
  background: #d7d7d7 url('/bundles/opppersonabubble/images/button_large_grey.png') repeat-x center;
}
.contacts ul li .action .button.pink.disabled {
  background: #b9b9b9 url('/bundles/opppersonabubble/images/button_large_dark_pink.png') repeat-x center;
}
.contacts input {
  float: left;
}
.contacts .filter-block {
  float: left;
  width: 100%;
  background-image: linear-gradient(bottom,#dfdfdf 0%,#efefef 69%);
  background-image: -o-linear-gradient(bottom,#dfdfdf 0%,#efefef 69%);
  background-image: -moz-linear-gradient(bottom,#dfdfdf 0%,#efefef 69%);
  background-image: -webkit-linear-gradient(bottom,#dfdfdf 0%,#efefef 69%);
  background-image: -ms-linear-gradient(bottom,#dfdfdf 0%,#efefef 69%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#dfdfdf),color-stop(0.69,#efefef));
}
.contacts .filter-block label {
  float: left;
  margin: 16px;
  font-size: 1.7em;
  color: #02A2DC;
}
.contacts .filter-block input {
  -webkit-box-shadow: inset rgba(0,0,0,0.15) 0 0 3px;
  -moz-box-shadow: inset rgba(0,0,0,0.15) 0 0 3px;
  -o-box-shadow: inset rgba(0,0,0,0.15) 0 0 3px;
  box-shadow: inset rgba(0,0,0,0.15) 0 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  width: 300px;
  margin: 12px 12px;
  padding: 6px 8px;
  font-size: 1.4em;
  border: 1px solid #999;
}
.contacts .filter-block input.untouched {
  color: #aaa;
}
.factors section {
  background-color: none;
}
.factors section .box {
  -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  -moz-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  -o-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  margin-bottom: 10px;
  background-color: #F7F7F7;
}
.factors section h2 {
  margin: 0;
  padding: 7px 11px;
  color: white;
  background-color: #bbb;
}
.factors section h2 .versus {
  font-size: 80%;
}
.factors section div.content {
  padding: 1em;
}
.factors section h3 a.share-this {
  display: none;
  position: relative;
  margin-bottom: -3px;
  width: 27px;
  height: 23px;
  line-height: 27px;
  font-size: 13px;
  background: no-repeat top;
}
.factors section h3 a.share-this:hover {
  background-position: bottom;
}
.factors section h3 a.share-this:hover span {
  display: block;
}
.factors section h3 a.share-this span {
  position: absolute;
  display: none;
  width: 79px;
  height: 36px;
  background: transparent url(/bundles/opppersonabubble/images/share-this-popover-arrow-right.png) no-repeat top left;
  bottom: 23px;
  left: -2px;
  color: #6e6e6e;
  text-align: center;
  z-index: 10;
}
.factors section p,
.factors section li {
  font-size: 14px;
  color: #555;
}
.factors section li {
  list-style: none;
  padding-left: 32px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-position: 10px 0px;
}
.factors section .rating {
  zoom: 1;
  zoom: 1;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 9px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 8px 11px;
  background: #ddd;
}
.factors section .rating:before,
.factors section .rating:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.factors section .rating:after {
  clear: both;
}
.factors section .rating:before,
.factors section .rating:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.factors section .rating:after {
  clear: both;
}
.factors section .rating h4 {
  margin-right: 8px;
}
.factors section .rating .star {
  display: block;
  float: left;
  width: 17px;
  height: 15px;
  margin-top: 2px;
  margin-left: 3px;
}
.factors section .rating sub {
  float: left;
  margin: 5px 0 0 3px;
  font-size: 9px;
}
.factors section .rating .friend {
  position: absolute;
  left: 11px;
  top: 40px;
  opacity: 0.5;
  font-size: 0.8em;
}
.factors section .rating .friend .star {
  margin-top: 0;
}
.factors section .rating .friend p {
  font-size: 12px;
  margin-right: 3px;
}
.factors section .comments {
  float: left;
  clear: left;
  position: relative;
  width: 100%;
}
.factors section .comments .comment_border_arrow {
  position: absolute;
  width: 32px;
  height: 17px;
  top: 0;
  left: 35px;
  background: url(/bundles/opppersonabubble/images/comment_border_arrow.png) no-repeat;
}
.factors section .comments .inner {
  margin-top: 16px;
  margin-left: 16px;
  border: 1px solid #e6e6e6;
}
.factors section .comments .inner h4 {
  padding: 9px 9px 9px 44px;
  line-height: 25px;
  background: no-repeat 9px 9px;
}
.factors section .comments .inner .view_all {
  display: block;
  margin: 0 9px;
  padding: 5px;
  background: #f7f7f7;
  background-repeat: no-repeat;
  background-position: 97% center;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.factors section .comments .inner .view_all.active {
  background-image: none;
}
.factors section .comments .inner .comment {
  position: relative;
  clear: left;
  margin-top: 9px;
  padding: 0 9px;
  color: #666666;
}
.factors section .comments .inner .comment td {
  vertical-align: middle;
}
.factors section .comments .inner .comment .image {
  width: 26px;
}
.factors section .comments .inner .comment .image img {
  width: 22px;
  height: 22px;
}
.factors section .comments .inner .comment .name {
  width: 36px;
}
.factors section .comments .inner .comment .text {
  vertical-align: middle;
}
.factors section .comments .inner .comment .text span {
  display: inline-block;
  word-wrap: break-word;
}
.factors section .comments .inner .comment .new_icon {
  display: none;
  position: absolute;
  width: 38px;
  height: 27px;
  top: -15px;
  right: -20px;
  background: url(/bundles/opppersonabubble/images/new_comment_icon.png) no-repeat;
}
.factors section .comments .inner .comment.new {
  background: whitefad;
}
.factors section .comments .inner .comment.new .new_icon {
  display: block;
}
.factors section .comments .inner .form_wrapper {
  float: left;
  display: inline;
  width: 100%;
}
.factors section .comments .inner form {
  padding: 7px 9px;
}
.factors section .comments .inner input {
  float: left;
  margin: 0;
  padding: 3px 5px;
  color: #666666;
  border: 1px solid #d8d8d8;
}
.factors section .comments .inner input.submit {
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: right;
  width: 60px;
  padding: 3px 5px;
  background: #f7f7f7;
  cursor: pointer;
}
.factors section .comments .inner input.text {
  overflow: visible;
  margin-right: -100px;
  border-right: 0;
}
.factors section .comments .inner input.submit :-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}
.factors section .comments .inner .info {
  margin: 0 9px 7px;
  font-size: 0.9em;
  color: #999;
}
.factors section.EX h2 {
  background-color: #E76569;
}
.factors section.EX h3 {
  color: #E76569;
}
.factors section.EX h4,
.factors section.EX .friend p,
.factors section.EX sub,
.factors section.EX a,
.factors section.EX .name {
  color: #E76569;
}
.factors section.EX li {
  background-image: url(/bundles/opppersonabubble/images/li-bg_1.png);
}
.factors section.EX .share-this {
  background-image: url("/bundles/opppersonabubble/images/share_button_red.png");
}
.factors section.EX .rating {
  background: #F7E2E1;
}
.factors section.EX .rating .star {
  background: url("/bundles/opppersonabubble/images/stars/star_red.png");
}
.factors section.EX .rating .star.selected {
  background: url("/bundles/opppersonabubble/images/stars/star_red_selected.png");
}
.factors section.EX .comments h4 {
  background-image: url(/bundles/opppersonabubble/images/comment_icon_red.png);
}
.factors section.EX .comments input.submit {
  color: #E76569;
}
.factors section.EX .comments .view_all {
  background-image: url(/bundles/opppersonabubble/images/expand_comments_red.png);
}
.factors section.IN h2 {
  background-color: #E9A570;
}
.factors section.IN h3 {
  color: #E9A570;
}
.factors section.IN h4,
.factors section.IN .friend p,
.factors section.IN sub,
.factors section.IN a,
.factors section.IN .name {
  color: #E9A570;
}
.factors section.IN li {
  background-image: url(/bundles/opppersonabubble/images/li-bg_2.png);
}
.factors section.IN .share-this {
  background-image: url("/bundles/opppersonabubble/images/share_button_orange.png");
}
.factors section.IN .rating {
  background: #F9ECE3;
}
.factors section.IN .rating .star {
  background: url("/bundles/opppersonabubble/images/stars/star_orange.png");
}
.factors section.IN .rating .star.selected {
  background: url("/bundles/opppersonabubble/images/stars/star_orange_selected.png");
}
.factors section.IN .comments h4 {
  background-image: url(/bundles/opppersonabubble/images/comment_icon_orange.png);
}
.factors section.IN .comments input.submit {
  color: #E9A570;
}
.factors section.IN .comments .view_all {
  background-image: url(/bundles/opppersonabubble/images/expand_comments_orange.png);
}
.factors section.TM h2 {
  background-color: #6EA4CE;
}
.factors section.TM h3 {
  color: #6EA4CE;
}
.factors section.TM h4,
.factors section.TM .friend p,
.factors section.TM sub,
.factors section.TM a,
.factors section.TM .name {
  color: #6EA4CE;
}
.factors section.TM li {
  background-image: url(/bundles/opppersonabubble/images/li-bg_3.png);
}
.factors section.TM .share-this {
  background-image: url("/bundles/opppersonabubble/images/share_button_blue.png");
}
.factors section.TM .rating {
  background: #E2EDF3;
}
.factors section.TM .rating .star {
  background: url("/bundles/opppersonabubble/images/stars/star_blue.png");
}
.factors section.TM .rating .star.selected {
  background: url("/bundles/opppersonabubble/images/stars/star_blue_selected.png");
}
.factors section.TM .comments h4 {
  background-image: url(/bundles/opppersonabubble/images/comment_icon_blue.png);
}
.factors section.TM .comments input.submit {
  color: #6EA4CE;
}
.factors section.TM .comments .view_all {
  background-image: url(/bundles/opppersonabubble/images/expand_comments_blue.png);
}
.factors section.SC h2 {
  background-color: #6FCBCB;
}
.factors section.SC h3 {
  color: #6FCBCB;
}
.factors section.SC h4,
.factors section.SC .friend p,
.factors section.SC sub,
.factors section.SC a,
.factors section.SC .name {
  color: #6FCBCB;
}
.factors section.SC li {
  background-image: url(/bundles/opppersonabubble/images/li-bg_4.png);
}
.factors section.SC .share-this {
  background-image: url("/bundles/opppersonabubble/images/share_button_teal.png");
}
.factors section.SC .rating {
  background: #E2F2F2;
}
.factors section.SC .rating .star {
  background: url("/bundles/opppersonabubble/images/stars/star_teal.png");
}
.factors section.SC .rating .star.selected {
  background: url("/bundles/opppersonabubble/images/stars/star_teal_selected.png");
}
.factors section.SC .comments h4 {
  background-image: url(/bundles/opppersonabubble/images/comment_icon_teal.png);
}
.factors section.SC .comments input.submit {
  color: #6FCBCB;
}
.factors section.SC .comments .view_all {
  background-image: url(/bundles/opppersonabubble/images/expand_comments_teal.png);
}
.factors section.AX h2 {
  background-color: #71CD7C;
}
.factors section.AX h3 {
  color: #71CD7C;
}
.factors section.AX h4,
.factors section.AX .friend p,
.factors section.AX sub,
.factors section.AX a,
.factors section.AX .name {
  color: #71CD7C;
}
.factors section.AX li {
  background-image: url(/bundles/opppersonabubble/images/li-bg_5.png);
}
.factors section.AX .share-this {
  background-image: url("/bundles/opppersonabubble/images/share_button_green.png");
}
.factors section.AX .rating {
  background: #E2F2E5;
}
.factors section.AX .rating .star {
  background: url("/bundles/opppersonabubble/images/stars/star_green.png");
}
.factors section.AX .rating .star.selected {
  background: url("/bundles/opppersonabubble/images/stars/star_green_selected.png");
}
.factors section.AX .comments h4 {
  background-image: url(/bundles/opppersonabubble/images/comment_icon_green.png);
}
.factors section.AX .comments input.submit {
  color: #71CD7C;
}
.factors section.AX .comments .view_all {
  background-image: url(/bundles/opppersonabubble/images/expand_comments_green.png);
}
.poll-response-answers {
  text-align: center;
}
.poll-response-select .answer {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  width: 92px;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  text-align: center;
}
.poll-response-select .answer .top {
  color: white;
  padding-top: 5px;
  font-size: 13px;
}
.poll-response-select .answer p {
  color: #111;
  margin: 0 0 11px;
}
.poll-response-select .answer p.answer-text {
  min-height: 30px;
  position: relative;
  overflow: hidden;
  padding: 0 4px;
}
.poll-response-select .answer p.answer-text img {
  height: 112px;
}
.poll-response-select .answer p.percent {
  font-family: StandardTypewriter;
  font-size: 50px;
  color: #444;
}
.poll-response-select .answer p.percent sup {
  vertical-align: top;
  font-size: 20px;
}
.poll-response-select .answer.yours {
  background: url(/bundles/opppersonabubble/images/polls-answer-bub-main.png) left bottom;
}
.poll-response-select .answer.yours .top {
  background: url(/bundles/opppersonabubble/images/polls-answer-bub-top.png) left top;
}
.poll-response-select .answer.yours p.percent {
  color: white;
  color: rgba(255,255,255,0.75);
}
.color-cycle-0 .poll-response-select .answer.yours {
  background-color: #99b823;
}
.color-cycle-1 .poll-response-select .answer.yours {
  background-color: #e75d5e;
}
.color-cycle-2 .poll-response-select .answer.yours {
  background-color: #9186dd;
}
.color-cycle-3 .poll-response-select .answer.yours {
  background-color: #f89662;
}
.poll-response-slider {
  zoom: 1;
  zoom: 1;
  margin-bottom: 15px;
}
.poll-response-slider:before,
.poll-response-slider:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.poll-response-slider:after {
  clear: both;
}
.poll-response-slider:before,
.poll-response-slider:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.poll-response-slider:after {
  clear: both;
}
.poll-response-slider .left-key,
.poll-response-slider .right-key {
  float: left;
  width: 150px;
  margin-top: 40px;
}
.poll-response-slider .bar {
  float: left;
  width: 300px;
  border-top: 1px solid #666;
  margin-top: 50px;
  height: 35px;
  position: relative;
}
.poll-response-slider .bar .pointer {
  position: absolute;
  background: left top no-repeat;
  line-height: 20px;
}
.poll-response-slider .bar .pointer.yours {
  position: absolute;
  top: -48px;
  width: 50px;
  height: 43px;
  margin-left: -25px;
  background-image: url(/bundles/opppersonabubble/images/poll-response-slider-yours.png);
}
.poll-response-slider .bar .pointer.average {
  top: 3px;
  width: 75px;
  height: 30px;
  margin-left: -37px;
  background-image: url(/bundles/opppersonabubble/images/poll-response-slider-average.png);
}
.info-boxes {
  zoom: 1;
  zoom: 1;
  margin-right: -4%;
}
.info-boxes:before,
.info-boxes:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.info-boxes:after {
  clear: both;
}
.info-boxes:before,
.info-boxes:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.info-boxes:after {
  clear: both;
}
.info-box {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 46%;
  margin-right: 4%;
  float: left;
  border: 2px solid #ddd;
  border-bottom: 1px solid white;
  display: inline-block;
  vertical-align: top;
}
.info-box h3 {
  color: #02A2DC;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.info-box .inner {
  border-top: 1px solid white;
  border-bottom: 2px solid #ddd;
  padding: 6px 6px;
}
.info-box .inner.inner-top {
  min-height: 38px;
}
.info-box .inner.inner-main {
  min-height: 125px;
}
.info-box ol {
  list-style-position: inside;
  font-size: 15px;
  color: #555;
}
.info-box li {
  font-size: 14px;
}
.info-box p {
  text-align: right;
  font-size: 15px;
  color: #02A2DC;
}
.poll-response-container {
  zoom: 1;
  zoom: 1;
  margin: auto;
}
.poll-response-container:before,
.poll-response-container:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.poll-response-container:after {
  clear: both;
}
.poll-response-container:before,
.poll-response-container:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.poll-response-container:after {
  clear: both;
}
.poll-response-container h1 {
  -webkit-font-smoothing: antialiased;
}
.poll-response-container .banding {
  -webkit-font-smoothing: antialiased;
  min-height: 250px;
  width: 350px;
  padding: 20px 60px 10px;
  font-size: 14px;
  color: #444;
  line-height: 130%;
}
.poll-response-container .banding h1 {
  color: #2a6a95;
  font-size: 24px;
  line-height: 26px;
}
.poll-response-container .banding h2 {
  color: #2a6a95;
  font-size: 14px;
  line-height: 16px;
}
.quote {
  font-family: sans-serif;
}
.poll-navigation p.count {
  margin-top: 20px;
  width: 300px;
  min-height: 20px;
}
.poll-navigation,
.poll-navigation a {
  color: white;
}
.poll-navigation .author {
  -webkit-font-smoothing: antialiased;
  height: 64px;
  background: #1F5E9D url(/bundles/opppersonabubble/images/poll-nav-quote.png) 30px center no-repeat;
}
.poll-navigation .author img {
  position: absolute;
  margin-top: -290px;
  right: 0;
}
.poll-navigation .author h3 {
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 20px;
}
.poll-navigation .author h4 {
  font-size: 14px;
}
.poll-navigation .author h3,
.poll-navigation .author h4 {
  color: white;
  width: 235px;
  float: right;
  clear: right;
}
.poll-navigation .arrows {
  height: 65px;
}
.poll-navigation .arrow-more,
.poll-navigation .arrow-details {
  -webkit-font-smoothing: antialiased;
  font-family: CodeBoldRegular;
  line-height: 96px;
  font-size: 22px;
  font-weight: 200;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.poll-navigation .arrow-more {
  text-align: right;
}
.poll-navigation .arrow-more span {
  padding-right: 50px;
}
.poll-navigation .arrow-details span {
  padding-left: 24px;
}
.poll-navigation .arrow-more {
  background-image: url(/bundles/opppersonabubble/images/poll-nav-arrow-more.png);
  background-position: right 0;
  width: 330px;
  height: 105px;
  display: block;
}
.poll-navigation .arrow-more:hover {
  background-position: right -105px;
}
.poll-navigation .arrow-details {
  background-image: url(/bundles/opppersonabubble/images/poll-nav-arrow-detail.png);
  background-position: right 0;
  width: 415px;
  height: 160px;
  display: block;
}
.poll-navigation.with-page-layout {
  position: relative;
  margin-bottom: 45px;
}
.poll-navigation.with-page-layout .arrow-more {
  position: absolute;
  right: 0;
  top: 48px;
}
.poll-navigation.with-page-layout .arrow-details {
  position: absolute;
  left: 0;
  top: 48px;
}
.poll-navigation.with-aside-layout {
  position: relative;
}
.poll-navigation.with-aside-layout .arrow-more {
  z-index: -100;
  position: absolute;
  width: 240px;
  right: 0;
  top: 250px;
  -webkit-transition: right 0.1s ease-out;
  -moz-transition: right 0.1s ease-out;
  transition: right 0.1s ease-out;
}
.poll-navigation.with-aside-layout .arrow-more:hover {
  right: -5px;
}
aside.side-content.docked {
  position: fixed;
  top: 0;
}
aside.side-content section.widget {
  -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  -moz-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  -o-box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  box-shadow: rgba(0,0,0,0.15) 0 0 6px;
  margin-bottom: 20px;
  padding: 11px 16px;
  background-color: white;
}
aside.side-content section.widget h2 {
  font-size: 19px;
}
aside.side-content section.widget.attb-cv nav a {
  -webkit-box-shadow: rgba(0,0,0,0.15) 2px 2px 3px;
  -moz-box-shadow: rgba(0,0,0,0.15) 2px 2px 3px;
  -o-box-shadow: rgba(0,0,0,0.15) 2px 2px 3px;
  box-shadow: rgba(0,0,0,0.15) 2px 2px 3px;
  display: block;
  margin: 10px 0;
  padding: 5px;
  line-height: 2em;
  color: white;
  background: #84bed6;
  background-image: -moz-linear-gradient(bottom,#84bed6 50%,#8cc7e5 50%);
  background-image: -webkit-linear-gradient(bottom,#84bed6 50%,#8cc7e5);
  border-radius: 3px;
}
aside.side-content section.widget.attb-cv nav a span {
  display: block;
  padding-left: 21px;
  font-size: 1.0em;
  line-height: 2em;
  background: url('/bundles/opppersonabubble/images/download-icon-white.png') no-repeat left;
}
aside.side-content section.widget.attb-ext {
  border-top: 8px solid #e8c622;
  padding-top: 15px;
}
aside.side-content section.widget.attb-ext form {
  clear: both;
}
aside.side-content section.widget.attb-ext div#ATBGadget8bd90165-e301-465a-91c9-971b629bb3e8 {
  clear: both;
  border-top: 1px solid #ddd;
}
aside.side-content section.widget.attb-ext div#ATBGadget8bd90165-e301-465a-91c9-971b629bb3e8.noline {
  border-top: none;
}
aside.side-content section.widget.attb-ext img {
  float: right;
  padding-left: 10px;
  margin-top: -15px;
}
aside.side-content section.widget.attb-ext .ATBGadgetCategory {
  float: left;
  width: 50%;
  font-size: 14px;
  padding-top: 8px;
}
aside.side-content section.widget.attb-ext input,
aside.side-content section.widget.attb-ext select,
aside.side-content section.widget.attb-ext .chzn-container {
  width: 180px;
}
aside.side-content section.widget.attb-ext label {
  margin-bottom: 10px;
}
aside.side-content section.widget.attb-ext label p {
  font-size: 11px;
  margin: 0 0 0 3px;
}
aside.side-content section.widget.attb-ext button.btn {
  margin-left: 2px;
}
aside.side-content section.widget.invite nav a {
  -webkit-box-shadow: rgba(0,0,0,0.15) 2px 2px 3px;
  -moz-box-shadow: rgba(0,0,0,0.15) 2px 2px 3px;
  -o-box-shadow: rgba(0,0,0,0.15) 2px 2px 3px;
  box-shadow: rgba(0,0,0,0.15) 2px 2px 3px;
  display: block;
  margin: 10px 0;
  padding: 0.4em;
  padding-left: 40px;
  line-height: 2em;
  color: #245c81;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 2px center;
  border: 1px solid #e5e5e5;
}
aside.side-content section.widget.invite nav a.facebook {
  background-image: url('/bundles/opppersonabubble/images/share_icons/fb_logo.png');
}
aside.side-content section.widget.invite nav a.linkedin {
  background-image: url('/bundles/opppersonabubble/images/share_icons/linkedin_logo.png');
}
aside.side-content section.widget.invite nav a.email {
  background-image: url('/bundles/opppersonabubble/images/share_icons/email_icon.png');
}
aside.side-content section.widget.compare nav a {
  -webkit-box-shadow: rgba(0,0,0,0.15) 2px 2px 3px;
  -moz-box-shadow: rgba(0,0,0,0.15) 2px 2px 3px;
  -o-box-shadow: rgba(0,0,0,0.15) 2px 2px 3px;
  box-shadow: rgba(0,0,0,0.15) 2px 2px 3px;
  display: block;
  margin: 10px 0;
  padding: 5px;
  line-height: 2em;
  color: white;
  background: #84bed6;
  background-image: -moz-linear-gradient(bottom,#84bed6 50%,#8cc7e5 50%);
  background-image: -webkit-linear-gradient(bottom,#84bed6 50%,#8cc7e5);
  border-radius: 3px;
}
aside.side-content section.widget.compare nav a span {
  display: block;
  padding-left: 21px;
  font-size: 1.0em;
  line-height: 2em;
  background: url('/bundles/opppersonabubble/images/dark-face-bg-bigger.png') no-repeat left;
}
aside.side-content section.widget.like h2 {
  background: transparent url(/bundles/opppersonabubble/images/heart-icon.png) no-repeat center left;
  padding-left: 18px;
  font-size: 18px;
  color: #da80bf;
}
aside.side-content section.widget.like nav {
  height: 65px;
  margin-bottom: 10px;
}
aside.side-content section.widget.like nav .fb-like {
  float: left;
  display: inline;
  width: 48px;
  margin-right: 9px;
}
aside.side-content section.widget.like nav .twtr {
  float: left;
  display: inline;
  width: 60px;
  margin-right: 9px;
}
aside.side-content section.widget.like nav .IN-widget {
  float: left;
  display: inline;
  width: 62px;
}
aside.side-content section.widget.widget-large {
  padding: 20px;
}
aside.side-content section.widget.widget-large h2 {
  color: #D668B4;
}
aside.side-content section.widget.widget-large li {
  margin-left: 14px;
  list-style-position: outside;
}
.inner meter,
.inner .meter {
  width: 130px;
  margin-top: 0.3em;
}
section {
  margin: 0 0 30px;
}
section.extra-report-info {
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: right;
  margin-bottom: 20px;
  padding: 10px 15px;
  background-color: #F7F7F7;
}
section.extra-report-info h2 {
  margin-bottom: 5px;
  font-size: 2em;
  color: #2a6a95;
}
section.extra-report-info h3 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.3em;
  color: #2a6a95;
}
section.extra-report-info li {
  zoom: 1;
  zoom: 1;
  color: #333;
  list-style-type: none;
}
section.extra-report-info li:before,
section.extra-report-info li:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
section.extra-report-info li:after {
  clear: both;
}
section.extra-report-info li:before,
section.extra-report-info li:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
section.extra-report-info li:after {
  clear: both;
}
section.extra-report-info li .profile {
  float: left;
  margin-right: 10px;
}
section.extra-report-info li .text {
  float: left;
}
section.extra-report-info li .text .name {
  display: inline;
  float: left;
  margin: 0;
  font-size: 1.2em;
  color: #666666;
}
section.extra-report-info li .text .btn span {
  background: url('/bundles/opppersonabubble/images/dark-face-bg.png') no-repeat left;
  padding-left: 19px;
}
section.extra-report-info li .rule {
  margin-top: 5px;
}
section.extra-report-info ul.mini {
  margin-right: -10px;
}
section.extra-report-info ul.mini li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  border: 0;
}
section.extra-report-info a.read-all {
  color: #69AAD5;
}
section.extra-report-info a.read-all:hover {
  text-decoration: underline;
}
.main.differences-boxes {
  margin-top: 2em;
}
.sub section {
  padding: 1.2em;
}
.sub section h3 {
  font-size: 1.3em;
  color: #69AAD5;
}
.inner.left {
  float: left;
  width: 20%;
}
.inner.right {
  float: right;
  width: 78%;
}
.inner.right p {
  margin-bottom: 0.75em;
}
section.incomplete {
  padding: 0.75em;
  background-color: #BCE3F4;
}
section.incomplete h2 {
  font-size: 1.5em;
  color: #2a6a95;
}
.buttons {
  margin: 2em 0;
}
.buttons .button {
  -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  -moz-box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  -o-box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  box-shadow: rgba(0,0,0,0.15) 0 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  padding: 8px 12px;
  font-size: 1.4em;
  color: white;
  background-color: #ccc;
}
.buttons .button.results_button {
  background: #CF7BB6 url('/bundles/opppersonabubble/images/button_large_pink.png') repeat-x 50% 50%;
  background-image: -moz-linear-gradient(bottom,#cf7bb6 50%,#dd83c1 50%);
  background-image: -webkit-linear-gradient(bottom,#cf7bb6 50%,#dd83c1 50%);
}
.buttons .button.friends_button {
  background: #8072C7 url('/bundles/opppersonabubble/images/button_large_purple.png') repeat-x 50% 50%;
  background-image: -moz-linear-gradient(bottom,#8072c7 50%,#887ad1 50%);
  background-image: -webkit-linear-gradient(bottom,#8072c7 50%,#887ad1 50%);
}
.buttons .button.invite_button {
  background: #9EAF01 url('/bundles/opppersonabubble/images/button_large_green.png') repeat-x 50% 50%;
  background-image: -moz-linear-gradient(bottom,#9eaf01 50%,#a8bb01 50%);
  background-image: -webkit-linear-gradient(bottom,#9eaf01 50%,#a8bb01 50%);
}
.buttons .button span {
  padding-left: 22px;
  background: url('/bundles/opppersonabubble/images/dark-face-bg-bigger.png') no-repeat left center;
}
nav.start {
  width: 330px;
  height: 115px;
  margin-left: 0;
  margin-top: 60px;
  background: url('/bundles/opppersonabubble/images/nav-start.png') no-repeat scroll top left;
}
nav.start a {
  display: block;
  float: right;
  clear: right;
  margin-right: 5px;
}
nav.start a.facebook {
  width: 330px;
  height: 72px;
}
nav.start a.signup {
  width: 130px;
  height: 25px;
}
nav.start.overlay {
  position: absolute;
  margin-top: 0;
  margin-right: 0;
  z-index: 110;
}
nav.start.header {
  position: absolute;
  margin-top: 20px;
  margin-right: 0;
  right: 0;
  top: 0;
}
#questionnav #back-link,
#questionnav #savecontinue input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  width: auto;
  min-width: 70px;
  margin: 0 10px;
  padding: 5px 8px;
  color: #666666;
  background: url('/bundles/opppersonabubble/images/question-nav.png') repeat-x;
  text-align: center;
  border: solid 1px #ccc;
  overflow: visible;
}
#questionnav #back-link a {
  padding-left: 15px;
  color: #666666;
  background: url('/bundles/opppersonabubble/images/back_icon.png') no-repeat left;
}
#questionnav #savecontinue {
  float: right;
  margin-right: 1px;
}
#questionnav #back-link a:hover,
#questionnav #savecontinue input:hover {
  color: #111;
  cursor: pointer;
}
#questionnav .question-nav-col {
  float: left;
  width: 33%;
}
#questionnav .question-nav-col.right {
  float: right;
}
#questionnav .progress-col {
  zoom: 1;
  zoom: 1;
  display: block;
  width: 170px;
  margin: 0 auto;
  font-size: 1.6em;
  text-align: center;
}
#questionnav .progress-col:before,
#questionnav .progress-col:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
#questionnav .progress-col:after {
  clear: both;
}
#questionnav .progress-col:before,
#questionnav .progress-col:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
#questionnav .progress-col:after {
  clear: both;
}
#questionnav .progress-col .meter {
  float: left;
  width: 5.5em;
  height: 0.7em;
  margin-top: 5px;
  background-color: #dcdcde;
  border: 1px solid #cdcdcd;
  border-bottom: 1px solid #dedede;
  border-radius: 2px;
  border-right-radius: 0;
}
#questionnav .progress-col .meter div {
  float: left;
  height: 0.7em;
  background-color: #aac8d3;
  border-radius: 2px;
  border-top: 1px solid #a4bfca;
}
#questionnav .progress-col span {
  float: left;
  margin-left: 8px;
  color: #5f96bd;
}
.invite-friends {
  float: right;
  margin-top: 4px;
  margin-left: 10px;
}
.similar-friends ul.headings {
  color: #b7b7b7;
  margin: 0;
  width: 100%;
  float: left;
  width: 100%;
  margin-bottom: 0.8em;
  font-size: 1.15em;
  color: #69AAD5;
}
.similar-friends ul.headings li {
  float: left;
  list-style: none;
}
.similar-friends ul.headings li.friends {
  width: 95px;
}
.similar-friends ul.headings li.similarity {
  margin: 0 8px;
}
.similar-friends .friend {
  clear: left;
  width: 95px;
  max-height: 30px;
  position: relative;
  overflow: hidden;
}
.similar-friends .friend a {
  width: 71px;
  color: #555555;
}
.similar-friends .friend a:hover {
  color: #888888;
}
.similar-friends ul.results li {
  list-style: none;
  margin: 0.7em 0;
  color: #444;
}
.similar-friends ul.results li .share-this {
  float: left;
  display: none;
  position: relative;
  width: 27px;
  height: 23px;
  background: transparent url(/bundles/opppersonabubble/images/share-single-sprite.png) no-repeat top;
}
.similar-friends ul.results li .share-this:hover {
  background-position: bottom;
}
.similar-friends ul.results li .share-this:hover span {
  display: block;
}
.similar-friends ul.results li .share-this span {
  position: absolute;
  display: none;
  width: 79px;
  height: 29px;
  padding-top: 7px;
  background: transparent url(/bundles/opppersonabubble/images/share-this-popover.png) no-repeat top left;
  bottom: 23px;
  right: -2px;
  color: #6e6e6e;
  text-align: center;
}
.similar-friends ul.results .similarity {
  color: #666666;
  float: left;
  display: inline;
  width: 30px;
  text-align: right;
  margin: 0.3em 8px 0 8px;
}
.similar-friends ul.results .see-all {
  text-decoration: underline;
  color: #444;
}
.similar-friends meter,
.similar-friends .meter {
  float: left;
  width: 95px;
  margin-top: 0.4em;
}
.similar-friends .meter {
  background: #eeeeee;
  height: 12px;
}
.similar-friends .meter div {
  background: #bdda34;
  float: left;
  display: inline;
  height: 12px;
}
.similar-friends .share-all {
  display: block;
  width: 59px;
  height: 24px;
  padding-top: 1px;
  background: transparent url(/bundles/opppersonabubble/images/share-all-button.png) no-repeat top;
  padding-left: 31px;
}
.similar-friends .share-all:hover {
  background-position: bottom;
}
.similar-friends .share-all span {
  line-height: 25px;
  color: #02A2DC;
}
.home nav#breadcrumbs {
  display: none;
}
.clear {
  clear: both;
}
section #redeem-invite .profile-block {
  zoom: 1;
  zoom: 1;
  margin: 10px 0;
}
section #redeem-invite .profile-block:before,
section #redeem-invite .profile-block:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
section #redeem-invite .profile-block:after {
  clear: both;
}
section #redeem-invite .profile-block:before,
section #redeem-invite .profile-block:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
section #redeem-invite .profile-block:after {
  clear: both;
}
section #redeem-invite .profile-block img {
  float: left;
  width: 57px;
  height: 57px;
  margin-right: 10px;
  border: 1px solid #cdcdcd;
}
section #redeem-invite .adjs {
  margin-bottom: 15px;
  padding: 20px;
  background: #F7F7F7;
}
section #redeem-invite .adjs li {
  margin-bottom: 0.5em;
  padding-left: 30px;
  font-size: 120%;
  color: #333;
  list-style-type: none;
  background: transparent url(/bundles/opppersonabubble/images/li-bg_3.png) no-repeat top left;
}
section #redeem-invite .actions {
  float: left;
}
section #redeem-invite blockquote {
  margin: 0;
  margin-bottom: 15px;
  padding: 20px;
  font-size: 120%;
  color: #333;
  background: #F7F7F7;
}
#not-registered {
  width: 360px;
  margin: 10px 0;
  text-align: right;
  color: #999;
}
.main-content .highlighted {
  font-size: 1.25em;
  color: #2F78A9;
}
.pb-popup {
  display: none;
  width: 480px;
  padding: 10px 20px 20px 30px;
  background: white;
  border: 1px solid #d8d8d8;
}
.pb-popup h1 {
  display: inline;
  float: left;
  width: 396px;
  margin: 16px 0 0.5em;
  font-size: 1.5em;
  color: #3A86C0;
}
.pb-popup .content {
  display: inline;
  float: left;
  clear: left;
  position: relative;
  width: 396px;
}
.pb-popup .content ul {
  display: block;
  margin-bottom: 1em;
  font-size: 1.125em;
  color: #666666;
  list-style-type: none;
}
.pb-popup .content ul li {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
.pb-popup .content p {
  margin-bottom: 0.5em;
  font-size: 1.125em;
  color: #666666;
}
.pb-popup .content p a {
  text-decoration: underline;
  color: #666666;
}
.pb-popup .content p a:hover {
  text-decoration: none;
}
#compare-cta-popup.is-facebook-user {
  width: 620px;
}
#compare-cta-popup.is-facebook-user .fb-invite {
  margin-bottom: 0;
}
#compare-cta-popup.is-facebook-user .content {
  padding-bottom: 15px;
}
#compare-cta-popup .content p {
  clear: left;
  width: 255px;
  margin-bottom: 2.0em;
  line-height: 1.25em;
}
#compare-cta-popup .content p.email-invite {
  margin-bottom: 0;
  padding-top: 1.0em;
  font-size: 0.875em;
}
#compare-cta-popup .content a.fb-invite {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline;
  float: left;
  width: auto;
  height: 39px;
  padding: 0 15px 0 6px;
  line-height: 27px;
  text-decoration: none;
  background: transparent url(/bundles/opppersonabubble/images/pb-dialog/blue-button-bg.png) repeat-x;
}
#compare-cta-popup .content a.fb-invite span {
  display: inline;
  float: left;
  margin: 6px 0;
  padding-left: 40px;
  font-size: 1.125em;
  line-height: 27px;
  color: white;
  background: transparent url(/bundles/opppersonabubble/images/share_icons/fb_logo.png) no-repeat center left;
  text-shadow: 2px 2px 2px #80b2cd;
}
#compare-cta-popup .content img.similarity-list {
  position: absolute;
  width: 170px;
  height: 192px;
  bottom: -57px;
  right: -35px;
  z-index: 3;
}
#compare-cta-popup .fb-friends-pics {
  display: inline;
  float: right;
  position: relative;
  width: 162px;
  height: 270px;
}
#compare-cta-popup .fb-friends-pics ul {
  position: relative;
  z-index: 1;
  list-style-type: none;
}
#compare-cta-popup .fb-friends-pics ul li {
  display: inline;
  margin-right: 4px;
  margin-bottom: 4px;
}
#compare-cta-popup .fb-friends-pics .mask {
  position: absolute;
  width: 162px;
  height: 54px;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: transparent url(/bundles/opppersonabubble/images/pb-dialog/bottom-white-mask.png) repeat-x bottom left;
}
.ui-widget-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent url(/bundles/opppersonabubble/images/pb-dialog/dialog-modal-bg.png) repeat;
}
.ui-dialog-titlebar-close {
  position: absolute;
  width: 41px;
  height: 40px;
  top: -5px;
  right: -20px;
  text-indent: -9999px;
  background: transparent url(/bundles/opppersonabubble/images/pb-dialog/close-icon.png) no-repeat center center;
}
#invite-redeem-start {
  float: left;
  display: inline;
  width: 540px;
  margin-right: 48px;
}
#invite-redeem-start h1 {
  font-size: 1.5em;
  margin-bottom: 0em;
}
#invite-redeem-start h2 {
  font-size: 1.5em;
  color: #02A2DC;
}
#invite-redeem-start h2 strong {
  color: #2a6a95;
}
#invite-redeem-start .inviter-strapline {
  float: left;
  display: inline;
  width: 540px;
  height: 30px;
  margin: 10px 0;
}
#invite-redeem-start .inviter-strapline img {
  float: left;
  display: inline;
  width: 28px;
  height: 28px;
  border: 1px solid #f0f0f0;
  margin-right: 5px;
}
#invite-redeem-start .inviter-strapline p {
  float: left;
  display: inline;
  font-size: 1.5em;
  line-height: 30px;
  margin-bottom: 0;
  color: #02A2DC;
}
#invite-redeem-start .inviter-strapline p strong {
  color: #2a6a95;
}
#invite-redeem-start p.substrapline {
  clear: left;
  color: #B3B3B3;
  font-size: 1.25em;
  line-height: 1.5em;
}
#invite-redeem-start .facebook-button-large {
  margin: 20px 130px 80px;
}
section.access-form {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 480px;
  padding: 10px;
  background: #f7f7f7;
}
section.access-form .req-info,
section.access-form .data-usage {
  color: #999;
  font-size: 11px;
  line-height: 150%;
}
section.access-form .data-usage {
  margin-top: 5px;
}
section.access-form form {
  width: 415px;
  margin-left: 75px;
}
section.access-form form label {
  color: #808080;
  font-size: 13px;
  line-height: 200%;
}
section.access-form form .confirm label {
  line-height: normal;
}
section.access-form form input,
section.access-form form select {
  color: #333;
  background: #F3F3F3;
  border: 1px solid #ddd;
}
section.access-form form input[type=submit],
section.access-form form input[type=checkbox] {
  color: white;
  width: auto;
}
section.access-form form .actions {
  zoom: 1;
  zoom: 1;
  float: right;
  clear: right;
  width: auto;
  list-style: none;
}
section.access-form form .actions:before,
section.access-form form .actions:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
section.access-form form .actions:after {
  clear: both;
}
section.access-form form .actions:before,
section.access-form form .actions:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
section.access-form form .actions:after {
  clear: both;
}
section.access-form form .actions input {
  background: transparent url(/bundles/opppersonabubble/images/buttons/button_blue.png) repeat-x center left;
  border: none;
  height: 34px;
  overflow: visible;
}
section.access-form form .text-actions {
  float: left;
  clear: left;
  display: inline;
  width: 240px;
  margin-top: 12px;
  list-style-type: none;
  list-style-position: outside;
}
section.access-form form .text-actions li {
  color: #666666;
  line-height: 1.75em;
}
#why-sign-up-block {
  float: right;
  width: 95%;
  padding-bottom: 20px;
  background: #fcfcfc;
}
#why-sign-up-block section {
  padding: 0 10px;
}
#why-sign-up-block section.header {
  padding: 4px 0 0 42px;
  margin: 10px 0 20px -20px;
  background: transparent url(/bundles/opppersonabubble/images/whysignup-header-arrow.png) top left no-repeat;
  font-size: 16px;
  color: #808080;
}
#why-sign-up-block section.header img {
  float: right;
}
#why-sign-up-block section h4 {
  height: 34px;
  margin: 0 0 15px -14px;
  padding: 4px 0 0 40px;
  line-height: 34px;
  font-size: 16px;
  color: white;
}
#why-sign-up-block section h4 .num {
  float: left;
  text-indent: -9999px;
}
#why-sign-up-block section.step1,
#why-sign-up-block section.step2,
#why-sign-up-block section.step3 {
  clear: both;
}
#why-sign-up-block section.step1 h4 {
  background: transparent url(/bundles/opppersonabubble/images/whysignup-step1-header.png) no-repeat bottom left;
}
#why-sign-up-block section.step2 h4 {
  background: transparent url(/bundles/opppersonabubble/images/whysignup-step2-header.png) no-repeat bottom left;
}
#why-sign-up-block section.step3 h4 {
  background: transparent url(/bundles/opppersonabubble/images/whysignup-step3-header.png) no-repeat bottom left;
}
#why-sign-up-block section img {
  display: block;
  margin: 0 auto 15px;
}
#why-sign-up-block section img.chart {
  width: 224px;
  height: 129px;
}
#why-sign-up-block section img.findout {
  width: 277px;
  height: 124px;
}
#why-sign-up-block section p {
  margin: 0 15px 20px;
  color: #666666;
  line-height: 160%;
}
#why-sign-up-block .friend-boxes {
  zoom: 1;
  zoom: 1;
  width: 278px;
  margin: 0 auto 5px;
}
#why-sign-up-block .friend-boxes:before,
#why-sign-up-block .friend-boxes:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
#why-sign-up-block .friend-boxes:after {
  clear: both;
}
#why-sign-up-block .friend-boxes:before,
#why-sign-up-block .friend-boxes:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
#why-sign-up-block .friend-boxes:after {
  clear: both;
}
#why-sign-up-block .friend-boxes .friend-box {
  -webkit-box-shadow: rgba(0,0,0,0.15) 1px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.15) 1px 1px 3px;
  -o-box-shadow: rgba(0,0,0,0.15) 1px 1px 3px;
  box-shadow: rgba(0,0,0,0.15) 1px 1px 3px;
  float: left;
  display: inline;
  height: 40px;
  padding: 5px 10px 5px 5px;
  margin-bottom: 10px;
  background: white;
  border: 1px solid #ebebea;
}
#why-sign-up-block .friend-boxes .friend-box img {
  float: left;
  display: inline;
  width: 38px;
  height: 38px;
  margin: 0 6px 0 0;
  border: 1px solid #f0f0f0;
}
#why-sign-up-block .friend-boxes .friend-box span {
  float: left;
  display: inline;
  color: #dc82c0;
  font-size: 1.25em;
  margin-top: 3px;
}
#why-sign-up-block .arrow-right {
  float: left;
  display: inline;
  width: 42px;
  height: 30px;
  margin: 12px 5px 20px;
  background: transparent url(/bundles/opppersonabubble/images/whysignup-arrow-right.png) no-repeat top left;
}
#why-sign-up-block .similarity {
  clear: left;
  font-size: 1.375em;
  line-height: 22px;
}
#why-sign-up-block .similarity img {
  display: inline;
  vertical-align: middle;
  margin: 0 3px 3px 0;
}
#ie6 .attb section.access-form label,
#ie7 .attb section.access-form label,
#ie8 .attb section.access-form label,
#ie9 .attb section.access-form label {
  position: static !important;
}
.attb #why-sign-up-block {
  background: none !important;
  width: 100%;
  margin-top: -10px;
}
.attb #why-sign-up-block h1,
.attb #why-sign-up-block h2,
.attb #why-sign-up-block h4 {
  padding-left: 0;
  color: #285A86;
}
.attb #why-sign-up-block h1 {
  font-size: 36px;
  margin-bottom: 2px;
}
.attb #why-sign-up-block h2 {
  font-size: 30px;
}
.attb #why-sign-up-block h4 {
  text-transform: uppercase;
  font-face: Tahoma, Kalimati, Helvetica, Arial, sans-serif;
  font-size: 17px;
  padding: 0;
  margin: 30px 0 0 0;
}
.attb #why-sign-up-block h4 .num {
  float: none;
  text-indent: 0px;
  font-size: 1.2em;
  padding-right: .3em;
}
.attb #why-sign-up-block p {
  margin: 0;
  font-size: 18px;
}
.attb #why-sign-up-block section {
  margin: 0 50px 0 0;
  padding: 0;
}
.attb section.access-form {
  background: #0e579a;
  border-radius: 5px;
  box-shadow: #000 0px 0px 10px;
  padding: 24px;
}
.attb section.access-form h1,
.attb section.access-form h4,
.attb section.access-form p,
.attb section.access-form form label {
  color: #fff;
}
.attb section.access-form h1 {
  font-size: 26px;
  text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
}
.attb section.access-form h4 {
  text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
}
.attb section.access-form hr {
  margin: 19px 0;
  background-color: #5377b1;
  border-bottom: 1px solid #003f80;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  height: 1px;
}
.attb section.access-form form {
  padding-top: 16px;
  margin: 0;
  width: 100%;
}
.attb section.access-form form input[type=checkbox] {
  height: auto;
}
.attb section.access-form form button#startTest {
  background: rgba(0,0,0,0) url('/bundles/opppersonabubble/images/homepage/button-left.png') no-repeat top left;
  height: 58px;
  border: 0;
  border-radius: 8px;
  font-size: 23px;
  text-shadow: rgba(0,0,0,0.4) -1px 1px 1px;
  margin-right: 72px;
}
.attb section.access-form .form-row {
  padding-top: 4px;
}
.attb section.access-form label {
  position: absolute;
  left: -9999px;
}
.attb section.access-form .confirm label {
  position: initial;
  left: 0;
}
.attb section.access-form input,
.attb section.access-form .chzn-container {
  font-size: 20px !important;
  width: 100%;
  height: 48px;
}
.attb section.access-form .chzn-single {
  padding: 12px 5px !important;
}
.attb section.access-form .chzn-single div {
  bottom: 0;
  height: 32px;
  margin: auto;
}
.attb section.access-form .chzn-drop li {
  font-size: 1em;
}
.attb section.access-form .facebook-button-large {
  background: #6f84b3;
  background: -moz-linear-gradient(top,#6f84b3 0%,#3d5b97 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6f84b3),color-stop(100%,#3d5b97));
  background: -webkit-linear-gradient(top,#6f84b3 0%,#3d5b97 100%);
  background: -o-linear-gradient(top,#6f84b3 0%,#3d5b97 100%);
  background: -ms-linear-gradient(top,#6f84b3 0%,#3d5b97 100%);
  background: linear-gradient(to bottom,#6f84b3 0%,#3d5b97 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f84b3',endColorstr='#3d5b97',GradientType=0);
  width: 150px;
}
.attb section.access-form .facebook-button-large span {
  font-size: 15px;
  text-shadow: rgba(0,0,0,0.4) -1px 1px 1px;
}
#sign-up-and-in h1 {
  color: #27A3D6;
  margin-bottom: 20px;
  font-size: 1.5em;
}
#sign-up-and-in h2 {
  clear: left;
  margin-bottom: 20px;
  font-size: 1.5em;
  color: #02A2DC;
}
#sign-up-and-in .access-form {
  padding: 15px 20px;
  margin-bottom: 30px;
}
#sign-up-and-in .access-form form {
  width: 100%;
  margin: 0;
  max-width: none;
}
#sign-up-and-in .access-form form .chzn-container,
#sign-up-and-in .access-form form .date {
  box-sizing: border-box;
  *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 210px;
}
#sign-up-and-in .access-form form .date .chzn-container {
  width: 68px;
}
#sign-up-and-in .access-form form .actions li {
  margin-bottom: 0;
}
#sign-up-and-in .facebook-button-large {
  margin: 0 20px 20px;
}
a.facebook-button-large {
  -webkit-box-shadow: rgba(0,0,0,0.15) 1px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.15) 1px 1px 3px;
  -o-box-shadow: rgba(0,0,0,0.15) 1px 1px 3px;
  box-shadow: rgba(0,0,0,0.15) 1px 1px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  display: inline;
  width: 280px;
  height: 51px;
  padding: 0 15px 0 6px;
  background: transparent url(/bundles/opppersonabubble/images/large-blue-button-bg.png) repeat-x;
  text-decoration: none;
}
a.facebook-button-large span {
  float: left;
  display: inline;
  margin: 6px 0;
  background: transparent url(/bundles/opppersonabubble/images/share_icons/fb_logo_large.png) no-repeat center left;
  line-height: 39px;
  color: white;
  font-size: 1.625em;
  padding-left: 50px;
  text-shadow: 2px 2px 2px #80b2cd;
}
.blogteaser {
  float: left;
  margin-top: 15px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.blogteaser #blogquote {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #59C1E1;
  padding: 15px 20px;
}
.blogteaser #blogquote h1 {
  color: white;
  font-size: 2.2em;
  margin-bottom: 4px;
}
.blogteaser #blogquote a {
  color: white;
}
.blogteaser #blogquote a:hover {
  text-decoration: underline;
}
.blogteaser #blogquotecallout {
  padding-left: 70%;
  height: 35px;
  background-image: url(/bundles/opppersonabubble/images/homepage/speech.png);
  background-position: 80% 0;
  background-repeat: no-repeat;
  margin-bottom: -32px;
  position: relative;
}
.blogteaser article {
  padding: 22px 16px;
  background-color: #F0F0F0;
}
.blogteaser article #actualarticle {
  margin-top: 30px;
  clear: both;
  color: #2e97ce;
  line-height: 1.7;
}
.blogteaser article #actualarticle p {
  font-size: 14px;
  color: #2E97CE;
  margin-bottom: 20px;
}
.blogteaser article #actualarticle a {
  text-decoration: underline;
}
.blogteaser .articlemeta img {
  float: left;
  margin-right: 10px;
}
.blogteaser .articlemeta .authorinfo {
  color: #3A86C0;
  font-size: 19px;
  margin: 0;
}
.blogteaser .articlemeta p {
  margin: 0;
}
.blogteaser .articlemeta time {
  color: #59C1E1;
  font-size: 18px;
  margin: 0;
}
.widget-popup {
  -webkit-box-shadow: rgba(0,0,0,0.5) 1px 1px 4px;
  -moz-box-shadow: rgba(0,0,0,0.5) 1px 1px 4px;
  -o-box-shadow: rgba(0,0,0,0.5) 1px 1px 4px;
  box-shadow: rgba(0,0,0,0.5) 1px 1px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 12px;
  padding: 10px 15px;
  background: #9EBD31 url(/bundles/opppersonabubble/images/smooth_background_green.png) bottom;
  border: 1px solid #A5C51A;
}
.widget-popup h4 {
  margin-bottom: 6px;
  font-size: 24px;
  color: white;
}
.widget-popup p {
  font-size: 15px;
  color: white;
}
.widget-popup .widget-popup-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 43px;
  height: 43px;
  background: url(/bundles/opppersonabubble/images/close_button_green.png) no-repeat;
}
.widget-popup .btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 145px;
  margin: 0 auto;
  padding: 5px 30px 8px 10px;
  font-size: 16px;
  line-height: 100%;
  color: white;
  background: #8DAD1E url(/bundles/opppersonabubble/images/white-arrow.png) no-repeat 92% 45%;
  text-shadow: rgba(0,0,0,0.3) 1px 1px 1px;
}
.themes-hero {
  -webkit-box-shadow: rgba(0,0,0,0.5) 0 0 10px;
  -moz-box-shadow: rgba(0,0,0,0.5) 0 0 10px;
  -o-box-shadow: rgba(0,0,0,0.5) 0 0 10px;
  box-shadow: rgba(0,0,0,0.5) 0 0 10px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  margin: -20px -20px 1em -20px;
  padding: 20px;
  background: #3882bd url(/bundles/opppersonabubble/images/polls-hero-bg.png) repeat-x top left;
  text-align: center;
}
.themes-hero h1 {
  color: white;
  font-weight: normal;
}
.themes-hero .close {
  position: absolute;
  width: 45px;
  height: 45px;
  right: -20px;
  top: -20px;
  background-image: url(/bundles/opppersonabubble/images/polls-close-button.png);
  cursor: pointer;
}
.themes-hero p {
  margin-top: 2em;
}
.themes-hero a {
  color: white;
  font-size: 16px;
  padding: 20px 45px 20px 20px;
  background-repeat: no-repeat;
  background-position: right center;
}
.themes-hero a.facebook {
  background-image: url(/bundles/opppersonabubble/images/polls-share-fb.png);
}
.themes-hero a.twitter {
  background-image: url(/bundles/opppersonabubble/images/polls-share-tw.png);
}
.theme-title {
  font-size: 24px;
}
.themes h2 {
  -webkit-font-smoothing: antialiased;
  clear: both;
  font-size: 23px;
  margin-top: 0.5em;
  color: #1F5E9B;
}
.themes .hide {
  float: right;
  color: #999;
  font-weight: bold;
  margin-right: 0.25em;
}
.themes i {
  display: none;
}
.themes .theme.new i {
  display: block;
  width: 40px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: -5px;
  background-image: url(/bundles/opppersonabubble/images/poll-new-badge.png);
}
.themes .polls {
  width: 2000px;
}
.themes .poll {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  width: 85px;
  height: 100px;
  border: 1px solid #ccc;
  padding-left: 110px;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
  list-style-type: none;
  background-image: url(/bundles/opppersonabubble/images/polls-grain.png);
}
.themes .poll img {
  position: absolute;
  left: 0;
  width: 100px;
  height: 100px;
}
.themes .poll input {
  float: right;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  background-image: url(/bundles/opppersonabubble/images/poll-dismiss.png);
  position: absolute;
  right: -12px;
  top: -9px;
  cursor: pointer;
  z-index: 0;
}
.themes .poll input:hover {
  background-image: url(/bundles/opppersonabubble/images/poll-dismiss-hover.png);
}
.themes .poll .title {
  color: #666;
  margin: 5px 0;
}
.themes .poll.completed {
  background-image: url(/bundles/opppersonabubble/images/polls-grain-dark.png);
}
.themes .poll.completed input {
  background-image: url(/bundles/opppersonabubble/images/poll-dismiss-dark.png);
}
.themes .poll .findout {
  position: absolute;
  font-size: 10px;
  margin: 0;
  margin-top: 2em;
  right: 0;
  bottom: 0;
}
.js .themes .poll-container {
  width: 900px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  margin-top: -20px;
}
.js .themes .go-left,
.js .themes .go-right {
  height: 80px;
  width: 22px;
  position: absolute;
  margin-top: 20px;
  cursor: pointer;
}
.js .themes .go-right {
  left: 910px;
  background-image: url(/bundles/opppersonabubble/images/polls-arrow-right.png);
}
.js .themes .go-left {
  left: -2px;
  background-image: url(/bundles/opppersonabubble/images/polls-arrow-left.png);
}
.js .themes .findout {
  display: none;
}
.js .themes .hover .findout {
  display: block;
}
.js.touch .themes .findout {
  display: block;
}
.badge {
  -webkit-font-smoothing: antialiased;
  background-image: url(/bundles/opppersonabubble/images/polls-badge.png);
  background-repeat: no-repeat;
  display: block;
  width: 60px;
  height: 75px;
  text-align: center;
  color: white;
  text-shadow: #000 -1px 1px 2px;
  line-height: 53px;
  font-size: 26px;
}
.badge-container {
  margin-top: -8px;
  float: right;
}
.badge-container .badge {
  display: inline-block;
  vertical-align: top;
  position: absolute;
}
.badge-container h3 {
  -webkit-font-smoothing: antialiased;
  line-height: 53px;
  color: #ed6565;
  font-size: 23px;
  width: 100px;
  text-align: center;
  padding-left: 60px;
}
.badge-container small {
  display: block;
  margin-top: -12px;
  font-size: 12px;
  line-height: 1em;
}
.badge-container h3 a {
  color: #3e72a8;
}
.badge-container h3 a:hover {
  text-decoration: underline;
}
.images-widget {
  text-align: center;
}
.images-widget li {
  list-style: none;
  display: inline-block;
  margin-bottom: 10px;
}
.images-widget label {
  cursor: pointer;
  width: 150px;
  margin: 0 8px;
  padding: 5px 8px;
  color: white;
  font-size: 13px;
}
.images-widget label span {
  visibility: hidden;
}
.images-widget img {
  display: block;
  max-width: none;
  height: 118px;
  width: 118px;
  margin: 0 auto 2px;
  border: 1px solid #ccc;
}
.images-widget label.active,
.images-widget label.selected,
.images-widget label:hover {
  background-color: #abc73f;
}
.images-widget label.active span,
.images-widget label.selected span,
.images-widget label:hover span {
  visibility: visible;
}
.js .images-widget input {
  display: none;
  width: 0;
  height: 0;
  margin: 0;
}
.images-widget.images-widget-dash {
  zoom: 1;
  zoom: 1;
  text-align: left;
  margin: 0 -4px 10px;
}
.images-widget.images-widget-dash:before,
.images-widget.images-widget-dash:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.images-widget.images-widget-dash:after {
  clear: both;
}
.images-widget.images-widget-dash:before,
.images-widget.images-widget-dash:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.images-widget.images-widget-dash:after {
  clear: both;
}
.images-widget.images-widget-dash li {
  float: left;
  width: 33%;
  vertical-align: top;
}
.images-widget.images-widget-dash label {
  font-size: 12px;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  color: #F0F0F0;
}
.images-widget.images-widget-dash .img-holder {
  width: auto;
  margin: 4px;
  position: relative;
  overflow: hidden;
}
.images-widget.images-widget-dash .img-holder img {
  margin-left: -22.5px;
  margin-bottom: 0;
}
.slider-widget {
  zoom: 1;
  zoom: 1;
  clear: both;
  margin-top: 30px;
}
.slider-widget:before,
.slider-widget:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.slider-widget:after {
  clear: both;
}
.slider-widget:before,
.slider-widget:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.slider-widget:after {
  clear: both;
}
.slider-widget .bar {
  position: relative;
  cursor: pointer;
  float: left;
  height: 30px;
  margin: 0 20px;
}
.slider-widget .bar .bar-left {
  float: left;
  width: 280px;
  height: 30px;
  background-image: url(/bundles/opppersonabubble/images/polls-slider-bg-left.png);
}
.slider-widget .bar .bar-right {
  float: left;
  width: 10px;
  height: 30px;
  background-image: url(/bundles/opppersonabubble/images/polls-slider-bg-right.png);
}
.slider-widget .bar.active .handle {
  background-position: 0 45px;
}
.slider-widget .handle {
  position: absolute;
  background-image: url(/bundles/opppersonabubble/images/polls-slider-handle.png);
  width: 45px;
  height: 45px;
  left: 50%;
  margin-left: -22px;
  margin-top: -8px;
}
.slider-widget .min,
.slider-widget .max {
  width: 250px;
  margin: 6px 0 0;
  color: #777;
}
.slider-widget .min .pointer,
.slider-widget .max .pointer {
  display: none;
}
.slider-widget .min {
  float: left;
  text-align: right;
}
.slider-widget .max {
  float: right;
  text-align: left;
}
.slider-widget .proceed {
  height: 18px;
  clear: both;
  text-align: center;
  padding: 1em;
  margin-left: -30px;
}
.slider-widget .proceed a {
  display: none;
  font-size: 1.25em;
  border: 1px solid #ccc;
  color: white;
  padding: 0.25em 0.5em;
  border-radius: 5px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.js .slider-widget input {
  display: none;
}
.select-widget-vertical label {
  -webkit-font-smoothing: antialiased;
  float: right;
  clear: right;
  display: block;
  position: relative;
  width: auto;
  margin: 20px 50px 24px -10px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 160%;
  color: #4c4c4c;
  cursor: pointer;
}
.select-widget-vertical label input {
  display: none;
}
.select-widget-vertical label:after {
  position: absolute;
  right: -50px;
  top: -6px;
  content: '';
  height: 33px;
  width: 50px;
  display: block;
  background: url(/bundles/opppersonabubble/images/polls-radio-sprite-vert.png) center 0 no-repeat;
}
.select-widget-vertical label:hover,
.select-widget-vertical label.selected {
  background-color: #85b206;
  color: white;
}
.select-widget-vertical label:hover:after {
  background-position: center -33px;
}
.select-widget-vertical label.selected:after {
  background-position: center -66px;
}
section.dashboard-widget.embedded-poll h3 {
  color: #eb6164;
  font-size: 17px;
}
.js section.dashboard-widget.embedded-poll .btn-large {
  display: none;
}
section.dashboard-widget.embedded-poll .more-polls {
  margin: 10px 0 0;
  position: relative;
}
section.dashboard-widget.embedded-poll .more-polls a {
  position: absolute;
  right: -10px;
  color: #888;
}
.poll-question-list {
  position: relative;
  margin-bottom: 2em;
}
.poll-question-list .poll-question {
  margin: 2em 0;
}
.poll-question-list .poll-question-title {
  margin-top: -1em;
}
.poll-question {
  min-height: 14em;
  border: 1px solid #ccc;
  background-image: url(/bundles/opppersonabubble/images/polls-grain.png);
}
.poll-question h2 {
  color: #02A2DC;
  margin: 20px 50px 10px 50px;
}
.poll-question-container {
  margin: 26px;
  margin-top: 0;
}
.poll-question-container .poll-question-title {
  margin-left: -1em;
}
.poll-question .poll-question-container h2 {
  margin-left: 0;
}
.poll-question-title {
  text-align: left;
  font-size: 1.65em;
  position: relative;
  margin-left: 0.5em;
}
.poll-question-title span.count {
  color: #02A2DC;
  width: 2em;
  height: 2em;
  line-height: 2em;
  display: inline-block;
  text-align: center;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 100%;
}
.poll-question-title span.rest {
  position: absolute;
  left: 4em;
  bottom: 0.5em;
  width: 4em;
  font-size: 11px;
  color: #888;
}
.poll-question-title strong {
  font-size: 1.2em;
}
.poll-form .question {
  float: left;
  width: 100%;
}
.poll-form fieldset {
  min-height: 14em;
  border: 1px solid #ccc;
  background-image: url(/bundles/opppersonabubble/images/polls-grain.png);
  margin-top: 20px;
}
.poll-form fieldset h2 {
  color: #02A2DC;
  margin: 20px 50px 10px 50px;
}
.poll-form fieldset.last {
  padding: 2.5em;
  background-color: #797979;
  text-align: center;
}
.poll-form fieldset.last p {
  display: none;
}
.poll-form fieldset.last.loading {
  background: #797979 url(/bundles/opppersonabubble/images/poll-loader.gif) no-repeat center center;
}
.poll-form fieldset.last.loading p {
  display: block;
  color: white;
  font-size: 1.4em;
}
.poll-form fieldset.last.loading input {
  display: none;
}
.poll-form fieldset h2 {
  color: #02A2DC;
  margin: 2em 0;
  margin: 20px 30px 10px 30px;
  line-height: 130%;
}
.poll-form .number {
  position: relative;
  top: -19px;
  text-align: left;
  font-size: 1.65em;
  position: relative;
  margin-left: 0.5em;
}
.poll-form .number span.count {
  color: #02A2DC;
  width: 2em;
  height: 2em;
  line-height: 2em;
  display: inline-block;
  text-align: center;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 100%;
}
.poll-form .number span.rest {
  position: absolute;
  left: 4em;
  bottom: 0.5em;
  width: 4em;
  font-size: 11px;
  color: #888;
}
.poll-form .number strong {
  font-size: 1.2em;
}
.poll-form nav {
  zoom: 1;
  zoom: 1;
  margin: 15px 0;
}
.poll-form nav:before,
.poll-form nav:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.poll-form nav:after {
  clear: both;
}
.poll-form nav:before,
.poll-form nav:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: "\0020";
}
.poll-form nav:after {
  clear: both;
}
.poll-form nav a {
  color: #888;
  font-size: 11px;
  margin: 0.7em;
}
.poll-form nav .skip {
  float: right;
}
.poll-form nav .back {
  float: left;
  background: url(/bundles/opppersonabubble/images/polls-back.png) left top no-repeat;
  margin-left: 30px;
  padding-left: 14px;
}
.poll-form .input {
  margin: 20px 30px 30px;
  text-align: center;
}
.poll-form .checkbox-row {
  display: inline-block;
  margin: 0;
}
.poll-form .checkbox-row label {
  float: none;
  clear: none;
  display: inline-block;
  text-align: center;
  width: 80px;
  padding: 5px;
  margin: 0 20px 50px 20px;
  cursor: pointer;
  color: #4c4c4c;
  font-size: 12px;
}
.poll-form .checkbox-row label:after {
  margin-top: 5px;
  margin-bottom: -40px;
  content: '';
  height: 35px;
  display: block;
  background: url(/bundles/opppersonabubble/images/polls-radio-sprite.png) center 0 no-repeat;
}
.poll-form .checkbox-row label.selected,
.poll-form .checkbox-row label:hover {
  background-color: #85b206;
  color: white;
}
.poll-form .checkbox-row label:hover:after {
  background-position: center -35px;
}
.poll-form .checkbox-row label.selected:after {
  background-position: center -70px;
}
.poll-form .checkbox-row input {
  display: none;
  width: 0;
  height: 0;
  margin: 0;
  border: 0;
}
.js .poll-form fieldset {
  display: none;
}
.js .poll-form fieldset.first {
  display: block;
}
.poll-form .question.hidden {
  visibility: none;
}
.poll-notice {
  -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 5px;
  -moz-box-shadow: rgba(0,0,0,0.15) 0 0 5px;
  -o-box-shadow: rgba(0,0,0,0.15) 0 0 5px;
  box-shadow: rgba(0,0,0,0.15) 0 0 5px;
  float: left;
  position: relative;
  border: 1px solid #ccc;
  background-color: white;
  padding: 10px 60px;
  padding-right: 20px;
  max-width: 240px;
  margin: auto;
  margin-top: -4px;
  margin-bottom: 10px;
}
.poll-notice strong {
  font-weight: bold;
}
.poll-notice .poll-notice-icon-privacy {
  width: 40px;
  height: 40px;
  margin-top: -15px;
  margin-left: -50px;
  position: absolute;
  background-image: url(/bundles/opppersonabubble/images/notice-icon-privacy.png);
}
.poll-notice .poll-notice-icon-star {
  width: 40px;
  height: 40px;
  margin-top: -15px;
  margin-left: -50px;
  position: absolute;
  background-image: url(/bundles/opppersonabubble/images/notice-icon-star.png);
}
.poll-notice.poll-notice-hang {
  top: -1.5em;
  right: -0.5em;
  position: absolute;
  z-index: 600;
  width: 140px;
}
#crop_popup input,
#crop_popup label {
  float: none;
  clear: none;
  width: auto;
}
#ie7 .persona-chart .description .pointer {
  top: -45px;
}
#ie7 .persona-chart .description {
  visibility: hidden;
}
#ie7 .themes .poll {
  display: inline;
  zoom: 1;
}
#ie7 .btn {
  display: inline;
  zoom: 1;
}
#ie7 input.btn {
  border: 0;
}
#ie7 .friends .friend .actions {
  float: none;
}
#ie7 i.right-arrow,
#ie7 i.face,
#ie7 i.plus,
#ie7 i.tick {
  margin-right: 3px;
}
#ie7 input[type=submit],
#ie7 input[type=reset],
#ie7 input[type=button] {
  filter: chroma(color=#000000);
}
#ie7 .invite .invite-block {
  width: 275px;
}
#ie7 .invite .invite-block .long-list .checkbox-row {
  width: 49%;
}
#ie7 .invite .invite-block .description textarea {
  width: 94%;
  padding: 5px 3%;
}
#ie7 .userbar .notifier .notifications .notification .rule {
  float: none;
  width: auto;
}
#ie7 .themes .poll-container {
  width: 720px;
}
#ie7 .themes .polls {
  width: 2000px;
}
#ie7 .similar-friends ul.results li {
  float: left;
}
#ie7 input.btn-large {
  padding: 0px 13px 3px;
}
#ie7.js section.dashboard-widget.embedded-poll .btn-large {
  display: inline-block;
}
#ie7 nav#breadcrumbs {
  margin-top: 0;
}
#ie7 #photo-uploader {
  display: none;
}
#ie7 .info-box {
  margin-right: 3%;
}
#ie7 .poll-response-select .answer {
  display: inline;
  zoom: 1;
}
#ie7 .poll-form .checkbox-row {
  display: inline;
  zoom: 1;
}
#ie7 .images-widget li {
  display: inline;
  zoom: 1;
}
#ie7 .btn-huge .btn-inner .icon-arrow {
  display: none;
}
#ie7 .select-widget-vertical label {
  width: 100%;
}
#ie8 .info-box h3 {
  display: inline;
  zoom: 1;
}
#ie7 aside.side-content section.widget,
#ie8 aside.side-content section.widget {
  width: 100%;
  margin-left: 0;
}
#ie7 .poll-form .checkbox-row input,
#ie8 .poll-form .checkbox-row input {
  display: inline;
}
#ie7 .js .images-widget input,
#ie8 .js .images-widget input {
  display: inline;
}
#appBanner {
  height: 46px;
  width: 100%;
}
#appBanner > div {
  position: fixed;
  color: white;
  font-size: 1.3em;
  line-height: 25px;
  padding: 10px 15px;
  background: #515151;
  z-index: 100;
  height: 26px;
  width: 100%;
}
#appBanner > div a {
  float: right;
}
#appBanner > div a.button {
  margin-right: 30px;
  height: 25px;
  width: 107px;
  color: white;
  text-align: center;
  border: 1px solid #93cb26;
  border-radius: 2px;
  background: #a7dc1d;
  display: block;
}
#appBanner > div a img {
  width: 98px;
  height: 29px;
  margin: -1px 10px -1px 0;
}
@media (max-width: 900px) {
  #appBanner > div a img {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body,
  html {
    width: 100%;
    position: relative;
  }
  #uvTab,
  #appBanner {
    display: none !important;
  }
  #page {
    margin-bottom: 20px;
  }
  .span5.spaceless {
    width: 100%;
  }
}
@media (max-width: 480px) {
  footer {
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  header {
    width: 100%;
    height: 155px;
  }
  .logged-in header {
    margin-bottom: 0;
    border-bottom: none;
    height: 33px;
  }
  .logged-in header h1 {
    display: none;
  }
  header .container {
    height: 150px;
  }
  header h2 {
    display: none;
  }
  header .fb-like {
    position: absolute;
  }
  .header-left {
    float: left;
    width: 100%;
  }
  .header-left h1 {
    width: 100%;
  }
  .header-left h1 a {
    width: 100%;
    background-position: center 10px;
  }
  .header-right {
    float: left;
    clear: left;
    width: 100%;
    height: 30px;
  }
  .header-buttons {
    height: auto;
  }
  .userbar {
    width: 100%;
  }
  nav#menu {
    clear: both;
    margin: 0;
    top: 0;
    width: auto;
    height: auto;
    border: 1px solid white;
  }
  nav#menu .menu-item {
    float: left;
    width: 50%;
  }
  nav#menu a {
    display: block;
    margin: 0;
    border: 1px solid white;
    box-sizing: border-box;
    *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    padding-left: 30px;
    line-height: 40px;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .userbar .notifier {
    margin-left: 6px;
  }
  nav#breadcrumbs {
    margin-top: 0;
  }
  .logged-in nav#breadcrumbs {
    clear: both;
    color: #888;
  }
  .logged-in nav#breadcrumbs a {
    color: #888;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  nav#menu,
  .main-content {
    width: 724px;
    box-sizing: border-box;
    *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
@media (max-width: 979px) {
  .main-content {
    width: 100%;
  }
  aside.side-content {
    width: 100%;
  }
  aside.side-content.docked {
    position: static;
    top: auto;
  }
}
@media (min-width: 980px) {
  aside.side-content section.widget {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .similar-friends ul.headings li.friends,
  .similar-friends ul.results meter,
  .similar-friends ul.results .meter {
    width: 190px;
  }
}
@media (max-width: 767px) {
  #sign-up-and-in {
    width: 100%;
  }
  #sign-up-and-in .facebook-button-large {
    width: 259px;
    font-size: 11px;
    margin: 0 0 20px;
  }
  #sign-up-and-in .access-form {
    max-width: none;
  }
  #sign-up-and-in .access-form form {
    width: 100%;
  }
  #sign-up-and-in .access-form chzn-container {
    width: 100%;
    box-sizing: border-box;
    *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #why-sign-up-block {
    background: #fcfcfc;
    width: 100%;
  }
  #why-sign-up-block section p {
    margin: 0px 10px 15px;
  }
  #why-sign-up-block section h4 {
    width: 85%;
  }
  #why-sign-up-block section.header {
    background: none;
  }
}
@media (max-width: 479px) {
  #why-sign-up-block section h4 {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .site-progress-bar .points .point .text {
    display: block;
    font-size: 11px;
  }
  .site-progress-bar .dialog {
    font-size: 11px;
    width: 50%;
    margin-left: -25%;
  }
  .site-progress-bar .actions {
    text-align: center;
  }
  .site-progress-bar .actions .action {
    float: none;
    width: auto;
    margin: auto;
    max-width: 200px;
  }
  .site-progress-bar .actions .action .button {
    display: none;
  }
  .site-progress-bar .actions .action .button.active {
    display: block;
  }
  aside.side-content {
    clear: both;
    float: left;
    width: 100%;
    box-sizing: border-box;
    *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  aside.side-content section {
    float: left;
    width: 100%;
    box-sizing: border-box;
    *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px;
    margin-top: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .site-progress-bar .points .point .text {
    display: block;
    font-size: 12px;
  }
  .site-progress-bar .dialog {
    font-size: 11px;
    width: 32%;
    margin-left: -16%;
  }
  .site-progress-bar .actions .action .button {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .site-progress-bar .dialog {
    width: 30%;
    margin-left: -15%;
  }
  section.dashboard-widget .btn-large {
    box-sizing: border-box;
    *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    line-height: 26px;
    font-size: 15px;
  }
  section.dashboard-widget.embedded-poll .btn-large {
    width: 100%;
  }
  .images-widget.images-widget-dash label {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .images-widget.images-widget-dash .img-holder img {
    margin: 0 auto;
  }
}
@media (min-width: 480px) and (max-width: 979px) {
  aside.side-content {
    float: left;
    clear: both;
    *zoom: 1;
  }
  aside.side-content section {
    float: left;
    margin: 20px 0px 0px 20px;
    width: 228px;
    box-sizing: border-box;
    *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 155px;
  }
}
@media (max-width: 479px) {
  .main-content.notifications .notification .body {
    margin-top: 10px;
    clear: left;
  }
  .main-content.notifications .notification cite.date {
    margin-top: 10px;
    float: left;
    clear: left;
  }
}
@media (max-width: 767px) {
  .main-content .contacts .filter-block input {
    width: 80%;
  }
  .main-content .invite-options {
    width: 100%;
    box-sizing: border-box;
    *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .main-content .invite-options p {
    margin-bottom: 8px;
  }
  .main-content .invite-options div {
    float: left;
  }
  .main-content .invite-options .facebook {
    clear: left;
  }
  .main-content .invite-start label.invisible {
    display: none;
  }
  .main-content .invite-start form label {
    float: none;
    width: auto;
    display: block;
    text-align: left;
    margin: 13px;
    margin-top: 3px;
  }
  .main-content .invite-start form .actions {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  section.dashboard-widget.similar-friends ul.headings li.friends,
  section.dashboard-widget.similar-friends meter,
  section.dashboard-widget.similar-friends .meter {
    width: 90px;
  }
}
@media (max-width: 767px) {
  section.dashboard-widget.similar-friends ul.headings li.friends,
  section.dashboard-widget.similar-friends meter,
  section.dashboard-widget.similar-friends .meter {
    width: 155px;
  }
}
@media (max-width: 479px) {
  .main-content .contacts ul li {
    float: none;
    width: auto;
    margin-right: 13px;
  }
  .invite-start form input.text,
  .invite-start form textarea {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .friends .friend-list .friend {
    width: auto;
  }
}
@media (max-width: 767px) {
  .persona-chart {
    font-size: 90%;
  }
  .persona-chart .chart-item {
    margin: 0 89px -40px;
  }
  .persona-chart .description {
    width: 100%;
  }
  .factors section .comments .inner input.text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.extra-report-info {
    width: 100%;
    box-sizing: border-box;
    *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .invite .invite-block.middle .limited {
    background-image: url(/bundles/opppersonabubble/images/description_bubble_smaller.png);
  }
  .invite .invite-block.middle .limited textarea {
    width: 174px;
    height: 75px;
  }
  .invite .invite-block .long-list .checkbox-row {
    width: 100%;
  }
}
@media (max-width: 979px) {
  .friend-rating .scale {
    font-size: 12px;
    width: 160px;
  }
}
@media (max-width: 767px) {
  .key {
    display: none;
  }
  .friend-rating .slider-row {
    width: 360px;
    margin: 0 auto 10px;
  }
  .friend-rating .scale.low {
    float: left;
    text-align: left;
  }
  .friend-rating .scale.high {
    float: right;
    text-align: right;
  }
  .invite .invite-block {
    padding-right: 0;
    border: 0;
  }
  .invite h2.rating-title {
    float: none;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .friend-rating .key,
  .friend-rating .slider-row,
  .friend-rating .slider {
    width: 270px;
  }
  .friend-rating .slider .step {
    width: 26px;
  }
  .friend-rating .slider .handle {
    width: 28px;
  }
  .friend-rating .scale {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #instructions {
    margin: 0;
  }
  .main-content.test {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .main-content.test form #answers {
    width: 46%;
  }
  .main-content.test form p.answer {
    width: 26%;
  }
}
@media (max-width: 480px) {
  #instructions #sample {
    margin-left: 10px;
    font-size: 2.8em;
  }
  #instructions #sample p {
    text-align: center;
  }
  #instructions #demo {
    margin: 10px 0 0 0;
    width: 100%;
  }
  #instructions #demo p.right,
  #instructions #demo p.left {
    font-size: 1.1em;
    margin: 12px 0;
    text-align: center;
    width: 15%;
  }
  .main-content.test form #answers {
    float: left;
    width: 65%;
    box-sizing: border-box;
    *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .main-content.test form #answers input {
    background-size: 34px 68px;
    -webkit-background-size: 34px 68px;
    -moz-background-size: 34px 68px;
    -o-background-size: 34px 68px;
    width: 34px;
    height: 34px;
  }
  .main-content.test form #answers input:hover {
    background-size: 34px 68px;
    -webkit-background-size: 34px 68px;
    -moz-background-size: 34px 68px;
    -o-background-size: 34px 68px;
    background-position: 0 -35px;
    width: 34px;
    height: 34px;
  }
  .main-content.test h1 {
    font-size: 1.8em;
    margin-bottom: 10px;
  }
  .main-content.test form p.right {
    font-size: 1.1em;
    text-align: center;
    width: 16%;
    margin-top: 7px;
  }
  .main-content.test form p.left {
    text-align: center;
    float: left;
    font-size: 1.1em;
    margin-top: 7px;
    width: 16%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .main-content.test {
    width: 724px;
    margin: 0;
    box-sizing: border-box;
    *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
@media (max-width: 520px) {
  nav#questionnav .question-nav-col {
    width: 50%;
  }
  nav#questionnav .progress-col {
    clear: both;
    padding: 10px 5px 5px;
  }
}
@media (min-width: 481px) and (max-width: 979px) {
  .js .themes .poll-container {
    width: 450px;
  }
  .js .themes .go-right {
    left: 458px;
  }
}
@media (max-width: 480px) {
  .js .themes .poll-container {
    width: 225px;
  }
  .js .themes .go-right {
    left: 232px;
  }
  .base-polls h2 {
    font-size: 22px;
  }
}
@media (max-width: 979px) {
  .base-polls h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .poll-form nav {
    margin-bottom: 22px;
  }
  .poll-form nav .back {
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  .base-polls h2.theme-title {
    float: left;
    clear: left;
  }
  .badge-container {
    float: none;
    width: 180px;
    height: 75px;
    margin: 0 auto 10px;
  }
  .select-widget label {
    width: 75px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .slider-widget .bar .bar-left {
    width: 260px;
  }
  .slider-widget .min,
  .slider-widget .max {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .slider-widget {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .slider-widget .min,
  .slider-widget .max {
    position: relative;
    padding: 8px 15px 10px;
    background: #ddd;
    border: 1px solid #bbb;
    width: auto;
  }
  .slider-widget .min .pointer,
  .slider-widget .max .pointer {
    position: absolute;
    display: block;
    width: 1px;
    height: 30px;
    background: #bbb;
  }
  .slider-widget .min {
    text-align: left;
    margin-bottom: 15px;
    margin-left: 2px;
  }
  .slider-widget .min .pointer {
    left: -1px;
    bottom: -30px;
  }
  .slider-widget .max {
    float: right;
    clear: both;
    text-align: right;
    margin-top: 15px;
    margin-right: 2px;
  }
  .slider-widget .max .pointer {
    right: -1px;
    top: -30px;
  }
  .slider-widget .bar {
    margin: 0;
  }
  .slider-widget .bar .bar-left {
    width: 350px;
  }
}
@media (max-width: 479px) {
  .slider-widget {
    width: 220px;
  }
  .slider-widget .bar .bar-left {
    width: 210px;
  }
}
@media (max-width: 979px) {
  .poll-navigation.with-page-layout .arrow-more {
    width: 370px;
  }
  .side-content .arrow-more {
    display: none;
  }
}
@media (max-width: 767px) {
  .poll-navigation.with-page-layout .author {
    background-position: 30px center;
  }
  .poll-navigation.with-page-layout .author img {
    position: absolute;
    right: 0;
    margin-top: -140px;
    height: 140px;
  }
  .poll-navigation.with-page-layout .author h3,
  .poll-navigation.with-page-layout .author h4 {
    width: auto;
    margin-right: 30px;
  }
  .poll-navigation.with-page-layout .arrow-more span,
  .poll-navigation.with-page-layout .arrow-details span {
    padding-left: 15px;
  }
  .poll-navigation.with-page-layout .arrows {
    height: 130px;
  }
  .poll-navigation.with-page-layout .arrow-more {
    position: static;
    width: auto;
    height: 60px;
    background-image: none;
    background-color: #ccc;
    font-weight: normal;
    text-align: left;
    line-height: 60px;
    border-top: 1px solid #c8e27d;
    border-bottom: 1px solid #c8e27d;
    background-color: #96c019;
  }
  .poll-navigation.with-page-layout .arrow-details {
    right: auto;
    left: 0;
    top: 115px;
    width: 400px;
  }
  .poll-response-container .banding {
    padding: 20px 15px 10px;
    margin-bottom: 120px;
    width: auto;
  }
}
@media (max-width: 479px) {
  .poll-navigation.with-page-layout .author {
    background-position: 15px center;
  }
  .poll-navigation.with-page-layout .author h3,
  .poll-navigation.with-page-layout .author h4 {
    margin-right: 15px;
  }
  .poll-navigation.with-page-layout .arrow-details {
    position: static;
    width: auto;
    height: auto;
    background: none;
    font-size: 24px;
    line-height: 80px;
    color: #69AAD5;
    text-shadow: none;
  }
  .poll-navigation.with-page-layout .arrow-details span {
    padding-left: 0px;
  }
  .poll-navigation.with-page-layout .count {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .poll-response-slider {
    margin: 0 auto 15px;
    width: 400px;
  }
  .poll-response-slider .bar {
    width: 100%;
    clear: left;
  }
  .poll-response-slider .right-key,
  .poll-response-slider .left-key {
    position: relative;
    padding: 8px 15px 10px;
    background: #ddd;
    border: 1px solid #bbb;
    margin: 0;
    width: auto;
  }
  .poll-response-slider .right-key .pointer,
  .poll-response-slider .left-key .pointer {
    position: absolute;
    display: block;
    width: 1px;
    background: #bbb;
  }
  .poll-response-slider .left-key {
    text-align: left;
    margin-bottom: 5px;
  }
  .poll-response-slider .left-key .pointer {
    left: -1px;
    bottom: -52px;
    height: 52px;
  }
  .poll-response-slider .right-key {
    float: right;
    clear: both;
    text-align: right;
    margin-top: 5px;
  }
  .poll-response-slider .right-key .pointer {
    right: -1px;
    top: -37px;
    height: 37px;
  }
}
@media (max-width: 479px) {
  .poll-response-slider {
    width: 225px;
  }
}
@media (max-width: 479px) {
  .slider-widget {
    width: 220px;
  }
  .slider-widget .bar .bar-left {
    width: 210px;
  }
}
@media (max-width: 479px) {
  .friends .friend .description {
    width: 158px;
  }
}
@media (max-width: 767px) {
  .friends .notice {
    font-size: 13px;
    clear: left;
    margin: 0 0 10px;
  }
}
@media (max-width: 479px) {
  .friends .invite-friends {
    display: none;
  }
}
@media (max-width: 767px) {
  .factors section .comments .inner {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .main {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main {
    width: 100%;
  }
  .poll-form fieldset h2 {
    margin: 1em;
  }
  .select-widget {
    margin: 1em;
  }
}
@media (max-width: 979px) {
  aside.profile {
    margin-left: 0;
  }
  aside.profile section {
    box-sizing: border-box;
    *behavior: url(/bundles/opppersonabubble/css/boxsizing.htc);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-left: 0;
  }
  .main-content.profile {
    width: 100%;
  }
  #photo-upload-block {
    margin-right: 2em;
  }
}
@media (max-width: 767px) {
  .main-content.test .bubble {
    display: none !important;
  }
  .main-content.test .aside {
    width: auto;
  }
}
@media (max-width: 479px) {
  .info-box {
    width: 100%;
    margin: 0 0 15px;
    float: none;
  }
  .info-box .inner.inner-top {
    min-height: auto;
  }
  .info-box .inner.inner-main {
    min-height: auto;
  }
}


