@import "css/bootstrap.min.css";
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css";
@import "../../../../../Assets/lib/jquery-ui.min.css";
.hideme {
  display: none;
}
/*input.error , textarea.error, select.error { border-color:#F00; background-color:#FDFCBD} */
label.error {
  font-size: 90%;
  color: #F00;
  position: absolute;
}
.clear {
  clear: both;
}
.gender-radio .form-control-feedback {
  right: 50px !important;
}
.gender .gender-hide {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 38px;
  height: 37px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.gender .gender-radio {
  width: 38px;
  height: 37px;
  cursor: pointer;
  zoom: 1;
  display: inline;
  display: block;
  float: left;
  margin-right: 15px;
}
.gender .female .gender-radio {
  background: transparent url("https://d2nbavqwsqtow0.cloudfront.net/App_Presentation/panel/OpinionWorld/DEFAULT/img/gender.png") right top no-repeat;
}
.gender .male .gender-radio {
  background: transparent url("https://d2nbavqwsqtow0.cloudfront.net/App_Presentation/panel/OpinionWorld/DEFAULT/img/gender.png") left top no-repeat;
}
.gender .female .gender-selected {
  background-position: right bottom;
}
.gender .male .gender-selected {
  background-position: left bottom;
}
/* #overall-bar {height:40px!important; padding:10px 0 0 10px;}
  .current .points {display:none;}
  .profile-menu ul li{

	margin-bottom:10px;
	overflow:hidden;
	
	a{  
		display:block;
		color:#5a5a5a;
		padding:12px 15px;
		font-weight:bold;
		cursor:pointer;
		overflow:hidden;
		position:relative;
		background: #f1f1f1;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f1f1f1), to(#dcdcdc));
		background: -webkit-linear-gradient(#f1f1f1, #dcdcdc);
		background: -moz-linear-gradient(#f1f1f1, #dcdcdc);
		background: -ms-linear-gradient(#f1f1f1, #dcdcdc);
		background: -o-linear-gradient(#f1f1f1, #dcdcdc);
		background: linear-gradient(#f1f1f1, #dcdcdc);
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;	
	}
	a:hover{background:#e9e9e9;text-decoration:none;}
}
.profile-menu ul li a{
	color:#8d8d8d;
	font-size:16px;	
}
.profile-menu ul li a:hover{color:#191919;}
.profile-menu ul li a span{float:left;}
.profile-menu ul li a span.block{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	background:#fff;
	width:60px;
	text-align:center;
}
.profile-menu ul li a span.block-item{
	width:135px;
	padding:0 10px;
}
.profile-menu ul li a span.points{
	font-size:14px;
	padding-top:4px;
	float:right;
}
.profile-menu ul li.active a{
	color:#fff;
}
.profile-menu ul li.active span.block{color:#191919;}
.profile-menu ul li.incomplete a{
	background: #fed4d4;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fed4d4), to(#fdbebe));
	background: -webkit-linear-gradient(#fed4d4, #fdbebe);
	background: -moz-linear-gradient(#fed4d4, #fdbebe);
	background: -ms-linear-gradient(#fed4d4, #fdbebe);
	background: -o-linear-gradient(#fed4d4, #fdbebe);
	background: linear-gradient(#fed4d4, #fdbebe);
	color:#d73737;
}
.profile-menu ul li.incomplete a:hover{background:#fee5e5;}
.profile-menu ul li.incomplete span.block{
	color:#fff;
	background:#d73737;
}
.profile-menu ul li.incomplete span.points{color:#191919;}
.sep2 {
    margin: 15px 0;
    border-top: 2px dotted #ccc;
}*/
/*#profile-links{
	.table > tbody > tr > td { 
		vertical-align:middle;	
		.progress	{ margin-bottom:0px; }
	}
	.profile-icons { 
		width: 40px; height: 36px; display:block;
		background: url('/App_Presentation/panel/OpinionWorldClean/DEFAULT/img/icons-sprites.png') no-repeat 0 0;
	}
	 .icon923{background-position:-400px 0;}
	 .icon981{background-position:-40px 0;}
	 .icon902{background-position:-320px 0;}
	 .icon911{background-position:-240px 0;}
	 .icon900{background-position:-80px 0;}
	 .icon901{background-position:-120px 0;}
	 .icon910{background-position:-360px 0;}
	 .icon909{background-position:-440px 0;}
	 .icon908{background-position:-160px 0;}
	 .icon913{background-position:-200px 0;}
	 .icon945{background-position:-280px 0;}
	 .icon921{background-position:-256px -212px;}
	 .icon904{background-position:-296px -212px;}
	 .icon926{background-position:-334px -212px;}
	 .icon924{background-position:-376px -210px;}
	 .icon979{background-position:-426px -212px;}
	 .icon994{background-position:-302px -256px;}
	 .icon993{background-position:-258px -256px;}
	 .icon998{background-position:-376px -210px;}
	 .icon997{background-position:-358px -256px;}
}
 */
#survey-history-dashboard ul li {
  list-style: none;
  display: block;
}
#survey-history-dashboard ul .project {
  float: left;
}
#survey-history-dashboard .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 595px) {
  #survey-history-dashboard .panel-body .survey td {
    font-size: 11px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #survey-history-dashboard .panel-body .survey td {
    font-size: 10.5px;
  }
}
@media only screen and (max-width: 500px) {
  #survey-history-detailed {
    margin-bottom: 55%;
  }
  #survey-history-dashboard .panel-body {
    height: auto;
  }
}
#business-card-dashboard #buttons li {
  float: left;
  padding: 4px 10px;
}
/*#reward-fulfillment-partners img {display:none;}
.reward-fpp-blurb, .reward-fpp-minimum {display:none;}

.nav-tabs>li.selected>a, .nav-tabs>li.selected>a:hover, .nav-tabs>li.selected>a:focus {
	color: #555;
	background-color: @white;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

#reward-fulfillment-partners-redemption-ovationnew { background:@white;}
.reward-fulfillment-partners-redemption { background-color: @white; 	border: 1px solid #ddd; border-top:0px; 	margin: 0px; 	padding: 10px; }
 
     */
#error-page {
  margin: 0 50px 50px 50px;
}
#error-page img {
  margin-bottom: 100px;
}
.search-survey-collapse .btn {
  width: 100px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #search-survey-box .panel-body div + br + div + br + a {
    clear: both!important;
    margin: 0 auto;
    margin-bottom: 10px;
    float: right;
  }
}
@media only screen and (max-width: 408px) {
  #search-survey-box #dates .col-md-2,
  #search-survey-box .pointsFilter .col-md-2,
  #search-survey-box .pointsFilter .col-md-5,
  #search-survey-box #dates .col-md-5 {
    font-size: 10px;
    margin: 0;
    padding: 0;
  }
  #search-survey-box .panel-body .pointsFilter,
  #search-survey-box .panel-body #dates {
    padding-left: 5px;
    padding-right: 5px;
  }
  .search-survey-collapse .row .col-xs-6 {
    font-size: 10px;
  }
}
#date-min,
#date-max {
  padding: 4px 5px!important;
}
@media only screen and (max-width: 540px) {
  #date-min,
  #date-max {
    font-size: 9px;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #date-min,
  #date-max {
    font-size: 9px;
    margin: 0;
    padding: 0;
  }
}
#reward-fulfillment-partners-redemption-ovationnew #reward-dynamic-vouchers-type-key {
  padding-bottom: 20px;
}
#reward-fulfillment-partners-redemption-ovationnew .col-md-4 .panel {
  border-top: 1px solid #e7e7e7;
}
.tooltip-div a {
  display: none;
}
#ovationvoucheroption-wrapper {
  margin: 0 auto;
  text-align: center;
}
#ovationvoucheroption-wrapper #redeem-btn-webshop {
  clear: both;
  width: 100%!important;
}
#ovationvoucheroption-wrapper .col-md-6 {
  margin-top: 5%;
}
@media (max-width: 500px) {
  #ovationvoucheroption-wrapper .col-md-6 {
    width: auto;
    padding: 0px;
  }
}
@media only screen and (max-width: 500px) {
  #ovationvoucheroption-wrapper .ovationboxbottom,
  #ovationvoucheroption-wrapper .col-xs-6 {
    width: 100%;
    clear: both;
  }
  .deno-div .btn {
    width: 100%;
    margin: 0;
  }
  .ovationvoucheroption .panel-body {
    height: auto;
    min-height: 180px;
  }
}
.aspNetDisabled {
  z-index: 10;
}
#webshop-btn-hidden {
  width: 100%;
  visibility: hidden;
  height: 26px;
  margin-bottom: 7px;
}
#outOfStockLabel {
  width: 100%;
  height: 19px;
  margin-bottom: 7px;
}
/*#reward-fulfillment-partners-redemption-paypal #reward-fppr-box-and-button, #reward-fulfillment-partners-redemption-amazon #reward-fppr-box-and-button,
#reward-fulfillment-partners-redemption-cantoo #reward-fppr-box-and-button, #reward-fulfillment-partners-redemption-verdens-skove #reward-fppr-box-and-button{width: 100%; overflow: hidden;}

#reward-fulfillment-partners-redemption-paypal .reward-fppr-textbox, #reward-fulfillment-partners-redemption-paypal #reward-fppr-button,
#reward-fulfillment-partners-redemption-amazon .reward-fppr-textbox, #reward-fulfillment-partners-redemption-amazon #reward-fppr-button,
#reward-fulfillment-partners-redemption-cantoo .reward-fppr-textbox, #reward-fulfillment-partners-redemption-cantoo #reward-fppr-button,
#reward-fulfillment-partners-redemption-verdens-skove .reward-fppr-textbox {float:left;}

#reward-fulfillment-partners-redemption-paypal #reward-fppr-button {margin-left:15px; margin-top:19px;}
#reward-fulfillment-partners-redemption-amazon #reward-fppr-button {margin-left:15px; margin-top:50px;}
#reward-fulfillment-partners-redemption-cantoo #reward-fppr-button {margin-left:15px; margin-top:30px;}
#reward-fulfillment-partners-redemption-verdens-skove  #reward-fppr-button {margin-left:15px; margin-top:18px;}

#reward-fulfillment-partners-redemption-paypal #reward-fppr-button .ButtonClaim, #reward-fulfillment-partners-redemption-quarterly-prize-draw #reward-fppr-button .ButtonClaim,
#reward-fulfillment-partners-redemption-amazon #reward-fppr-button .ButtonClaim, #reward-fulfillment-partners-redemption-cantoo #reward-fppr-button .ButtonClaim,
#reward-fulfillment-partners-redemption-itunes #reward-fppr-button .ButtonClaim, #reward-fulfillment-partners-redemption-verdens-skove #reward-fppr-button .ButtonClaim{background-color:@Red; border:0; padding: 5px 10px; font-size: 12px; font-weight: bold; 
text-transform: uppercase; border-radius: 2px; line-height: 1.5; color:@white; cursor: pointer; display: inline-block; text-align: center; vertical-align: middle;
white-space: nowrap; border-width: 0 1px 4px; -moz-user-select: none; background-image: none;}

#reward-fulfillment-partners-redemption-paypal #reward-fppr-button .ButtonClaim:hover, #reward-fulfillment-partners-redemption-quarterly-prize-draw #reward-fppr-button .ButtonClaim:hover,
#reward-fulfillment-partners-redemption-amazon #reward-fppr-button .ButtonClaim:hover, #reward-fulfillment-partners-redemption-cantoo #reward-fppr-button .ButtonClaim:hover,
#reward-fulfillment-partners-redemption-itunes #reward-fppr-button .ButtonClaim:hover, #reward-fulfillment-partners-redemption-verdens-skove #reward-fppr-button .ButtonClaim:hover{background-color:@RedHover;}

#reward-fulfillment-partners-redemption-ovationnew #backbtn {margin-left:40px}
#reward-fulfillment-partners-redemption-ovationnew #ifE_Voucher {margin-top: -32px; margin-left:170px;
background-color:@Red; border:0; padding: 7px 10px; font-size: 12px; font-weight: bold; text-transform: uppercase;
border-radius: 2px; line-height: 1.5; color:@white; cursor: pointer; display: inline-block; text-align: center; vertical-align: middle;
white-space: nowrap; border-width: 0 1px 4px; -moz-user-select: none; background-image: none;}
#reward-fulfillment-partners-redemption-ovationnew #redemptionInstructionsText {margin-top:20px;}

#your-orders .panel-body .btn {margin-left: 5%;
        @media only screen and (max-width:1199px) {width:160px!important; margin-left: 7%;}
}
#reward-fulfillment-partners-redemption-ovationnew #reward-fppr-button .ButtonClaim{top: 197px; margin-left:180px; position:relative;
background-color:@Red; border:0; padding: 7px 10px; font-size: 12px; font-weight: bold; text-transform: uppercase;
border-radius: 2px; line-height: 1.5; color:@white; cursor: pointer; display: inline-block; text-align: center; vertical-align: middle;
white-space: nowrap; border-width: 0 1px 4px; -moz-user-select: none; background-image: none;}
#reward-fulfillment-partners-redemption-ovationnew #reward-fppr-button .ButtonClaim:hover,
#reward-fulfillment-partners-redemption-ovationnew #ifE_Voucher:hover{background-color:@RedHover;}
@media only screen and (max-width:500px) {
    #reward-fulfillment-partners-redemption-ovationnew #reward-fppr-button .ButtonClaim{top: 227px; margin-left: 120px; }
}

.nav-tabs>li.selected>a, .nav-tabs>li.selected>a:hover, .nav-tabs>li.selected>a:focus, .nav-tabs>li.a, .nav-tabs>li a:hover, .nav-tabs>li a:focus {
padding:10px 15px!important; }
#reward-dynamic-vouchers-desc {margin-top:1%;
                                @media only screen and (max-width:480px) {margin-top:2%; }
                                @media only screen and (max-width:320px) {margin-top:5%; }
}

.reward-fppr-foutje.reward-fppr-foutje h2 > font {
        @media only screen and (max-width:480px) {width:75% !important; }
}
                                                  
#reward-fulfillment-partners-redemption-quarterly-prize-draw .reward-fppr-disclaimer {
        @media only screen and (max-width : 420px) {padding-bottom:80px;}
}*/
@viewport {
  zoom: 1.0;
  width: device-width;
}
/*@light-blue: #80b1da;
@bg-blue: #1c4e81;
@white: #ffffff;

@header-grey: #cdcdcd;
@light-grey: #c9c9c9;
@mid-grey: #898989;
@real-light-grey:#EFEFEC;
@dark-grey: #4c4c4c;
@footer-grey: #7b7b7b;
@Orange: #e74c3c;
@OrangeHover: #c0392b;

@Red: #F39C12;
@RedHover: #DE8F0C;

color: #cb4545;
            left: 490px;
            position: absolute;
            font-size: 11px;
            font-weight: bold;
            text-align:left;
            width: 120px;
        }@Blue:#5F78AB;
@BlueHover:#29447E;
@GreyHover:#E7E7E7;
@MenuGrey:#716D6E;

@Fb:#3b5998;
@FbHover:#2C4272;
@twitter:#00a0d1;
@google:#d94a39;
@pinterest:#CC2127;

@Default:#b5b4b4;
@DefaultHover:#666666;

@Bluelabel:#2e75bb;
@NavBG:#E7E7E7;
@Greensuccess:#28B62E;
@Greenborder:#23A127;

@Navgrey:#ecf6fc;
@Navblue:#2c75b3;

@top-bar:#ebebec;
@title-block-1:#FF6821;
@text-block-1:#696969;
@bg-block-2:#EFEFEF;
@text-block-2:#696969;
@title-block-2:#FF6821;
@bg-block-3:#FFFFFF;
@text-block-3:#696969;
@bg-block-4:#EFEFEF;
@title-block-4:#FF6821;
@text-block-4:#696969;
@icons-block-4:#F29B12;
@blog-title:#FF6821;
@link:#999999;
@linkblue:#158cba;

@tabbg:#ECF6FC;
@tabtext:#276F9B;
@caption1:#ED008C;
@caption1a:#333332;
@caption3:#1171B9;
@caption3a:#1BA7E2;
@caption4:#4AAA48;
@caption4a:#8EC741;
@caption4ashadow:#FFFFFF;*/
ol,
ul {
  list-style: none;
}
@media (min-width: 1200px) {
  .container {
    width: 997px !important;
  }
}
body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
#sliderResponsive {
  margin-top: -34px;
  background-position: 0 1px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1023px) {
  #sliderResponsive .hidden-xs {
    display: none !important;
  }
}
input.error,
textarea.error,
select.error {
  border: 2px solid #cb4545 !important;
  background: #fff6f6;
}
label.error {
  font-size: 90%;
  color: #cb4545;
  position: absolute;
}
input[type="radio"],
input[type="checkbox"] {
  margin-right: 5px;
}
.btn-info {
  background-color: #12D8F3;
  border-color: #12D8F3;
}
.btn-info:hover {
  background-color: #75CAEB;
  border-color: #75CAEB;
}
/* display closing button for cookie notice on mobile */
#_evh-ric-c {
  display: inline!important;
}
.btn,
.btn-primary,
.btn-danger,
#sip-confirm,
.button,
.ButtonClaim,
#spalogin,
#rewardclaimvalidate,
.intake_button {
  background: #FAA126;
  border: 1px solid #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px 0 #999999;
  -moz-box-shadow: 0 0 3px 0 #999999;
  box-shadow: 0 0 3px 0 #999999;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  color: #000000;
}
.btn:hover,
.btn-primary:hover,
.btn-danger:hover,
#sip-confirm:hover,
.button:hover,
.ButtonClaim:hover,
#spalogin:hover,
#rewardclaimvalidate:hover,
.intake_button:hover,
.btn:focus,
.btn-primary:focus,
.btn-danger:focus,
#sip-confirm:focus,
.button:focus,
.ButtonClaim:focus,
#spalogin:focus,
#rewardclaimvalidate:focus,
.intake_button:focus,
.btn:active,
.btn-primary:active,
.btn-danger:active,
#sip-confirm:active,
.button:active,
.ButtonClaim:active,
#spalogin:active,
#rewardclaimvalidate:active,
.intake_button:active {
  text-decoration: none;
  background: #ffb34d;
  color: #000000;
  border-color: #ffffff;
  border-bottom-width: 1px;
  margin-top: 0;
}
@media only screen and (max-width: 479px) {
  .btn,
  .btn-primary,
  .btn-danger,
  #sip-confirm,
  .button,
  .ButtonClaim,
  #spalogin,
  #rewardclaimvalidate,
  .intake_button {
    display: inline-block;
    font-size: 16px;
  }
}
.btn-primary:hover,
.btn-danger:hover,
.btn-primary:focus,
.btn-danger:focus,
.btn-primary:active,
.btn-danger:active {
  background: #ffb34d !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}
.btn-sm,
.button-sml {
  font-size: 13px;
  padding: 8px 10px;
}
.btn-disabled,
.btn-disabled:hover,
.btn-disabled:focus {
  background: #dfdfdf;
  color: #adadad;
  cursor: default;
}
.modal-footer .btn + .btn {
  margin-left: 15px;
}
.button-cancel,
#apscancel {
  background: #CCC;
}
.button-cancel:hover,
#apscancel:hover {
  background: #ddd !important;
}
/*.button-disabled,.button-disabled:hover{
	background:#dfdfdf;
	color:#adadad;
	cursor:default;
}
a.button{display:inline-block;}
.buttons .button{margin-right:20px;}
.button-sml{
	padding:5px 10px;
	font-size:13px;
}*/
.gp-section {
  margin-bottom: 30px;
}
.gp-section ul {
  overflow: hidden;
  padding: 20px 0 0;
  list-style: none;
  margin: 0;
}
.gp-section li {
  float: left;
  width: 227px;
  margin-bottom: 30px;
  margin-left: 19px;
  position: relative;
}
.gp-section li.first {
  margin-left: 0;
}
.gp-section li span {
  color: #fff;
  position: absolute;
  display: block;
  bottom: 12px;
  left: 75px;
  font-weight: bold;
  line-height: 20px;
}
.gp-section li span em {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.gp-section ul li.first span,
.gp-section ul li.last span {
  font-size: 10px;
}
.grey-section {
  background: #f6f6f6;
  padding: 20px 0 0;
  margin-bottom: -40px;
}
.grey-section .section {
  padding-top: 20px;
}
.grey-section .home-join {
  background: url(/App_Presentation/responsive/MyOpinions/img/home-free-join.gif) no-repeat 240px 0;
  margin-bottom: 50px;
}
.grey-section .note {
  padding: 0 0 10px;
}
.home-join-mobile {
  display: none;
}
.reasons {
  padding: 0;
  overflow: hidden;
  margin: 0;
  list-style: none;
}
.reasons li {
  padding: 0 0 50px 0;
  float: left;
  width: 50%;
}
.reasons li img {
  float: left;
}
.reasons li h3 {
  font-size: 18px;
  padding-bottom: 5px;
  margin-left: 75px;
}
.reasons li p {
  margin-left: 75px;
  padding: 0 50px 0 0;
  line-height: 18px;
}
.reasons li a {
  color: #fa990e;
  text-decoration: underline;
  font-weight: bold;
}
.homeboxOn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border: 3px solid #ff9819;
}
#respondent-name ul.list {
  padding: 0 10px 0 25px;
}
.refer-banner {
  background: url(/App_Presentation/responsive/MyOpinions/img/raf-banner.jpg) no-repeat right 0;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.refer-banner h2.refer {
  padding: 0 0 10px 0 !important;
}
.refer-banner .refer-home {
  padding-right: 150px;
}
@media only screen and (max-width: 1199px) {
  .gp-section li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .gp-section li {
    width: 23.8%;
  }
  .gp-section ul li span em {
    display: none;
  }
  .gp-section ul li span {
    bottom: 8px;
    left: 35%;
    font-size: 12px;
    line-height: 16px;
  }
  .gp-section ul li.first span,
  .gp-section ul li.last span {
    font-size: 12px;
  }
  .gp-section ul li.last span {
    width: 100px;
  }
  .home-join-mobile {
    display: block;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .gp-section ul {
    margin: 0 auto;
  }
  .gp-section ul li {
    width: 31.3333%;
    margin-left: 15px;
    margin-bottom: 20px;
  }
  .gp-section ul li.last {
    display: none;
  }
  .gp-section ul li span {
    bottom: 10px;
    left: 65px;
    width: 100px;
  }
  .reasons li {
    padding-bottom: 20px;
    float: none;
    width: auto;
  }
  .homeboxOn .refer-home,
  .refer-banner .refer-home {
    padding-right: 0;
  }
  .homeboxOn .referBg,
  .refer-banner .referBg {
    display: none;
  }
  .refer-banner {
    background-position: 0 0;
  }
}
@media only screen and (max-width: 639px) {
  .gp-section ul {
    width: 440px;
  }
  .gp-section ul li.third {
    display: none;
  }
  .gp-section ul li {
    width: 48%;
  }
  .gp-section ul li span {
    bottom: 12px;
    left: 70px;
  }
  .gp-section ul + img {
    display: none;
  }
  .home-join a {
    display: block;
  }
  .home-join img {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  .gp-section ul {
    width: auto;
  }
  .gp-section ul li,
  .gp-section ul li.first {
    float: none;
    width: 227px;
    margin: 0 auto 20px;
  }
  .gp-section ul li span {
    bottom: 14px;
    left: 75px;
  }
  .reasons li h3,
  h3 {
    font-size: 16px;
  }
  .grey-section .home-join {
    background: none;
    margin-bottom: 30px;
  }
  .refer-banner {
    padding-right: 0;
  }
}
.statement-home {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #3f3f3f;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(black));
  background: -webkit-linear-gradient(top, #3f3f3f, black);
  background: -moz-linear-gradient(top, #3f3f3f, black);
  background: -ms-linear-gradient(top, #3f3f3f, black);
  background: -o-linear-gradient(top, #3f3f3f, black);
  margin-bottom: 20px;
}
.statement-home li {
  float: left;
  width: 100%;
}
.statement-home li.points {
  border-right: 1px solid #000000;
}
.statement-home li.entries {
  /*border-left: 1px solid #4b4b4b;*/
  display: none!important;
}
.statement-home li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 20px 0 ;
}
.statement-home li a:hover {
  text-decoration: none;
  background-color: #636363;
  background: -webkit-gradient(linear, left top, left bottom, from(#636363), to(black));
  background: -webkit-linear-gradient(top, #636363, black);
  background: -moz-linear-gradient(top, #636363, black);
  background: -ms-linear-gradient(top, #636363, black);
  background: -o-linear-gradient(top, #636363, black);
}
.statement-home li a span {
  display: block;
}
.statement-home li a .title {
  font-weight: bold;
  font-size: 13px;
}
.statement-home li a .number {
  font-size: 40px;
  color: #cecece;
  line-height: 55px;
  font-weight: bold;
}
.statement-main {
  width: 32%;
  height: 400px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #3f3f3f;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(black));
  background: -webkit-linear-gradient(top, #3f3f3f, black);
  background: -moz-linear-gradient(top, #3f3f3f, black);
  background: -ms-linear-gradient(top, #3f3f3f, black);
  background: -o-linear-gradient(top, #3f3f3f, black);
  float: left;
  margin-right: 18px;
  padding: 0;
}
.statement-main li.points {
  border-bottom: 1px solid #000000;
}
.statement-main li.entries {
  /*border-top: 1px solid #4b4b4b;*/
  display: none!important;
}
.statement-main li a {
  height: 197px;
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px 0 20px;
}
.statement-main li a:hover {
  text-decoration: none;
  background-color: #636363;
  background: -webkit-gradient(linear, left top, left bottom, from(#636363), to(black));
  background: -webkit-linear-gradient(top, #636363, black);
  background: -moz-linear-gradient(top, #636363, black);
  background: -ms-linear-gradient(top, #636363, black);
  background: -o-linear-gradient(top, #636363, black);
}
.statement-main li a .title,
.profile-main li a .title {
  font-size: 24px;
  font-weight: bold;
}
.statement-main li a .number {
  font-size: 60px;
  color: #ababab;
  line-height: 100px;
  font-weight: bold;
}
.statement-main li a span,
.profile-main li a span {
  display: block;
}
.profile-home {
  padding: 15px 20px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ececec;
  background: -moz-linear-gradient(top, #ececec 0%, #f4f4f4 36%, #d9d9d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(36%, #f4f4f4), color-stop(100%, #d9d9d9));
  background: -webkit-linear-gradient(top, #ececec 0%, #f4f4f4 36%, #d9d9d9 100%);
  background: -o-linear-gradient(top, #ececec 0%, #f4f4f4 36%, #d9d9d9 100%);
  background: -ms-linear-gradient(top, #ececec 0%, #f4f4f4 36%, #d9d9d9 100%);
  background: linear-gradient(to bottom, #ececec 0%, #f4f4f4 36%, #d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#d9d9d9', GradientType=0);
}
.profile-home h2 {
  padding-bottom: 15px;
}
.profile-home h2 a {
  color: #191919;
}
.profile-home h2 a:hover {
  color: #000;
}
.profile-home h2 a.link {
  color: #0c6eb9;
}
.profile-home p {
  margin-bottom: 5px;
  font-size: 12px;
}
.profile-home .progress-bar,
.profile-home .progress-bar-100,
.profile-home .not-verified,
.profile-home .verified,
.profile-home .pending {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 120px;
  height: auto;
}
.profile-home .progress-bar .progress-inner,
.profile-home .progress-bar-100 .progress-inner {
  height: 27px;
}
.profile-home .progress-bar .progress-number,
.profile-home .progress-bar-100 .progress-number {
  line-height: 26px;
  font-size: 12px;
}
.profile-home .progress-bar .progress-number b,
.profile-home .progress-bar-100 .progress-number b {
  font-size: 16px;
}
.profile-main li a .title {
  text-align: left;
}
.profile-main li a:hover {
  text-decoration: none;
}
.profile-main {
  width: 32%;
  height: 400px;
  float: left;
  padding: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ececec;
  background: -moz-linear-gradient(top, #ececec 0%, #ffffff 50%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(50%, #ffffff), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #ececec 0%, #ffffff 50%, #ececec 100%);
  background: -o-linear-gradient(top, #ececec 0%, #ffffff 50%, #ececec 100%);
  background: -ms-linear-gradient(top, #ececec 0%, #ffffff 50%, #ececec 100%);
  background: linear-gradient(to bottom, #ececec 0%, #ffffff 50%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#ececec', GradientType=0);
  border: 1px solid #ddd;
}
.profile-main li a {
  height: 197px;
  display: block;
  color: #191919;
  text-align: center;
  font-size: 15px;
  padding: 15px 20px;
}
.profile-main li .note {
  font-size: 12px;
  text-align: left;
  padding-bottom: 5px;
}
.profile-main li.verification {
  border-top: 1px solid #ddd;
}
.profile-main li.settings {
  border-top: 1px solid #f8f8f8;
}
.profile-main li a .link {
  color: #0c6eb9;
}
.profile-main li .not-verified,
.profile-main li .verified,
.profile-main li .pending {
  margin: 15px auto 10px;
}
.profile-main li .not-verified .txt,
.profile-main li .verified .txt,
.profile-main li .pending .txt {
  font-size: 24px;
  line-height: 46px;
  padding: 0;
}
.profile-main li.settings {
  position: relative;
  padding: 0 15px;
}
.profile-main li.settings h2 {
  padding-bottom: 0;
}
.profile-main li.settings h2 a {
  font-size: 24px;
  padding: 15px 0;
  color: #000;
}
.profile-main li.settings .list {
  padding-top: 0;
}
.profile-main li.settings a {
  text-align: left;
  height: auto;
  padding: 0;
  color: #0E8CEB;
  font-size: 14px;
}
.progress-bar {
  border: 3px solid #cc0000;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #cc0000;
  font-weight: bold;
  position: relative;
  font-size: 15px;
  height: 46px;
  width: 100%;
  float: none;
  background-color: #fff;
}
.progress-bar-100 {
  border: 3px solid #078412;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url(/PIE.htc);
  color: #078412;
  font-weight: bold;
  position: relative;
  font-size: 15px;
  height: 46px;
  width: 100%;
  float: none;
}
.progress-bar .progress-inner {
  background-color: #fed4d4;
  background: -webkit-gradient(linear, left top, left bottom, from(#fed4d4), to(#fdbebe));
  background: -webkit-linear-gradient(top, #fed4d4, #fdbebe);
  background: -moz-linear-gradient(top, #fed4d4, #fdbebe);
  background: -ms-linear-gradient(top, #fed4d4, #fdbebe);
  background: -o-linear-gradient(top, #fed4d4, #fdbebe);
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.progress-bar-100 .progress-inner {
  background-color: #cefed1;
  background: -webkit-gradient(linear, left top, left bottom, from(#cefed1), to(#aef4b4));
  background: -webkit-linear-gradient(top, #cefed1, #aef4b4);
  background: -moz-linear-gradient(top, #cefed1, #aef4b4);
  background: -ms-linear-gradient(top, #cefed1, #aef4b4);
  background: -o-linear-gradient(top, #cefed1, #aef4b4);
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.progress-bar .progress-number,
.progress-bar-100 .progress-number {
  z-index: 10;
  position: relative;
  line-height: 40px;
}
.progress-bar .progress-number b,
.progress-bar-100 .progress-number b {
  font-size: 24px;
}
.profile-main .progress-bar,
.profile-main .progress-bar-100 {
  margin: 8px auto 10px;
}
.not-verified {
  border: 3px solid #cc0000;
  text-align: center;
  background: #fedddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fedddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#fedddd), to(#ffbbbb));
  background: -webkit-linear-gradient(top, #fedddd, #ffbbbb);
  background: -moz-linear-gradient(top, #fedddd, #ffbbbb);
  background: -ms-linear-gradient(top, #fedddd, #ffbbbb);
  background: -o-linear-gradient(top, #fedddd, #ffbbbb);
  color: #cc0000;
  font-weight: bold;
  position: relative;
}
.verified {
  border: 3px solid #35a23e;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #CFFED2;
  background: -webkit-gradient(linear, left top, left bottom, from(#CFFED2), to(#abf3b1));
  background: -webkit-linear-gradient(top, #CFFED2, #abf3b1);
  background: -moz-linear-gradient(top, #CFFED2, #abf3b1);
  background: -ms-linear-gradient(top, #CFFED2, #abf3b1);
  background: -o-linear-gradient(top, #CFFED2, #abf3b1);
  color: #078412;
  font-weight: bold;
  position: relative;
}
.pending {
  border: 3px solid #f38004;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ffe7cb));
  background: -webkit-linear-gradient(top, white, #ffe7cb);
  background: -moz-linear-gradient(top, white, #ffe7cb);
  background: -ms-linear-gradient(top, white, #ffe7cb);
  background: -o-linear-gradient(top, white, #ffe7cb);
  color: #f38004;
  font-weight: bold;
  position: relative;
}
.not-verified .txt-lrg,
.verified .txt-lrg {
  font-size: 40px;
  padding: 10px 0;
}
.pending .txt,
.not-verified .txt,
.verified .txt {
  padding: 2px 5px;
}
#respondent-name {
  position: relative;
}
#respondent-name .panel-heading h3 {
  font-size: 24px;
  padding: 5px 0 10px;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 10px;
}
#respondent-name .more {
  display: block;
  padding: 0 0 10px 0;
}
#respondent-name .font12 {
  font-size: 12px;
}
#respondent-name #respondentEmail {
  border-bottom: 2px dotted #ccc;
  padding-bottom: 10px;
  margin: -10px 0 10px;
  font-size: 12px;
}
#respondent-name #btnEditEmail {
  position: absolute;
  top: 83px;
  right: 20px;
  font-size: 12px;
}
/*#F2-Col1-Row1,#F2-Col1-Row2{margin:0;}*/
#F3-Col1-Row3 #respondent-name,
#F3-Col1-Row3 .promo-horizontal {
  float: left;
  margin-right: 15px;
  width: 32%;
}
.loyalty-status-home {
  width: 100%;
  over: hidden;
  margin-bottom: 20px;
}
.loyalty-status-home .loyalty-status-top-link {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 15px;
  height: 15px;
}
.loyalty-status-inner {
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  behavior: url(/PIE.htc);
}
.loyalty-status-inner h2 {
  font-size: 24px;
  color: #000;
  padding-bottom: 10px;
}
.loyalty-status-inner .loyalty-status-inner-wrap {
  padding: 15px 0 15px 20px;
  /*float:left;*/
}
.loyalty-status-inner a.current-level-link {
  display: block;
  width: 50%;
  float: left;
  cursor: pointer;
}
.loyalty-status-inner a.current-level-link:hover {
  text-decoration: none;
  background: url(/App_Presentation/responsive/MyOpinions/img/white-bg.png) repeat 0 0;
}
.current-level {
  text-align: center;
  padding-right: 10px;
}
.current-level-txt {
  font-size: 18px;
  font-weight: bold;
}
.current-level-icon {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/icons_loyaltyStatus.png);
  background-repeat: no-repeat;
  width: 86px;
  height: 86px;
  margin: 0 auto 5px;
}
.next-level {
  float: right;
  font-size: 13px;
  line-height: 20px;
  padding-top: 54px;
  text-align: center;
  width: 50%;
}
.loyalty-status-home .next-level p {
  text-align: left;
  line-height: 16px;
  padding-left: 10px;
}
.next-level-progress {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 126px;
  height: 20px;
  margin: 15px auto 17px;
  position: relative;
}
.next-level-progress div {
  height: 20px;
  background-repeat: repeat-x;
  background-position: 0 0;
  position: absolute;
  top: 0px;
  left: 0px;
}
.next-level-progress .starburst {
  background: url(/App_Presentation/responsive/MyOpinions/img/starburst.png) no-repeat 0 0;
  position: absolute;
  top: -3px;
  left: 80%;
  width: 12px;
  margin-left: -6px;
  height: 9px;
}
/*============================= New Member ============================= */
.new-member {
  background: #fff;
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: inset 0 0 80px 80px #f4f4f4;
  box-shadow: inset 0 0 80px 80px #f4f4f4;
}
.new-member .current-level {
  border-right: 1px solid #ececec;
}
.new-member .current-level-icon {
  background-position: 0 -60px;
}
.new-member .current-level-txt {
  color: #bcbcbc;
}
.new-member .next-level span {
  color: #a76756;
}
.new-member .next-level-progress {
  border: 1px solid #b48166;
}
.new-member .next-level-progress div {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/progress-bronze.gif);
}
/*============================= Bronze ============================= */
.bronze {
  border: 1px solid #d2a298;
  background-color: #FDF2E8;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDF2E8), to(#f8ebe8));
  background: -webkit-linear-gradient(top, #FDF2E8, #f8ebe8);
  background: -moz-linear-gradient(top, #FDF2E8, #f8ebe8);
  background: -ms-linear-gradient(top, #FDF2E8, #f8ebe8);
  background: -o-linear-gradient(top, #FDF2E8, #f8ebe8);
  -webkit-box-shadow: inset 0 0 80px 0 #ddafa6;
  box-shadow: inset 0 0 80px 0 #ddafa6;
}
.bronze .current-level {
  border-right: 1px solid #ddb8b1;
}
.bronze .current-level-icon {
  background-position: -120px -60px;
}
.bronze .current-level-txt {
  color: #a76756;
}
.bronze .next-level span {
  color: #6a747b;
}
.bronze .next-level-progress {
  border: 1px solid #b0bbc1;
}
.bronze .next-level-progress div {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/progress-silver.gif);
}
/*============================= Silver ============================= */
.silver {
  border: 1px solid #b0bbc1;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7ebed));
  background: -webkit-linear-gradient(top, #ffffff, #e7ebed);
  background: -moz-linear-gradient(top, #ffffff, #e7ebed);
  background: -ms-linear-gradient(top, #ffffff, #e7ebed);
  background: -o-linear-gradient(top, #ffffff, #e7ebed);
  -webkit-box-shadow: inset 0 0 80px 0 #d2d9dc;
  box-shadow: inset 0 0 80px 0 #d2d9dc;
}
.silver .current-level {
  border-right: 1px solid #bfcacf;
}
.silver .current-level-icon {
  background-position: -240px -60px;
}
.silver .current-level-txt {
  color: #6a747b;
}
.silver .next-level span {
  color: #c89620;
}
.silver .next-level-progress {
  border: 1px solid #cc9909;
}
.silver .next-level-progress div {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/progress-gold.gif);
}
/*============================= Gold ============================= */
.gold {
  border: 1px solid #d1a423;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fffbeb));
  background: -webkit-linear-gradient(top, #ffffff, #fffbeb);
  background: -moz-linear-gradient(top, #ffffff, #fffbeb);
  background: -ms-linear-gradient(top, #ffffff, #fffbeb);
  background: -o-linear-gradient(top, #ffffff, #fffbeb);
  -webkit-box-shadow: inset 0 0 80px 0 #ecd27f;
  box-shadow: inset 0 0 80px 0 #ecd27f;
}
.gold .current-level {
  border-right: 1px solid #f9e38c;
}
.gold .current-level-icon {
  background-position: -360px -60px;
}
.gold .current-level-txt {
  color: #c89620;
}
.gold .next-level span {
  color: #848181;
}
.gold .next-level-progress {
  border: 1px solid #c1c1c1;
}
.gold .next-level-progress div {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/progress-platinum.gif);
}
/*============================= Platinum ============================= */
.platinum {
  border: 1px solid #dadada;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
  background: -webkit-linear-gradient(top, #ffffff, #ebebeb);
  background: -moz-linear-gradient(top, #ffffff, #ebebeb);
  background: -ms-linear-gradient(top, #ffffff, #ebebeb);
  background: -o-linear-gradient(top, #ffffff, #ebebeb);
  -webkit-box-shadow: inset 0 0 80px 0 #cbcbcb;
  box-shadow: inset 0 0 80px 0 #cbcbcb;
}
.platinum .current-level {
  border-right: 1px solid #d1d1d1;
}
.platinum .current-level-icon {
  background-position: -480px -60px;
}
.platinum .current-level-txt {
  color: #848181;
}
.platinum .next-level span {
  color: #545454;
}
.platinum .next-level span.points {
  line-height: 16px;
}
.platinum .next-level-progress {
  border: 1px solid #aaaaaa;
  margin: 10px auto;
}
.platinum .next-level-progress div {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/progress-diamond.gif);
}
/*============================= Diamond ============================= */
.platinum-plus {
  /*background-position:right -220px;*/
  border: 1px solid #b7b7b7;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 1%, #b2b2b2 74%, #ebebeb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(74%, #b2b2b2), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(top, #ffffff 1%, #b2b2b2 74%, #ebebeb 100%);
  background: -o-linear-gradient(top, #ffffff 1%, #b2b2b2 74%, #ebebeb 100%);
  background: -ms-linear-gradient(top, #ffffff 1%, #b2b2b2 74%, #ebebeb 100%);
  background: linear-gradient(to bottom, #ffffff 1%, #b2b2b2 74%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
  -webkit-box-shadow: inset 0 0 80px 0 #bdbdbd;
  box-shadow: inset 0 0 80px 0 #bdbdbd;
}
.platinum-plus .current-level {
  border-right: 1px solid #b7b7b7;
}
.platinum-plus .current-level-icon {
  background-position: -600px -60px;
  width: 90px;
}
.platinum-plus .current-level-txt {
  color: #545454;
}
.platinum-plus .next-level span {
  color: #545454;
}
.platinum-plus .next-level span.points {
  line-height: 16px;
}
.platinum-plus .next-level-progress {
  border: 1px solid #8d8d8d;
  margin: 10px auto;
}
.platinum-plus .next-level-progress div {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/progress-diamond.gif);
}
.loyalty-status-account {
  width: 32%;
  float: left;
  margin: 0 15px 20px 0;
  position: relative;
  z-index: 10;
}
.loyalty-status-account .loyalty-status-inner {
  overflow: hidden;
  height: 400px;
  position: relative;
}
.loyalty-status-account .loyalty-status-inner .loyalty-status-inner-wrap {
  padding: 15px 10px 15px 20px;
  float: none;
  height: 197px;
  border-bottom: 1px solid #ddd;
}
.loyalty-status-account .loyalty-status-inner a.current-level-link {
  display: block;
  width: 320px;
  height: 195px;
  float: none;
}
.loyalty-status-account .loyalty-status-inner a:hover {
  text-decoration: none;
}
.loyalty-status-account .loyalty-status-inner h2 {
  text-align: center;
  padding-right: 15px;
}
.loyalty-status-account .current-level {
  float: none;
  border-right-width: 0;
  margin-bottom: 25px;
}
.loyalty-status-account .current-level-icon {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/icons_loyaltyStatus.png);
  background-repeat: no-repeat;
  width: 93px;
  height: 93px;
}
.loyalty-status-account .current-level-txt {
  font-size: 20px;
}
.loyalty-status-account .next-level {
  width: 100%;
  float: none;
  border: none;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  padding: 15px 20px;
}
.loyalty-status-account .next-level-progress {
  width: 236px;
  height: 40px;
  margin: 15px auto;
}
.loyalty-status-account .next-level-progress div {
  height: 40px;
}
.loyalty-status-account .next-level-progress .starburst {
  background: url(/App_Presentation/responsive/MyOpinions/img/starburst-lrg.png) no-repeat 0 0;
  position: absolute;
  top: -8px;
  left: 80%;
  margin-left: -13px;
  width: 26px;
  height: 21px;
}
.loyalty-status-account .loyalty-status-top-link {
  position: absolute;
  bottom: 170px;
  right: 40px;
  width: 15px;
  height: 15px;
}
.tooltip-inner {
  background: #FFFFFF;
  border: 5px solid #DFDFDF;
  border-radius: 6px;
  box-shadow: 0 3px 5px #B3B3B3;
  padding: 10px;
  text-align: left;
  color: #000;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #DFDFDF;
}
.tooltip-inner p {
  padding-bottom: 0;
}
/*============================= Account - New Member ============================= */
/*.loyalty-status-account .new-member{background-position:0 0;}*/
.loyalty-status-account .new-member .current-level-icon {
  background-position: 0 -55px;
}
.loyalty-status-account .new-member .next-level-progress div {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/progress-bronze-lrg.gif);
}
/*============================= Bronze ============================= */
/*.loyalty-status-account .bronze{background-position:-400px 0;}*/
.loyalty-status-account .bronze .current-level-icon {
  background-position: -115px -55px;
}
.loyalty-status-account .bronze .next-level-progress div {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/progress-silver-lrg.gif);
}
/*============================= Silver ============================= */
/*.loyalty-status-account .silver{background-position:-800px 0;}*/
.loyalty-status-account .silver .current-level-icon {
  background-position: -240px -55px;
}
.loyalty-status-account .silver .next-level-progress div {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/progress-gold-lrg.gif);
}
/*============================= Gold ============================= */
/*.loyalty-status-account .gold{background-position:0 -500px;}*/
.loyalty-status-account .gold .current-level-icon {
  background-position: -360px -55px;
}
.loyalty-status-account .gold .next-level-progress div {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/progress-platinum-lrg.gif);
}
/*============================= Platinum ============================= */
/*.loyalty-status-account .platinum{background-position:-400px -500px;}*/
.loyalty-status-account .platinum .current-level-icon {
  background-position: -478px -55px;
}
.loyalty-status-account .platinum .next-level span.points {
  line-height: 26px;
}
.loyalty-status-account .platinum .next-level-progress {
  border: 1px solid #8d8d8d;
  margin-bottom: 10px;
}
.loyalty-status-account .platinum .next-level-progress div {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/progress-diamond-lrg.gif);
}
/*============================= Diamond ============================= */
/*.loyalty-status-account .platinum-plus{background-position:-800px -500px;}*/
.loyalty-status-account .platinum-plus .current-level-icon {
  background-position: -600px -55px;
  width: 100px;
}
.loyalty-status-account .platinum-plus .next-level span.points {
  line-height: 26px;
}
.loyalty-status-account .platinum-plus .next-level-progress {
  border: 1px solid #8d8d8d;
  margin-bottom: 10px;
}
.loyalty-status-account .platinum-plus .next-level-progress div {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/progress-diamond-lrg.gif);
}
@media only screen and (max-width: 1023px) {
  .loyalty-status-account .loyalty-status-inner a.current-level-link {
    width: auto;
  }
  .loyalty-status-account .next-level-progress {
    margin: 15px 0;
    width: auto;
  }
  .loyalty-status-inner h2,
  .statement-main li a .title,
  .profile-main li a .title {
    font-size: 22px;
  }
  .loyalty-status-account,
  .statement-main {
    margin-right: 14px;
  }
  .profile-main .progress-bar,
  .profile-main .progress-bar-100 {
    margin: 5px auto 10px;
  }
  .profile-main li .not-verified,
  .profile-main li .verified,
  .profile-main li .pending {
    margin-top: 10px;
  }
  .profile-main li .note {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .profile-main,
  .statement-main,
  .loyalty-status-account,
  #F3-Col1-Row3 #respondent-name,
  #F3-Col1-Row3 .promo-horizontal {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
  .profile-main li a,
  .statement-main li a {
    height: auto;
  }
  .loyalty-status-account .loyalty-status-inner {
    height: auto;
  }
  .loyalty-status-account .loyalty-status-inner .loyalty-status-inner-wrap,
  .loyalty-status-account .next-level {
    width: 50%;
    float: left;
    height: auto;
  }
  .loyalty-status-account .loyalty-status-inner .loyalty-status-inner-wrap {
    padding-left: 10px;
    padding-right: 0;
    border-bottom: none;
  }
  .loyalty-status-account .current-level-txt {
    font-size: 16px;
  }
  .loyalty-status-account .current-level {
    border-bottom: none;
    border-right-width: 1px;
    margin: 0;
  }
  .loyalty-status-account .next-level {
    font-size: 13px;
    line-height: 28px;
    line-height: 20px;
    padding: 54px 0 0;
  }
  .loyalty-status-account .next-level-progress {
    height: 20px;
    width: 126px;
    margin: 10px auto 15px;
  }
  .loyalty-status-account .next-level-progress div {
    height: 18px;
  }
  .loyalty-status-account .loyalty-status-top-link {
    bottom: auto;
    right: 15px;
    top: 18px;
  }
  .loyalty-status-account .loyalty-status-inner a.current-level-link {
    display: block;
    width: 100%;
    height: 100%;
    float: none;
  }
  .statement-main {
    height: auto;
  }
  .statement-main li {
    float: left;
    width: 50%;
  }
  .statement-main li.points {
    border-right: 1px solid #000000;
  }
  .statement-main li.entries {
    border-left: 1px solid #4B4B4B;
  }
  .statement-main li a {
    font-size: 12px;
  }
  .statement-main li a .title {
    font-size: 13px;
  }
  .statement-main li a .number {
    font-size: 40px;
    line-height: 55px;
  }
  .profile-main {
    height: auto;
    padding-bottom: 15px;
  }
  .profile-main li a .title,
  .profile-main li.settings h2 a {
    font-size: 18px;
  }
  .profile-main li .not-verified,
  .profile-main li .verified,
  .profile-main li .pending {
    margin-top: 10px;
  }
  .profile-main li .not-verified .txt,
  .profile-main li .verified .txt,
  .profile-main li .pending .txt {
    font-size: 14px;
    line-height: 24px;
  }
  .profile-main li a {
    padding-bottom: 5px;
  }
  .profile-main li a .link {
    font-size: 14px;
    text-align: left;
  }
}
.thankyou-join {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}
#iv3TY_GoToProfile #siq-questions-wrapper {
  border: none !important;
  margin-left: -400px;
  margin-top: -34px;
}
@media only screen and (max-width: 767px) {
  #iv3TY_GoToProfile #siq-questions-wrapper {
    margin-left: 0px;
    margin-top: -30px;
  }
}
.siq-page-header {
  margin-top: 30px;
}
#iv3TY #siq-questions-wrapper {
  display: none;
}
#iv3 .promo-horizontal h2,
.promo-horizontal h2.refer {
  font-size: 24px;
  display: block !important;
}
.promo-horizontal .exsiting-member {
  padding: 15px 20px;
  width: 400px;
  position: absolute;
  background-color: #FAA126;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px 0 #999999;
  -moz-box-shadow: 0 0 3px 0 #999999;
  box-shadow: 0 0 3px 0 #999999;
  right: 0;
  top: 15px;
}
.promo-horizontal .exsiting-member a {
  color: #000000;
}
.promo-horizontal .exsiting-member a.signIn-btn {
  display: block;
  height: 37px;
  position: absolute;
  right: 20px;
  top: 25px;
  width: 124px;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #1162dc;
  background: -webkit-gradient(linear, left top, left bottom, from(#1162dc), to(#1464af));
  background: -webkit-linear-gradient(top, #1162dc, #1464af);
  background: -moz-linear-gradient(top, #1162dc, #1464af);
  background: -ms-linear-gradient(top, #1162dc, #1464af);
  background: -o-linear-gradient(top, #1162dc, #1464af);
  border: 1px solid #7699bd;
}
.promo-horizontal .exsiting-member a.signIn-btn:before {
  content: 'Sign In';
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
}
.promo-horizontal .exsiting-member a.signIn-btn:hover {
  background-color: #1464af;
  background: -webkit-gradient(linear, left top, left bottom, from(#1464af), to(#1162dc));
  background: -webkit-linear-gradient(top, #1464af, #1162dc);
  background: -moz-linear-gradient(top, #1464af, #1162dc);
  background: -ms-linear-gradient(top, #1464af, #1162dc);
  background: -o-linear-gradient(top, #1464af, #1162dc);
  text-decoration: none;
}
.promo-horizontal .exsiting-member h2 {
  padding-bottom: 5px;
  padding-top: 0;
  font-size: 24px;
}
.featured .join {
  padding: 15px 20px;
  width: 400px;
  position: absolute;
  background-color: #FAA126;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px 0 #999999;
  -moz-box-shadow: 0 0 3px 0 #999999;
  box-shadow: 0 0 3px 0 #999999;
  top: 115px;
  right: 0;
}
.featured .join p {
  font-weight: bold;
  font-style: italic;
}
.featured .join-form-home label {
  width: 110px;
  text-align: right;
  padding-right: 10px;
  float: left;
  line-height: 27px;
  font-weight: bold;
  font-size: 14px;
}
.featured .join-form-home {
  width: 350px;
  margin-left: 10px;
}
.featured .form-field {
  width: 100%;
  position: relative;
}
.featured .join-form-home label.error {
  font-size: 11px;
  position: absolute;
  right: 8px;
  top: 6px;
  color: #cb4545;
  line-height: 1;
}
.featured .join-form-home input.txt {
  border: 3px solid #CACACA;
  margin-bottom: 8px;
  padding: 5px;
  width: 230px;
}
.featured .join-form-home input.error {
  border: 3px solid #cb4545;
  background: #fff6f6;
}
.featured .join-form-home .btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #1162dc;
  background: -webkit-gradient(linear, left top, left bottom, from(#1162dc), to(#1464af));
  background: -webkit-linear-gradient(top, #1162dc, #1464af);
  background: -moz-linear-gradient(top, #1162dc, #1464af);
  background: -ms-linear-gradient(top, #1162dc, #1464af);
  background: -o-linear-gradient(top, #1162dc, #1464af);
  border: 1px solid #7699bd;
  font-weight: bold;
  height: 40px;
  margin: 5px 0 5px 110px;
  padding-top: 7px;
  width: 226px;
  color: #ffffff;
}
.featured .join-form-home .btn:hover {
  background-color: #1464af;
  background: -webkit-gradient(linear, left top, left bottom, from(#1464af), to(#1162dc));
  background: -webkit-linear-gradient(top, #1464af, #1162dc);
  background: -moz-linear-gradient(top, #1464af, #1162dc);
  background: -ms-linear-gradient(top, #1464af, #1162dc);
  background: -o-linear-gradient(top, #1464af, #1162dc);
}
.featured .join h1 {
  color: #fff;
  font-size: 50px;
  visibility: hidden;
}
.featured .join h1 span {
  font-size: 0;
}
.featured .join h2 {
  font-size: 26px;
  color: #000;
  padding: 0 0 5px 0;
}
.featured .join h3 {
  padding: 0 0 10px 0;
}
.featured .join h4 {
  font-size: 14px;
  padding: 0 0 5px 0;
  font-style: italic;
}
.panel .featured .join {
  width: auto;
  position: relative;
  background: none;
  top: auto;
  right: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.panel .featured .join p {
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 639px) {
  .thankyou-join {
    float: none;
    padding-left: 0;
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #social-doi .fa-5x {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  #social-doi .container .container {
    padding: 0;
  }
  #social-doi .col-md-6 .col-xs-3 {
    display: none;
  }
  #social-doi .col-md-6 .col-xs-9 {
    width: 100%;
    padding: 0;
  }
  #social-doi .col-md-6 .col-xs-9 .col-xs-12 {
    padding: 0 0 15px;
  }
  #social-doi .col-md-6 br {
    display: none;
  }
  .featured .join-form-home label {
    width: auto;
    text-align: left;
    padding-right: 0;
    float: none;
  }
  .featured .join-form-home {
    width: auto;
    margin-left: 0;
  }
  .featured .join-form-home input.txt {
    width: 100%;
  }
  .featured .join-form-home .btn {
    margin-left: 0;
  }
}
.tooltip {
  display: none;
  width: 360px;
  font-size: 12px;
  padding-left: 20px;
  z-index: 10000;
}
.tooltip-content {
  text-align: left;
  width: 340px;
  padding: 10px;
  border: 5px solid #dfdfdf;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #dfdfdf;
  border-width: 8px 8px 8px 0;
  left: -3px;
  margin-top: -8px;
}
.useIcon {
  float: left;
  width: 18px;
  height: 18px;
  margin: 2px 10px 0 0;
  width: 15px;
}
.useTxt {
  float: left;
  padding: 0 0 10px 0;
  width: 280px;
}
.useTxt2 {
  float: left;
  padding: 0 0 10px 0;
  width: 600px;
}
.useTxt2 span {
  font-weight: bold;
}
.green {
  color: #229E00;
}
.red {
  color: #cc0000;
}
.signIn-steps {
  width: 100%;
  overflow: hidden;
  margin: 10px 0 20px;
  padding: 0;
  list-style: none;
}
.signIn-steps li {
  float: left;
  font-size: 16px;
  font-weight: bold;
  padding: 0 40px 15px 15px;
}
.signIn-steps li.last {
  padding: 0;
}
.signIn-form {
  padding: 20px 0;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 15px;
}
.signIn-form2 {
  margin-bottom: 15px;
}
.signIn-form label,
.signIn-form2 label {
  width: 155px;
  text-align: right;
  font-weight: bold;
  float: left;
  padding-right: 15px;
}
.signIn-form label {
  width: 118px;
}
.signIn-form .persist label {
  float: none;
  font-weight: normal;
}
.signIn-form label.short,
.signIn-form2 label {
  line-height: 26px;
}
.signIn-form input.txt,
.signIn-form2 input.txt {
  border: 2px solid #aaaaaa;
  width: 230px !important;
  padding: 5px;
  margin: 0 10px 10px 0;
  font-size: 14px;
  color: #191919;
  font-style: normal;
}
.signIn-form .others {
  padding-left: 119px;
}
.signIn-form .others small {
  display: block;
}
.signIn-form2 .others {
  padding-left: 155px;
}
.signIn-form .others .forgot {
  display: block;
  padding-bottom: 10px;
}
p.help-links {
  line-height: 20px;
}
.signinMediaWrap {
  padding: 20px 0;
  border-bottom: 2px dotted #ccc;
  overflow: hidden;
}
.signinMediaWrap p {
  padding: 3px 10px 0 0;
  float: left;
}
.signinMediaWrap .btn {
  margin-left: 8px;
  float: left;
  width: 98px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  font-weight: bold;
}
.signinMediaWrap .btn span {
  padding-right: 0!important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  float: left;
  font-size: 16px;
}
.signIn-img {
  padding-left: 35px;
}
@media only screen and (max-width: 1199px) {
  .signIn-steps li {
    padding-right: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .signIn-form label,
  .signIn-form2 label {
    float: none;
    width: auto;
    text-align: left;
    display: block;
    padding-bottom: 5px;
  }
  .signIn-form .persist label {
    float: none;
    font-weight: normal;
    display: inherit;
  }
  .signIn-form .others {
    padding-left: 0;
  }
}
@media only screen and (max-width: 639px) {
  .signinMediaWrap .btn {
    margin-left: 6px;
  }
  .signIn-form input.txt,
  .signIn-form2 input.txt {
    width: 100% !important;
  }
  .signIn-img {
    padding-left: 0;
  }
  .signIn-steps li {
    font-size: 14px;
    padding: 0;
    width: 33.3333%;
  }
  .signIn-steps li:last-child {
    text-align: center;
  }
  .signIn-form2 .others {
    padding-left: 0;
  }
  .social-signIn {
    height: auto;
  }
}
@media only screen and (max-width: 479px) {
  .signinMediaWrap {
    padding-bottom: 10px;
  }
  .signinMediaWrap p {
    float: none;
  }
  .signinMediaWrap .btn {
    margin: 0 0 15px 0;
    font-size: 12px;
    padding-right: 20px;
    width: auto;
    display: block;
    float: none;
  }
}
.heading {
  width: 100%;
  background-color: #fdb250;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdb250), to(#ff9819));
  background: -webkit-linear-gradient(top, #fdb250, #ff9819);
  background: -moz-linear-gradient(top, #fdb250, #ff9819);
  background: -ms-linear-gradient(top, #fdb250, #ff9819);
  background: -o-linear-gradient(top, #fdb250, #ff9819);
  padding: 20px 0;
}
.heading h1 {
  color: #fff;
  font-size: 28px;
  float: left;
  padding: 5px 0 0;
  text-shadow: 2px 2px 2px #7b6850;
  filter: dropshadow(color=#7b6850, offx=2, offy=2);
}
@media only screen and (max-width: 479px) {
  .heading h1 {
    float: none;
    padding: 0 0 20px;
  }
  .heading #take-survey.pull-right {
    float: none !important;
  }
}
#JanRainSocialBtn {
  right: -35px !important;
}
.janrainSignupBtn {
  margin: 0 5px;
  width: 110px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  font-weight: bold;
}
.janrainSignupBtn span {
  padding-right: 0!important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  float: left;
  font-size: 16px;
}
#facebook {
  background-color: #5a77ad;
  background: -webkit-gradient(linear, left top, left bottom, from(#5a77ad), to(#294571));
  background: -webkit-linear-gradient(top, #5a77ad, #294571);
  background: -moz-linear-gradient(top, #5a77ad, #294571);
  background: -ms-linear-gradient(top, #5a77ad, #294571);
  background: -o-linear-gradient(top, #5a77ad, #294571);
  color: #ffffff;
  border: none!important;
}
#facebook:hover,
#facebook:focus,
#facebook:active {
  background-color: #294571 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#294571), to(#5a77ad)) !important;
  background: -webkit-linear-gradient(top, #294571, #5a77ad) !important;
  background: -moz-linear-gradient(top, #294571, #5a77ad) !important;
  background: -ms-linear-gradient(top, #294571, #5a77ad) !important;
  background: -o-linear-gradient(top, #294571, #5a77ad) !important;
  color: #ffffff !important;
}
#facebook span {
  border-right: 1px solid #395685;
}
#googleplus {
  background-color: #dedede;
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#c2c2c2));
  background: -webkit-linear-gradient(top, #dedede, #c2c2c2);
  background: -moz-linear-gradient(top, #dedede, #c2c2c2);
  background: -ms-linear-gradient(top, #dedede, #c2c2c2);
  background: -o-linear-gradient(top, #dedede, #c2c2c2);
  color: #000000;
  border: none!important;
}
#googleplus:hover,
#googleplus:focus,
#googleplus:active {
  background-color: #c2c2c2 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#c2c2c2), to(#dedede)) !important;
  background: -webkit-linear-gradient(top, #c2c2c2, #dedede) !important;
  background: -moz-linear-gradient(top, #c2c2c2, #dedede) !important;
  background: -ms-linear-gradient(top, #c2c2c2, #dedede) !important;
  background: -o-linear-gradient(top, #c2c2c2, #dedede) !important;
}
#googleplus span {
  border-right: 1px solid #c8c8c8;
}
#linkedin {
  background-color: #7ec3e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#7ec3e0), to(#00659b));
  background: -webkit-linear-gradient(top, #7ec3e0, #00659b);
  background: -moz-linear-gradient(top, #7ec3e0, #00659b);
  background: -ms-linear-gradient(top, #7ec3e0, #00659b);
  background: -o-linear-gradient(top, #7ec3e0, #00659b);
  color: #ffffff !important;
  border: none!important;
}
#linkedin:hover,
#linkedin:focus,
#linkedin:active {
  background-color: #00659b !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#00659b), to(#7ec3e0)) !important;
  background: -webkit-linear-gradient(top, #00659b, #7ec3e0) !important;
  background: -moz-linear-gradient(top, #00659b, #7ec3e0) !important;
  background: -ms-linear-gradient(top, #00659b, #7ec3e0) !important;
  background: -o-linear-gradient(top, #00659b, #7ec3e0) !important;
  color: #ffffff !important;
}
#linkedin span {
  border-right: 1px solid #4182a2;
}
@media only screen and (max-width: 479px) {
  #iv3 #facebook,
  #iv3 #googleplus,
  #iv3 #linkedin {
    display: block;
    margin-bottom: 15px;
    width: auto;
  }
}
.surveys-image {
  background-image: url('https://webassets.ssisurveys.com/opinionworld/responsive/nb-no/takesurvey.jpg');
  width: 120px;
  height: 120px;
}
@media only screen and (max-width: 980px) {
  .surveys-image {
    display: none;
  }
}
/*#survey-history-dashboard .surveys-collapse .table, #available-surveys .availablesurveys-collapse .table{font-size:11px!important;}*/
.dashboard-badge-title {
  font-size: 12px;
}
@media only screen and (max-width: 355px) {
  #yourearnings-surveys .panel-body .yourearnings-content p {
    font-size: 10px;
  }
}
.table .panel-title {
  font-size: 14px;
  margin-top: -15px;
}
.q-list {
  border-bottom: 1px dotted #ccc;
  padding-left: 0;
}
.q-list li {
  border-top: 1px dotted #ccc;
  padding: 10px 0;
}
@media only screen and (max-width: 499px) {
  .priza-draw {
    white-space: nowrap;
    /*overflow: hidden; */
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /*width: 50px!important;*/
    display: inline-block;
  }
  /* #available-surveys-dashboard .projectName, #survey-history-dashboard .project {
                            min-width:40px!important; -ms-word-break: break-all; word-break: break-all;
                            word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;}*/
}
.option-1,
.option-2 {
  display: none;
}
#currency {
  background: url('/App_Presentation/responsive/OpinionWorld/EU/nb-no/img/ditigs-small.png') no-repeat left -258px;
  width: 20px;
  height: 25px;
  text-indent: -9999px;
  float: left;
  margin-top: -1px;
  margin-right: 1px;
}
.flip-counter li {
  list-style: none;
}
.flip-counter li {
  background: url("/App_Presentation/responsive/OpinionWorld/EU/nb-no/img/ditigs-small.png") 0 0 no-repeat;
}
.flip-counter ul.cd {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.flip-counter li.t {
  background-position: 0 0;
  width: 21px;
  height: 12px;
}
.flip-counter li.b {
  background-position: 0 0;
  width: 21px;
  height: 12px;
}
.flip-counter li.s {
  background-position: 0 -370px;
  height: 28px;
}
@media only screen and (max-width: 440px) {
  .navbar-header #logo img {
    width: 200px!important;
    clear: both;
  }
  #apslogout2,
  .navbar-header .btn-warning {
    clear: both;
  }
}
/*#available-surveys , #dashboard-news, #survey-history-dashboard, #yourearnings-surveys ,#minipolls-div, #badges-div {	
	.panel-body { height:180px; }
} 
#badges-page #badges-page-container { 
	.panel-body { min-height:160px; }  
}
.ovationvoucheroption {.panel-body { height:140px; }  }

#business-card-dashboard {	.panel-body { height:220px; } }

#dashboard-news , #survey-history-dashboard {
	                                        .carousel-control.left ,.carousel-control.right  { background-image:none; width:auto; margin-top:20px;} 
	                                        .carousel-inner {min-height:120px;}
	                                        .panel-body { height:180px; }
                                             } 
#profile-settings { .panel-body { height:180px; } }
#business-card-view{ .panel-body { height:140px; } }
.ui-datepicker {z-index:9999 !important;}
.btn-possition { float:right; position:relative; top:-45px; right:20px; margin-left:10px; }
.border-left {border-left-width: 5px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-left-color: #f0ad4e; }
.popover-custom {	width: 400px;
	                .popover-content{font-size:0.8em;}
                }*/
#yourearnings-surveys .panel-body {
  padding-top: 0px!important;
}
#yourearnings-surveys .panel-body .yourearnings-content {
  margin-top: 10px;
}
#yourearnings-surveys .panel-body .yourearnings-content div {
  border: 1px solid #ffffff;
  height: 80px;
  overflow: hidden;
}
#yourearnings-surveys .panel-body .yourearnings-content div:first-child {
  border: 1px solid #ddd;
  border-top: 0px;
  border-left: 0px;
}
#yourearnings-surveys .panel-body .yourearnings-content div:first-child {
  border: 1px solid #ddd;
  border-top: 0px;
  border-left: 0px;
}
#yourearnings-surveys .panel-body .yourearnings-content div:last-child {
  border: 1px solid #ddd;
  border-bottom: 0px;
  border-right: 0px;
  top: -1px;
  left: -1px;
}
#yourearnings-surveys .panel-body .yourearnings-content p {
  text-transform: uppercase;
  font-size: 85%;
}
#yourearnings-surveys .panel-body .icon {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
  float: left;
  background-color: #ddd;
  border-radius: 50%;
}
#survey-history-dashboard ul li {
  list-style: none;
  display: block;
}
#survey-history-dashboard ul .project {
  float: left;
}
#survey-history-dashboard .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 595px) {
  #survey-history-dashboard .panel-body .survey td {
    font-size: 11px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #survey-history-dashboard .panel-body .survey td {
    font-size: 10.5px;
  }
}
@media only screen and (max-width: 500px) {
  /*  #survey-history-detailed {margin-bottom: 55%;}*/
  #survey-history-dashboard .panel-body {
    height: auto;
  }
}
#badges-div .dashboard-badge-item {
  float: left;
  padding: 4px 8px;
}
.badges-unearned {
  opacity: 0.5;
}
.badges-image {
  width: 100px;
}
#business-card-dashboard #buttons li {
  float: left;
  padding: 4px 10px;
}
.toggleditemhide {
  display: none;
}
.faq-section p {
  display: none;
}
#accordion .panel-default {
  border-color: transparent;
}
#accordion .panel-default .panel-heading {
  color: #333;
  border: none;
  padding: 0;
  background-color: none;
}
#accordion .panel-default .panel-heading .panel-title {
  font-size: 14px;
  padding-bottom: 0;
}
#accordion .panel-default .panel-heading .panel-title a {
  padding: 10px 15px;
  display: block;
  font-weight: bold;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f1f1f1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#dcdcdc));
  background: -webkit-linear-gradient(top, #f1f1f1, #dcdcdc);
  background: -moz-linear-gradient(top, #f1f1f1, #dcdcdc);
  background: -ms-linear-gradient(top, #f1f1f1, #dcdcdc);
  background: -o-linear-gradient(top, #f1f1f1, #dcdcdc);
  color: #000000;
}
#accordion .panel-default .panel-heading .panel-title a .fa {
  padding-right: 5px;
}
#accordion .panel-default .panel-heading .panel-title a:hover,
#accordion .panel-default .panel-heading .panel-title a:focus {
  text-decoration: none;
  background-color: #e9e9e9;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#e9e9e9));
  background: -webkit-linear-gradient(top, #e9e9e9, #e9e9e9);
  background: -moz-linear-gradient(top, #e9e9e9, #e9e9e9);
  background: -ms-linear-gradient(top, #e9e9e9, #e9e9e9);
  background: -o-linear-gradient(top, #e9e9e9, #e9e9e9);
}
#accordion .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}
/* fix gradient background problem in IE */
.carousel-control.left,
.carousel-control.right,
.carousel-indicators {
  display: none;
}
#slider-fluid {
  background-color: white;
  margin-top: -20px;
}
/*.carousel-control.left , .carousel-control.right {background:none;}

@media (min-width:768px) {
.carousel-control .glyphicon-chevron-left {margin-left: -100%;}
.carousel-control .glyphicon-chevron-right {margin-right: -80%;}
                          }*/
.search-survey-collapse #search-clear {
  background: #ccc;
}
.search-survey-collapse #search-clear:hover {
  background: #ddd;
}
.search-survey-collapse #search-clear.pull-right {
  float: none !important;
  margin-left: 10px;
}
.search-survey-collapse .form-control {
  margin-bottom: 10px;
}
#search-survey-box .btn-toggle {
  display: none;
}
#search-survey-box .pointsFilter .col-md-2,
#search-survey-box #dates .col-md-2 {
  padding: 7px 0 0;
}
/*@media only screen and (max-width:991px){
   .search-survey-collapse{
        .btn{display:inline-block;width:180px;}
        #search-clear.pull-right{margin:0 0 0 15px;}
    }
}*/
@media only screen and (max-width: 479px) {
  .search-survey-collapse {
    /* .btn{display:block;margin:0 auto;}
        #search-clear.pull-right{margin:10px auto 0 auto;}*/
  }
  .search-survey-collapse .col-xs-6 {
    width: 100%;
    float: none;
  }
}
table#seamlesslogin {
  width: 60%;
  background: #ffffff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 10px auto;
  border: 3px solid #ddd;
}
table#seamlesslogin td {
  margin: 0 auto;
  padding: 10px 0;
}
table#seamlesslogin td#slogin {
  width: 215px;
}
table#seamlesslogin td a {
  padding: 0 10px;
}
table#seamlesslogin .submit {
  margin-left: -46px;
}
table#seamlesslogin input[type=text],
table#seamlesslogin input[type=password] {
  border: 2px solid #aaaaaa;
  color: #191919;
  font-size: 14px;
  font-style: normal;
  padding: 5px;
  width: 230px !important;
}
table#seamlesslogin label {
  padding-right: 10px;
}
@media only screen and (max-width: 1023px) {
  table#seamlesslogin {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  table#seamlesslogin {
    width: 100%;
  }
  table#seamlesslogin td {
    display: block;
    text-align: left !important;
    padding: 5px 15px;
  }
  table#seamlesslogin td#slogin {
    width: auto;
  }
  table#seamlesslogin input[type=text],
  table#seamlesslogin input[type=password] {
    width: 100%;
    margin-bottom: 10px;
  }
  table#seamlesslogin label {
    text-align: left;
  }
  table#seamlesslogin .submit {
    margin-left: 0;
  }
}
/*#reward-fulfillment-partners,.reward-fppr-intro h2,.reward-fppr-partnerlogo{display:none;}*/
#reward-fulfillment-partners img {
  display: none;
}
.reward-fpp-blurb,
.reward-fpp-minimum {
  display: none;
}
#reward-fulfillment-partners.nav-tabs {
  border-bottom: 3px solid #FAA126;
}
#reward-fulfillment-partners.nav-tabs > li {
  margin: 0 0 -3px 10px;
}
#reward-fulfillment-partners.nav-tabs > li > a {
  background-color: #ffffff;
  border: 3px solid #d2d2d2;
  border-bottom-color: #FAA126;
  color: #000000;
  padding: 10px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#reward-fulfillment-partners.nav-tabs > li.selected > a,
#reward-fulfillment-partners.nav-tabs > li.selected > a:hover,
#reward-fulfillment-partners.nav-tabs > li.selected > a:focus,
#reward-fulfillment-partners.nav-tabs > li.active > a,
#reward-fulfillment-partners.nav-tabs > li.active > a:hover,
#reward-fulfillment-partners.nav-tabs > li.active > a:focus {
  background-color: #ffffff;
  border-color: #FAA126;
  border-bottom-color: #ffffff;
  cursor: default;
}
/*#reward-fulfillment-partners-redemption-ovationnew { background:@white;}*/
.reward-fulfillment-partners-redemption,
#phoneValidate {
  background-color: #ffffff;
  border-top: 0px;
  margin: 0px;
  padding: 15px;
  border: 3px solid #FAA126;
  border-top: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.reward-fppr-partnerlogo {
  margin-top: 15px;
}
.reward-ffpr .col-md-8,
.reward-ffpr .col-md-4,
.reward-ffpr .col-xs-12 {
  padding: 0;
  float: none;
  width: 100%;
}
#reward-fulfillment-partners a {
  border-width: 3px;
  border-coloe: #d2d2d2;
}
#reward-fppr-fixed-pointlist {
  margin-bottom: -20px;
}
.reward-fppr-textbox {
  margin-bottom: 20px;
}
#phoneValidate #rcpv-input {
  margin-bottom: 5px;
  position: relative;
}
#phoneValidate #rcpv-input input {
  margin: 0 10px 20px 0;
}
#phoneValidate #rcpv-input label.error {
  left: 220px;
  top: 30px;
}
#phoneValidate #rcpv-radio {
  position: relative;
}
#phoneValidate #rcpv-radio label.error {
  left: 225px;
}
#phoneValidate .small-red-button,
#phoneValidate #rcpv-disclaimer {
  margin-bottom: 20px;
}
.reward-fppr-disclaimer {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #phoneValidate {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  #fixed-values-radio-wrapper label {
    vertical-align: top;
    width: 90%;
  }
  #phoneValidate #rcpv-input {
    margin-bottom: 15px;
  }
  #phoneValidate #rcpv-input label.error {
    left: auto;
    top: auto;
    position: relative;
    margin-top: -10px;
  }
  #phoneValidate #rcpv-radio label.error {
    left: 105px;
    top: 2px;
  }
  #phoneValidate .small-red-button,
  #phoneValidate #rcpv-disclaimer {
    margin-bottom: 20px;
  }
}
.level-info {
  border: 3px solid #d2d2d2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  font-size: 13px;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
}
.level-info ul {
  width: 100%;
  position: relative;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.level-info ul li {
  padding: 10px;
  float: left;
  width: 33%;
}
.level-info ul li.odd {
  background: url(/App_Presentation/responsive/MyOpinions/img/level-bg.png) repeat 0 0;
}
.level-info .level-header span {
  font-weight: bold;
  font-size: 20px;
  display: block;
  background-image: url(/App_Presentation/responsive/MyOpinions/img/icons_loyaltyStatus.png);
  background-repeat: no-repeat;
  padding-top: 90px;
  width: 125px;
  margin-left: 30px;
  text-align: center;
}
.level-info .level-new-member .level-header span {
  background-position: 20px -60px;
  color: #bcbcbc;
}
.level-info .level-bronze {
  background-color: #fff3e8;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff3e8), to(white));
  background: -webkit-linear-gradient(top, #fff3e8, white);
  background: -moz-linear-gradient(top, #fff3e8, white);
  background: -ms-linear-gradient(top, #fff3e8, white);
  background: -o-linear-gradient(top, #fff3e8, white);
  text-align: center;
}
.level-info .level-bronze .level-header span {
  background-position: -100px -60px;
  color: #a76756;
}
.level-info .level-silver {
  background-color: #e8eef0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8eef0), to(white));
  background: -webkit-linear-gradient(top, #e8eef0, white);
  background: -moz-linear-gradient(top, #e8eef0, white);
  background: -ms-linear-gradient(top, #e8eef0, white);
  background: -o-linear-gradient(top, #e8eef0, white);
  text-align: center;
}
.level-info .level-silver .level-header span {
  background-position: -220px -60px;
  color: #6a747b;
}
.level-info .level-gold {
  background-color: #fffbeb;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffbeb), to(white));
  background: -webkit-linear-gradient(top, #fffbeb, white);
  background: -moz-linear-gradient(top, #fffbeb, white);
  background: -ms-linear-gradient(top, #fffbeb, white);
  background: -o-linear-gradient(top, #fffbeb, white);
  text-align: center;
}
.level-info .level-gold .level-header span {
  background-position: -340px -60px;
  color: #c89620;
}
.level-info .level-platinum {
  background-color: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(white));
  background: -webkit-linear-gradient(top, #efefef, white);
  background: -moz-linear-gradient(top, #efefef, white);
  background: -ms-linear-gradient(top, #efefef, white);
  background: -o-linear-gradient(top, #efefef, white);
  text-align: center;
}
.level-info .level-platinum .level-header span {
  background-position: -460px -60px;
  color: #848181;
}
.level-info .level-platinum-plus {
  background-color: #e9e9e9;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(white));
  background: -webkit-linear-gradient(top, #e9e9e9, white);
  background: -moz-linear-gradient(top, #e9e9e9, white);
  background: -ms-linear-gradient(top, #e9e9e9, white);
  background: -o-linear-gradient(top, #e9e9e9, white);
  text-align: center;
}
.level-info .level-platinum-plus .level-header span {
  background-position: -580px -60px;
  color: #545454;
  width: 135px;
}
.level-info .odd {
  background: url(/App_Presentation/responsive/MyOpinions/img/level-bg.png) repeat 0 0;
  background: none;
  height: 140px;
}
.level-new-member .odd,
.level-bronze .odd,
.level-silver .odd,
.level-gold .odd,
.level-platinum .odd,
.level-platinum-plus .odd,
.level-new-member .even,
.level-bronze .even,
.level-silver .even,
.level-gold .even,
.level-platinum .even,
.level-platinum-plus .even {
  font-size: 30px;
  padding-top: 25px;
}
.level-info span {
  display: block;
  font-size: 14px;
  color: #888;
  font-weight: normal;
}
.level-benefits-header li {
  font-size: 24px;
  height: 52px;
  border-bottom: 2px dotted #d2d2d2;
}
.level-benefits-header li.odd,
.level-benefits-header li.even,
.level-benefits li.odd,
.level-benefits li.even {
  height: 55px;
  text-align: center;
}
/*============================= Level Up Popup ============================= */
#membershipUpgradeModal .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
}
#membershipUpgradeModal .modal-header {
  border: none;
}
#membershipUpgradeModal .modal-header,
#membershipUpgradeModal .modal-body {
  padding: 0;
}
#membershipUpgradeModal .close {
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 100;
}
.level-up-popup {
  width: 600px;
  padding: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: #666 0px 5px 5px;
  -moz-box-shadow: #666 0px 5px 5px;
  box-shadow: #666 0px 5px 5px;
  behavior: url(/PIE.htc);
  position: relative;
}
.level-up-popup h2 {
  font-size: 36px;
}
.level-up-popup h2.thankyou {
  float: right;
  font-size: 26px;
  width: 80%;
  padding-bottom: 0;
}
.level-up-popup .level {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/icons_loyaltyStatus.png);
  background-repeat: no-repeat;
  width: 86px;
  height: 86px;
  float: left;
  position: relative;
}
.level-up-popup .level span {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-positive-green.png) no-repeat 0 5px;
  position: absolute;
  bottom: 15px;
  right: -10px;
  display: block;
  width: 52px;
  height: 45px;
}
.level-up-bronze .level {
  background-position: -120px -60px;
}
.level-up-silver .level {
  background-position: -240px -60px;
}
.level-up-gold .level {
  background-position: -360px -60px;
}
.level-up-platinum .level {
  background-position: -480px -60px;
}
.level-up-platinum-plus .level {
  background-position: -600px -60px;
  width: 90px;
}
.level-up-intro {
  float: left;
  width: 440px;
  font-size: 16px;
  padding: 10px 0 0 20px;
}
.level-up-intro-thankyou {
  float: right;
  width: 80%;
  padding-left: 0;
}
.level-up-benefit {
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0 0;
}
.level-up-benefit span {
  font-style: italic;
  font-size: 24px;
  color: #000;
  padding: 0 5px;
  background: #faa635;
}
.level-up-button a,
.level-up-continue-btn a {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 20px;
}
.level-up-button a:hover,
.level-up-continue-btn a:hover {
  text-decoration: none;
}
.level-up-bronze .level-up-button a,
.level-up-bronze .level-up-continue-btn a {
  background: #d3a399;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzYTM5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZhZWVlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2EzOTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #d3a399 0%, #faeee8 50%, #d3a399 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d3a399), color-stop(50%, #faeee8), color-stop(100%, #d3a399));
  background: -webkit-linear-gradient(left, #d3a399 0%, #faeee8 50%, #d3a399 100%);
  background: -o-linear-gradient(left, #d3a399 0%, #faeee8 50%, #d3a399 100%);
  background: -ms-linear-gradient(left, #d3a399 0%, #faeee8 50%, #d3a399 100%);
  background: linear-gradient(to right, #d3a399 0%, #faeee8 50%, #d3a399 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3a399', endColorstr='#d3a399', GradientType=1);
  color: #A76756;
  border: 1px solid #D2A298;
}
.level-up-silver .level-up-button a,
.level-up-silver .level-up-continue-btn a {
  color: #6A747B;
  background: #bdc6cb;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkYzZjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y0ZjZmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGM2Y2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #bdc6cb 0%, #f4f6f7 50%, #bdc6cb 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #bdc6cb), color-stop(50%, #f4f6f7), color-stop(100%, #bdc6cb));
  background: -webkit-linear-gradient(left, #bdc6cb 0%, #f4f6f7 50%, #bdc6cb 100%);
  background: -o-linear-gradient(left, #bdc6cb 0%, #f4f6f7 50%, #bdc6cb 100%);
  background: -ms-linear-gradient(left, #bdc6cb 0%, #f4f6f7 50%, #bdc6cb 100%);
  background: linear-gradient(to right, #bdc6cb 0%, #f4f6f7 50%, #bdc6cb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdc6cb', endColorstr='#bdc6cb', GradientType=1);
  border: 1px solid #B0BBC1;
}
.level-up-gold .level-up-button a,
.level-up-gold .level-up-continue-btn a {
  color: #C89620;
  background: #e9d184;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZDE4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmRmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWQxODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #e9d184 0%, #fffdf5 50%, #e9d184 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e9d184), color-stop(50%, #fffdf5), color-stop(100%, #e9d184));
  background: -webkit-linear-gradient(left, #e9d184 0%, #fffdf5 50%, #e9d184 100%);
  background: -o-linear-gradient(left, #e9d184 0%, #fffdf5 50%, #e9d184 100%);
  background: -ms-linear-gradient(left, #e9d184 0%, #fffdf5 50%, #e9d184 100%);
  background: linear-gradient(to right, #e9d184 0%, #fffdf5 50%, #e9d184 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9d184', endColorstr='#e9d184', GradientType=1);
  border: 1px solid #D1A423;
}
.level-up-platinum .level-up-button a,
.level-up-platinum .level-up-continue-btn a {
  color: #848181;
  background: #c9c9c9;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5YzljOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWM5YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #c9c9c9 0%, #f7f7f7 50%, #c9c9c9 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c9c9c9), color-stop(50%, #f7f7f7), color-stop(100%, #c9c9c9));
  background: -webkit-linear-gradient(left, #c9c9c9 0%, #f7f7f7 50%, #c9c9c9 100%);
  background: -o-linear-gradient(left, #c9c9c9 0%, #f7f7f7 50%, #c9c9c9 100%);
  background: -ms-linear-gradient(left, #c9c9c9 0%, #f7f7f7 50%, #c9c9c9 100%);
  background: linear-gradient(to right, #c9c9c9 0%, #f7f7f7 50%, #c9c9c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9', endColorstr='#c9c9c9', GradientType=1);
  border: 1px solid #DADADA;
}
.level-up-platinum-plus .level-up-button a,
.level-up-platinum-plus .level-up-continue-btn a {
  color: #545454;
  background: #a9a9a9;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5YTlhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhOWE5YTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #a9a9a9 0%, #e8e8e8 50%, #a9a9a9 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a9a9a9), color-stop(50%, #e8e8e8), color-stop(100%, #a9a9a9));
  background: -webkit-linear-gradient(left, #a9a9a9 0%, #e8e8e8 50%, #a9a9a9 100%);
  background: -o-linear-gradient(left, #a9a9a9 0%, #e8e8e8 50%, #a9a9a9 100%);
  background: -ms-linear-gradient(left, #a9a9a9 0%, #e8e8e8 50%, #a9a9a9 100%);
  background: linear-gradient(to right, #a9a9a9 0%, #e8e8e8 50%, #a9a9a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#a9a9a9', GradientType=1);
  border: 1px solid #B7B7B7;
  width: 90%;
}
.level-up-continue-btn a,
.level-up-platinum-plus .level-up-continue-btn a {
  width: 60%;
}
.level-up-bronze {
  border: 1px solid #d2a298;
  background-color: #f8ebe8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8ebe8), to(white));
  background: -webkit-linear-gradient(top, #f8ebe8, white);
  background: -moz-linear-gradient(top, #f8ebe8, white);
  background: -ms-linear-gradient(top, #f8ebe8, white);
  background: -o-linear-gradient(top, #f8ebe8, white);
  position: relative;
}
.level-up-silver {
  border: 1px solid #b0bbc1;
  background-color: #e7ebed;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7ebed), to(white));
  background: -webkit-linear-gradient(top, #e7ebed, white);
  background: -moz-linear-gradient(top, #e7ebed, white);
  background: -ms-linear-gradient(top, #e7ebed, white);
  background: -o-linear-gradient(top, #e7ebed, white);
  position: relative;
}
.level-up-gold {
  border: 1px solid #d1a423;
  background-color: #fffbeb;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffbeb), to(white));
  background: -webkit-linear-gradient(top, #fffbeb, white);
  background: -moz-linear-gradient(top, #fffbeb, white);
  background: -ms-linear-gradient(top, #fffbeb, white);
  background: -o-linear-gradient(top, #fffbeb, white);
  position: relative;
}
.level-up-platinum {
  border: 1px solid #dadada;
  background-color: #ebebeb;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(white));
  background: -webkit-linear-gradient(top, #ebebeb, white);
  background: -moz-linear-gradient(top, #ebebeb, white);
  background: -ms-linear-gradient(top, #ebebeb, white);
  background: -o-linear-gradient(top, #ebebeb, white);
  position: relative;
}
.level-up-platinum-plus {
  border: 1px solid #c2c2c2;
  background-color: #a7a7a7;
  background: -webkit-gradient(linear, left top, left bottom, from(#a7a7a7), to(white));
  background: -webkit-linear-gradient(top, #a7a7a7, white);
  background: -moz-linear-gradient(top, #a7a7a7, white);
  background: -ms-linear-gradient(top, #a7a7a7, white);
  background: -o-linear-gradient(top, #a7a7a7, white);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .level-benefits-header li.odd,
  .level-benefits-header li.even,
  .level-benefits li.odd,
  .level-benefits li.even {
    height: 70px;
  }
}
@media only screen and (max-width: 639px) {
  .level-info span {
    font-size: 13px;
  }
  .level-info .odd {
    height: 140px;
  }
  .level-info .level-header span {
    margin-left: 0;
    font-size: 16px;
  }
  .level-benefits-header li {
    font-size: 16px;
  }
  .level-benefits-header li,
  .level-benefits-header li.odd,
  .level-benefits-header li.even,
  .level-benefits li.odd,
  .level-benefits li.even {
    height: auto;
  }
  .level-benefits li.odd,
  .level-benefits li.even {
    font-size: 11px;
  }
  .level-up-popup {
    padding: 15px 15px 20px;
    width: auto;
    margin: 0 15px;
  }
  .level-up-popup h2.thankyou {
    width: 70%;
  }
  .level-up-intro {
    width: 300px;
    padding-top: 0;
  }
  .level-up-intro-thankyou {
    width: 70%;
    padding-top: 10px;
  }
  .level-up-button a,
  .level-up-platinum-plus .level-up-button a {
    width: 100%;
    font-size: 15px;
  }
  .level-up-continue-btn a,
  .level-up-platinum-plus .level-up-continue-btn a {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .level-benefits-header,
  .level-benefits {
    display: none;
  }
  .level-info ul li {
    width: 32%;
  }
  .level-info ul li.odd,
  .level-info ul li.even {
    width: 68%;
    height: auto;
    background: url(/App_Presentation/responsive/MyOpinions/img/level-bg.png) repeat 0 0;
  }
  .level-info .level-header span {
    background-image: url(/App_Presentation/responsive/MyOpinions/img/icons_loyaltyStatus-mobile.png);
    padding-top: 70px;
    width: 60px;
    font-size: 14px;
    margin-left: 10px;
  }
  .level-info .level-bronze .level-header span {
    background-position: 0 0;
  }
  .level-info .level-silver .level-header span {
    background-position: -84px 0;
  }
  .level-info .level-gold .level-header span {
    background-position: -168px 0;
  }
  .level-info .level-platinum .level-header span {
    background-position: -252px 0;
  }
  .level-info .level-platinum-plus .level-header span {
    background-position: -336px 0;
    width: 62px;
  }
  .level-bronze li.even {
    text-indent: -9999px;
    padding: 0;
    margin-bottom: -10px;
  }
  .level-new-member .odd,
  .level-bronze .odd,
  .level-silver .odd,
  .level-gold .odd,
  .level-platinum .odd,
  .level-platinum-plus .odd,
  .level-new-member .even,
  .level-bronze .even,
  .level-silver .even,
  .level-gold .even,
  .level-platinum .even,
  .level-platinum-plus .even {
    font-size: 20px;
    padding-top: 10px;
  }
  .level-silver .odd {
    border-bottom: 1px solid #dae0e3;
  }
  .level-gold .odd {
    border-bottom: 1px solid #fae773;
  }
  .level-platinum .odd {
    border-bottom: 1px solid #e6e6e6;
  }
  .level-platinum-plus .odd {
    border-bottom: 1px solid #dddddd;
  }
  .level-up-popup h2 {
    font-size: 24px;
  }
  .level-up-popup h2.thankyou {
    width: 100%;
    font-size: 23px;
    float: none;
    padding: 0 0 20px 0;
  }
  .level-up-intro {
    width: 170px;
    font-size: 14px;
  }
  .level-up-intro-thankyou {
    width: 150px;
    padding-top: 0;
  }
  .level-up-benefit {
    font-size: 16px;
  }
  .level-up-benefit span {
    font-size: 20px;
  }
}
.tooltip-div .btn,
.deno-div .btn {
  width: 100%!important;
  font-size: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tooltip-div .btn,
  .deno-div .btn {
    width: 150%!important;
    margin-left: -12px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 609px) {
  .tooltip-div .btn,
  .deno-div .btn {
    width: 135%!important;
    margin-left: -9px;
    font-size: 8px;
  }
}
@media only screen and (max-width: 351px) {
  .tooltip-div .btn,
  .deno-div .btn,
  #ovationvoucheroption-wrapper #redeem-btn-webshop {
    width: 120%!important;
    font-size: 8px;
    margin-left: -5px;
  }
}
@media only screen and (max-width: 439px) {
  #reward-fulfillment-partners-redemption-ovationnew {
    margin-bottom: 50px!important;
  }
}
.intake-page-container .siq-page-instructions {
  display: none;
}
#siq-questions-wrapper {
  border: 3px solid #d2d2d2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 20px;
  padding: 15px;
}
#siq-questions-wrapper input[type=text],
#siq-questions-wrapper input[type=url],
#siq-questions-wrapper input[type=tel],
#siq-questions-wrapper input[type=number],
#siq-questions-wrapper input[type=email],
#siq-questions-wrapper input[type=password],
#siq-questions-wrapper select {
  border: 2px solid #aaaaaa;
  background: #ffffff;
  color: #191919;
  font-size: 14px;
  font-style: normal;
  margin: 0 10px 15px 0;
  padding: 8px 5px;
  width: 250px;
  float: left;
}
#siq-questions-wrapper input[type=text].error,
#siq-questions-wrapper input[type=url].error,
#siq-questions-wrapper input[type=tel].error,
#siq-questions-wrapper input[type=number].error,
#siq-questions-wrapper input[type=email].error,
#siq-questions-wrapper input[type=password].error,
#siq-questions-wrapper select.error {
  border-color: #cb4545;
  /* background-color:#fff6f6;*/
}
#siq-questions-wrapper label.error {
  color: #cb4545;
  left: 490px;
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  width: 120px;
}
label#siq-monthdob-id-error,
label#siq-daydob-id-error {
  display: none !important;
}
#siq-questions-wrapper .siq-gender-class-options label.error {
  left: 400px;
  padding-top: 5px;
  width: auto;
}
#siq-questions-wrapper .siq-agreetermscond-class-checkbox label.error {
  left: auto;
  margin-top: -17px;
  margin-left: 10px;
  width: auto;
}
#siq-questions-wrapper .siq-agreetermscond-id {
  display: none;
}
#siq-questions-wrapper .siq-TermsAndConditions-class {
  margin-top: 10px;
  padding: 0 30px 0 220px;
  position: absolute;
}
#siq-questions-wrapper .siq-TermsAndConditions-class b {
  font-weight: normal;
}
.siq-the-questions .pe-wrapper:before,
.siq-the-questions .pe-wrapper:after,
.siq-the-questions .peb-wrapper:before,
.siq-the-questions .peb-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.siq-the-questions .peq-leader,
.siq-the-questions .group-leader {
  float: left;
  font-weight: bold;
  padding: 4px 10px 0 0;
  text-align: right;
  width: 190px;
}
.siq-the-questions .siq-gender-class-options {
  float: left;
}
.siq-the-questions .siq-gender-class-options .siq-gender-class-radio1,
.siq-the-questions .siq-gender-class-options .siq-gender-class-radio2 {
  float: left;
  margin: 3px 5px 10px;
}
.siq-the-questions .siq-confirm-class {
  margin-bottom: 20px;
  margin-top: 15px;
}
.siq-the-questions #sip-confirm {
  margin-left: 190px;
}
.siq-the-questions #siq-dob-group-id {
  float: left;
}
.siq-the-questions #siq-dob-group-id .pe-wrapper {
  float: left;
}
.siq-the-questions #siq-dob-group-id .dob-box .peq-leader {
  display: none;
}
.siq-the-questions #siq-dob-group-id .dob-box input.siq-daydob-class,
.siq-the-questions #siq-dob-group-id .dob-box input.siq-monthdob-class,
.siq-the-questions #siq-dob-group-id .dob-box input.siq-yeardob-class {
  width: 60px;
  margin-right: 10px;
}
.siq-the-questions .siq-agreetermscond-id {
  float: none;
  margin-left: 190px;
  text-align: left;
  width: auto;
}
.siq-the-questions .siq-agreetermscond-id b {
  font-weight: normal;
}
.siq-the-questions .siq-agreetermscond-class-options {
  height: 90px;
  margin: 10px 0 0 190px;
  overflow: hidden;
}
.siq-the-questions .siq-agreetermscond-class-checkbox input {
  float: left;
  z-index: 10;
  position: relative;
}
.siq-the-questions .siq-agreetermscond-class-checkbox label {
  font-weight: normal;
  display: block;
  float: left;
  width: 90%;
  display: none;
}
.siq-the-questions input[type="radio"],
.siq-the-questions input[type="checkbox"] {
  margin-right: 5px;
}
.siq-page-disclaimer {
  display: none;
}
@media only screen and (max-width: 639px) {
  #siq-questions-wrapper input[type=text],
  #siq-questions-wrapper input[type=url],
  #siq-questions-wrapper input[type=tel],
  #siq-questions-wrapper input[type=number],
  #siq-questions-wrapper input[type=email],
  #siq-questions-wrapper input[type=password],
  #siq-questions-wrapper select {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .siq-gender-class-options,
  #siq-questions-wrapper #siq-dob-group-id {
    float: none;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .siq-the-questions .peq-leader,
  .siq-the-questions .group-leader {
    display: block;
    float: none;
    padding: 0 0 5px;
    text-align: left;
    width: auto;
  }
  .siq-the-questions #sip-confirm {
    margin-left: 0;
  }
  .siq-the-questions .siq-agreetermscond-id,
  .siq-the-questions .siq-agreetermscond-class-options {
    margin-left: 0;
  }
  #siq-questions-wrapper label.error {
    left: 0;
    position: relative;
    width: auto;
    display: block;
    margin-top: -10px;
  }
  #siq-questions-wrapper .siq-gender-class-options label.error {
    left: 35px;
    margin-top: -5px;
    padding-top: 0;
    position: absolute;
  }
  #siq-questions-wrapper #siq-dob-group-id label.error {
    left: 35px;
    position: absolute;
  }
  #siq-questions-wrapper .siq-agreetermscond-class-checkbox label.error {
    position: absolute;
  }
  #siq-questions-wrapper .siq-TermsAndConditions-class {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .siq-the-questions .siq-agreetermscond-class-options {
    height: 140px;
  }
}
#form1 {
  min-height: 100%;
  position: relative;
  width: 100%;
}
.wrapper {
  position: relative;
  background: url("/App_Presentation/responsive/MyOpinions/img/main-bg.gif") repeat-x 0 0;
  padding: 33px 0 380px;
  width: 100%;
}
#footer {
  clear: both;
  background: #242424;
  color: #888;
  padding-bottom: 20px;
  font-size: 12px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
  bottom: 0;
}
#footer #returnTop {
  width: 100%;
  text-align: center;
}
#footer #returnTop a {
  display: inline-block;
  color: #6e6e6e;
}
#footer #footer-links {
  margin: 0;
  list-style-type: none;
  list-style: none;
  width: 100%;
  padding: 5px 0 15px;
}
#footer #footer-links li {
  display: inline-block;
  list-style-type: none;
  list-style: none;
  padding: 0 5px;
}
#footer #footer-links li:first-child {
  padding-left: 0;
}
#footer #footer-links li a {
  color: #888;
}
#footer .footer-section {
  float: left;
  border-left: 1px solid #525050;
  width: 25%;
  margin-top: -45px;
  height: 120px;
}
#footer .footer-section h3 {
  font-size: 22px;
  padding-bottom: 10px;
}
#footer .footer-section p {
  font-size: 14px;
}
#footer .footer-section ul {
  padding: 0 15px;
}
#footer .footer-section li {
  padding-bottom: 3px;
  font-size: 11px;
}
#footer .footer-section li.padBtm20 {
  padding-bottom: 20px;
}
#footer .footer-section li.headline {
  font-size: 13px;
  font-weight: bold;
}
#footer .footer-section li a {
  color: #888;
}
#footer #footer-links,
#footer #copyright {
  width: 41.6667%;
}
@media only screen and (max-width: 767px) {
  .wrapper {
    padding-bottom: 0;
  }
  #footer {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 30px;
  }
  #footer #footer-links,
  #footer #copyright {
    width: 100%;
  }
  #footer .footer-inner .col-sm-7 {
    display: none;
  }
}
/*#charity-content #left-overview #buttons > a {margin-bottom: 15px; margin-top: 15px; font-size: 11px; width: 205px; background-color:@Red; border-color:@Red;
padding: 4px 5px; font-weight: bold; text-transform: uppercase; border-radius: 2px; line-height: 1.5; color:@white; -moz-user-select: none; background-image: none;
cursor: pointer; display: inline-block; text-align: center; vertical-align: middle; white-space: nowrap; text-decoration: none; border-width: 0 1px 4px;}
 
#charity-content #left-overview #buttons > a:hover {background-color:@RedHover; border-color:@RedHover;}
 
#charity-box #charity-footer > a {clear: both; float: right; font-size: 11px; width: 205px; background-color:@Default; border-color:@Default;
padding: 6px 10px 4px; border-width: 0 1px 4px; font-weight: bold; text-transform: uppercase; border-radius: 2px; line-height: 1.5; color: #555555; -moz-user-select: none;
background-image: none; cursor: pointer; display: inline-block; margin-bottom: 15px; margin-top: 15px; text-align: center; vertical-align: middle; white-space: nowrap; text-decoration: none;}

#charity-box #charity-footer > a:hover {background-color:@DefaultHover; border-color:@DefaultHover;}*/
#pollresultspage .minipolls-results-questiontitle,
#minipolls-results-history .minipolls-results-questiontitle {
  font-size: 18px;
  font-weight: bold;
  margin-top: -10px;
}
#pollresultspage .minipolls-results-question,
#minipolls-results-history .minipolls-results-question {
  font-size: 16px;
  padding: 10px 0;
}
#pollresultspage .pollresult,
#minipolls-results-history .pollresult {
  background: #f5f5f5;
  overflow: hidden;
  margin-top: 15px !important;
  padding: 10px;
  width: 100%;
}
#pollresultspage .pollresult-text,
#pollresultspage .pollresult-percentage,
#pollresultspage .pollresult-count,
#minipolls-results-history .pollresult-text,
#minipolls-results-history .pollresult-percentage,
#minipolls-results-history .pollresult-count {
  width: 33%;
  display: inline-block;
  float: left;
}
#minipolls-results-history {
  padding-bottom: 100px;
}
.pollresult-total-count {
  padding: 20px 10px 5px;
  font-size: 20px;
}
#minipolls-results-history .minipolls-results-row.panel {
  border: 3px solid #d2d2d2;
  padding: 20px 20px 0;
}
.no_list_style {
  list-style: none;
}
body {
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
  padding-bottom: 20px;
}
a {
  color: #0e8ceb;
}
.topbar {
  background-color: #F0F0F0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#d5d5d5));
  background: -webkit-linear-gradient(top, #F0F0F0, #d5d5d5);
  background: -moz-linear-gradient(top, #F0F0F0, #d5d5d5);
  background: -ms-linear-gradient(top, #F0F0F0, #d5d5d5);
  background: -o-linear-gradient(top, #F0F0F0, #d5d5d5);
  width: 100%;
  height: 29px;
  font-size: 12px;
  z-index: 100;
}
.topbar a {
  line-height: 27px;
  font-weight: bold;
  color: #000000;
}
.topbar a.top-signin {
  border-right: 1px solid #bbb;
  /*padding-right:20px;*/
}
.topbar a.top-join {
  border-left: 1px solid #fff;
  /*padding-left:20px;*/
}
.topbar #apslogin,
.topbar #apslogout,
.topbar #apslogin:hover,
.topbar #apslogout:hover {
  background-color: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none !important;
  cursor: pointer;
  line-height: 27px;
  color: #000;
  padding: 0;
}
.topbar #apslogin:hover,
.topbar #apslogout:hover {
  text-decoration: underline;
}
.topbar ul {
  margin: 0 -15px;
  padding: 0;
}
.topbar ul li {
  float: left;
  overflow: hidden;
  list-style: none;
}
.topbar ul li a {
  font-weight: normal;
  line-height: auto;
  padding: 0 15px;
}
.topbar ul li a.new,
.topbar ul li a.bronze,
.topbar ul li a.silver,
.topbar ul li a.gold,
.topbar ul li a.platinum,
.topbar ul li a.platinum-plus {
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  background-image: url(/App_Presentation/responsive/MyOpinions/img/icons_loyaltyStatus.png);
  background-repeat: 0 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 1px;
}
.topbar ul li a.new {
  background-position: 0 1px;
  color: #000000;
}
.topbar ul li a.bronze {
  background-position: -60px 0;
  color: #a76756;
}
.topbar ul li a.silver {
  background-position: -120px 0;
  color: #6a747b;
}
.topbar ul li a.gold {
  background-position: -180px 0;
  color: #c89620;
}
.topbar ul li a.platinum {
  background-position: -240px 0;
  color: #848181;
}
.topbar ul li a.platinum-plus {
  background-position: -300px 0;
  color: #545454;
}
.topbar ul li span.desc {
  line-height: 27px;
  float: left;
}
.topbar ul li span.numbers {
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url(/PIE.htc);
  padding: 0 10px;
  margin: 5px 0 0 0;
  height: 18px;
  line-height: 18px;
  float: left;
}
.topbar ul li span.numbers a {
  line-height: 19px;
  padding: 0;
}
.topbar ul li span .new,
.topbar ul li span .bronze,
.topbar ul li span .silver,
.topbar ul li span .gold,
.topbar ul li span .platinum,
.topbar ul li span .platinum-plus {
  background: none;
  padding-left: 8px;
  width: auto;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: -1px;
  line-height: 29px;
}

.topbar .container .inner #entries {display: none!important;}

@media only screen and (max-width: 767px) {
  .topbar {
    font-size: 11px;
    height: 25px;
  }
  .topbar #apslogin,
  .topbar #apslogout,
  .topbar #apslogin:hover,
  .topbar #apslogout:hover {
    font-size: 11px;
    padding: 0 10px;
    line-height: 22px;
  }
  .topbar ul li#points,
  .topbar ul li#entries,
  .topbar ul li #loyalty,
  .topbar ul li.info span {
    display: none;
  }
  .topbar ul li a {
    line-height: 23px;
  }
  .topbar ul li a.new,
  .topbar ul li a.bronze,
  .topbar ul li a.silver,
  .topbar ul li a.gold,
  .topbar ul li a.platinum,
  .topbar ul li a.platinum-plus {
    width: 16px;
    height: 15px;
    background-image: url(/App_Presentation/responsive/MyOpinions/img/icons_loyaltyStatus_topbar_mobile.png);
    margin: 5px 0 0 0;
  }
  .topbar ul li a.new {
    background-position: 0 0;
  }
  .topbar ul li a.bronze {
    background-position: -36px 0;
  }
  .topbar ul li a.silver {
    background-position: -73px 0;
  }
  .topbar ul li a.gold {
    background-position: -109px 0;
  }
  .topbar ul li a.platinum {
    background-position: -146px 0;
  }
  .topbar ul li a.platinum-plus {
    background-position: -183px 0;
  }
}
/* #JanRainSocialBtn{ display:none;} */
.navbar-form {
  padding: 0;
}
.navbar-form.navbar-right:last-child {
  margin-right: 0;
}
.navbar-default {
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
  background: -webkit-linear-gradient(top, white, #e6e6e6);
  background: -moz-linear-gradient(top, white, #e6e6e6);
  background: -ms-linear-gradient(top, white, #e6e6e6);
  background: -o-linear-gradient(top, white, #e6e6e6);
}
.navbar-default .navbar-nav {
  background: url(/App_Presentation/responsive/MyOpinions/img/topnav-sep.png) no-repeat right 0;
}
.navbar-default .navbar-nav li {
  background: url(/App_Presentation/responsive/MyOpinions/img/topnav-sep.png) no-repeat 0 0;
}
.container-fluid {
  padding: 0;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar-brand {
  float: left;
  height: auto;
  line-height: 20px;
  padding: 12px 0 10px;
}
@media (max-width: 1023px) {
  .navbar-brand img {
    width: 220px;
    padding-top: 8px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    padding: 10px 0;
  }
  .navbar-brand img {
    padding: 0 0 0 15px;
    width: 180px;
  }
}
.navbar {
  min-height: 50px;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.navbar-form {
  margin: 0;
}
.navbar-collapse.collapse {
  float: right;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .open > a {
  display: block;
  padding: 0 15px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}
.navbar-default .navbar-nav > li > a .caret,
.navbar-default .navbar-nav > .open > a .caret {
  display: none;
}
.navbar-default .navbar-nav > li > a:hover {
  background-color: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#dadada));
  background: -webkit-linear-gradient(top, #fafafa, #dadada);
  background: -moz-linear-gradient(top, #fafafa, #dadada);
  background: -ms-linear-gradient(top, #fafafa, #dadada);
  background: -o-linear-gradient(top, #fafafa, #dadada);
  color: #000000;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #FCB04D;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCB04D), to(#f28701));
  background: -webkit-linear-gradient(top, #FCB04D, #f28701);
  background: -moz-linear-gradient(top, #FCB04D, #f28701);
  background: -ms-linear-gradient(top, #FCB04D, #f28701);
  background: -o-linear-gradient(top, #FCB04D, #f28701);
  color: #fff;
}
@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.navbar-right .dropdown-menu {
  left: 0;
  right: auto;
}
.navbar-right #account.dropdown-menu,
.navbar-right #help.dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 12px;
  min-width: 250px;
  padding: 0;
  top: 115%;
  -webkit-box-shadow: #666 0px 3px 3px;
  -moz-box-shadow: #666 0px 3px 3px;
  box-shadow: #666 0px 3px 3px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f0f0f0));
  background: -webkit-linear-gradient(top, white, #f0f0f0);
  background: -moz-linear-gradient(top, white, #f0f0f0);
  background: -ms-linear-gradient(top, white, #f0f0f0);
  background: -o-linear-gradient(top, white, #f0f0f0);
  border: 1px solid #fff;
}
.dropdown-menu:before,
.dropdown-menu:after {
  content: '';
  background: url(/App_Presentation/responsive/MyOpinions/img/subnav-top.png) no-repeat 0 0;
  position: absolute;
  top: -12px;
  width: 256px;
  height: 13px;
  display: block;
  z-index: 10;
}
#account.dropdown-menu:before,
#account.dropdown-menu:after,
#help.dropdown-menu:before,
#help.dropdown-menu:after {
  background: url(/App_Presentation/responsive/MyOpinions/img/subnav-top-right.png) no-repeat 0 0;
}
.navbar-default .navbar-nav .dropdown-menu li {
  background: none;
}
.navbar-default .navbar-nav .dropdown-menu li.divider {
  margin: 0;
  border-bottom: 1px solid #dddddd;
}
.dropdown-menu li a {
  background: none;
  display: block;
  padding: 15px 10px;
  height: auto;
  text-indent: 0;
  color: #000000;
  font-size: 11px;
  overflow: hidden;
  position: relative;
  white-space: normal;
}
.dropdown-menu li a:hover,
.dropdown-menu li a.current {
  background: #fdd39e url(/App_Presentation/responsive/MyOpinions/img/subnav-on.gif) repeat-x 0 0;
  color: #000000;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: transparent;
  color: #000;
  border: none;
}
.dropdown-menu a b {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
}
.dropdown-menu span {
  display: block;
  float: left;
  width: 39px;
}
.dropdown-menu span.egiftcards {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-egiftcards.png) no-repeat 0 0;
  height: 26px;
}
.dropdown-menu span.giftPay {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-giftPay.png) no-repeat 0 0;
  height: 26px;
}
.dropdown-menu span.paypal {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-paypal.png) no-repeat 0 0;
  height: 25px;
}
.dropdown-menu span.transfer {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-transfer.png) no-repeat 0 0;
  width: 39px;
  height: 26px;
}
.dropdown-menu span.charity {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-charity.png) no-repeat 0 0;
  height: 20px;
}
.dropdown-menu span.surveys {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-survey.png) no-repeat 0 0;
  height: 27px;
}
.dropdown-menu span.refer-friends {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-referrals.png) no-repeat 0 0;
  height: 27px;
}
.dropdown-menu span.prize-competition {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-win.png) no-repeat 0 0;
  height: 22px;
}
.dropdown-menu span.instant-win {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-instant-win.png) no-repeat 0 0;
  height: 24px;
}
.dropdown-menu span.profile {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-profile.png) no-repeat 0 0;
  height: 24px;
}
.dropdown-menu span.points {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-points.png) no-repeat 0 0;
  width: 39px;
  height: 28px;
}
.dropdown-menu span.entries {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-entries.png) no-repeat 0 0;
  height: 25px;
}
.dropdown-menu span.setting {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-setting.png) no-repeat 0 0;
  width: 39px;
  height: 28px;
}
.dropdown-menu span.verification {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-verification.png) no-repeat 0 0;
  height: 26px;
}
.dropdown-menu span.join {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-join.png) no-repeat 0 0;
  width: 39px;
  height: 28px;
}
.dropdown-menu span.rewards {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-rewards.png) no-repeat 0 0;
  height: 31px;
}
.dropdown-menu span.account {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-account.png) no-repeat 0 0;
  width: 39px;
  height: 29px;
}
.dropdown-menu span.contact {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-contact.png) no-repeat 0 0;
  height: 20px;
}
.dropdown-menu span.cashout {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-cashout.png) no-repeat 0 0;
  width: 39px;
  height: 25px;
}
.dropdown-menu span.loyalty {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-loyalty.png) no-repeat 0 0;
  height: 28px;
}
.dropdown-menu span.claim {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-claim.png) no-repeat 0 0;
  height: 27px;
}
.dropdown-menu span.SubMenuBlurb {
  padding-left: 8px;
  width: 175px;
  line-height: 14px;
}
.dropdown-menu li:first-child {
  display: none;
}
.dropdown-menu li:first-child span.SubMenuBlurb {
  font-weight: bold;
  font-size: 14px;
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-overview.png) no-repeat 0 0;
  padding: 2px 0 2px 47px;
}
.breadcrumb {
  background: #141414;
  width: 100%;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 0;
  padding: 8px 0;
  border: none;
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  float: left;
  background: url(/App_Presentation/responsive/MyOpinions/img/white-arrow.gif) no-repeat 0 center;
  padding: 0 12px 0 20px;
}
.breadcrumb li.first {
  padding-left: 0;
  background: none;
}
.breadcrumb li a {
  color: #fff;
}
h2 {
  font-size: 24px;
}
a:focus,
a:active {
  outline: none;
}
#myCarousel .carousel-inner {
  overflow: visible;
}
img {
  border: medium none;
  height: auto;
  max-width: 100%;
}
.panel,
#rewardclaimhistory {
  border: 3px solid #d2d2d2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel .table,
#rewardclaimhistory .table {
  margin: -10px 0 0;
}
.panel .table th,
#rewardclaimhistory .table th {
  border: none;
}
.panel .table td,
#rewardclaimhistory .table td {
  padding: 10px;
  border: none;
}
.panel .table-striped > tbody > tr:nth-of-type(2n+1),
#rewardclaimhistory .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f5f5f5;
  overflow: hidden;
}
#rewardclaimhistory {
  padding: 15px;
}
.panel-default > .panel-heading {
  /* border-bottom:2px dotted #ccc;*/
  border: none;
  background-color: transparent;
}
.panel-default > .panel-heading h3 {
  padding: 0;
  font-size: 16px;
}
.note {
  font-size: 11px;
}
.section {
  padding: 70px 0 20px;
}
.greybox {
  border: 3px solid #d2d2d2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  margin-bottom: 20px;
  position: relative;
  padding: 0 15px 15px;
}
.greybox h2 {
  font-size: 18px;
  padding: 15px 0 10px;
}
.greybox .socialBtns {
  border-bottom: 2px dotted #ccc;
  border-top: 2px dotted #ccc;
  margin-bottom: 10px;
  padding: 10px 0 15px;
}
.greybox .url {
  background: #d7d7d7;
  display: block;
  margin-bottom: 0;
  padding: 15px;
  white-space: pre-line;
  word-wrap: break-word;
}
.bluebox {
  border: 3px solid #a0d6ff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  behavior: url(/PIE.htc);
  font-size: 14px;
  padding: 5px 15px 10px;
  line-height: 18px;
  margin-bottom: 20px;
}
.bluebox h2 {
  font-size: 18px;
  padding: 10px 0;
}
.bluebox p {
  padding: 0;
}
.bluebox ul {
  margin: 15px 0;
  padding: 10px 10px 5px 25px;
  border-top: 2px dotted #ccc;
  border-bottom: 2px dotted #ccc;
  list-style: disc;
}
.bluebox ul li {
  padding-bottom: 6px;
}
.why {
  border: 3px solid #ff9819;
  padding: 15px 15px 5px;
  margin-bottom: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 20px 0 #fff3e4;
  box-shadow: inset 0 0 30px 0 #fff3e4;
}
.why h2 {
  font-size: 18px;
  padding-bottom: 0;
}
.why ol {
  font-size: 14px;
  padding: 15px 0 15px 25px;
  margin: 0;
}
.checklist {
  list-style: none;
  margin: 0;
}
.checklist li {
  background: url(/App_Presentation/responsive/MyOpinions/img/tick.png) no-repeat 0 0;
  padding: 0 0 10px 25px;
}
ul.list {
  padding: 15px 0 15px 25px;
  list-style: disc;
}
ol.list {
  padding: 15px 0 15px 25px;
  list-style: decimal;
}
ul.list li,
ol.list li {
  padding-bottom: 5px;
}
ol.list ul {
  list-style: disc;
}
.important {
  border: 3px solid #191919;
  padding: 15px;
  color: #ffffff;
  margin-bottom: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  background-color: #2D2D2D;
  background: -webkit-gradient(linear, left top, left bottom, from(#2D2D2D), to(181818));
  background: -webkit-linear-gradient(top, #2D2D2D, 181818);
  background: -moz-linear-gradient(top, #2D2D2D, 181818);
  background: -ms-linear-gradient(top, #2D2D2D, 181818);
  background: -o-linear-gradient(top, #2D2D2D, 181818);
}
.important a {
  color: #4ec5fc;
}
.important ul {
  padding-left: 25px;
}
.important h3 {
  font-size: 18px;
  color: #ff3333;
  padding-bottom: 10px;
}
.important h3.white {
  color: #ffffff;
}
.important h3 a {
  display: block;
  color: #ff3333;
  text-decoration: none;
  cursor: pointer;
  background-image: url(../images/down.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 15px;
}
hr {
  border-top: 2px dotted #cccccc;
  margin-top: 5px;
}
.alert {
  background-color: #ddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ababab));
  background: -webkit-linear-gradient(top, #ddd, #ababab);
  background: -moz-linear-gradient(top, #ddd, #ababab);
  background: -ms-linear-gradient(top, #ddd, #ababab);
  background: -o-linear-gradient(top, #ddd, #ababab);
  -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: 3px solid #dedede;
  padding: 15px 20px 10px;
  overflow: hidden;
}
.alert-danger {
  background-color: #ee1c1c;
  background: -webkit-gradient(linear, left top, left bottom, from(#ee1c1c), to(#cf0c0c));
  background: -webkit-linear-gradient(top, #ee1c1c, #cf0c0c);
  background: -moz-linear-gradient(top, #ee1c1c, #cf0c0c);
  background: -ms-linear-gradient(top, #ee1c1c, #cf0c0c);
  background: -o-linear-gradient(top, #ee1c1c, #cf0c0c);
  border: 3px solid #ffa4a4;
  color: #ffffff;
}
.alert-danger a {
  color: #ffffff;
  text-decoration: underline;
}
.alert-success {
  border: 3px solid #9ced8e;
  color: #ffffff;
  padding: 15px 20px 15px;
  background-color: #2cce37;
  background: -webkit-gradient(linear, left top, left bottom, from(#2cce37), to(#17a124));
  background: -webkit-linear-gradient(top, #2cce37, #17a124);
  background: -moz-linear-gradient(top, #2cce37, #17a124);
  background: -ms-linear-gradient(top, #2cce37, #17a124);
  background: -o-linear-gradient(top, #2cce37, #17a124);
}
.alert-success a {
  color: #ffffff;
  text-decoration: underline;
}
.alert-warning {
  color: #000;
}
.alert-content .fa,
.signin-message-content .fa {
  float: left;
  color: white;
  font-size: 350%;
}
.alert-content p,
.signin-message-content p {
  padding-left: 35px;
  font-size: 16px;
  width: 95%;
  margin-bottom: 0;
}
.signin-message {
  border: 3px solid #ffe6a4;
  padding: 15px 15px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fdb251;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdb251), to(#ff9511));
  background: -webkit-linear-gradient(top, #fdb251, #ff9511);
  background: -moz-linear-gradient(top, #fdb251, #ff9511);
  background: -ms-linear-gradient(top, #fdb251, #ff9511);
  background: -o-linear-gradient(top, #fdb251, #ff9511);
  position: relative;
  margin-bottom: 20px;
}
.signin-message-content a {
  color: #2579bc;
}
.signin-message-content .fa {
  font-size: 450%;
}
.signin-message-content P {
  padding-left: 62px;
}
.signin-message-content p,
.alert-content p {
  padding-bottom: 15px;
}
.signin-message-content a {
  color: #2579bc;
}
.signin-message-content p {
  background: url(/App_Presentation/responsive/MyOpinions/img/icon-signin.png) no-repeat 0 0;
  padding-left: 62px;
}
.feedback-negative {
  border: 3px solid #ffa4a4;
  color: #ffffff;
  padding: 15px 20px 10px;
  background-color: #EE1C1C;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE1C1C), to(#cf0c0c));
  background: -webkit-linear-gradient(top, #EE1C1C, #cf0c0c);
  background: -moz-linear-gradient(top, #EE1C1C, #cf0c0c);
  background: -ms-linear-gradient(top, #EE1C1C, #cf0c0c);
  background: -o-linear-gradient(top, #EE1C1C, #cf0c0c);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 20px;
  position: relative;
}
.feedback-negative .feedback-negative-content:before {
  content: "\f12a";
  font-family: 'FontAwesome';
  font-size: 300%;
  float: left;
}
.feedback-negative .feedback-negative-content h2,
.feedback-negative .feedback-negative-content p {
  padding-left: 45px;
}
.feedback-positive {
  border: 3px solid #9ced8e;
  color: #ffffff;
  padding: 15px 20px 15px;
  background-color: #2cce37;
  background: -webkit-gradient(linear, left top, left bottom, from(#2cce37), to(#17a124));
  background: -webkit-linear-gradient(top, #2cce37, #17a124);
  background: -moz-linear-gradient(top, #2cce37, #17a124);
  background: -ms-linear-gradient(top, #2cce37, #17a124);
  background: -o-linear-gradient(top, #2cce37, #17a124);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 20px;
  position: relative;
}
.feedback-positive .feedback-positive-content:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 250%;
  float: left;
  margin-top: -10px;
}
.feedback-positive .feedback-positive-content h2,
.feedback-positive .feedback-positive-content p {
  padding-left: 45px;
}
.feedback-positive .feedback-positive-content p {
  margin-bottom: 0;
}
@media all and (max-width: 639px) {
  .signin-message-content .fa,
  .alert-content .fa {
    font-size: 300%;
  }
  .signin-message-content p,
  .alert-content p {
    font-size: 14px;
    width: auto;
    padding-left: 45px;
  }
  .signin-message-content p {
    padding-left: 62px;
  }
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #aaaaaa;
}
.account-menu ul li a,
.settings-menu ul li a,
.profile-menu ul li a {
  display: block;
  color: #5a5a5a;
  padding: 12px 15px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background-color: #f1f1f1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#dcdcdc));
  background: -webkit-linear-gradient(top, #f1f1f1, #dcdcdc);
  background: -moz-linear-gradient(top, #f1f1f1, #dcdcdc);
  background: -ms-linear-gradient(top, #f1f1f1, #dcdcdc);
  background: -o-linear-gradient(top, #f1f1f1, #dcdcdc);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.account-menu ul li a:hover,
.settings-menu ul li a:hover,
.profile-menu ul li a:hover {
  background: #e9e9e9;
}
.account-menu ul li a:hover,
.settings-menu ul li a:hover,
.profile-menu ul li a:hover,
.account-menu ul li a:focus,
.settings-menu ul li a:focus,
.profile-menu ul li a:focus {
  text-decoration: none;
}
.account-menu ul li a.current,
.settings-menu ul li a.current,
.profile-menu ul li a.current {
  color: #ffffff;
  background-color: #3f3f3f;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#000000));
  background: -webkit-linear-gradient(top, #3f3f3f, #000000);
  background: -moz-linear-gradient(top, #3f3f3f, #000000);
  background: -ms-linear-gradient(top, #3f3f3f, #000000);
  background: -o-linear-gradient(top, #3f3f3f, #000000);
}
.account-menu ul li a.current:after,
.settings-menu ul li a.current:after,
.profile-menu ul li a.current:after {
  content: "\f0da";
  font-family: 'FontAwesome';
  color: #fea637;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 3px;
}
.settings-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.settings-menu ul li {
  margin-bottom: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .settings-menu ul {
    margin-bottom: 20px;
  }
}
.sep3 {
  margin: 5px 0 20px;
  border-top: 2px dotted #ccc;
}
#forgot-password #F10-Col1-Row1 .inner {
  padding: 15px 10px;
  border: 3px solid #d2d2d2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#forgot-password #F10-Col1-Row1 .panel {
  border: 0px!important;
  border-shadow: none;
  margin: -20px -15px 0;
  background: none;
}
#forgot-password #F10-Col1-Row1 .panel-default {
  border-color: none;
}
#forgot-password #F10-Col1-Row1 .panel-body {
  padding: 15px 0;
}
.resetpassword #panelForm {
  padding: 15px 10px;
  border: 3px solid #d2d2d2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.resetpassword #panelForm #resetpassword-explanation {
  margin-bottom: 20px;
}
.resetpassword #panelForm input[type=password] {
  border: 2px solid #aaaaaa;
  color: #191919;
  font-size: 14px;
  font-style: normal;
  padding: 8px 5px;
}
@media all and (max-width: 1023px) {
  #forgot-password #F10-Col1-Row1 .inner {
    margin-bottom: 20px;
  }
  #forgot-password #F10-Col1-Row1 .panel-body {
    padding: 0;
  }
  #forgot-password #F10-Col1-Row1 #apsusernamerequest.form-control {
    width: 400px;
    margin-bottom: 15px;
  }
  .resetpassword #panelForm {
    margin-bottom: 20px;
  }
  .resetpassword #panelForm input[type=password] {
    width: 100%;
  }
}
@media all and (max-width: 479px) {
  #forgot-password #F10-Col1-Row1 #apsusernamerequest.form-control {
    width: 100%;
  }
}
.promo-horizontal h2 {
  font-size: 18px;
  padding: 15px 0 10px;
}
.promo-horizontal .bluebox h2 {
  padding-top: 10px;
}
#divDisplayMobileNumber .details-col {
  width: 400px;
}
#SETTINGS #F11-Col2-Row1 .inner {
  border: 3px solid #d2d2d2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  padding: 0 15px 15px;
  margin-bottom: 20px;
  position: relative;
}
.settings-menu-mobile {
  display: none;
}
.account-detail input[type=text],
#profile-settings input[type=text],
.reward-fppr-textbox input[type=text],
#phoneValidate input[type=text],
.account-detail input[type=url],
#profile-settings input[type=url],
.reward-fppr-textbox input[type=url],
#phoneValidate input[type=url],
.account-detail input[type=tel],
#profile-settings input[type=tel],
.reward-fppr-textbox input[type=tel],
#phoneValidate input[type=tel],
.account-detail input[type=number],
#profile-settings input[type=number],
.reward-fppr-textbox input[type=number],
#phoneValidate input[type=number],
.account-detail input[type=email],
#profile-settings input[type=email],
.reward-fppr-textbox input[type=email],
#phoneValidate input[type=email],
.account-detail input[type=password],
#profile-settings input[type=password],
.reward-fppr-textbox input[type=password],
#phoneValidate input[type=password],
.account-detail select,
#profile-settings select,
.reward-fppr-textbox select,
#phoneValidate select {
  border: 2px solid #aaaaaa;
  width: 210px !important;
  padding: 5px;
  font-size: 14px;
  color: #191919;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.account-detail select,
#profile-settings select,
.reward-fppr-textbox select,
#phoneValidate select {
  width: auto!important;
}
.account-detail {
  border-top: 2px dotted #ccc;
  padding: 10px;
  overflow: hidden;
}
.account-detail .tooltip {
  width: 170px;
}
.account-detail .tooltip-content {
  width: 160px;
  padding: 5px;
}
.account-detail .details-col {
  float: left;
  width: 555px;
  font-weight: bold;
}
.account-detail .details-col2 {
  width: 400px;
  float: left;
  font-weight: bold;
}
.account-detail .details-col span,
.account-detail .details-col2 span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  padding-bottom: 3px;
}
.account-detail .details-col span.editable,
.account-detail .details-col2 span.editable {
  font-size: 14px;
  font-weight: bold;
  word-break: break-all;
}
.account-detail .details-col2 span.fb,
.account-detail .details-col2 span.google,
.account-detail .details-col2 span.linkedIn {
  padding: 0 0 0 20px;
  font-weight: bold;
  font-size: 14px;
}
.account-detail .details-col2 span.fb {
  background: url(../images/fb-mini.png) no-repeat 0 0;
}
.account-detail .details-col2 span.google {
  background: url(../images/google-mini.png) no-repeat 0 0;
}
.account-detail .details-col2 span.linkedIn {
  background: url(../images/in-mini.png) no-repeat 0 0;
}
.account-detail .details-col2 p.remove {
  font-weight: normal;
  padding: 10px 0 0 0;
  width: 500px;
}
.account-detail .details-col em {
  font-weight: normal;
  color: #c1c1c1;
}
.account-detail .details-change {
  padding: 10px 5px 0 0;
  text-align: right;
}
.account-detail .details-col .note {
  font-size: 12px;
  clear: left;
}
.account-detail #divEditMobileNumber span {
  float: left;
  width: 34% ;
}
.account-detail #divEditMobileNumber .account-form {
  float: left;
}
.account-detail #divEditMobileNumber .info {
  margin-top: 15px;
}
.account-detail #divEditMobileNumber .info input {
  background: #FAA126;
  border: 1px solid #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px 0 #999999;
  -moz-box-shadow: 0 0 3px 0 #999999;
  box-shadow: 0 0 3px 0 #999999;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  color: #000000;
  margin-right: 10px;
}
.account-detail #divEditMobileNumber .info input:hover,
.account-detail #divEditMobileNumber .info input:active,
.account-detail #divEditMobileNumber .info input:focus {
  background: #ffb34d;
}
.account-detail #divEditMobileNumber .info input:last-child {
  background: #ccc;
}
.account-detail #divEditMobileNumber .info input:last-child:hover,
.account-detail #divEditMobileNumber .info input:last-child:active,
.account-detail #divEditMobileNumber .info input:last-child:focus {
  background: #ddd;
}
.account-detail #changeLogin br {
  display: none;
}
.account-detail #changeLogin .btn,
.account-detail #apssavenewpwbutton {
  margin-left: 44%;
}
#mailing-settings {
  padding: 0;
}
#mailing-settings #restingperiod {
  display: block;
}
#mailing-settings #ownewsletter {
  margin-right: 5px;
}
#profile-settings {
  padding: 0 15px;
}
#profile-settings .panel-heading {
  padding-left: 0;
}
#profile-settings .panel-heading h3 {
  font-size: 18px;
}
#edit-profile-settings,
#save-profile-settings {
  clear: both;
  margin: 0 15px 15px;
}
#save-bcard {
  margin: 0 0 15px 34%;
}
@media only screen and (max-width: 1199px) {
  #save-bcard {
    margin-left: 35%;
  }
  .account-detail #divEditMobileNumber span {
    width: 35%;
  }
}
@media only screen and (max-width: 1023px) {
  .account-detail #changeLogin .btn,
  .account-detail #apssavenewpwbutton {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  #save-bcard {
    margin-left: 37.3333%;
  }
  .account-detail #divEditMobileNumber span {
    width: :37.3333%;
  }
}
@media only screen and (max-width: 767px) {
  .profile-settings-content {
    padding: 15px 0 0;
  }
  #edit-profile-settings,
  #save-bcard,
  #save-profile-settings {
    margin: 0 0 15px;
  }
  .promo-horizontal,
  #unsubscribePage1,
  .panel .form-group {
    margin: 0;
  }
  .promo-horizontal h2 {
    display: none;
  }
  .promo-horizontal .bluebox h2 {
    display: block;
  }
  .account-detail {
    padding: 10px 0;
  }
  .account-detail #divEditMobileNumber span {
    float: none;
    width: auto;
  }
  .account-detail #divEditMobileNumber .account-form {
    float: none;
  }
  .account-detail:nth-of-type(1) {
    border-top: none;
  }
}
@media only screen and (max-width: 639px) {
  .settings-menu ul {
    margin-bottom: 20px;
  }
  .account-detail {
    position: relative;
  }
  .account-detail .details-col,
  .account-detail .details-col2 {
    width: 100%;
  }
  .account-detail .details-change {
    position: absolute;
    right: 0;
    top: 0;
  }
  .account-detail input[type=text],
  #profile-settings input[type=text],
  .account-detail input[type=url],
  #profile-settings input[type=url],
  .account-detail input[type=tel],
  #profile-settings input[type=tel],
  .account-detail input[type=number],
  #profile-settings input[type=number],
  .account-detail input[type=email],
  #profile-settings input[type=email],
  .account-detail input[type=password],
  #profile-settings input[type=password],
  .account-detail select,
  #profile-settings select {
    width: 100% !important;
  }
  .account-detail #notifications-options,
  #profile-settings #notifications-options {
    margin: 5px 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .account-detail .details-change {
    position: relative;
    top: auto;
    right: auto;
    text-align: left;
    clear: left;
    padding-top: 5px;
  }
}
#profile-links {
  /*	.profile-icons { 
		width: 40px; height: 36px; display:block;
		background: url('/App_Presentation/panel/OpinionWorldClean/DEFAULT/img/icons-sprites.png') no-repeat 0 0;
	}
	 .icon923{background-position:-400px 0;}
	 .icon981{background-position:-40px 0;}
	 .icon902{background-position:-320px 0;}
	 .icon911{background-position:-240px 0;}
	 .icon900{background-position:-80px 0;}
	 .icon901{background-position:-120px 0;}
	 .icon910{background-position:-360px 0;}
	 .icon909{background-position:-440px 0;}
	 .icon908{background-position:-160px 0;}
	 .icon913{background-position:-200px 0;}
	 .icon945{background-position:-280px 0;}
	 .icon921{background-position:-256px -212px;}
	 .icon904{background-position:-296px -212px;}
	 .icon926{background-position:-334px -212px;}
	 .icon924{background-position:-376px -210px;}
	 .icon979{background-position:-426px -212px;}
	 .icon994{background-position:-302px -256px;}
	 .icon993{background-position:-258px -256px;}
	 .icon998{background-position:-376px -210px;}
	 .icon997{background-position:-358px -256px;}*/
}
#profile-links .table > tbody > tr > td {
  vertical-align: middle;
}
#profile-links .table > tbody > tr > td .progress {
  margin-bottom: 0px;
}
#profile-links .progress {
  border: 3px solid #078412;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
}
#profile-links .progress-bar {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #078412;
  height: 40px;
  background-color: transparent;
  font-size: 20px;
  line-height: 36px;
}
#profile-links .progress-bar .percent-value {
  display: block;
  padding: 0 20px;
  text-align: center;
}
#profile-links .progress-bar-success {
  background-color: #cefed1;
  background: -webkit-gradient(linear, left top, left bottom, from(#cefed1), to(#aef4b4));
  background: -webkit-linear-gradient(top, #cefed1, #aef4b4);
  background: -moz-linear-gradient(top, #cefed1, #aef4b4);
  background: -ms-linear-gradient(top, #cefed1, #aef4b4);
  background: -o-linear-gradient(top, #cefed1, #aef4b4);
}
#profile-links .progress-bar-danger {
  background-color: #d9534f;
}
#profile-links .progress-bar-info {
  background-color: #5bc0de;
}
#profile-links .progress-bar-warning {
  background-color: #f0ad4e;
}
#profile-settings li {
  list-style: none;
}
.profile-menu ul li {
  margin-bottom: 10px;
  overflow: hidden;
}
.profile-menu ul li a {
  font-size: 16px;
}
.profile-menu ul li a span.points {
  font-size: 14px;
  padding-top: 2px;
}
.profile-menu ul li a span.projectname {
  padding-top: 2px;
}
.profile-menu ul li.active a span.points.pull-right {
  padding-right: 20px;
}
.profile-menu ul li.update a {
  background-color: #fed4d4;
  background: -webkit-gradient(linear, left top, left bottom, from(#fed4d4), to(#fdbebe));
  background: -webkit-linear-gradient(top, #fed4d4, #fdbebe);
  background: -moz-linear-gradient(top, #fed4d4, #fdbebe);
  background: -ms-linear-gradient(top, #fed4d4, #fdbebe);
  background: -o-linear-gradient(top, #fed4d4, #fdbebe);
  color: #d73737;
}
.profile-menu ul li.update a:hover {
  background: #fee5e5;
}
.profile-menu ul li.finish a {
  background: #dcdcdc;
}
.profile-menu ul li.finish a:hover {
  background: #e9e9e9;
}
.profile-menu ul li.active a,
.profile-menu ul li.active a:hover {
  color: #ffffff;
  background-color: #3f3f3f;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#000000));
  background: -webkit-linear-gradient(top, #3f3f3f, #000000);
  background: -moz-linear-gradient(top, #3f3f3f, #000000);
  background: -ms-linear-gradient(top, #3f3f3f, #000000);
  background: -o-linear-gradient(top, #3f3f3f, #000000);
}
.profile-menu ul li.start span.points:first-child {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  width: 35px;
  background: #ffffff;
  margin: 0 8px 0 0;
  color: #000000;
  font-size: 14px;
  padding-right: 0;
}
.sep2 {
  margin: 15px 0;
  border-top: 2px dotted #ccc;
}
.embed-responsive {
  border: 3px solid #d2d2d2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  margin-bottom: 20px;
}
.embed-responsive-4by3 {
  padding-bottom: 100%;
}
::-webkit-scrollbar:vertical {
  width: 20px;
}
@media only screen and (max-width: 1023px) {
  ::-webkit-scrollbar:vertical {
    width: 30px;
  }
  .embed-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
}
#unsubscribePage1 .gray-box {
  background-color: #F2F2F2;
  padding: 15px;
  padding-bottom: 40px;
}
#unsubscribePage1 .gray-box #button {
  text-align: center;
  margin-top: 20px;
}
.unsubscribe-link {
  padding-top: 20px;
  padding-bottom: 0;
  text-align: center;
  margin: 0 auto;
}
.unsubscribe-link #apsunsubscribe.btn-sm {
  font-size: 18px;
  padding: 10px 20px;
}
.panel-body #button iframe {
  overflow: hidden!important;
  width: 100%!important;
  min-height: 300px!important;
  overflow-y: hidden!important;
}
.panel-body #button iframe > body,
.panel-body #button iframe > html {
  overflow: hidden;
}
#F1-Col1-Row1.row,
#F3-Col1-Row1.row,
#F3-Col1-Row2.row,
#F3-Col1-Row3.row {
  margin: 0;
}
.rewards-list,
.cashout-list,
.help-list,
.terms-list {
  padding: 0;
}
.rewards-list a,
.cashout-list a,
.help-list a,
.terms-list a {
  height: 256px;
  padding: 15px 20px;
  display: block;
  color: #000;
  margin-bottom: 20px;
  border: 3px solid #d0d0d0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-position: right 0;
}
.rewards-list a:hover,
.cashout-list a:hover,
.help-list a:hover,
.terms-list a:hover {
  text-decoration: none;
  border: 8px solid #ff971a;
  padding: 10px 15px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-position: right bottom;
}
.rewards-list h2,
.cashout-list h2,
.help-list h2,
.terms-list h2 {
  padding-bottom: 10px;
  margin: 0;
}
.rewards-list .surveys a {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/rewards-1.png);
}
.rewards-list .referrals a {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/rewards-2.png);
}
.rewards-list .competition a {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/rewards-3.png);
}
.rewards-list .win a {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/rewards-4.png);
}
.cashout-list .egift a {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/cashout-1.png);
}
.cashout-list .paypal a {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/cashout-2.png);
}
.help-list .join a {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/help-1.png);
}
.help-list .rewards a {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/help-2.png);
}
.help-list .cashout a {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/help-3.png);
}
.help-list .account a {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/help-4.png);
}
.rewards-list .bluebox a,
.cashout-list .bluebox a {
  padding: 0;
  height: auto;
  color: #0E8CEB;
  border: none;
  border-radius: 0;
  background: none;
  display: inline;
}
.rewards-list .bluebox a:hover,
.cashout-list .bluebox a:hover {
  text-decoration: underline;
}
.terms-list a {
  height: 180px;
}
.terms-list + ol {
  display: none;
}
.hide-txt {
  width: 75%;
}
@media (max-width: 1023px) {
  .terms-list a {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .rewards-list a,
  .cashout-list a,
  .help-list a,
  .terms-list a {
    height: auto;
    font-size: 14px;
    background: none;
    padding: 15px 15px 5px;
  }
  .rewards-list a:hover,
  .cashout-list a:hover,
  .help-list a:hover,
  .terms-list a:hover {
    padding: 10px 10px 0;
  }
  .rewards-list .hide-txt,
  .cashout-list .hide-txt,
  .help-list .hide-txt,
  .terms-list .hide-txt {
    width: auto;
  }
  .rewards-list .surveys a,
  .rewards-list .referrals a,
  .rewards-list .competition a,
  .rewards-list .win a,
  .cashout-list .egift a,
  .cashout-list .paypal a,
  .help-list .join a,
  .help-list .rewards a,
  .help-list .cashout a,
  .help-list .account a {
    background-image: none;
  }
  .rewards-list .bluebox a:hover,
  .cashout-list .bluebox a:hover {
    padding: 0;
  }
}
/*#F3-Col1-Row2 .container{
    width:auto!important;
    padding:0;
}
.egift-select, .egift-how {overflow:auto;}
.egift-header-text{
	padding:0 0 15px 0;
	color:#111;
	font-size:17px;
	line-height:1.3;
	h1{
	    font-size:36px;
    	color:#0752b5;
    	font-weight: bold;
    	padding:0;
    	margin:0 0 5px 0;
	}
	ul{
    	list-style: none;
    	margin:0 0 15px 25px;
    	padding:0;
    	li{
        	line-height:30px;
        	background:url(/App_Presentation/responsive/MyOpinions/img/egiftcards/egift-tick.png) no-repeat 0 center;
        	padding:0 0 0 40px;
        	margin:0;
        }
    }
}
.egift-header img {
	margin:25px 0 20px 0;
	float:right;
	display:block;
}
.egift-select {
	background:#F6F6F6;
	padding:20px 0;
	.inner{
	    width:997px;
	    margin:0 auto;
	 }
	h2{
    	background:transparent;
    	font-size:24px;
    	font-weight: bold;
    	line-height:1.3;
    	margin:0 0 15px 0;
    	padding:0
    }
}
ul.egift-select-cards {
	list-style: none;
	margin:0 -15px;
	padding:0;
	li{
    	width:25%;
    	float:left;
    	padding:15px;
    	a{
        	text-decoration:none;
        	
        	display:block;
        }
        img{
        	width:100%;
        	margin-bottom:10px;
        }
        .btn {
        	display:block;
        	margin-top:15px;
        }
    }	
}
.egift-select-normal {
	color:#000;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	display:block;
}
.egift-how {
	padding:20px 0;
}
.egift-how-diagram{
	float:right;
	margin:0 0 10px 30px;
}
.egift-how-redeem {
	overflow:hidden;
	padding:25px 0 0 0;
	margin:25px 0 0 0;
	border-top:3px solid #a3a3a3;
	border-collapse:collapse;
}
.egift-how-redeem-details {
	float:left;
	width:72%;
	padding:5px 15px 0 0; 
	border-right:1px solid #ccc;
	img {
    	float:right;
    	margin:-20px 0 10px 30px;
    }
    h3{
    	background:transparent;
    	font-size:22px;
    	font-weight:normal;
    	color:#0752b5;
    	padding:0;
    	margin: 0 0 10px 0;
    }
    h4{
    	background:transparent;
    	font-size:14px;
    	padding:0;
    }
    p{
    	font-size:14px;
    	line-height:1.3;
    }
}
.instore-border {
	border-bottom:1px dashed #bbb;
	margin:0 0 20px 0;
}
.egift-how-redeem-cards {
	float:right;
	width:26%;
	padding:3px 0 0 0;
	span{
    	font-size:11px;
    	font-weight:bold;
    	margin: 0 0 10px 0;
    	display:block;
    }
    ul{
    	list-style:none;
    	margin:0;
    	padding:0;
    	li{
        	display:inline-block;
        	vertical-align:top;
        	width:23%;
        	margin:0 0 10px 0;
        	img{width:92%;}

        }
    }
} 
.egift-how-redeem-cond {
	font-size:13px;
	background:#f0f0f0;
	padding:15px 20px;
	margin:35px 0 0 0;
	line-height:1.4;
}

.egift-redeem h1{
	padding: 10px 0 20px 0;
	margin:0;
	font-size:30px;
	font-weight:400;
}
.egift-redeem-card-img img{
	margin:7px 0 0 7px;
}
.egift-redeem-card-text {
	padding-top:20px;
	h2 {
    	font-size:24px;
    	margin:0 0 10px;
    	padding:0;
    }
}
.egift-redeem-field {
	overflow:auto;
	label{
    	float:left;
    	width:170px;
    	font-size:15px;
    	font-weight:400;
    	line-height:2;
    	margin:0;
    }
}
.egift-redeem-value {
	float:left;
	font-size:15px;
	font-weight:bold;
	line-height:2;
	img{
    	margin:0 0 0 10px;
    	display:inline-block;
    }
}
.egift-points-normal {
	padding:5px 10px;
	background:#dfdfdf;
}
.egift-points-gold {
	padding:5px 10px;
	background:#e5cc6a;
	color:#432008;
}
.egift-redeem-note {
	font-size:14px;
	line-height:1.5;
	padding:15px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin: 15px 0 0 0;
}
a.egift-redeem-btn,  a.egift-redeem-btn-disabled{
	display:block;
	text-align:center;
	background:#fec128;
	font-size:18px;
	font-weight:bold;
	color:#000;
	padding:15px;
	margin:20px 0 0 0;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	width:200px;
	text-decoration:none;
	cursor:pointer;
}
a.egift-redeem-btn-disabled {
	background:#e7e7e7;
	cursor:default;
	color: #AAAAAA;
}
.egift-card-conditions {
	padding:25px 0;
	font-size:12px;
	line-height:1.4;
}
.egift-modal h2{
	font-size:24px;
	padding:0 0 10px 0;
}
    .modal-title{padding-bottom:0;}
.modal-dialog {
	width: 400px;
	margin:10% auto 0;
}
.modal-footer {
    margin-top:0;
    padding:0 20px 20px;
    text-align:left;
}
.modal-footer .button{margin-right:20px;}
.egift-redeem-card-avail {
	padding:15px 0;
	ul{
    	overflow:hidden;
    	li{
        	float:left;
        	width:25%;
        	margin:0 0 10px 0;
        }
        img{width:90%;}
    }
}
.egift-redeem-card-cond {
	font-size:11px;
	background:#f0f0f0;
	padding:15px;
	line-height:1.4;
}

@media only screen and (max-width:1199px){
     .egift-select .inner{
	    width:970px;
	    padding:0 15px;
	 }
 
}
@media only screen and (max-width:1023px){
    .egift-select .inner{ width:auto;}
}
@media only screen and (max-width:767px){
    .egift-header img {
    	margin:0 0 20px 0;
    	float:none;
    }
    .egift-how-redeem-details img {margin-top:0;}
}
@media only screen and (max-width:639px){
    ul.egift-select-cards {
        margin:0 -10px;
        li{
            width:50%;
            padding:10px;
        }
    }    
    .egift-how-redeem-details{
		width:100%;
		float:none;
		border:none;
		padding-right:0;
	}
	.egift-how-redeem-cards {
		width:100%;
		float:none;
		clear:both;
	}
}
@media only screen and (max-width:479px){
    .egift-redeem-field label {
		font-size:12px;
		width:120px;
	}
	.egift-redeem-value {font-size:12px;}
	.egift-how-redeem-details img {
		float: none;
		margin:15px auto;
		display:block;
	}
}*/
.egift-available {
  border: 2px solid #A0D6FF;
  background: white none repeat scroll 0% 0%;
  text-align: center;
  margin: 0 0 15px 0px;
  padding: 10px;
}
a span .egiftpopup {
  color: black !important;
}
.payment {
  border-top: 2px dotted #ccc;
  padding: 20px 10px 0 10px;
  overflow: hidden;
  list-style: none;
}
.payment a {
  border: 3px solid #d2d2d2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 48%;
  color: #000000;
  margin: 0 20px 20px 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  cursor: pointer;
}
.payment a:hover,
.payment a:focus {
  text-decoration: none;
}
.payment a:hover {
  border: 8px solid #ff9819;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.payment a:hover .payment-inner {
  padding: 10px;
}
.payment a:hover .payment-inner h2 {
  color: #ffffff;
  background: #ff9819;
}
.payment .active a {
  border: 8px solid #383838;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.payment .active a .payment-inner {
  padding: 10px;
}
.payment .active a .payment-inner h2 {
  color: #ffffff;
  background: #383838;
}
.payment .payment-inner {
  padding: 15px;
}
.payment .payment-inner h2 {
  background: #d2d2d2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  font-weight: normal;
  font-size: 22px;
}
.payment .payment-inner p {
  font-size: 18px;
  text-align: center;
  margin: 10px 0 0;
}
.confirm {
  border-top: 2px dotted #ccc;
}
.confirm ul {
  border-bottom: 2px dotted #ccc;
  padding: 5px 0 10px;
  list-style: none;
  margin-bottom: 10px;
}
.confirm ul li {
  width: 100%;
  overflow: hidden;
  padding-bottom: 5px;
}
.confirm ul li.last {
  padding-left: 190px;
}
.confirm ul li label {
  width: 190px;
  text-align: right;
  padding-right: 15px;
  float: left;
  font-weight: normal;
}
.confirm ul li span {
  display: block;
  font-weight: bold;
  float: left;
}
.confirm ul li input {
  vertical-align: middle;
}
.confirm p {
  width: 405px;
  margin: 0;
}
.confirm p.info {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #efefef;
  padding: 10px;
  width: 385px;
  margin: 5px 0;
}
.confirm input.txt {
  border: 2px solid #aaaaaa;
  width: 160px;
  padding: 8px 5px;
}
.confirm .btn {
  margin-top: 10px;
}
.instant-feat {
  padding: 15px 15px 10px 15px;
  background: #000000;
  color: #fff;
  margin-bottom: 20px;
  overflow: auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#222));
  background: -webkit-linear-gradient(top, #000000, #222);
  background: -moz-linear-gradient(top, #000000, #222);
  background: -ms-linear-gradient(top, #000000, #222);
  background: -o-linear-gradient(top, #000000, #222);
}
.instant-feat-text {
  padding: 0 15px 12px 15px;
}
.instant-feat-text h3 {
  font-size: 15px;
  padding: 5px 0;
}
.instant-feat-text h2 {
  font-size: 25px;
  padding: 0 0 5px;
}
.instant-feat-text a {
  color: #ff9819;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  font-weight: bold;
  margin: 5px 0 0 0;
  display: block;
  text-decoration: none;
}
.instant-feat-text a .fa {
  font-size: 24px;
}
.instant-feat-points {
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  padding: 5px 0 15px 0;
  display: none;
}
.instant-feat-cards {
  padding: 0 20px;
}
.instant-feat-redeem {
  padding: 0 5px 15px;
}
.instant-feat-coles {
  background: #e40613;
  overflow: auto;
  padding-right: 0;
  position: relative;
}
.instant-feat-coles span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  padding-bottom: 8px;
  padding-top: 8px;
}
.instant-feat-coles img {
  float: right;
  margin: 0 0 0 5px;
  width: 120px;
}
.instant-feat-coles a {
  color: #ffffff;
  text-decoration: none;
}
.instant-feat-coles-terms {
  color: #ffffff;
  font-size: 11px;
  padding: 10px 15px;
}
.instant-feat-coles-terms-hide {
  color: #ffffff;
  display: none;
  font-size: 11px;
  padding: 5px 0;
}
@media all and (max-width: 1023px) {
  .instant-feat-text h2 {
    font-size: 28px;
  }
}
@media all and (max-width: 992px) {
  .instant-feat-coles img {
    width: 162px;
  }
  .instant-feat-coles span {
    font-size: 22px;
    padding-bottom: 5px;
    padding-top: 15px;
  }
  .instant-feat-coles-terms {
    display: none;
  }
  .instant-feat-coles-terms-hide {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .instant-feat-text h2 {
    font-size: 34px;
  }
}
@media all and (max-width: 639px) {
  .payment {
    padding: 20px 0 0;
  }
  .payment a {
    width: 47%;
  }
  .confirm ul li.last {
    padding-left: 0;
  }
  .confirm ul li label {
    width: auto;
    text-align: left;
    padding: 0 0 5px 0;
    float: none;
  }
  .confirm ul li span {
    float: none;
  }
  .confirm ul li span#span_pts {
    float: left;
  }
  .confirm p.info {
    width: auto;
  }
  .confirm input.txt {
    width: 100%;
  }
}
@media all and (max-width: 540px) {
  .instant-feat-coles img {
    width: 120px;
  }
  .instant-feat-coles span {
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 10px;
  }
}
@media all and (max-width: 480px) {
  .instant-feat-text h2 {
    font-size: 30px !important;
  }
  .instant-feat-cards,
  .instant-feat-text {
    width: 100%;
  }
  .instant-feat-coles span {
    font-size: 18px;
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .instant-feat-coles-terms {
    display: block;
  }
  .instant-feat-coles-terms-hide {
    display: none;
  }
}
@media all and (max-width: 479px) {
  .payment a {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .payment a:nth-child(2) {
    margin-bottom: 0;
  }
  .payment .payment-inner h2 {
    font-size: 18px;
  }
}
@media all and (max-width: 320px) {
  .instant-feat-text h2 {
    font-size: 24px !important;
  }
}
#account-verification,
#cancel-account {
  margin-bottom: 20px;
}
#account-verification h3,
#cancel-account h3 {
  font-size: 18px;
  padding-bottom: 10px;
}
#account-verification .alert-danger,
#cancel-account .alert-danger {
  margin-top: 15px;
  padding-bottom: 15px;
  padding-left: 60px;
}
#account-verification .alert-danger:before,
#cancel-account .alert-danger:before {
  content: "\f12a";
  font-size: 350%;
  margin-left: -35px;
  margin-top: -10px;
  font-family: 'FontAwesome';
  float: left;
}
#landline-not-verified,
#landline-pending,
#landline-verifying,
#mobile-not-verified,
#mobile-pending,
#mobile-verifying,
#landline-verified,
#mobile-verified {
  overflow: hidden;
}
#landline-not-verified .panel-heading,
#landline-pending .panel-heading,
#landline-verifying .panel-heading,
#mobile-not-verified .panel-heading,
#mobile-pending .panel-heading,
#mobile-verifying .panel-heading,
#landline-verified .panel-heading,
#mobile-verified .panel-heading {
  float: left;
  width: 30%;
}
#landline-not-verified .panel-heading .panel-title,
#landline-pending .panel-heading .panel-title,
#landline-verifying .panel-heading .panel-title,
#mobile-not-verified .panel-heading .panel-title,
#mobile-pending .panel-heading .panel-title,
#mobile-verifying .panel-heading .panel-title,
#landline-verified .panel-heading .panel-title,
#mobile-verified .panel-heading .panel-title {
  font-size: 14px;
  padding: 5px;
  margin-top: 6px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
  position: relative;
}
#landline-not-verified .panel-body,
#landline-pending .panel-body,
#landline-verifying .panel-body,
#mobile-not-verified .panel-body,
#mobile-pending .panel-body,
#mobile-verifying .panel-body,
#landline-verified .panel-body,
#mobile-verified .panel-body {
  float: left;
  width: 40%;
}
#landline-not-verified .panel-body span,
#landline-pending .panel-body span,
#landline-verifying .panel-body span,
#mobile-not-verified .panel-body span,
#mobile-pending .panel-body span,
#mobile-verifying .panel-body span,
#landline-verified .panel-body span,
#mobile-verified .panel-body span {
  display: block;
  font-size: 12px;
}
#landline-not-verified .panel-body span.item-detail,
#landline-pending .panel-body span.item-detail,
#landline-verifying .panel-body span.item-detail,
#mobile-not-verified .panel-body span.item-detail,
#mobile-pending .panel-body span.item-detail,
#mobile-verifying .panel-body span.item-detail,
#landline-verified .panel-body span.item-detail,
#mobile-verified .panel-body span.item-detail {
  font-weight: bold;
}
#landline-not-verified .panel-body span.small,
#landline-pending .panel-body span.small,
#landline-verifying .panel-body span.small,
#mobile-not-verified .panel-body span.small,
#mobile-pending .panel-body span.small,
#mobile-verifying .panel-body span.small,
#landline-verified .panel-body span.small,
#mobile-verified .panel-body span.small {
  font-size: 100%;
}
#landline-not-verified .panel-footer,
#landline-pending .panel-footer,
#landline-verifying .panel-footer,
#mobile-not-verified .panel-footer,
#mobile-pending .panel-footer,
#mobile-verifying .panel-footer,
#landline-verified .panel-footer,
#mobile-verified .panel-footer {
  float: left;
  width: 30%;
  background-color: transparent;
  text-align: right;
  font-size: 12px;
  border-top: none;
  margin-top: 6px;
}
#landline-not-verified .panel-heading .panel-title,
#mobile-not-verified .panel-heading .panel-title {
  border: 3px solid #cc0000;
  background-color: #fedddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#fedddd), to(#ffbbbb));
  background: -webkit-linear-gradient(top, #fedddd, #ffbbbb);
  background: -moz-linear-gradient(top, #fedddd, #ffbbbb);
  background: -ms-linear-gradient(top, #fedddd, #ffbbbb);
  background: -o-linear-gradient(top, #fedddd, #ffbbbb);
  color: #cc0000;
}
#landline-pending .panel-heading .panel-title,
#landline-verifying .panel-heading .panel-title,
#mobile-pending .panel-heading .panel-title,
#mobile-verifying .panel-heading .panel-title {
  border: 3px solid #f38004;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffe7cb));
  background: -webkit-linear-gradient(top, #ffffff, #ffe7cb);
  background: -moz-linear-gradient(top, #ffffff, #ffe7cb);
  background: -ms-linear-gradient(top, #ffffff, #ffe7cb);
  background: -o-linear-gradient(top, #ffffff, #ffe7cb);
  color: #f38004;
}
#landline-verified .panel-heading .panel-title,
#mobile-verified .panel-heading .panel-title {
  border: 3px solid #35a23e;
  background-color: #CFFED2;
  background: -webkit-gradient(linear, left top, left bottom, from(#CFFED2), to(#abf3b1));
  background: -webkit-linear-gradient(top, #CFFED2, #abf3b1);
  background: -moz-linear-gradient(top, #CFFED2, #abf3b1);
  background: -ms-linear-gradient(top, #CFFED2, #abf3b1);
  background: -o-linear-gradient(top, #CFFED2, #abf3b1);
  color: #078412;
}
#landline-pending .edit,
#landline-verifying .edit,
#mobile-verifying .edit {
  clear: both;
  margin: 0 15px;
  padding: 10px 0 25px;
  border-top: 2px dotted #ccc;
}
#landline-pending .edit div:first-child,
#landline-verifying .edit div:first-child,
#mobile-verifying .edit div:first-child {
  font-weight: bold;
  padding-bottom: 10px;
}
#landline-pending .edit div + div,
#landline-verifying .edit div + div,
#mobile-verifying .edit div + div {
  padding-bottom: 20px;
}
#landline-pending .edit .verificationGreyBox,
#landline-verifying .edit .verificationGreyBox,
#mobile-verifying .edit .verificationGreyBox {
  padding-top: 10px;
}
#landline-pending .button-cancel,
#landline-verifying .button-cancel,
#mobile-verifying .button-cancel {
  margin-left: 10px;
}
#landline-verifying .panel-body,
#mobile-verifying .panel-body {
  width: 70%;
}
#landline-verifying .panel-body .itemWidth,
#mobile-verifying .panel-body .itemWidth {
  padding-top: 10px;
}
#landline-verifying .edit input[type=text],
#mobile-verifying .edit input[type=text] {
  border: 2px solid #aaaaaa;
  color: #191919;
  font-size: 14px;
  font-style: normal;
  margin: 0 10px 0 0;
  padding: 8px 5px;
  display: inline-block;
}
@media only screen and (max-width: 639px) {
  #landline-verifying .edit input[type=text],
  #mobile-verifying .edit input[type=text] {
    margin: 0 0 20px;
    display: block;
    width: 320px;
  }
}
@media only screen and (max-width: 479px) {
  #landline-not-verified .panel-heading,
  #landline-pending .panel-heading,
  #landline-verifying .panel-heading,
  #mobile-not-verified .panel-heading,
  #mobile-verifying .panel-heading,
  #landline-not-verified .panel-heading,
  #mobile-not-verified .panel-heading,
  #mobile-verified .panel-heading,
  #mobile-pending .panel-heading,
  #landline-not-verified .panel-body,
  #landline-pending .panel-body,
  #landline-verifying .panel-body,
  #mobile-not-verified .panel-body,
  #mobile-verifying .panel-body,
  #landline-not-verified .panel-body,
  #mobile-not-verified .panel-body,
  #mobile-verified .panel-body,
  #mobile-pending .panel-body,
  #landline-not-verified .panel-footer,
  #landline-pending .panel-footer,
  #landline-verifying .panel-footer,
  #mobile-not-verified .panel-footer,
  #mobile-verifying .panel-footer,
  #landline-not-verified .panel-footer,
  #mobile-not-verified .panel-footer,
  #mobile-verified .panel-footer,
  #mobile-pending .panel-footer {
    float: none;
    width: auto;
  }
  #landline-not-verified .panel-footer,
  #landline-pending .panel-footer,
  #landline-verifying .panel-footer,
  #mobile-not-verified .panel-footer,
  #mobile-verifying .panel-footer,
  #landline-not-verified .panel-footer,
  #mobile-not-verified .panel-footer,
  #mobile-verified .panel-footer,
  #mobile-pending .panel-footer {
    text-align: left;
    padding: 0 15px 15px;
    margin-top: 0;
  }
  #landline-verifying .edit input[type=text],
  #mobile-verifying .edit input[type=text] {
    width: 100%;
  }
  #landline-pending .button-cancel,
  #landline-verifying .button-cancel,
  #mobile-verifying .button-cancel {
    margin-left: 5px;
  }
}
#available-surveys .panel-title,
#minipolls-div .panel-title {
  padding-bottom: 0;
  font-size: 24px;
  padding-top: 5px;
}
#available-surveys .btn-toggle,
#minipolls-div .btn-toggle {
  display: none;
}
#available-surveys.panel,
#minipolls-div.panel {
  border-color: #ff9819;
}
.availablesurveys-collapse {
  display: block !important;
}
.availablesurveys-collapse .panel-body {
  padding-top: 10px;
}
.availablesurveys-collapse h2.panel-title {
  display: none;
}
.availablesurveys-collapse .pull-right {
  float: none !important;
}
.availablesurveys-collapse .btn-sm {
  font-size: 18px;
  padding: 10px 20px;
  marin-bottom: 10px;
  width: auto;
}
.minipolls-question,
.minipolls-results-label {
  font-weight: bold;
  padding-bottom: 20px;
}
.minipolls-collapse {
  display: block !important;
  position: relatvie;
  /* #pollAnswerOption-error{padding-left:15px;}*/
}
.minipolls-collapse .table {
  margin-bottom: 20px;
}
.minipolls-collapse label.error {
  position: relative;
}
.minipolls-collapse .btn-possition {
  bottom: 38px;
  position: absolute;
  right: 35px;
  background-color: #797d7f;
  color: #fff !important;
}
.minipolls-collapse .btn-possition:hover,
.minipolls-collapse .btn-possition:focus,
.minipolls-collapse .btn-possition:active {
  background-color: #ddd !important;
  color: #000 !important;
}
.minipolls-collapse #submitPollAnswer.btn-sm {
  margin-top: 15px;
}
.minipolls-collapse .answeroption input {
  margin-right: 5px;
}
#minipolls-results-history .panel {
  border: none;
}
#minipolls-results-history .panel .panel-body {
  padding: 0;
}
#minipolls-results-history .panel h2 {
  padding-bottom: 0;
}
#minipolls-results-history .alert-warning {
  margin-top: -20px;
  padding-bottom: 15px;
  padding-left: 60px;
  position: relative;
}
#minipolls-results-history .alert-warning:before {
  content: "\f12a";
  font-size: 350%;
  margin-left: -35px;
  margin-top: -10px;
  font-family: 'FontAwesome';
  float: left;
  color: #ffffff;
}
#minipolls-results-history .alert-warning center {
  text-align: left;
  line-height: 40px;
}
#available-surveys-dashboard .btn-active-survey,
#available-surveys-dashboard .btn-survey-remove {
  padding: 1px 5px;
  font-size: 12px;
}
#unsubscribe {
  clear: both;
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  #available-surveys .btn-toggle,
  #minipolls-div .btn-toggle {
    display: none !important;
  }
}
@media only screen and (max-width: 639px) {
  #available-surveys-dashboard {
    font-size: 11px;
    display: block;
    float: left;
    clear: both;
  }
  #available-surveys-dashboard tr {
    clear: both;
  }
  #available-surveys-dashboard tr,
  #available-surveys-dashboard td {
    display: block;
  }
  #available-surveys-dashboard td {
    float: left;
    padding: 10px 5px;
  }
  #available-surveys-dashboard tr.survey td:nth-child(3) {
    width: 30%;
  }
  #available-surveys-dashboard tr.survey td.wins {
    width: 40%;
  }
  #available-surveys-dashboard tr.survey td.wins span.priza-draw {
    padding: 0 !important;
  }
  #available-surveys-dashboard tr.survey td:nth-child(5),
  #available-surveys-dashboard tr.survey td:nth-child(6) {
    width: 15%;
  }
  #available-surveys-dashboard td.projectName {
    width: 100%;
    float: left;
    clear: both;
  }
}
@media only screen and (max-width: 479px) {
  #available-surveys .panel-title,
  #minipolls-div .panel-title {
    font-size: 18px;
  }
  .availablesurveys-collapse .btn-sm {
    font-size: 16px;
  }
  .btn-possition {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 15px;
  }
}
#copypaste {
  border: none;
  background: #ddd;
  color: #000;
  font-size: 14px;
  font-style: normal;
  padding: 8px 5px;
  width: 100%;
}
.cash-comp-main,
.instant-comp-main {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 25px;
  background-color: #464646;
  background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(black));
  background: -webkit-linear-gradient(top, #464646, black);
  background: -moz-linear-gradient(top, #464646, black);
  background: -ms-linear-gradient(top, #464646, black);
  background: -o-linear-gradient(top, #464646, black);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cash-comp-main .cash-comp-inner,
.instant-comp-main .cash-comp-inner {
  padding: 20px 250px 10px 25px;
  background: url(/App_Presentation/responsive/MyOpinions/img/nz/cash-comp-main.png) no-repeat right 0;
}
.cash-comp-main .instant-comp-inner,
.instant-comp-main .instant-comp-inner {
  padding: 20px 300px 20px 25px;
  background: url(/App_Presentation/responsive/MyOpinions/img/instant-win-main.png) no-repeat right 0;
  font-size: 14px;
}
.cash-comp-main h1,
.instant-comp-main h1 {
  padding-bottom: 5px;
}
.cash-comp-main h2,
.instant-comp-main h2 {
  padding-bottom: 10px;
}
.cash-comp-main a,
.instant-comp-main a {
  color: #4ec5fc;
}
.instant-comp-main h2 {
  font-size: 24px;
}
.next-winner {
  padding: 20px 25px;
  position: relative;
  font-size: 16px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid #ff9b1d;
  background: #fff1d0;
  background: -moz-linear-gradient(top, #fff1d0 0%, #ffffff 33%, #fde5c7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff1d0), color-stop(33%, #ffffff), color-stop(100%, #fde5c7));
  background: -webkit-linear-gradient(top, #fff1d0 0%, #ffffff 33%, #fde5c7 100%);
  background: -o-linear-gradient(top, #fff1d0 0%, #ffffff 33%, #fde5c7 100%);
  background: -ms-linear-gradient(top, #fff1d0 0%, #ffffff 33%, #fde5c7 100%);
  background: linear-gradient(top, #fff1d0 0%, #ffffff 33%, #fde5c7 100%);
}
.next-winner .tit,
.latest-winner .tit {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
.next-winner .tit span,
.latest-winner .tit span {
  background: url(/App_Presentation/responsive/MyOpinions/img/orange-arrow-lrg.png) no-repeat 0 6px;
  font-size: 16px;
  display: inline-block;
  padding-left: 22px;
  line-height: 40px;
  margin-left: 10px;
}
.next-winner .entries {
  background: #f1f1f1;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f1f1f1), to(#dedede));
  background: -webkit-linear-gradient(#f1f1f1, #dedede);
  background: -moz-linear-gradient(#f1f1f1, #dedede);
  background: -ms-linear-gradient(#f1f1f1, #dedede);
  background: -o-linear-gradient(#f1f1f1, #dedede);
  background: linear-gradient(#f1f1f1, #dedede);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 0 #b6aa9c;
  -moz-box-shadow: 0 1px 0 0 #b6aa9c;
  box-shadow: 0 1px 0 0 #b6aa9c;
  width: 190px;
  height: 145px;
  text-align: center;
  font-size: 16px;
  position: absolute;
  right: 25px;
  top: 15px;
}
.next-winner .entries h2 {
  font-size: 17px;
  padding: 10px 0;
}
.next-winner .entries .entriesNum {
  font-size: 50px;
  font-weight: bold;
  color: #cc0000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d5d4d4;
  background: #ffffff;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#f0f0f0));
  background: -webkit-linear-gradient(#ffffff, #f0f0f0);
  background: -moz-linear-gradient(#ffffff, #f0f0f0);
  background: -ms-linear-gradient(#ffffff, #f0f0f0);
  background: -o-linear-gradient(#ffffff, #f0f0f0);
  background: linear-gradient(#ffffff, #f0f0f0);
  margin: 0 15px;
}
.latest-winner {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid #57c606;
  background: #f1fbea;
  background: -moz-linear-gradient(top, #f1fbea 0%, #ffffff 33%, #e8fbdb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1fbea), color-stop(33%, #ffffff), color-stop(100%, #e8fbdb));
  background: -webkit-linear-gradient(top, #f1fbea 0%, #ffffff 33%, #e8fbdb 100%);
  background: -o-linear-gradient(top, #f1fbea 0%, #ffffff 33%, #e8fbdb 100%);
  background: -ms-linear-gradient(top, #f1fbea 0%, #ffffff 33%, #e8fbdb 100%);
  background: linear-gradient(top, #f1fbea 0%, #ffffff 33%, #e8fbdb 100%);
  position: relative;
  font-size: 16px;
  margin-bottom: 25px;
  overflow: hidden;
}
.lasest-winner-inner {
  padding: 20px 25px 10px;
}
.latest-winner .tit span {
  background-image: url(/App_Presentation/responsive/MyOpinions/img/green-arrow-lrg.png);
}
.latest-winner ul {
  width: 100%;
  overflow: hidden;
  font-size: 19px;
  padding: 0;
}
.latest-winner ul li {
  padding: 0 0 5px 0;
  width: 20%;
  float: left;
}
.comp-terms {
  border-top: 6px solid #d4d4d4;
  font-size: 11px;
  width: 100%;
}
.comp-terms h4 {
  font-size: 16px;
  border-top: 1px solid #7f7f7f;
  padding-top: 25px;
}
@media only screen and (max-width: 1023px) {
  .cash-comp-main h2 {
    font-size: 20px;
  }
  .next-winner {
    padding-bottom: 10px;
  }
  .latest-winner ul {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cash-comp-main .cash-comp-inner,
  .instant-comp-main .instant-comp-inner {
    background: none;
    padding-right: 25px;
  }
  .next-winner {
    padding-bottom: 0;
  }
  .latest-winner ul li {
    width: 25%;
  }
}
@media only screen and (max-width: 639px) {
  .cash-comp-main .cash-comp-inner,
  .instant-comp-main .instant-comp-inner,
  .next-winner,
  .lasest-winner-inner,
  .past-winners {
    padding: 15px;
  }
  .next-winner,
  .latest-winner,
  .latest-winner ul {
    font-size: 12px;
  }
  .next-winner .tit,
  .latest-winner .tit {
    font-size: 16px;
    background-position: 0 3px;
  }
  .next-winner .tit span,
  .latest-winner .tit span {
    line-height: 30px;
  }
  .latest-winner ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .next-winner .tit span,
  .latest-winner .tit span {
    margin-left: 0;
    display: block;
    line-height: 40px;
  }
}
.error-page .btn + .btn {
  margin-left: 15px;
}
#steps {
  position: relative;
  overflow: hidden;
}
#steps .homeboxOn {
  text-align: center;
  float: left;
  width: 30%;
  padding: 15px;
  height: 280px;
}
#steps .homeboxOn img {
  display: block;
  margin: 0 auto 10px;
}
#steps .homeboxOn p {
  padding-bottom: 10px;
}
#steps .homeboxOn p:last-child {
  padding-bottom: 0;
}
#steps .homeboxOn h2 {
  font-size: 20px;
}
#steps .homeboxOn h2 span {
  display: inline-block;
  background: #faa635;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}
#steps .step-arrow {
  float: left;
  width: 5%;
  text-align: center;
  position: relative;
  height: 280px;
}
#steps .step-arrow img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 70%;
}
.how-it-works .grey-section {
  margin: 10px 0 0;
}
.how-it-works .grey-section,
.how-it-works .white-section {
  padding: 30px 20px 10px;
}
.how-it-works .img-brd {
  border: 1px solid #ddd;
}
.how-it-works img {
  display: block;
  margin: 0 auto 15px;
}
.how-it-works .do-you-know {
  background: #fff2e0;
  text-align: center;
  padding: 30px 20px;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  #steps .homeboxOn {
    height: auto;
  }
}
@media only screen and (max-width: 639px) {
  #steps .homeboxOn {
    width: auto;
    margin-bottom: 15px;
    float: none;
  }
  #steps .step-arrow {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > .open > a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #apslogout2 {
    display: none !important;
  }
  .navbar-form {
    padding: 0;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar {
    min-height: 44px;
  }
  .navbar-header {
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
    background: -webkit-linear-gradient(top, white, #e6e6e6);
    background: -moz-linear-gradient(top, white, #e6e6e6);
    background: -ms-linear-gradient(top, white, #e6e6e6);
    background: -o-linear-gradient(top, white, #e6e6e6);
  }
  .navbar-toggle {
    margin: 7px 15px 0 0;
    padding: 8px;
  }
  .navbar-collapse {
    max-height: none;
  }
  .navbar-collapse.collapse {
    float: none;
    background: #fff;
  }
  .navbar-default .navbar-toggle {
    border-color: #ddd;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
  }
  .dropdown-menu li:first-child {
    display: block;
  }
  .navbar-nav {
    margin: 0 -15px;
  }
  .navbar-default {
    background: none;
  }
  .navbar-default .navbar-nav {
    background: none;
  }
  .navbar-default .navbar-nav li {
    background: none;
    border-bottom: 1px solid #e8e8e8;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > .open > a {
    width: auto;
    text-align: left;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    display: block;
    font-size: 16px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 15px 10px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a.current {
    background: #fdd39e url(/App_Presentation/responsive/MyOpinions/img/subnav-on.gif) repeat-x 0 0;
    color: #000000;
  }
  .navbar-nav .open .dropdown-menu {
    backgroud: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .dropdown-menu {
    background: none;
  }
  .dropdown-menu:before,
  .dropdown-menu:after {
    display: none;
  }
  .dropdown-menu li a {
    padding-left: 10px;
  }
  .navbar-default .navbar-nav .dropdown-menu li.divider {
    border-bottom: none;
  }
  .breadcrumb {
    display: none;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  .section {
    padding: 20px 0 0;
  }
  .table-responsive {
    border: none;
    margin-bottom: 0;
  }
  #iv3 .promo-horizontal h2,
  .promo-horizontal h2.refer {
    font-size: 20px;
  }
}
#iv3 .siq-PasswordHint-class {
  color: red;
  font-size: 12px;
  font-weight: bold;
}
#join-page-bootstrap {
  background: #FAA126;
  padding: 19px;
  width: 400px;
  position: absolute;
  top: 109px;
  border-radius: 5px;
  right: 0px;
}
#join-page-bootstrap #btn-register {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #1162dc;
  background: -webkit-gradient(linear, left top, left bottom, from(#1162dc), to(#1464af));
  background: -webkit-linear-gradient(top, #1162dc, #1464af);
  background: -moz-linear-gradient(top, #1162dc, #1464af);
  background: -ms-linear-gradient(top, #1162dc, #1464af);
  background: -o-linear-gradient(top, #1162dc, #1464af);
  border: 1px solid #7699bd;
  font-weight: bold;
  height: 40px;
  margin: 0 auto;
  padding-top: 7px;
  width: 226px;
  color: #ffffff;
}
#join-page-bootstrap #btn-register:hover {
  background-color: #1464af !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#1464af), to(#1162dc)) !important;
  background: -webkit-linear-gradient(top, #1464af, #1162dc) !important;
  background: -moz-linear-gradient(top, #1464af, #1162dc) !important;
  background: -ms-linear-gradient(top, #1464af, #1162dc) !important;
  background: -o-linear-gradient(top, #1464af, #1162dc) !important;
  color: #fff !important;
  border: 1px solid #7699bd !important;
  /*border-width: 1px!important;
             border-style: solid!important;
             border-color: #7699bd1!important;*/
}
#join-page-bootstrap h3 {
  position: relative;
  bottom: 13px;
}
#join-page-bootstrap .form-group.has-feedback {
  position: relative;
  top: 12px;
}
#join-page-bootstrap .form-group.has-feedback .col-lg-5.col-md-4.col-xs-4 {
  top: 23px;
}
#join-page-bootstrap .form-group.has-feedback .gender {
  top: 7px;
}
#join-page-bootstrap .form-group.has-feedback .gender-radio .glyphicon-ok {
  position: relative;
  left: 90%;
}
#join-page-bootstrap #checkbox {
  margin-left: 1px;
}
#facebook {
  position: relative;
  top: 151px;
  right: 79px;
}
#googleplus {
  position: relative;
  top: 151px;
  right: 76px;
}
#linkedin {
  position: relative;
  top: 120px;
  left: 167px;
}

/*# sourceMappingURL=globalStyle-nz.css.map */