@import "../../../../../../Assets/lib/bootstrap-lumen.min.css";
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css";
@import "../../../../../../Assets/lib/jquery-ui.min.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans);
@import url(//fonts.googleapis.com/css?family=Open+Sans);
@viewport {
  zoom: 1.0;
  width: device-width;
}
/* Panel button width */
.panel .btn {
  width: 160px;
}
@media (max-width: 500px) {
  .panel .btn {
    width: auto;
  }
}
body {
  background-color: #F9F9F9;
}
/* Reset bootstrap colors*/
.btn-danger {
  background-color: #DA1A21;
  border-color: #DA1A21;
}
.btn-danger:hover {
  background-color: #9f2718;
  border-color: #9f2718;
}
.btn-warning {
  background-color: #ff6633;
  border-color: #ff6633;
}
.btn-warning:hover {
  background-color: #993300;
  border-color: #993300;
}
.btn-primary {
  background-color: #3f8cca;
  border-color: #3f8cca;
}
.btn-primary:hover {
  background-color: #276b99;
  border-color: #276b99;
}
.btn-default {
  background-color: #b5b4b4;
  border-color: #b5b4b4;
}
.btn-default:hover {
  background-color: #666666;
  border-color: #666666;
}
/* login logout button*/
#apslogin,
#apslogout {
  background-color: #ff6633;
  border-color: #ff6633;
}
#apslogin:hover,
#apslogout:hover {
  background-color: #993300 !important;
  border-color: #993300 !important;
}
/* facebook button*/
/*#fblogin, #knownMemberSyncFb, #fbloginBottom, #fbloginBottom:hover,  #join-page-bootstrap #form-content .facebook,*/
/*#knownMemberSyncFb:hover, #fbloginBottom, #fbloginBottom:hover,  #join-page-bootstrap #form-content .facebook:hover, #fblogin:hover*/
/*#fblogin:hover{background-color:@FbHover; border-color:@FbHover;}*/
#knownMemberSyncFbPromptBadge a {
  background-color: #3b5998;
  border-color: #3b5998;
}
#knownMemberSyncFbPromptBadge a:hover {
  background-color: #2C4272;
  border-color: #2C4272;
}
.wrapper {
  background: #F9F9F9;
}
.navbar-static-top {
  border: #ffffff;
}
/* Secured take a survey button */
.nav #take-a-survey a {
  background-color: #DA1A21;
  border-color: #DA1A21;
  color: #ffffff;
}
.nav #take-a-survey:hover {
  background-color: #9f2718;
  border-color: #9f2718;
}
body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
body h1,
html h1,
body h2,
html h2,
body h3,
html h3 {
  font-family: 'Open Sans', sans-serif;
}
.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;
}
.btn-toggle .container > .container {
  padding: 0px;
}
#unsubscribe-wrapper-new .btn {
  margin-right: 6px;
}
.login-small {
  background: #f8f8f8;
}
.login-small .form-control {
  height: 23px !important;
}
.facebook-login-button .fa-facebook {
  margin-right: 7px;
}
#fbloginBottom .fa-facebook {
  margin-right: 15px;
}
#charity-box {
  margin-top: 20px;
}
#charity-box .panel-body #charities {
  clear: both;
}
.shadowfx {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
.shadowfx:before,
.shadowfx:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.shadowfx:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.donation-wrapper {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 15px 0;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .donation-wrapper > img {
    display: block;
    text-align: center;
    max-width: 100%;
    height: auto;
    margin: 0 auto!important;
  }
}
#charity-content {
  padding-bottom: 60px;
}
#charity-content #charities .btn-donate {
  text-align: center;
}
#charity-content #charities .btn-donate > a {
  margin-top: 15px;
  margin-bottom: 15px;
}
#charity-content .btn-skip {
  clear: both;
  padding-top: 20px;
  width: 100%;
}
#charity-content .btn-skip #skip {
  float: left;
  clear: both;
}
#charity-content .btn-skip #helpbtn {
  float: right;
  clear: both;
  margin-top: -32px;
}
#charity-content #charities #helpbtn {
  float: right;
  clear: both;
  margin-top: 20px;
}
#charity-content #charities .col-md-4 p {
  text-align: center;
  margin: 0 auto;
}
#left-overview #buttons {
  display: inline-block;
  float: left;
}
#left-overview #buttons > a {
  margin-left: 20px;
}
.charitiesty {
  padding-top: 30px;
}
#F1-Col1-Row1 #privacy {
  padding: 0 20px;
}
@media only screen and (max-width: 590px) {
  #F1-Col1-Row1 #privacy h1 {
    font-size: 26px;
  }
  #F1-Col1-Row1 #privacy h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  #apspasswordhint {
    margin-top: 15px;
  }
}
.surveys-image {
  background-image: url('//webassets.ssisurveys.com/opinionworld/ResponsiveHomePageBanners/AU/surveyIcon.jpg');
  width: 110px;
  height: 120px;
}
@media only screen and (max-width: 980px) {
  .surveys-image {
    display: none;
  }
}
.siq-education-id,
.siq-income-id {
  margin-top: -10px;
}
#profile-employment .siq-confirm-class {
  margin-top: 100px;
}
.intake-page-container .siq-EndB2B-class {
  margin-bottom: 80px;
}
#siq-agreetermscond-id-1 {
  margin-top: -30px;
}
.siq-TermsAndConditions-class {
  margin-left: 28px;
  font-size: 12px!important;
}
@media screen and (max-width: 699px) {
  .peq-wrapper #siq-dob-2-group-id,
  .peq-wrapper #siq-dob-3-group-id,
  .peq-wrapper #siq-dob-4-group-id,
  .peq-wrapper #siq-dob-5-group-id,
  .peq-wrapper #siq-dob-6-group-id {
    margin-left: 18%;
  }
  .intake-page-container .pe-wrapper label[for="siq-daydob-id"],
  .intake-page-container .pe-wrapper label[for="siq_agreetermscond_name"],
  .intake-page-container .pe-wrapper label[for="siq-dob-group-id"],
  .intake-page-container .pe-wrapper label[for="siq-daydob2-id"],
  .intake-page-container .pe-wrapper label[for="siq-daydob3-id"],
  .intake-page-container .pe-wrapper label[for="siq-daydob4-id"],
  .intake-page-container .pe-wrapper label[for="siq-daydob5-id"],
  .intake-page-container .pe-wrapper label[for="siq-daydob6-id"],
  .intake-page-container .pe-wrapper label[for="siq-dob-2-group-id"],
  .intake-page-container .pe-wrapper label[for="siq-dob-3-group-id"],
  .intake-page-container .pe-wrapper label[for="siq-dob-4-group-id"],
  .intake-page-container .pe-wrapper label[for="siq-dob-5-group-id"],
  .intake-page-container .pe-wrapper label[for="siq-dob-6-group-id"] {
    font-size: 10px;
    position: absolute;
    margin-left: 15px;
    text-align: left;
    margin-top: 50px;
    display: block;
  }
  .intake-page-container .pe-wrapper label[for="siq_agreetermscond_name"] {
    font-size: 10px;
    position: absolute;
    text-align: center;
    margin-top: -86px;
    display: block;
    margin-left: 80px;
  }
  #profile-employment .siq-confirm-class,
  #siq-questions-wrapper .siq-confirm-class {
    margin-top: 30px!important;
    clear: both;
  }
  .siq-TermsAndConditions-class {
    margin-top: 30px!important;
  }
}
#wrapper .intake-page-container {
  clear: both;
  margin: auto;
  padding-top: 50px;
  width: 80%;
}
#siq-questions-wrapper {
  max-width: 100%;
  width: 550px;
  margin: 0 auto;
}
.pe-wrapper {
  clear: both;
  padding-top: 12px;
}
.peq-wrapper .group-class {
  clear: both;
}
.pe-wrapper .peq-leader,
.pe-wrapper .group-leader {
  float: left;
  padding: 7px 10px 0 0;
  text-align: right;
  width: 50%;
  vertical-align: middle;
}
.pe-wrapper select,
.pe-wrapper input {
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  width: 240px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.pe-wrapper input,
.pe-wrapper select {
  padding: 5px 10px;
  float: left;
}
.peq-wrapper .dob-box input {
  width: 52px;
}
#siq-dob-group-id {
  float: left;
}
.pec-wrapper {
  clear: both;
  padding-top: 20px;
}
.pe-wrapper input:focus {
  border-color: #f79622;
  -ms-box-shadow: 0 0 3px rgba(247, 150, 34, 0.7), 0 4px 5px -5px rgba(247, 150, 34, 0.2) inset;
  -moz-box-shadow: 0 0 3px rgba(247, 150, 34, 0.7), 0 4px 5px -5px rgba(247, 150, 34, 0.2) inset;
  -webkit-box-shadow: 0 0 3px rgba(247, 150, 34, 0.7), 0 4px 5px -5px rgba(247, 150, 34, 0.2) inset;
  -o-box-shadow: 0 0 3px rgba(247, 150, 34, 0.7), 0 4px 5px -5px rgba(247, 150, 34, 0.2) inset;
  box-shadow: 0 0 3px rgba(247, 150, 34, 0.7), 0 4px 5px -5px rgba(247, 150, 34, 0.2) inset;
}
.intake-page-container .pe-wrapper label[for="siq-email-id"],
.intake-page-container .pe-wrapper label[for="siq-confirmpassword-id"],
.intake-page-container .pe-wrapper label[for="siq-fname-id"],
.intake-page-container .pe-wrapper label[for="siq-lname-id"],
.intake-page-container .pe-wrapper label[for="siq-addressline1-id"],
.intake-page-container .pe-wrapper label[for="siq-postalcode-id"],
.intake-page-container .pe-wrapper label[for="siq-marital-id"],
.intake-page-container .pe-wrapper label[for="siq-agreetermscond-id"],
.intake-page-container .pe-wrapper label[for="siq-state-id"],
.intake-page-container .pe-wrapper label[for="siq-employment-id"],
.intake-page-container .pe-wrapper label[for="siq-education-id"],
.intake-page-container .pe-wrapper label[for="siq-income-id"],
.intake-page-container .pe-wrapper label[for="siq-province-id"] {
  font-size: 10px;
  position: absolute;
  margin-left: 290px;
  margin-top: -12px;
  display: block;
}
.intake-page-container .pe-wrapper label[for="siq-city-id"],
.intake-page-container .pe-wrapper label[for="siq-password-id"] {
  font-size: 10px;
  position: absolute;
  margin-left: 290px;
  margin-top: -14px;
  display: block;
}
.intake-page-container .pe-wrapper label[for="siq-daydob-id"],
.intake-page-container .pe-wrapper label[for="siq-dob-group-id"],
.intake-page-container .pe-wrapper label[for="siq-daydob2-id"],
.intake-page-container .pe-wrapper label[for="siq-daydob3-id"],
.intake-page-container .pe-wrapper label[for="siq-daydob4-id"],
.intake-page-container .pe-wrapper label[for="siq-daydob5-id"],
.intake-page-container .pe-wrapper label[for="siq-daydob6-id"],
.intake-page-container .pe-wrapper label[for="siq-dob-2-group-id"],
.intake-page-container .pe-wrapper label[for="siq-dob-3-group-id"],
.intake-page-container .pe-wrapper label[for="siq-dob-4-group-id"],
.intake-page-container .pe-wrapper label[for="siq-dob-5-group-id"],
.intake-page-container .pe-wrapper label[for="siq-dob-6-group-id"] {
  font-size: 10px;
  position: absolute;
  margin-left: 10px;
  margin-top: -8px;
  display: block;
}
.intake-page-container .pe-wrapper label[for="siq_agreetermscond_name"] {
  font-size: 10px;
  position: absolute;
  margin-left: 10px;
  margin-top: -62px;
  display: block;
}
.intake-page-container .pe-wrapper label[for="siq-nrchildren-id"] {
  font-size: 10px;
  position: absolute;
  margin-left: 290px;
  display: block;
}
.intake-page-container .pe-wrapper label[for="siq-gender2-id"],
.intake-page-container .pe-wrapper label[for="siq-gender3-id"],
.intake-page-container .pe-wrapper label[for="siq-gender4-id"],
.intake-page-container .pe-wrapper label[for="siq-gender5-id"],
.intake-page-container .pe-wrapper label[for="siq-gender6-id"],
.intake-page-container .pe-wrapper label[for="siq-occupation-id"] {
  font-size: 10px;
  position: absolute;
  margin-left: 290px;
  margin-top: -15px;
  display: block;
}
.intake-page-container .pe-wrapper label[for="siq_gender_name"] {
  font-size: 10px;
  position: absolute;
  margin-left: 290px;
  margin-top: -12px;
  width: 250px;
  z-index: 0;
}
.intake-page-container .pe-wrapper label[for="siq-monthdob-id"],
.intake-page-container .pe-wrapper label[for="siq-monthdob2-id"],
.intake-page-container .pe-wrapper label[for="siq-monthdob3-id"],
.intake-page-container .pe-wrapper label[for="siq-monthdob4-id"],
.intake-page-container .pe-wrapper label[for="siq-monthdob5-id"],
.intake-page-container .pe-wrapper label[for="siq-monthdob6-id"],
.intake-page-container .pe-wrapper label[for="siq-yeardob-id"],
.intake-page-container .pe-wrapper label[for="siq-yeardob2-id"],
.intake-page-container .pe-wrapper label[for="siq-yeardob3-id"],
.intake-page-container .pe-wrapper label[for="siq-yeardob4-id"],
.intake-page-container .pe-wrapper label[for="siq-yeardob5-id"],
.intake-page-container .pe-wrapper label[for="siq-yeardob6-id"],
.intake-page-container .pe-wrapper label[for="siq-raceUS-id"],
.intake-page-container .pe-wrapper label[for="siq-ethnicityUS-id"],
.intake-page-container .pe-wrapper label[for="siq-gender-id"] {
  display: none!important;
}
.pe-wrapper .dob-box {
  clear: none;
  float: left;
}
.pe-wrapper .dob-box b {
  float: none;
}
.align-horizonal div {
  float: left;
}
.clear-float div {
  clear: both;
}
.siq-page-header {
  float: left;
  width: 90%;
  text-align: center;
}
.siq-page-instructions {
  float: left;
  width: 30%;
  border: 0!important;
}
.siq-page-footer {
  float: left;
  width: 70%;
}
.siq-page-disclaimer {
  clear: both;
  margin: auto;
  width: 70%;
  margin-bottom: 15% !important;
}
@media screen and (max-width: 480px) {
  .siq-page-disclaimer {
    margin-bottom: 100%;
  }
}
.siq-horizontal-ruler-class {
  display: none;
}
.peb-wrapper {
  margin-top: 70px;
}
.siq-confirm-class {
  margin: 0 auto;
  max-width: 550px;
  text-align: center;
}
#sip-confirm {
  padding: 9px 35px !important;
  text-decoration: none;
  border: 0;
  text-align: center;
  background-color: #DA1A21;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
}
#mainCol {
  padding-left: 10%;
}
.intake-page-container .siq-page-instructions {
  border: 1px solid #d3d3d3;
  background: #f9f9f9;
  border-radius: 5px;
  width: 100px;
  padding: 15px;
  margin-top: 10px;
  float: left;
  text-align: left;
}
.siq-agreetermscond-class-checkbox label {
  display: none;
}
.pe-wrapper .siq-agreetermscond-class-checkbox input {
  /*overflow: hidden; display: block;*/
  float: left;
  /*clear:none!important; margin: 15px 0 0 2px; width:15px; height:15px;*/
  margin: 0\9;
  padding: 0\9;
  border: 0\9;
  width: 15px;
}
.pe-wrapper .siq-gender-class-radio1 input,
.pe-wrapper .siq-gender-class-radio2 input {
  overflow: hidden;
  display: block;
  float: left;
  clear: none!important;
  margin: 2px 0 0 2px;
  opacity: 0;
  width: 40px;
  height: 40px;
  cursor: pointer !important;
}
.pe-wrapper .siq-gender-class-radio1 label,
.pe-wrapper .siq-gender-class-radio1 .error label,
.pe-wrapper .siq-gender-class-radio2 label {
  float: left;
  clear: none;
  display: block;
  margin-left: -40px;
  width: 38px;
  height: 38px;
  z-index: 1;
}
.siq-gender-class-radio1 input[type="radio"] + label[for="siq-gender-id-1"] {
  display: inline-block;
  background: url(https://www.opinionworld.com/App_Presentation/panel/OpinionWorld/default/img/radio-male.png) 0 1px no-repeat;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}
@media screen and (max-width: 480px) {
  .siq-gender-class-radio1 input[type="radio"] + label[for="siq-gender-id-1"] {
    margin-left: 100px\9 !important;
  }
}
@media screen and (max-width: 699px) {
  .siq-gender-class-radio1 input[type="radio"] + label[for="siq-gender-id-1"] {
    margin-left: 100px\9 !important;
  }
}
.siq-gender-class-radio1 input[type="radio"] + label + label {
  display: inline-block;
  background: url(https://www.opinionworld.com/App_Presentation/panel/OpinionWorld/default/img/radio-male.png) 0 1px no-repeat;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}
.siq-gender-class-radio1 input[type="radio"]:checked + label[for="siq-gender-id-1"] {
  background: url(https://www.opinionworld.com/App_Presentation/panel/OpinionWorld/default/img/radio-male.png) 0 -36px no-repeat;
}
.siq-gender-class-radio1 input[type="radio"]:checked + label + label {
  background: url(https://www.opinionworld.com/App_Presentation/panel/OpinionWorld/default/img/radio-male.png) 0 -36px no-repeat;
}
.siq-gender-class-radio2 input[type=radio] + label[for="siq-gender-id-2"] {
  display: inline-block;
  background: url(https://www.opinionworld.com/App_Presentation/panel/OpinionWorld/default/img/radio-female.png) 0 0 no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.siq-gender-class-radio2 input[type="radio"]:checked + label[for="siq-gender-id-2"] {
  background: url(https://www.opinionworld.com/App_Presentation/panel/OpinionWorld/default/img/radio-female.png) 0 -37px no-repeat;
}
#siq-nrchildren-id {
  margin-top: 15px;
}
#siq-companyname-id,
#siq-raceUS-id {
  margin-top: 10px;
}
.siq-agreetermscond-id {
  display: none;
}
@media screen and (max-width: 480px) {
  .intake-page-container,
  #siq-questions-wrapper,
  .siq-page-header {
    width: 300px!important;
    margin: 0 auto;
    text-align: center;
  }
  .siq-page-instructions {
    float: inherit;
    margin: 0 auto;
  }
  .pe-wrapper .peq-leader,
  .pe-wrapper .group-leader {
    text-align: center!important;
    width: 100%!important;
  }
  .pe-wrapper select,
  .pe-wrapper input,
  #siq-dob-group-id {
    display: inline-block;
    float: inherit;
    clear: both;
  }
  .intake-page-container .pe-wrapper label[for="siq-email-id"],
  .intake-page-container .pe-wrapper label[for="siq-password-id"],
  .intake-page-container .pe-wrapper label[for="siq-confirmpassword-id"],
  .intake-page-container .pe-wrapper label[for="siq-fname-id"],
  .intake-page-container .pe-wrapper label[for="siq-lname-id"],
  .intake-page-container .pe-wrapper label[for="siq-addressline1-id"],
  .intake-page-container .pe-wrapper label[for="siq-postalcode-id"],
  .intake-page-container .pe-wrapper label[for="siq-marital-id"],
  .intake-page-container .pe-wrapper label[for="siq-agreetermscond-id"],
  .intake-page-container .pe-wrapper label[for="siq-employment-id"],
  .intake-page-container .pe-wrapper label[for="siq-education-id"],
  .intake-page-container .pe-wrapper label[for="siq-income-id"],
  .intake-page-container .pe-wrapper label[for="siq-province-id"] {
    clear: both;
    font-size: 10px;
    position: relative!important;
    margin-left: 0!important;
    margin-top: 0!important;
    display: block;
  }
  .wrapper .intake-page-container img {
    display: block!important;
    visibility: visible!important;
  }
  .wrapper .intake-page-container .siq-page-instructions {
    margin-left: 38%;
  }
  .pec-wrapper {
    padding-top: 0;
  }
  #logo img {
    padding: 8px 0 0 15px;
  }
  .intake-page-container {
    margin-bottom: 100px !important;
    max-height: 100%;
  }
}
@media screen and (max-width: 699px) {
  .intake-page-container,
  #siq-questions-wrapper,
  .siq-page-header {
    width: 300px!important;
    margin: 0 auto;
    text-align: center;
  }
  .siq-page-instructions {
    float: inherit;
    margin: 0 auto;
  }
  /*#siq-questions-wrapper, .siq-page-header, .siq-page-instructions {text-align:center}*/
  .pe-wrapper .peq-leader,
  .pe-wrapper .group-leader {
    text-align: center!important;
    width: 100%!important;
    clear: both;
  }
  .pe-wrapper select,
  .pe-wrapper input,
  #siq-dob-group-id {
    display: inline-block;
    float: inherit;
  }
  .intake-page-container .pe-wrapper label[for="siq-email-id"],
  .intake-page-container .pe-wrapper label[for="siq-password-id"],
  .intake-page-container .pe-wrapper label[for="siq-confirmpassword-id"],
  .intake-page-container .pe-wrapper label[for="siq-fname-id"],
  .intake-page-container .pe-wrapper label[for="siq-lname-id"],
  .intake-page-container .pe-wrapper label[for="siq-addressline1-id"],
  .intake-page-container .pe-wrapper label[for="siq-postalcode-id"],
  .intake-page-container .pe-wrapper label[for="siq-marital-id"],
  .intake-page-container .pe-wrapper label[for="siq-city-id"],
  .intake-page-container .pe-wrapper label[for="siq-agreetermscond-id"],
  .intake-page-container .pe-wrapper label[for="siq-nrchildren-id"],
  .intake-page-container .pe-wrapper label[for="siq-gender2-id"],
  .intake-page-container .pe-wrapper label[for="siq-gender3-id"],
  .intake-page-container .pe-wrapper label[for="siq-gender4-id"],
  .intake-page-container .pe-wrapper label[for="siq-gender5-id"],
  .intake-page-container .pe-wrapper label[for="siq-gender6-id"],
  .intake-page-container .pe-wrapper label[for="siq-occupation-id"],
  .intake-page-container .pe-wrapper label[for="siq-state-id"],
  .intake-page-container .pe-wrapper label[for="siq-province-id"] {
    clear: both;
    font-size: 10px;
    position: relative!important;
    margin-left: 0!important;
    margin-top: 0!important;
    display: block;
  }
  #mainCol {
    padding-left: 0;
  }
  .pe-wrapper .siq-agreetermscond-class-checkbox input {
    text-align: center;
    margin: 0;
  }
  .pe-wrapper label[for="siq_gender_name"] {
    clear: both;
    font-size: 10px;
    position: absolute!important;
    margin-left: 25px!important;
    margin-top: 50px!important;
    display: block;
  }
  .pe-wrapper .siq-gender-class-options {
    text-align: center!important;
    width: 100%!important;
    display: inline-block;
  }
  .pe-wrapper .siq-gender-class-radio1 input,
  .pe-wrapper .siq-gender-class-radio2 input {
    overflow: hidden;
    display: block;
    float: left;
    clear: none!important;
    margin: 15px 0 0 2px;
    opacity: 0;
    width: 40px;
    height: 40px;
    display: inline;
  }
  .pe-wrapper .siq-gender-class-radio1 input {
    margin-left: -110px;
  }
  .pe-wrapper .siq-gender-class-radio2 input {
    margin-left: 160px;
    cursor: pointer!important;
  }
  .pe-wrapper .siq-gender-class-radio1 label,
  .pe-wrapper .siq-gender-class-radio1 .error label,
  .pe-wrapper .siq-gender-class-radio2 label {
    float: left;
    clear: none;
    display: block;
    margin-left: -40px;
    width: 38px;
    height: 38px;
    z-index: 1;
  }
  #siq-nrchildren-id,
  #siq-companyname-id,
  #siq-raceUS-id {
    margin-top: 0!important;
  }
  .intake-page-container {
    max-height: 100%;
  }
}
@media screen and (max-width: 699px) and only screen and (max-width: 480px) {
  .intake-page-container {
    margin-bottom: 40% !important;
  }
}
@media screen and (max-width: 699px) and only screen and (max-width: 699px) {
  .intake-page-container {
    margin-bottom: 30% !important;
  }
}
@media screen and (min-width: 700px) and (max-width: 1267px) {
  .intake-page-container + div {
    width: 100%;
    display: block;
  }
  .siq-page-header {
    width: 55%;
    float: left;
    padding-right: 15px;
  }
  .siq-page-instructions {
    text-align: center;
    width: 200px!important;
    float: right;
  }
  #mainCol {
    padding-left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  #outOfStockLabel {
    font-size: 11px !important;
  }
}
.navbar-header {
  border: none;
}
.navbar-collapse {
  border-top: none;
}
@media only screen and (max-width: 499px) {
  .fa-chevron-right {
    padding-top: 65px !important;
  }
}
#main-content ul {
  list-style: none !important;
}
@media only screen and (max-width: 400px) {
  .panel-body a {
    word-break: break-all;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper #F9-Row2 .container .col-md-3 {
    padding-bottom: 150px!important;
  }
}
@media only screen and (max-width: 500px) {
  #F1-Col1-Row1 .container .table-responsive {
    margin-bottom: 80px;
    height: auto!important;
  }
}
@media screen and (max-width: 399px) {
  .unsubscribe-link {
    margin-bottom: 30px!important;
  }
}
.reward-fulfillment-partners-redemption {
  margin-bottom: 100px !important;
}
input[type="radio"] {
  vertical-align: top;
}
@media only screen and (max-width: 500px) {
  #charity-content .btn-skip #skip {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .col-sm-3 img {
    display: none;
  }
}
@media (max-width: 991px) {
  .reward-fppr-disclaimer {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1185px) {
  .Competitions {
    clear: both;
  }
}
@media only screen and (max-width: 1199px) {
  #fbloginBottom {
    font-size: 80% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tooltip-div .btn,
  .deno-div .btn {
    width: 110%!important;
    font-size: 9.5px !important;
  }
}
.btn-toggle {
  cursor: pointer;
}
.form-horizontal .has-feedback .form-control-feedback {
  right: -12px !important;
}
@media only screen and (max-width: 460px) {
  #F8-Col1-Row1,
  #badges-page-container,
  #F1-Col1-Row1 {
    padding-bottom: 90px;
  }
}
#badgesModal .modal-body #badgeDiv p {
  padding-top: 20px;
  width: 200px;
}
#badgesModal #badgeDiv > table {
  background-image: none!important;
  max-width: 370px!important;
  width: auto!important;
}
@media only screen and (max-width: 499px) {
  #badgesModal #badgeDiv img {
    display: none!important;
  }
}
.login .facebook-login-button {
  float: right;
}
.facebook-connected {
  float: right;
  margin-left: 10px;
}
.fa.pull-right {
  margin-left: 0 !important;
}
#prize-counter_t_d2 {
  display: none;
}
#prize-counter_b_d2 {
  display: none;
}
.tooltip-div .btn,
.deno-div .btn {
  width: 100%;
  font-size: 9.5px;
}
@media (max-width: 992px) {
  #logo img {
    width: 150px;
    height: auto;
    margin: 10px 0 0 5px;
  }
}
/* home page join area -----------------------*/
#join-page-bootstrap {
  background: #ffffff;
  border-radius: 5px;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  margin: 15px 0;
}
#join-page-bootstrap h3 {
  display: none;
  /*text-align:center; padding:4px 0; font-size:18px; border-bottom:1px solid @white;*/
}
#join-page-bootstrap .form-group {
  margin-bottom: 5px;
}
#join-page-bootstrap #form-content {
  text-align: center;
}
#join-page-bootstrap #form-content .facebook {
  background: #3071a9;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
  width: 100%;
}
#join-page-bootstrap #form-content .facebook a {
  color: #ffffff;
}
#join-page-bootstrap #form-content #between {
  color: #434343;
  font-size: 11px;
  font-style: oblique;
  line-height: 28px;
  margin-bottom: 10px;
}
#join-page-bootstrap label.error {
  font-size: 11px;
  font-weight: 100;
}
#join-page-bootstrap .gender-radio .form-control-feedback {
  right: 50px !important;
}
#join-page-bootstrap .form-horizontal .has-feedback .form-control-feedback {
  right: -10px !important;
}
#join-page-bootstrap .gender .gender-hide {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 38px;
  height: 37px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
#join-page-bootstrap .gender .gender-radio {
  width: 38px;
  height: 37px;
  cursor: pointer;
  zoom: 1;
  display: inline;
  display: block;
  float: left;
  margin-right: 15px;
}
#join-page-bootstrap .gender .female .gender-radio {
  background: transparent url("/App_Presentation/panel/OpinionWorld/DEFAULT/img/gender.png") right top no-repeat;
}
#join-page-bootstrap .gender .male .gender-radio {
  background: transparent url("/App_Presentation/panel/OpinionWorld/DEFAULT/img/gender.png") left top no-repeat;
}
#join-page-bootstrap .gender .female .gender-selected {
  background-position: right bottom;
}
#join-page-bootstrap .gender .male .gender-selected {
  background-position: left bottom;
}
#join-page-bootstrap .form-control {
  padding: 7px 12px;
  font-size: 13px;
  color: #555;
}
.cap-2 span {
  font-size: 32px;
  font-weight: bold;
  line-height: 30px;
  /*color: @white;text-transform: uppercase;background: #000000;line-height: 50px;margin: 0 0 0 -20px;*/
}
#take-survey {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #take-survey {
    width: 120%;
  }
}
/* Control font awesome icon position -----------------------*/
.fa {
  padding-right: 5px !important;
}
.dash-right-promo {
  background: #ffffff;
}
.section3-innerWrap {
  max-width: 1024px;
  margin: 0 auto;
}
.section3-innerWrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section3-innerWrap #cat {
  font-size: 11px;
}
/* #head-section3{color:#f29a12} */
.readmore {
  float: right;
}
#section3 a + div + a {
  text-align: center;
  width: 180px;
  margin: 0 auto;
}
.backTop {
  background-image: url('/App_Presentation/panel/OpinionWorld/DEFAULT/img/icon-back-to-top.png');
  background-repeat: no-repeat;
  display: block;
  padding-bottom: 20px;
  padding-top: 5px;
}
#btn-register {
  font-size: 120%;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 10px 10px;
}
/* fix gradient background problem in IE */
.carousel-control.left,
.carousel-control.right {
  background: none !important;
  filter: progid:none !important;
}
/*--------   SLIDER STYLES      ------*/
.slide-content {
  height: 100%;
  padding: 30px 0 0 50px;
}
#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%;
  }
}
@media (max-width: 500px) {
  img {
    display: none;
  }
  .navbar-brand img {
    display: block;
  }
  #yourearnings-surveys .panel-body .icon {
    display: none;
  }
  .profile-settings-content {
    height: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  .form-horizontal #lastname {
    margin-top: 8px;
  }
}
.anchorhome {
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .anchorhome {
    position: relative;
    display: block;
    float: left;
    top: -130px;
    visibility: hidden;
  }
}
/*.facebook-login-button, .facebook-login-mid, .facebook-connected {text-align:left; display:inline;}
.navbar-collapse ul li {text-align:left;}
.facebook-login-button >img, .facebook-connected >img{width:32px; height:32px; padding:0!important; margin-top:1px;}
.container #facebookRegister  {padding-left:20px;}
.required {margin-right:5%;}
.fbRegister .col-xs-6 {@media only screen and (max-width : 500px) {width:auto;}}
#facebookRegister .col-md-3 {margin-right:20px;}*/
#facebook:hover {
  background-color: #2C4272 !important;
  border-color: #2C4272 !important;
}
#facebook {
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
  color: #ffffff;
  border: 0!important;
}
.top-bar {
  height: 1px!important;
}
.top-bar ul {
  list-style: none;
}
.top-bar .container {
  height: 2px!important;
  /*margin:0!important;*/
  padding: 0!important;
}
#JanRainSocialBtn {
  text-transform: uppercase;
  font-weight: bold;
  border: 0!important;
  z-index: 9999;
  top: 30px;
  right: 0;
  line-height: 22px;
}
#JanRainSocialBtn .fa-facebook {
  display: none;
}
@media only screen and (min-width: 768px) {
  #JanRainSocialBtn {
    position: relative;
    right: 0px;
  }
}
#email-signup #JanRainSocialBtn {
  text-transform: uppercase;
  font-weight: bold;
}
#apslogin,
#apslogout {
  border: 0 !important;
}
/*#fblogin, #knownMemberSyncFb, #fbloginBottom, #fbloginBottom:hover,  #join-page-bootstrap #form-content .facebook,*/
#facebook {
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
  color: #ffffff;
  border: 0!important;
}
/*#knownMemberSyncFb:hover, #fbloginBottom, #fbloginBottom:hover,  #join-page-bootstrap #form-content .facebook:hover, #fblogin:hover*/
#facebook:hover {
  background-color: #2C4272 !important;
  border-color: #2C4272 !important;
}
#facebook {
  border-radius: 5px;
  padding-bottom: 3px;
  padding-top: 3px;
  width: 92%;
  margin-left: 4%;
  margin-top: 26px;
  display: inline-block;
  clear: none!important;
  bottom: -10px;
  right: -10px;
  left: -10px;
  /* saf3+, chrome1+ */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #facebook {
    bottom: -10px;
    right: -10px;
    left: 0px;
    top: -8px;
    position: relative;
  }
}
#join-page-bootstrap {
  margin-top: -40px;
}
#fbloginBottom {
  visibility: hidden;
}
#frame2-header-social-popup {
  /*.btn-warning{background-color: #28b62c!important;}
                .btn-warning:hover, #JanRainSocialBtn:hover{background-color:#1F8C22!important;}*/
}
#frame2-header-social-popup ul {
  margin-right: 75px;
  margin-top: -15px !important;
}
#frame2-header-social-popup .navbar-header {
  margin-top: -35px !important;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #frame2-header-social-popup {
    margin-top: -5px !important;
  }
}
#frame2-header-social-popup #JanRainSocialBtn .btn-success {
  background-color: #f63!important;
}
#SocialLoginModal #apsusername {
  margin-bottom: 5px;
}
#social-doi .container,
#social-doi .row {
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
}
#social-doi .gender .gender-hide {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 38px;
  height: 37px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
#social-doi .gender .gender-radio {
  width: 38px;
  height: 37px;
  cursor: pointer;
  zoom: 1;
  display: inline;
  display: block;
  float: left;
  margin-right: 15px;
}
#social-doi .gender .female .gender-radio {
  background: transparent url("/App_Presentation/panel/OpinionWorld/DEFAULT/img/gender.png") right top no-repeat;
}
#social-doi .gender .male .gender-radio {
  background: transparent url("/App_Presentation/panel/OpinionWorld/DEFAULT/img/gender.png") left top no-repeat;
}
#social-doi .gender .female .gender-selected {
  background-position: right bottom;
}
#social-doi .gender .male .gender-selected {
  background-position: left bottom;
}
#social-doi #registerBtn {
  width: 100%;
  font-size: 16px!important;
}
#social-doi .form-horizontal .gender-radio label.error {
  font-size: 10px;
  margin-top: -20px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  min-width: 150px;
}
#social-doi .form-horizontal #disclaimer-error {
  position: inherit!important;
}
input.error,
textarea.error,
select.error {
  border-color: #FF0000!important;
  background-color: #fdfcbd;
}
/* customer fonts*/
@font-face {
  font-family: 'maiandra_gdregular';
  src: url('/App_Presentation/responsive/OpinionWorld/en-au/fonts/amaranth-regular-webfont.eot');
  src: url('/App_Presentation/responsive/OpinionWorld/en-au/fonts/maian-webfont.eot?#iefix') format('embedded-opentype'), url('/App_Presentation/responsive/OpinionWorld/en-au/fonts/maian-webfont.woff') format('woff'), url('/App_Presentation/responsive/OpinionWorld/en-au/fonts/maian-webfont.ttf') format('truetype'), url('/App_Presentation/responsive/OpinionWorld/en-au/fonts/maian-webfont.svg#maiandra_gdregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'amaranth';
  src: url('/App_Presentation/responsive/OpinionWorld/en-au/fonts/amaranth-regular-webfont.eot');
  src: url('/App_Presentation/responsive/OpinionWorld/en-au/fonts/amaranth-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/App_Presentation/responsive/OpinionWorld/en-au/fonts/amaranth-regular-webfont.woff') format('woff'), url('/App_Presentation/responsive/OpinionWorld/en-au/fonts/amaranth-regular-webfont.ttf') format('truetype'), url('/App_Presentation/responsive/OpinionWorld/en-au/fonts/amaranth-regular-webfont.svg#maiandra_gdregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
#apslogin,
#apslogout,
#apslogout2 {
  background-color: #f60!important;
  border-color: #f60!important;
  margin-top: -14px;
}
#apslogin:hover,
#apslogout:hover,
#apslogout2 {
  background-color: #f60!important;
  border-color: #f60 !important;
}
body {
  overflow-x: hidden;
  background-color: #fff;
}
.wrapper {
  background: white;
}
#sliderResponsive {
  background: url('https://s3.amazonaws.com/ssi-ite-web/sitecorewebassets/App_Presentation/responsive/OpinionWorld/APAC/en-au/img/heroImagebg2.jpg') no-repeat;
  /*--- new hero banner --*/
  background-size: cover;
  height: 450px;
  /* ---- For gradient background css  ----------*/
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
}
@media only screen and (max-width: 480px) {
  #sliderResponsive {
    background: none;
    height: 385px;
  }
}
@media only screen and (max-width: 767px) {
  #sliderResponsive {
    background: none;
    height: auto;
  }
}
/*home page main banners*/
/*#homePageBannerElement{ 
    p{margin:0 0 0 0; padding:0 0 0 0; margin-top: -8px;}    
    }
#homePageBannerElement3{ p{margin:0 0 0 0; padding:0 0 0 0; margin-top: -8px;}    }*/
/*new banner*/
#homePageBannerElement img {
  width: 395px;
  margin-top: 162px;
  margin-left: 28%;
  display: block;
  position: absolute;
}
@media only screen and (max-width: 993px) {
  #homePageBannerElement img {
    width: 272px;
    margin-top: 242px;
    margin-left: 18%;
  }
}
@media only screen and (max-width: 993px) {
  #homePageBannerElement img {
    width: 238px;
    margin-top: 265px;
    margin-left: 21%;
    display: block;
  }
}
.carousel-indicators {
  display: none;
}
.carousel-control.left,
.carousel-control.right {
  display: none;
}
.slide-content {
  padding: 30px 0 0 0px;
}
.carousel-inner {
  height: 450px;
}
.cap-2 {
  /*First banner*/
  /*.caption1{ background: none; font-size: 200%;	text-shadow: -2px -2px 2px #000, 2px 2px 2px #4d4d4d; 	color: @white;  font-family:  Helvetica, sans-serif; margin-top:10px;line-height:140%;}
            .caption1a{ background: none; font-family: amaranth, Helvetica, sans-serif; font-size: 250%; text-shadow: 0px 2px 2px #4d4d4d;color: @white; line-height:140%; }
            .caption2{ background: none; font-size: 130%;  color: @white; }*/
  /*Second banner*/
  /* .caption3{ background: none; font-size: 200%; font-family: amaranth, Helvetica, sans-serif;	text-shadow: -2px -2px 2px #000, 2px 2px 2px #4d4d4d; 	color: @white;  margin-top:10px; line-height:140%;}
            .caption3a{ background: none; font-family: Helvetica, sans-serif; font-size: 80%; text-shadow: 0px 2px 2px #4d4d4d;  color:@white; line-height:29px; }
            .caption3aa{background: none; font-family: amaranth, Helvetica, sans-serif; font-size: 180%; text-shadow: 0px 2px 2px #4d4d4d;  color:@white; line-height:29px; }
            */
}
.cap-2 #slogan {
  float: left;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  /* margin-top: -172px; */
  width: 492px;
}
.cap-2 #line1 {
  font-style: italic;
  font-size: 3.2em;
  font-weight: 600;
  margin-top: 7px;
  /* width: 116%; */
  margin-left: 2%;
}
.cap-2 #line2 {
  font-size: 2.2em;
  font-weight: 700;
  width: 68%;
  margin-left: 3%;
}
.cap-2 h1#line1 {
  font-style: italic;
  font-size: 3.2em;
  font-weight: 600;
  margin-top: 7px;
  /* width: 116%; */
  margin-left: 2%;
  color: white;
}
.cap-3 {
  /*Third banner*/
}
.cap-3 #homePageBannerElement p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-top: -2px;
}
.cap-3 .caption4 {
  background: none;
  font-size: 200%;
  text-shadow: -2px -2px 2px #000, 2px 2px 2px #4d4d4d;
  color: #ffffff;
  font-family: Helvetica, sans-serif;
  margin-top: 10px;
}
.cap-3 .caption4a {
  background: none;
  font-family: amaranth, Helvetica, sans-serif;
  font-size: 150%;
  text-shadow: 0px 2px 2px #4d4d4d;
  color: #ffffff;
  line-height: 29px;
}
.cap-3 .caption4aa {
  width: 400px;
}
.cap-3 .caption4 {
  background: none;
  font-size: 200%;
  color: #ffffff;
}
#logo img {
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 480px) {
  #logo img {
    margin-left: -20px !important;
  }
}
.fixed-nav {
  position: fixed !important;
  top: 0px;
  width: 100%;
}
.fixed-nav #logo img {
  width: 180px;
  height: 45px;
  margin: 10px 0 0 50px;
}
@media (max-width: 992px) {
  .nav > li > a {
    padding: 10px 4px;
  }
}
.navbar {
  background: #ffffff;
}
.navbar .container {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .navbar .container {
    padding-top: 2px;
  }
}
.navbar-nav > li > a {
  padding-top: 6px;
  padding-bottom: 15px;
}
#fblogin .glyphicon {
  padding: 2px 0 0 5px;
}
.navbar-static-top {
  margin-bottom: 0px !important;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-top: 30px;
  margin-top: 44px;
}
.navbar-static-top #apslogin-mob {
  display: inline-block !important;
  float: right;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: #ff6633;
  width: 65px;
  text-align: center;
  margin-right: 20px;
  margin-top: 8px;
}
@media only screen and (min-width: 800px) {
  .navbar-static-top #apslogin-mob {
    display: none;
  }
}
.navbar-static-top #apslogin-mob:hover {
  text-decoration: none;
  color: #ffffff;
}
.navbar-form {
  margin-top: 12px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .navbar-form {
    border: none;
  }
}
input:focus {
  outline: none;
}
.navbar-brand {
  padding: 0px;
}
#alert-login {
  position: absolute;
  top: 80px;
  z-index: 99999;
}
@media only screen and (max-width: 620px) {
  #forgotpasswordtextforbutton {
    clear: both;
    display: block;
  }
}
.option-1,
.option-2 {
  display: none;
}
#currency {
  background: url('/App_Presentation/responsive/OpinionWorld/APAC/en-au/img/ditigs-smallAU.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/panel/OpinionWorldClean/DEFAULT/img/counter/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;
}
#available-surveys .panel-body,
#dashboard-news .panel-body,
#survey-history-dashboard .panel-body,
#yourearnings-surveys .panel-body,
#minipolls-div .panel-body,
#badges-div .panel-body {
  height: 180px;
}
#badges-page #badges-page-container .panel-body {
  min-height: 140px;
}
.ovationvoucheroption .panel-body {
  height: 140px;
}
#business-card-dashboard .panel-body {
  height: 220px;
}
#dashboard-news .carousel-control.left,
#survey-history-dashboard .carousel-control.left,
#dashboard-news .carousel-control.right,
#survey-history-dashboard .carousel-control.right {
  background-image: none;
  width: auto;
  margin-top: 20px;
}
#dashboard-news .carousel-inner,
#survey-history-dashboard .carousel-inner {
  min-height: 120px;
}
#dashboard-news .panel-body,
#survey-history-dashboard .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-custom .popover-content {
  font-size: 0.8em;
}
@media only screen and (max-width: 490px) {
  #yourearnings-surveys {
    height: 335px;
  }
}
#yourearnings-surveys .panel-body {
  padding-top: 0px!important;
}
@media only screen and (max-width: 385px) {
  #yourearnings-surveys .panel-body {
    padding: 0;
  }
}
#yourearnings-surveys .panel-body .yourearnings-content {
  margin-top: 10px;
}
#yourearnings-surveys .panel-body .yourearnings-content div {
  border: 1px solid #ffffff;
  height: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 490px) {
  #yourearnings-surveys .panel-body .yourearnings-content div {
    height: 135px;
  }
}
#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:nth-child(3) h4 {
  display: none;
}
#yourearnings-surveys .panel-body .yourearnings-content div:nth-child(3) p {
  font-size: 70%;
  text-transform: none;
  padding-top: 15px;
}
#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%;
}
@media only screen and (max-width: 385px) {
  #yourearnings-surveys .panel-body .yourearnings-content p {
    font-size: 65%;
  }
}
#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%;
}
@media only screen and (max-width: 385px) {
  #yourearnings-surveys .panel-body .icon {
    margin-bottom: 3px;
    width: 30px;
    height: 30px;
    background-color: #fff;
  }
}
#profile-links .table > tbody > tr > td {
  vertical-align: middle;
}
#profile-links .table > tbody > tr > td .progress {
  margin-bottom: 0px;
}
#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;
}
#profile-links .icon923 {
  background-position: -400px 0;
}
#profile-links .icon981 {
  background-position: -40px 0;
}
#profile-links .icon902 {
  background-position: -320px 0;
}
#profile-links .icon911 {
  background-position: -240px 0;
}
#profile-links .icon900 {
  background-position: -80px 0;
}
#profile-links .icon901 {
  background-position: -120px 0;
}
#profile-links .icon910 {
  background-position: -360px 0;
}
#profile-links .icon909 {
  background-position: -440px 0;
}
#profile-links .icon908 {
  background-position: -160px 0;
}
#profile-links .icon913 {
  background-position: -200px 0;
}
#profile-links .icon945 {
  background-position: -280px 0;
}
#profile-links .icon921 {
  background-position: -256px -212px;
}
#profile-links .icon904 {
  background-position: -296px -212px;
}
#profile-links .icon926 {
  background-position: -334px -212px;
}
#profile-links .icon924 {
  background-position: -376px -210px;
}
#profile-links .icon979 {
  background-position: -426px -212px;
}
#profile-links .icon994 {
  background-position: -302px -256px;
}
#profile-links .icon993 {
  background-position: -258px -256px;
}
#profile-links .icon998 {
  background-position: -376px -210px;
}
#profile-links .icon997 {
  background-position: -358px -256px;
}
#profile-settings li {
  list-style: none;
}
@media only screen and (max-width: 500px) {
  .carousel-indicators {
    display: none;
  }
}
#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 (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;
}
#footer {
  width: 100%;
  background: #242424;
  color: #ffffff;
  padding-bottom: 40px;
}
#footer #returnTop {
  width: 100%;
  text-align: center;
}
#footer #returnTop a {
  display: inline-block;
}
#footer #footer-links {
  margin: 0px auto;
  list-style-type: none;
  list-style: none;
  text-align: center;
  width: 100%;
  padding-bottom: 15px;
}
#footer #footer-links li {
  display: inline-block;
  list-style-type: none;
  list-style: none;
}
#footer #footer-links li a {
  text-decoration: none;
}
#footer #copyright,
#footer #disclaimer {
  margin: 0 auto;
  font-size: 11px;
}
#footer #copyright span,
#footer #disclaimer span {
  text-align: center;
  font-size: 11px;
}
#footer li {
  border-right: solid 1px #fff;
  padding: 0 10px 5px 4px;
  vertical-align: top;
  height: 100px;
  text-align: left;
}
#footer ul {
  padding-left: 0;
}
.toggleditemhide {
  display: none;
}
.faq-section p {
  display: none;
}
#accordion .panel-default {
  border-color: transparent;
}
#accordion .panel-default > .panel-heading {
  color: #333;
  border: none;
  padding: 5px 15px;
}
#accordion .panel-default > .panel-heading .panel-title {
  font-size: 14px;
}
#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: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
#reward-fulfillment-partners-redemption-ovationnew {
  background: #ffffff;
}
.reward-fulfillment-partners-redemption {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-top: 0px;
  margin: 0px;
  padding: 10px;
}
#text-block-1 {
  padding: 10px 15px 20px 21px;
  background-color: #ffffff;
  color: #333;
}
#text-block-1 h3 {
  color: #F29A12 !important;
  text-align: left;
}
#text-block-1 p {
  color: #655555 !important;
}
@media only screen and (max-width: 720px) {
  #text-block-1 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #text-block-1 {
    display: none;
  }
}
#text-block-1 .col-md-12 {
  text-align: center;
}
#text-block-1 .firstButton .btn {
  font-size: 120%;
  width: 32%;
  margin-top: 2%;
  margin-bottom: 3%;
}
@media only screen and (max-width: 480px) {
  #text-block-1 .firstButton .btn {
    width: 100%;
    margin-top: 10%;
  }
}
@media only screen and (max-width: 700px) {
  #text-block-1 .firstButton .btn {
    width: 60%;
  }
}
#text-block-2 {
  padding: 10px 15px 20px 21px;
  background-color: #1491BB;
  color: #ffffff;
}
#text-block-2 h3 {
  color: #ffffff !important;
  font-weight: bold;
}
#text-block-2 .col-md-12 {
  text-align: center;
}
#text-block-2 .img-responsive {
  margin: 0 auto;
}
#text-block-2 .firstButton2 .btn {
  font-size: 120%;
  width: 32%;
  margin-top: 2%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 480px) {
  #text-block-2 .firstButton2 .btn {
    width: 100%;
    margin-top: 10%;
  }
}
#text-block-2 .backtoTop {
  text-align: right !important;
  margin-top: 15px !important;
}
#text-block-2 .backtoTop a {
  color: black !important;
  text-decoration: underline;
}
#text-block-2 .backtoTop a:hover {
  color: #ffffff !important;
}
#text-block-3 {
  padding: 30px 0px 20px 0px;
  background-color: #f6921e;
  color: #242424;
}
#text-block-3 .col-lg-6 {
  text-align: center;
}
#text-block-3 .col-lg-6 p {
  padding: 10px 20px 0 0;
  text-align: left;
}
#text-block-3 .firstButton2 .btn {
  font-size: 120%;
  width: 65%;
  margin-top: 5%;
}
@media only screen and (max-width: 480px) {
  #text-block-3 .firstButton2 .btn {
    width: 100%!important;
    margin-top: 10%;
  }
}
@media only screen and (max-width: 968px) {
  #text-block-3 .firstButton2 .btn {
    width: 32%;
  }
}
@media only screen and (max-width: 1185px) {
  #text-block-3 .firstButton2 .btn {
    width: 32%;
  }
}
#text-block-3 .img-responsive {
  margin: 0 auto;
}
#text-block-3 h3 {
  color: #ffffff !important;
  font-weight: bold;
  text-align: left;
}
#text-block-3 .backtoTop {
  text-align: right !important;
  margin-top: 15px !important;
}
#text-block-3 .backtoTop a {
  color: black !important;
  text-decoration: underline;
}
#text-block-3 .backtoTop a:hover {
  color: #ffffff !important;
}
#text-block-3 .backtoTopR {
  text-align: right !important;
  margin-top: 15px !important;
}
#text-block-3 .backtoTopR a {
  color: black !important;
  text-decoration: underline;
}
#text-block-3 .backtoTopR a:hover {
  color: #ffffff !important;
}
@media only screen and (min-width: 767px) {
  #text-block-3 .backtoTopR {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #text-block-3 .backtoTopR {
    display: none;
  }
}
#text-block-3 .Competitions p {
  padding-right: 30px;
}
@media only screen and (max-width: 480px) {
  #text-block-3 .Competitions {
    display: none;
  }
}
#text-block-4 {
  background: #1491BB;
  padding-top: 40px;
}
#text-block-4 h3 {
  color: #ffffff;
  font-weight: bold;
}
#text-block-4 h2 {
  color: #ffffff;
  font-size: 120%;
  float: left;
  width: 55%;
}
@media only screen and (max-width: 480px) {
  #text-block-4 h2 {
    font-size: 150%;
  }
}
#text-block-4 .firstButton3 {
  text-align: center;
}
#text-block-4 .firstButton3 .btn {
  font-size: 120%;
  width: 32%;
  margin-top: 2%;
}
@media only screen and (max-width: 480px) {
  #text-block-4 .firstButton3 .btn {
    width: 100%;
    margin-top: 10%;
  }
}
#text-block-4 p {
  color: #ffffff;
}
#text-block-4 em {
  color: #ffffff;
  margin-right: 12%;
  margin-top: 12px;
}
@media only screen and (max-width: 480px) {
  #text-block-4 em {
    margin-right: 0;
  }
}
#text-block-4 .backtoTop {
  text-align: right !important;
  margin-top: 15px !important;
  padding-bottom: 40px;
  margin-right: -2.6%;
}
#text-block-4 .backtoTop a {
  color: black !important;
  text-decoration: underline;
}
#text-block-4 .backtoTop a:hover {
  color: #ffffff !important;
}
#text-block-4 .backtoTop .fa-arrow-circle-up a:hover {
  color: #ffffff !important;
}
#text-block-4 .backtoTop em {
  color: black !important;
  margin-right: 5% !important;
}
#text-block-4 .backtoTop em:hover {
  color: #ffffff !important;
}
#section-blog {
  background-color: #ffffff;
  padding-top: 40px;
}
#section-blog #head-section3 {
  color: #1491BB;
  font-size: 24px;
  font-weight: bold;
}
#section-blog .blog .btn-default {
  background-color: #DA1A21;
  width: 32%;
  color: #ffffff !important;
  border: #DA1A21;
  font-size: 120%;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  #section-blog .blog .btn-default {
    width: 100%;
  }
}
#section-blog .blog .btn:hover {
  background-color: #9f2718;
}
#section-blog .blog .col-md-12 {
  text-align: center;
}
#section-blog .blog .backtoTop {
  text-align: right !important;
  margin-top: 15px !important;
  padding-bottom: 35px;
  padding-bottom: 10%\9;
}
@media only screen and (min-width: 592px) {
  #section-blog .blog .backtoTop {
    padding-bottom: 100px;
    margin-bottom: 10%\9;
  }
}
@media only screen and (min-width: 463px) {
  #section-blog .blog .backtoTop {
    padding-bottom: 100px;
    margin-bottom: 10%\9;
  }
}
@media only screen and (min-width: 300px) {
  #section-blog .blog .backtoTop {
    padding-bottom: 80px;
    margin-bottom: 40%\9;
  }
}
#section-blog .blog .backtoTop a {
  color: black !important;
  text-decoration: underline;
}
#section-blog .blog .backtoTop a:hover {
  color: grey !important;
}
h2 {
  font-size: 24px;
}
h2 a:hover {
  text-decoration: none;
  color: grey;
}
#section3 h2 {
  color: black;
}
.top-bar {
  background-color: #ebebec;
  line-height: 31px;
  border-bottom: 1px solid #bcbdbf;
}
.top-bar ul {
  list-style: none;
}
.top-bar .form-control {
  width: 140px;
  border: 1px solid #ccc;
  padding: 3px 8px;
  height: 26px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login-collapse .btn {
  padding-top: 3px;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .login-collapse .login .form-inline .form-group {
    display: inline-block;
  }
  .login-collapse .login .form-inline .form-group input {
    display: inline-block;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 1200px) {
  .form-inline .form-group input {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .login-collapse .login {
    float: right;
    display: block;
  }
  .login-collapse {
    display: block;
  }
}
.nav #take-a-survey {
  padding: 4px 8px !important;
  margin-top: 1px;
  margin-right: 20px;
  color: #ffffff !important;
  text-transform: uppercase;
  background-color: #DA1A21;
}
.navbar {
  position: relative;
  min-height: 80px;
}
.social-media-icon {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-color: #ffffff;
  border: 1px solid #f3f3f3;
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  float: left;
  background-repeat: no-repeat;
  background-position: 0 -40px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.social-icons .facebook-icon {
  background-image: url('/App_Presentation/responsive/OpinionWorld/APAC/img/social-media-facebook.png');
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #bcbdbf;
  border-left: 1px solid #bcbdbf;
  border-right: 1px solid #bcbdbf;
  border-top: none;
}
.social-icons .googleplus-icon {
  background-image: url('/App_Presentation/responsive/OpinionWorld/APAC/img/social-media-googlePlus.png');
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #bcbdbf;
  border-left: 1px solid #bcbdbf;
  border-right: 1px solid #bcbdbf;
  border-top: none;
}
.social-icons .twitter-icon {
  background-image: url('/App_Presentation/responsive/OpinionWorld/APAC/img/social-media-twitter.png');
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #bcbdbf;
  border-left: 1px solid #bcbdbf;
  border-right: 1px solid #bcbdbf;
  border-top: none;
}
.top-bar .social-icons .social-media-icon:hover {
  border: none;
  background-position: 0 -3px;
}
.social-icons .facebook-icon:hover {
  background-color: #3b5998;
}
.social-icons .twitter-icon:hover {
  background-color: #00a0d1;
}
.social-icons .googleplus-icon:hover {
  background-color: #d94a39;
}
.menu-item {
  padding: 3px 6px 6px 0px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.menu-item a {
  padding: 4px 10px !important;
  margin-left: 6px;
}
.menu-item:hover {
  background-color: #9f2718;
}
.menu-item:hover a {
  color: #ffffff !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .menu-item:hover {
    background-color: #ffffff !important;
  }
}
/* Styling UEX Test*/
@media only screen and (max-width: 768px) {
  .navbar-collapse .navbar-nav li a:hover {
    background-color: #DA1A21;
    color: #FFFFFF;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-nav #take-a-survey {
    margin-bottom: 5px;
    width: 100%;
  }
  .navbar-nav .input-group-sm {
    float: left;
    width: 50%;
  }
  .navbar-nav #knownMemberSyncFb {
    width: 99%;
    float: left;
  }
  .navbar-nav #apslogout {
    width: 99%;
    float: right;
  }
}
#charity-content #left-overview #buttons > a {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 11px;
  width: 205px;
  background-color: #DA1A21;
  border-color: #DA1A21;
  padding: 4px 5px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  line-height: 1.5;
  color: #ffffff;
  -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: #9f2718;
  border-color: #9f2718;
}
#charity-box #charity-footer > a {
  clear: both;
  float: right;
  font-size: 11px;
  width: 205px;
  background-color: #b5b4b4;
  border-color: #b5b4b4;
  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: #666666;
  border-color: #666666;
}
#show-more-surveys {
  width: auto!important;
}
#take-survey {
  font-size: 110%;
}
.nav #take-a-survey:hover {
  background-color: #9f2718;
}
#available-surveys .panel-heading,
#dashboard-news .panel-heading,
#survey-history-dashboard .panel-heading,
#badges-div .panel-heading,
#profile-links .panel-heading,
#profile-settings .panel-heading,
#yourearnings-surveys .panel-heading,
#search-survey-box .panel-heading {
  background-color: #ECF6FC;
  color: #276F9B;
}
@media only screen and (min-width: 991px) {
  .glyphicon-chevron-down:before {
    display: none;
  }
}
#badges-div .badges-collapse div {
  text-align: center;
}
@media only screen and (max-width: 500px) {
  #badges-div .badges-collapse div {
    text-align: left !important;
  }
}
.dashboard-badge-dateearned {
  font-size: 11px;
}
#show-more-surveys {
  float: right;
  margin-top: 7px;
}
ul #survey-history-dashboard li {
  list-style: none;
}
ul #survey-history-dashboard li p {
  margin-top: -200px;
}
.fa-dashboard {
  padding-top: 5px;
  padding-left: 6px;
}
.fa-check {
  padding-top: 8px;
  padding-left: 6px;
}
.fa-star-o {
  padding-top: 7px;
  padding-left: 7px;
}
.fa-heart-o {
  padding-top: 7px;
  padding-left: 6px;
}
.yourearnings-content .icon {
  margin-right: 10px;
}
#minipolls-div .minipolls-collapse .answeroption {
  font-size: 90%;
}
#minipolls-div .minipolls-collapse .answeroption input {
  margin-right: 10px;
}
#minipolls-div .panel-body {
  height: auto;
}
.minipolls-results-description,
.minipolls-question,
.minipolls-results-label {
  color: #2e75bb;
}
.table .btn {
  width: auto;
}
.dashboard-badge-item {
  width: 30%;
}
#minipolls-div .table-condensed {
  margin-bottom: 10px!important;
}
.minipolls-results-questiontitle {
  padding-top: 10px;
  padding-left: 15px;
}
.minipolls-results-question {
  font-size: 20px;
}
.pollresult {
  background: #ecf6fc;
  padding: 10px;
  float: left;
  margin-right: 5%;
  margin-top: 3% !important;
  width: 29%;
}
.pollresult-text {
  color: #58585b;
}
.pollresult-percentage {
  color: #58585b;
  float: right;
}
.pollresult-count {
  color: #555555;
}
.pollresult-total-count {
  font-size: 20px;
}
@media only screen and (max-width: 500px) {
  .dashboard-badge-dateearned {
    display: block;
    border-bottom: 1px solid #b5b4b4;
  }
  #dashboard-news {
    margin-bottom: 35%;
  }
  #available-surveys .panel-body {
    height: 250px;
  }
  #survey-history-dashboard .panel-body {
    height: 300px;
  }
  #dashboard-news .carousel-control.left {
    margin-top: 80px;
  }
  #dashboard-news .carousel-control.righ {
    margin-top: 80px;
  }
  #reward-fulfillment-partners-redemption-amazon {
    margin-bottom: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .btn-possition {
    left: 0;
    right: 0;
  }
  #badges-div .badges-collapse > a,
  #minipolls-div .minipolls-collapse > a,
  #survey-history-dashboard .surveys-collapse > a,
  #dashboard-news .news-collapse > a {
    width: 95%;
    margin-right: 3%;
  }
  #submitPollAnswer {
    width: 100%;
    /*margin-right:3%*/
  }
  .minipolls-collapse .panel-body {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .badges-collapse,
  .minipolls-collapse,
  .surveys-collapse,
  .availablesurveys-collapse,
  .news-collapse {
    display: block;
  }
}
.carouselS {
  float: left;
}
/* This is for "Your Earnings" card section showing proerply */
@media and (min-device-width: 768px) and (max-device-width: 1024px) {
  .news-collapse,
  .availablesurveys-collapse,
  .surveys-collapse,
  .badges-collapse,
  .login-collapse,
  .yourearnings-collapse,
  .minipolls-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .news-collapse.collapse,
  .availablesurveys-collapse.collapse,
  .yourearnings-collapse.collapse,
  .surveys-collapse.collapse,
  .minipolls-collapse.collapse,
  .badges-collapse.collapse,
  .login-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }
}
/* This is for poll result in the my account box */
td.pollresult {
  width: 70%;
}
td.pollresult-percentage {
  padding-top: 5% !important;
  padding-bottom: 3% !important;
}
td.pollresult-count {
  padding-top: 3.5% !important;
  margin-top: 2% !important;
}
/* This is for survey Opportunites button size*/
.btn-active-survey {
  width: 100% !important;
}
.btn-survey-remove {
  width: 100% !important;
}
@media only screen and (max-width: 500px) {
  #F1-Col1-Row1 .col-md-6 .panel .panel-body .col-sm-3 {
    display: none;
  }
  #F1-Col1-Row1 .col-md-6 .panel .panel-body .col-sm-9 {
    width: 100%;
  }
}
#mailing-settings {
  margin-left: -10px;
  clear: both;
  font-size: 13px;
}
#mailing-settings .row input {
  margin-top: 1px;
}
#mailing-settings .row input + div {
  padding-right: 7px;
}
#mailing-settings .row #onlineexposure,
#mailing-settings .row #ownewsletter {
  margin-right: 7px;
}
#edit-profile-settings {
  clear: both;
  margin-top: 5px;
}
#profile-settings #panelunsubscribe {
  display: none;
}
.media #buttons {
  text-align: center;
  margin: 0 auto;
}
#btnChangePass,
#btnChangeEmail,
#edit-bcard {
  margin-bottom: 7px;
}
.wrapper #F9-Col1-Row1 #profile-links {
  margin-top: 20px;
}
#personal-info ul {
  list-style-type: none;
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 515px) {
  #personal-info li,
  #business-card-view #buttons li {
    clear: both;
    margin: 0 auto;
  }
  #personal-info li {
    margin-bottom: 7px;
  }
  #business-card-view .panel-body,
  #profile-settings .profile-settings-content {
    height: auto;
  }
  #business-card-view .media .col-md-6 {
    width: 100%;
  }
  #profile-settings .profile-settings-content {
    padding-bottom: 35px;
  }
  #mailing-settings {
    font-size: 12px;
  }
  #edit-profile-settings {
    clear: both;
    margin-top: 5px;
  }
  #btnChangeEmail,
  #edit-bcard,
  #btnChangePass {
    width: 100%;
  }
}
@media only screen and (max-width: 460px) {
  #business-card-view .panel-body {
    height: auto;
  }
  #btnChangePass,
  #btnChangeEmail,
  #edit-bcard {
    clear: both;
  }
  .container #profile-links {
    padding-bottom: 50px;
  }
}
#business-card-view .panel-heading {
  background-color: #ECF6FC;
  color: #276F9B;
}
@media only screen and (max-width: 460px) {
  #business-card-view .panel-body {
    height: auto;
  }
}
#profile-settings .profile-settings-content ul li {
  padding-bottom: 4px;
}
#profile-settings .profile-settings-content ul li input {
  margin-right: 5px;
}
.navbar-nav #take-a-survey {
  display: block!important;
}
@media only screen and (max-width: 767px) {
  .inner #profile-settings > a {
    width: 95%;
    margin-right: 3%;
  }
}
/* .promo-horizontal {padding-bottom:15px;}*/
select.input-sm {
  height: 32px;
}
.panel-body h2 {
  color: #276f9b;
}
#fbprompt-div {
  padding-bottom: 35px;
  clear: both;
}
#fbprompt-div .facebook-login-mid a {
  background-color: #3b5998;
  border-color: #3b5998 !important;
  color: #ffffff;
  padding: 3px 8px!important;
  text-transform: none;
  line-height: 20px;
  display: block;
  position: relative!important;
  border-width: 0 1px 4px!important;
  border: solid;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2px;
  cursor: pointer;
  background-image: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  max-width: 230px;
  margin-top: 10px;
}
#fbprompt-div .facebook-login-mid a:hover {
  background-color: #2C4272;
  border-color: #2C4272 !important;
  top: 1px;
  border-bottom-width: 3px!important;
}
@media only screen and (max-width: 460px) {
  #fbprompt-div {
    padding-bottom: 90px;
  }
}
.badges-page-nextbadge-div small {
  font-size: 70%;
}
@media only screen and (max-width: 500px) {
  .badges-image {
    display: block!important;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .badges-image {
    width: 80px;
  }
  #badges-page #badges-page-container .panel-body {
    height: 140px;
  }
}
@media (max-width: 768px) {
  .btn-toggle {
    cursor: pointer;
  }
  .badges-image {
    width: 90px;
  }
}
@media (max-width: 520px) {
  #badges-page {
    padding-bottom: 50px;
  }
}
#form1 {
  min-height: 100%;
  position: relative;
  width: 100%;
}
.wrapper {
  position: relative;
  padding-bottom: 260px;
}
@media only screen and (max-width: 480px) {
  .wrapper {
    padding-bottom: 360px;
  }
}
#footer {
  clear: both;
  min-height: 150px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
  bottom: 0;
}
.container #F9-Col2-Row2 .inner #disclaimer {
  text-align: left;
}
.radio label,
.checkbox label {
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 1px!important;
}
@media only screen and (max-width: 991px) {
  .wrapper #F9-Row2 .container .col-md-3 {
    padding-bottom: 150px;
  }
}
/*----------     Blog    ---------------*/
.resources-list {
  list-style-type: none;
  float: left;
  width: 50%;
  padding-right: 8%;
  padding-bottom: 3%;
}
@media only screen and (max-width: 480px) {
  .resources-list {
    float: none;
    width: 100%;
  }
}
.resources-list a:hover {
  color: #333333;
  text-decoration: none;
}
.head-section {
  font-size: 24px;
  color: #333333;
  padding-bottom: 30px;
}
.resources-list h2 {
  font-size: 18px;
}
/*#cat { margin-top: -20px; }*/
.resources-list p {
  margin-top: -15px;
}
#resources-contain {
  margin-bottom: 150px;
}
#resources-wrap .head-section {
  padding-left: 38px;
}
#phcontent_0_f9col1row2_0_BackToBlog1 {
  color: black !important;
}
#newsWrapperID a {
  color: black !important;
}
/*.facebook-login-button, .facebook-login-mid, .facebook-connected,  {text-align:left; display:inline;}*/
/* FB button of badge pop */
.facebook-login-mid a {
  background-color: #3b5998;
  border-color: #3b5998 !important;
  color: #ffffff;
  padding: 3px 8px!important;
  text-transform: none;
  line-height: 20px;
  display: block;
  position: relative!important;
  border-width: 0 1px 4px!important;
  border: solid;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2px;
  cursor: pointer;
  background-image: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  max-width: 230px;
  margin-top: 10px;
}
.facebook-login-mid a:hover {
  background-color: #2C4272;
  border-color: #2C4272 !important;
  top: 1px;
  border-bottom-width: 3px!important;
}
/* Adrian suggested to remove this one .navbar-collapse ul li {text-align:left; display:inline;} */
.facebook-login-button > img,
.facebook-connected > img {
  width: 32px;
  height: 32px;
  padding: 0!important;
  margin-top: 1px;
}
.container #facebookRegister {
  padding-left: 20px;
}
.required {
  margin-right: 5%;
}
@media only screen and (max-width: 500px) {
  .fbRegister .col-xs-6 {
    width: auto;
  }
}
#facebookRegister .col-md-3 {
  margin-right: 20px;
}
.fbregisterP {
  padding-top: 15%;
  padding-bottom: 2px;
}
@media only screen and (max-width: 991px) {
  .fbregisterP {
    padding-top: 0;
  }
}
.fbregisterP2 {
  padding-top: 4%;
  padding-bottom: 2px;
}
@media only screen and (max-width: 500px) {
  Register {
    padding-bottom: 25%;
  }
}
#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;
  }
}
.fb_iframe_widget {
  margin-bottom: 10%;
  margin-left: 15px;
}
@media only screen and (max-width: 500px) {
  .fb_iframe_widget {
    margin-bottom: 25%;
    margin-left: 7%;
  }
}
.border-left {
  border-left-color: #ffffff;
}
.panel-body h3 {
  margin-top: 0 !important;
}
#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: 45px;
  text-align: center;
  margin: 0 auto;
}
.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;
}
table#seamlesslogin {
  width: 90%;
  background: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 5%;
}
table#seamlesslogin td {
  margin: 0 auto;
  text: align:center;
  padding-top: 1%;
  padding-bottom: 1%;
}
table#seamlesslogin td a {
  padding: 0 10px;
}
table#seamlesslogin input[type=button] {
  padding: 6px 10px 4px;
  border: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.5;
  color: #ffffff;
  background-color: #3f8cca;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
td#slogin {
  width: 50%;
}
@media only screen and (max-width: 500px) {
  input#spausername,
  input#spapassword {
    width: 90%;
  }
}
@media only screen and (max-width: 350px) {
  table#seamlesslogin td a {
    font-size: 10px;
  }
}
#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;
}
#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;
  }
  .panel .btn {
    width: 100%;
  }
  .ovationvoucheroption .panel-body {
    height: auto;
    min-height: 180px;
  }
}
.aspNetDisabled {
  z-index: 10;
}
.retailername {
  color: #2c75b3;
  border-bottom: 1px solid #EFEFEC;
  width: 100%;
  white-space: nowrap;
  max-width: 16ex;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0px;
}
#reward-fulfillment-partners-redemption-ovationnew #voucher-type-display {
  font-size: 12px;
}
#ovationvoucheroption-wrapper .deno-div .btn-success {
  background: #28B62E;
  border-color: #23A127;
}
#webshop-btn-hidden {
  width: 100%;
  visibility: hidden;
  height: 26px;
  margin-bottom: 7px;
}
#outOfStockLabel {
  width: 100%;
  height: 19px;
  margin-bottom: 7px;
}
.panel-default > .panel-heading,
.nav-tabs > li > a {
  color: #2c75b3;
  background-color: #ecf6fc;
}
#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 {
  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 {
  float: left;
}
#reward-fulfillment-partners-redemption-paypal #reward-fppr-button {
  margin-left: 15px;
  margin-top: 30px;
}
#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-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 {
  background-color: #DA1A21;
  border: 0;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  line-height: 1.5;
  color: #ffffff;
  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 {
  background-color: #9f2718;
}
#reward-fulfillment-partners-redemption-ovationnew #backbtn {
  margin-left: 40px;
}
#reward-fulfillment-partners-redemption-ovationnew #ifE_Voucher {
  margin-top: -32px;
  margin-left: 170px;
  background-color: #DA1A21;
  border: 0;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  line-height: 1.5;
  color: #ffffff;
  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: 15%;
}
#reward-fulfillment-partners-redemption-ovationnew #reward-fppr-button .ButtonClaim {
  top: 197px;
  margin-left: 180px;
  position: relative;
  background-color: #DA1A21;
  border: 0;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  line-height: 1.5;
  color: #ffffff;
  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: #9f2718;
}
@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) {
  #reward-dynamic-vouchers-desc {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 320px) {
  #reward-dynamic-vouchers-desc {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 480px) {
  .reward-fppr-foutje.reward-fppr-foutje h2 > font {
    width: 75% !important;
  }
}
@media only screen and (max-width: 420px) {
  #reward-fulfillment-partners-redemption-quarterly-prize-draw .reward-fppr-disclaimer {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 500px) {
  #facebookLikeBox,
  #twitter-widget-2 {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  #rewardContent {
    margin-bottom: 40% !important;
  }
}
.has-feedback .form-control {
  padding-right: 0 !important;
}
.twitter-timeline {
  height: 350px;
  margin-left: 15px !important;
}
.TYcontainer {
  padding: 10px;
  background: #1291bc;
  /*margin-bottom:-120px !important;*/
  /*@media only screen and (max-width:480px){margin-bottom:-230px !important;}*/
}
@media only screen and (max-width: 380px) {
  .TYcontainer {
    padding: 0 !important;
  }
}
.TYcontainer #TYtext-block-1 {
  margin-bottom: -30px;
}
.TYcontainer #TYtext-block-1 h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 5px 0;
}
@media screen and (max-width: 380px) {
  .TYcontainer #TYtext-block-1 h2 {
    line-height: 34px !important;
  }
}
.TYcontainer #TYtext-block-1 #mainImgImg {
  margin: 0 auto;
  text-align: center;
}
.TYcontainer #TYtext-block-1 .row .img-responsive {
  width: auto\9;
}
@media screen and (max-width: 320px) {
  .TYcontainer #TYtext-block-1 {
    margin-bottom: -15px;
  }
}
@media (min-width: 321px) and (max-width: 384px) {
  .TYcontainer #TYtext-block-1 {
    margin-bottom: -19px;
  }
}
@media (min-width: 385px) and (max-width: 480px) {
  .TYcontainer #TYtext-block-1 {
    margin-bottom: -23px;
  }
}
.TYcontainer #TYtext-block-2 {
  background: #da1f28;
  color: #fff;
  padding-top: 25px;
}
.TYcontainer #TYtext-block-2 .row {
  padding-left: 60px;
  padding-bottom: 8px;
}
.TYcontainer #TYtext-block-2 .row h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
}
.TYcontainer #TYtext-block-2 .row #mainImgImg {
  margin: 0 auto;
  text-align: center;
}
.TYcontainer #TYtext-block-2 .row .img-responsive {
  width: auto;
}
@media only screen and (max-width: 899px) {
  .TYcontainer #TYtext-block-2 .row {
    padding-left: 5px;
    padding-right: 20px;
  }
}
.TYcontainer #TYtext-block-3 {
  background: #1291bc;
  padding-left: 70px;
  color: #fff;
  margin-bottom: 15px;
}
.TYcontainer #TYtext-block-3 .col-lg-6 .img-responsive {
  width: auto;
}
@media screen and (max-width: 340px) {
  .TYcontainer #TYtext-block-3 .col-lg-6 .img-responsive {
    margin: 0 auto;
    text-align: center;
  }
}
.TYcontainer #TYtext-block-3 .col-lg-6 h3 {
  font-weight: bold;
  color: #fff;
}
.TYcontainer #TYtext-block-3 .col-lg-6 .column {
  padding-right: 100px;
  margin-top: 15px;
}
@media only screen and (max-width: 899px) {
  .TYcontainer #TYtext-block-3 .col-lg-6 .column {
    padding-left: 5px;
    padding-right: 20px;
  }
}
.TYcontainer #TYtext-block-3 .col-lg-5 .img-responsive {
  width: auto;
}
@media screen and (max-width: 340px) {
  .TYcontainer #TYtext-block-3 .col-lg-5 .img-responsive {
    margin: 0 auto;
    text-align: center;
  }
}
.TYcontainer #TYtext-block-3 .col-lg-5 h3 {
  font-weight: bold;
  color: #fff;
}
.TYcontainer #TYtext-block-3 .col-lg-5 .column {
  padding-right: 10px;
  margin-top: 15px;
}
@media only screen and (max-width: 899px) {
  .TYcontainer #TYtext-block-3 .col-lg-5 .column {
    padding-left: 5px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .TYcontainer #TYtext-block-3 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .TYcontainer #TYtext-block-3 img {
    text-align: center;
    margin: 0 auto;
  }
}
.TYcontainer #TYtext-block-4 {
  background: #f6921e;
  color: #fff;
  padding-top: 20px;
  padding-right: 70px;
  padding-bottom: 20px;
  padding-left: 70px;
}
@media only screen and (max-width: 1024px) {
  .TYcontainer #TYtext-block-4 {
    padding-left: 5px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .TYcontainer .container {
    width: auto;
  }
}
@media only screen and (max-width: 460px) {
  #F1-Col1-Row1 {
    padding-bottom: 0!important;
  }
}
@media only screen and (max-width: 460px) {
  #F1-Col1-Row1 {
    padding-bottom: 0\9;
  }
}
#join-page-bootstrap {
  padding-top: 6px !important;
}
#drawerContainer {
  /*old RAF code
  position: absolute;
  top: 5%;*/
  right: -300px;
  width: 350px;
  height: 428px;
  position: fixed;
  top: 33%;
  -webkit-transition: right 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: right 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: right 0.3s ease-out;
  /* Opera 10.50–12.00 */
  transition: right 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#drawerContainer #drawerContent input {
  width: 99%;
  font-size: 12px;
}
#drawerContainer #drawerContent {
  height: 550px;
  width: 300px;
  background: #dfdfdf;
  float: right;
  padding: 15px 85px 0 15px;
}
.drawerOpen #drawerTab {
  background: url("/App_Presentation/responsive/OpinionWorld/APAC/en-au/img/RAF-btn-closed.jpg") repeat scroll center center #F16639 !important;
}
#drawerContainer #drawerTab {
  height: 200px;
  width: 50px;
  display: block;
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  background: url("/App_Presentation/responsive/OpinionWorld/APAC/en-au/img/RAF-btn-open.jpg") repeat scroll center center #253337;
}
.drawerOpen {
  right: -70px !important;
}
.drawerClosed {
  right: -300px !important;
}
@media (max-width: 400px) {
  #text-block-2 iframe {
    width: 100%!important;
  }
}
#brafton-lp #join-page-bootstrap {
  padding-top: 10px!important;
}
#brafton-lp #join-page-bootstrap #fbloginBottom {
  border-width: 0!important;
}
#brafton-lp #join-page-bootstrap #fbloginBottom {
  visibility: none !important;
}
.btn-success,
.btn-success:active,
.btn-success:hover {
  background-color: #f60;
}
@media (max-width: 385px) {
  .navbar-toggle {
    margin-right: 0;
  }
}
#facebook {
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
  color: #fff;
  border: 0 !important;
}
#facebook:hover {
  background-color: #2c4272 !important;
  border-color: #2c4272 !important;
}
#facebook {
  border-radius: 5px;
  padding-bottom: 3px;
  padding-top: 3px;
  width: 44%;
  margin-left: 4%;
  margin-top: 26px;
  display: inline-block;
  clear: none!important;
  bottom: -10px;
  right: -10px;
  left: -10px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #facebook {
    bottom: -10px;
    right: -10px;
    left: 0px;
    top: -8px;
    position: relative;
  }
}
#googleplus {
  background-color: #dc4a38 !important;
  border-color: #dc4a38 !important;
  color: #fff;
  border: 0 !important;
}
#googleplus:hover {
  background-color: #c03121 !important;
  border-color: #c03121 !important;
}
#googleplus {
  border-radius: 5px;
  padding-bottom: 3px;
  padding-top: 3px;
  width: 44%;
  margin-left: 4%;
  margin-top: 26px;
  display: inline-block;
  clear: none!important;
  bottom: -10px;
  right: -10px;
  left: -10px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #googleplus {
    bottom: -10px;
    right: -10px;
    left: 0px;
    top: -8px;
    position: relative;
  }
}
#iv3_steps .intake-page-container {
  background-color: white;
}
#iv3_steps .navbar {
  position: relative;
  background: white;
  min-height: 80px;
}
#iv3_steps .navbar-default {
  border-color: white;
  box-shadow: none;
}
#iv3_steps .wrapper {
  background: white;
}
@media screen and (max-width: 480px) {
  #iv3_steps .wrapper {
    padding-bottom: 260px;
  }
}
#iv3_steps .intakeFlowBg {
  background-image: url("https://s3.amazonaws.com/ssi-ite-web/sitecorewebassets/App_Presentation/responsive/OpinionWorld/APAC/en-au/img/titleBg.jpg");
  background-repeat: repeat-x;
  height: 262px;
}
@media screen and (max-width: 420px) {
  #iv3_steps .intakeFlowBg {
    height: 200px;
  }
}
#iv3_steps .intakeFlowBg img {
  max-width: 100%;
}
#iv3_steps .intakeFlowBg .flowStepsB {
  margin: 0 10px 0 10px;
}
#iv3_steps .intakeFlowBg .miscFlowImg {
  margin-top: 50px;
  margin-bottom: 10px;
}
#iv3_steps .intakeFlowBg .mainMiscAgeImg {
  background-image: url("https://s3.amazonaws.com/ssi-ite-web/sitecorewebassets/App_Presentation/responsive/OpinionWorld/APAC/en-au/img/mainMiddleBgUnderage.gif");
  height: 187px;
  background-repeat: no-repeat;
  background-position: center;
}
#iv3_steps .intakeFlowBg .mainMiscAgeImg p.miscP {
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
#iv3_steps .intakeFlowBg .mainMiscImg {
  background-image: url("https://s3.amazonaws.com/ssi-ite-web/sitecorewebassets/App_Presentation/responsive/OpinionWorld/APAC/en-au/img/mainMiddleBg.gif");
  height: 187px;
  background-repeat: no-repeat;
  background-position: center;
}
#iv3_steps .intakeFlowBg .mainMiscImg p.miscP {
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  #iv3_steps .intakeFlowBg .mainMiscImg {
    background: none;
    height: 157px;
  }
}
#iv3_steps .intakeFlowBg .mainImg {
  background-image: url("https://s3.amazonaws.com/ssi-ite-web/sitecorewebassets/App_Presentation/responsive/OpinionWorld/APAC/en-au/img/mainMiddleBg.gif");
  height: 157px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 500px) {
  #iv3_steps .intakeFlowBg .mainImg {
    background: none;
    height: 157px;
  }
}
#iv3_steps .intakeFlowBg .mainImg p.firstP {
  color: white;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  #iv3_steps .intakeFlowBg .mainImg p.firstP {
    padding-top: 15px;
  }
}
@media screen and (max-width: 350px) {
  #iv3_steps .intakeFlowBg .mainImg p.firstP {
    padding-top: 25px;
  }
}
#iv3_steps .intakeFlowBg .mainImg p.secondP {
  color: white;
  font-size: 20px;
  margin-top: 0;
}
@media screen and (max-width: 414px) {
  #iv3_steps .intakeFlowBg .mainImg p.secondP {
    padding-top: 15px;
  }
}
#iv3_steps .peb-wrapper {
  margin-top: 30px;
}
#iv3_steps div#intake-Group1a,
#iv3_steps div#profile-address,
#iv3_steps div#profile-household,
#iv3_steps div#profile-employment,
#iv3_steps div#profile-occupation,
#iv3_steps div#profile-password,
#iv3_steps div.siq-CountryChanged-class,
#iv3_steps div.siq-DNMC-class {
  padding-left: 85px !important;
}
@media screen and (max-width: 699px) {
  #iv3_steps div#intake-Group1a,
  #iv3_steps div#profile-address,
  #iv3_steps div#profile-household,
  #iv3_steps div#profile-employment,
  #iv3_steps div#profile-occupation,
  #iv3_steps div#profile-password,
  #iv3_steps div.siq-CountryChanged-class,
  #iv3_steps div.siq-DNMC-class {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 699px) {
  #iv3_steps .siq-the-questions {
    padding-left: 0;
  }
}
#iv3_steps .group-leader {
  font-weight: bold;
}
#iv3_steps .pe-wrapper select,
#iv3_steps .pe-wrapper input {
  width: 380px;
}
@media screen and (max-width: 550px) {
  #iv3_steps .pe-wrapper select,
  #iv3_steps .pe-wrapper input {
    width: 250px;
  }
}
#iv3_steps input#siq-daydob-id,
#iv3_steps input#siq-monthdob-id,
#iv3_steps input#siq-yeardob-id {
  width: 120px !important;
}
@media screen and (max-width: 550px) {
  #iv3_steps input#siq-daydob-id,
  #iv3_steps input#siq-monthdob-id,
  #iv3_steps input#siq-yeardob-id {
    width: 75px !important;
  }
}
#iv3_steps .dob-box {
  padding-right: 5px;
  margin-top: -3px;
}
#iv3_steps input#siq-gender-id-2,
#iv3_steps input#siq-gender-id-1 {
  width: 50px !important;
}
@media screen and (max-width: 699px) {
  #iv3_steps input#siq-gender-id-2 input#siq-gender-id-2,
  #iv3_steps input#siq-gender-id-1 input#siq-gender-id-2,
  #iv3_steps input#siq-gender-id-2 input#siq-gender-id-1,
  #iv3_steps input#siq-gender-id-1 input#siq-gender-id-1 {
    width: 0px !important;
  }
}
#iv3_steps .error {
  font-size: 12px !important;
}
#iv3_steps #siq-nrchildren-id-error {
  margin-top: 48px;
  font-size: 12px;
  margin-left: 5px;
}
@media screen and (max-width: 699px) {
  #iv3_steps #siq-nrchildren-id-error {
    margin-left: 0px !important;
    margin-top: 30px;
  }
}
#iv3_steps input#siq-agreetermscond-id-1 {
  width: 15px !important;
}
@media screen and (max-width: 699px) {
  #iv3_steps input#siq-agreetermscond-id-1 {
    margin-left: 22%;
  }
}
@media screen and (max-width: 375px) {
  #iv3_steps input#siq-agreetermscond-id-1 {
    margin-left: 10%;
  }
}
#iv3_steps .siq-TermsAndConditions-class {
  font-size: 13.5px!important;
  width: 300px;
}
@media screen and (max-width: 699px) {
  #iv3_steps .siq-TermsAndConditions-class {
    margin-top: 0 !important;
    text-align: left;
    margin-left: 30% !important;
  }
}
@media screen and (max-width: 550px) {
  #iv3_steps .siq-TermsAndConditions-class {
    width: 220px;
    margin-left: 28% !important;
  }
}
@media screen and (max-width: 375px) {
  #iv3_steps .siq-TermsAndConditions-class {
    width: 220px;
    margin-left: 20% !important;
  }
}
#iv3_steps .siq-page-disclaimer {
  margin-bottom: 0 !important;
}
#iv3_steps #siq_agreetermscond_name-error {
  margin-top: -10px;
}
@media screen and (max-width: 699px) {
  #iv3_steps #siq_agreetermscond_name-error {
    margin-left: 21% !important;
    margin-top: -5px;
  }
}
@media screen and (max-width: 375px) {
  #iv3_steps #siq_agreetermscond_name-error {
    margin-left: 13% !important;
  }
}
@media screen and (max-width: 320px) {
  #iv3_steps #siq_agreetermscond_name-error {
    margin-left: 8% !important;
  }
}
#iv3_steps #siq-daydob-id-error {
  margin-top: 28px;
}
@media screen and (max-width: 699px) {
  #iv3_steps #siq-daydob-id-error {
    margin-left: 13% !important;
  }
}
@media screen and (max-width: 550px) {
  #iv3_steps #siq-daydob-id-error {
    margin-left: 0 !important;
  }
}
#iv3_steps #siq-occupation-id-error {
  margin-top: 28px;
  margin-left: 5px;
}
@media screen and (max-width: 699px) {
  #iv3_steps #siq-occupation-id-error {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 550px) {
  #iv3_steps #siq-occupation-id-error {
    margin-left: 0 !important;
  }
}
#iv3_steps #siq-password-id-error {
  margin-top: 30px!important;
  margin-left: 5px !important;
}
@media screen and (max-width: 699px) {
  #iv3_steps #siq-password-id-error {
    margin-top: 0 !important;
  }
}
#iv3_steps #siq-questions-wrapper .pec-wrapper {
  padding-top: 0px;
}
#iv3_steps #siq-questions-wrapper .siq-confirm-class {
  margin-top: 80px;
}
#iv3_steps .siq-NoConvert-class {
  font-weight: bold;
}
#iv3_steps .miscSentence {
  width: 30%;
  margin: 0 auto;
  text-align: left;
  font-weight: bold;
  height: 500px;
  padding-left: 2%;
}
@media screen and (max-width: 1085px) {
  #iv3_steps .miscSentence {
    width: 40% !important;
  }
}
@media screen and (max-width: 781px) {
  #iv3_steps .miscSentence {
    width: 60% !important;
  }
}
@media screen and (max-width: 342px) {
  #iv3_steps .miscSentence {
    width: 60% !important;
  }
}
#iv3_steps #step123 {
  background-color: #F6921E;
  color: white;
  padding: 25px 0 25px 0;
}
#iv3_steps #step123 p.bigTitle {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #iv3_steps #step123 p.bigTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 580px) {
  #iv3_steps #step123 p.bigTitle {
    font-size: 18px;
    padding: 0 35px 0 35px;
  }
}
#iv3_steps #step123 p.secondBigTitle {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #iv3_steps #step123 p.secondBigTitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 580px) {
  #iv3_steps #step123 p.secondBigTitle {
    font-size: 15px;
    margin: 15px 35px 0 35px;
  }
}
#iv3_steps #step123 .step123Fix {
  width: 60%;
}
#iv3_steps #step123 .step123Fix .box {
  background-color: white;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  padding: 10px 15px 5px 15px;
  text-align: left;
  height: 80px;
  margin: 10px;
  color: #F6921E;
  font-weight: bold;
}
@media screen and (max-width: 580px) {
  #iv3_steps #step123 .step123Fix .box {
    height: 65px;
  }
}
#iv3_steps #step123 .step123Fix .col-sm-4 {
  width: 29%;
}
@media screen and (max-width: 950px) {
  #iv3_steps #step123 .step123Fix .col-sm-4 {
    width: 80% !important;
  }
}
@media screen and (max-width: 767px) {
  #iv3_steps #step123 .step123Fix .col-sm-4 {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 580px) {
  #iv3_steps #step123 .step123Fix .col-sm-4 {
    width: 85% !important;
  }
}
@media screen and (max-width: 400px) {
  #iv3_steps #step123 .step123Fix .col-sm-4 {
    width: 100% !important;
  }
}
#iv3_steps p.socialShareText {
  margin: 45px 0 10px 0;
}
#iv3_steps .siq-DNMC-class,
#iv3_steps .siq-NoConvert-class {
  visibility: hidden;
}
#iv3_steps .siq-NoConvert-class h1,
#iv3_steps .siq-CountryChanged-class h1 {
  display: none;
}
#iv3_steps .siq-CountryChanged-class {
  visibility: hidden;
}
#iv3_steps .siq-page-header {
  width: 100% !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #iv3_steps .siq-page-header h2 {
    margin-bottom: 25px;
  }
}
#iv3_steps .siq-page-header h1 {
  color: #DA1A21;
  font-size: 30px;
  font-weight: bold;
}
#iv3_steps .siq-page-header h2 {
  color: #4D4D4D;
  font-size: 18px;
  margin-top: 0px;
}
@media screen and (max-width: 699px) {
  #iv3_steps .siq-page-header {
    width: 100% !important;
  }
}
@media screen and (max-width: 550px) {
  #iv3_steps .siq-page-header h1 {
    font-size: 22px;
    padding: 0 10px;
  }
  #iv3_steps .siq-page-header h2 {
    padding: 0 10px;
  }
  #iv3_steps .siq-page-header img {
    max-width: 26%;
    height: auto;
  }
  #iv3_steps .siq-page-header img.secondPAimg {
    max-width: 100%;
  }
}
#iv3_steps .pe-wrapper .peq-leader,
#iv3_steps .pe-wrapper .group-leader {
  width: 100%;
  float: none !important;
  text-align: left !important;
}
@media screen and (max-width: 699px) {
  #iv3_steps .pe-wrapper .peq-leader,
  #iv3_steps .pe-wrapper .group-leader {
    text-align: center!important;
  }
}
#iv3_steps .fa-info-circle {
  color: #F6921E !important;
}
#iv3_steps .clickToolTip {
  cursor: pointer;
  color: #F6921E !important;
  width: 28px;
}
#iv3_steps .group-leader i {
  display: none;
}
#iv3_steps .siq-DOBAUToolTip-class {
  margin-bottom: -40px;
}
@media screen and (max-width: 699px) {
  #iv3_steps .siq-DOBAUToolTip-class {
    margin-bottom: -10px;
  }
}
#iv3_steps .siq-postalcode-id b {
  display: none;
}
#iv3_steps .siq-PostalCodeToolTip-class {
  float: left;
  padding-top: 20px;
}
@media screen and (max-width: 699px) {
  #iv3_steps .siq-PostalCodeToolTip-class {
    margin-left: 36%;
  }
}
@media screen and (max-width: 414px) {
  #iv3_steps .siq-PostalCodeToolTip-class {
    margin-left: 30%;
  }
}
@media screen and (max-width: 375px) {
  #iv3_steps .siq-PostalCodeToolTip-class {
    margin-left: 27%;
  }
}
@media screen and (max-width: 320px) {
  #iv3_steps .siq-PostalCodeToolTip-class {
    margin-left: 24%;
  }
}
#iv3_steps .whatPostcode {
  float: left;
}
#iv3_steps .ToolTopPC {
  float: right;
  margin-left: 10px !important;
}
#iv3_steps input#siq-postalcode-id {
  margin-top: -10px;
}
#iv3_steps .ToolTopDOB {
  margin-left: 8px;
}
@media screen and (max-width: 375px) {
  #iv3_steps .ToolTopDOB {
    margin-left: 10px !important;
  }
}
#iv3_steps .siq-PostCodeAUtooltip-class {
  padding-top: 15px;
  float: left;
  margin-bottom: -5px;
}
@media screen and (max-width: 699px) {
  #iv3_steps .siq-PostCodeAUtooltip-class {
    margin-left: 38%;
  }
}
@media screen and (max-width: 650px) {
  #iv3_steps .siq-PostCodeAUtooltip-class {
    margin-left: 38%;
  }
}
@media screen and (max-width: 500px) {
  #iv3_steps .siq-PostCodeAUtooltip-class {
    margin-left: 30%;
  }
}
@media screen and (max-width: 480px) {
  #iv3_steps .siq-PostCodeAUtooltip-class {
    margin-left: 30%;
  }
}
@media screen and (max-width: 375px) {
  #iv3_steps .siq-PostCodeAUtooltip-class {
    margin-left: 28%;
  }
}
@media screen and (max-width: 320px) {
  #iv3_steps .siq-PostCodeAUtooltip-class {
    margin-left: 25%;
  }
}
@media screen and (max-width: 320px) {
  #iv3_steps .siq-education-id {
    width: 250px !important;
    margin-left: 40px;
  }
}
@media screen and (max-width: 360px) {
  #iv3_steps .siq-income-id {
    width: 300px !important;
    margin-left: 35px;
  }
}
@media screen and (max-width: 320px) {
  #iv3_steps .siq-income-id {
    width: 250px !important;
    margin-left: 40px;
  }
}
#iv3_steps .siq-HHMembersToolTip-class {
  margin-bottom: -30px;
  padding-top: 15px;
}
@media screen and (max-width: 500px) {
  #iv3_steps .siq-HHMembersToolTip-class {
    margin-bottom: -8px;
  }
}
@media screen and (max-width: 480px) {
  #iv3_steps .siq-HHMembersToolTip-class {
    margin-bottom: -5px;
    width: 300px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 375px) {
  #iv3_steps .siq-HHMembersToolTip-class {
    margin-bottom: -5px;
    width: 300px;
    margin-left: 32px;
  }
}
@media screen and (max-width: 320px) {
  #iv3_steps .siq-HHMembersToolTip-class {
    margin-bottom: -12px;
    width: 220px;
    margin-left: 48px;
  }
}
#iv3_steps .ToolTop18 {
  margin-left: 10px;
}
#iv3_steps .siq-nrchildren-id b {
  display: none;
}
@media screen and (max-width: 699px) {
  #iv3_steps #siq-nrchildren-id {
    margin-top: 15px!important;
  }
}
#iv3_steps .intakeCTA {
  padding: 9px 35px !important;
  text-decoration: none;
  border: 0;
  text-align: center;
  background-color: #DA1A21;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}
#iv3_steps .siq-PasswordHint-class {
  margin-bottom: -15px;
  margin-left: 0;
}
#iv3_steps .siq-password-id b {
  display: none !important;
}
#iv3_steps .siq-addressDisclaimerAU-class {
  font-size: 12px;
  width: 85%;
}
@media screen and (max-width: 699px) {
  #iv3_steps .siq-addressDisclaimerAU-class {
    padding: 0 36px;
    width: 100%;
    margin-top: -25px;
  }
}
#iv3_steps .group-leader_2 {
  margin-top: -32px;
  font-weight: bold;
}
#iv3_steps .tooltip {
  max-width: 250px !important;
  width: 250px !important;
}
#iv3_steps .tooltip > .tooltip-inner {
  background-color: #F6921E;
}
#iv3_steps .tooltip > .tooltip-arrow {
  border-top-color: #F6921E;
}
#iv3_steps .tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
#iv3_steps .intake-page-container .pe-wrapper label[for="siq-email-id"],
#iv3_steps .intake-page-container .pe-wrapper label[for="siq-confirmpassword-id"],
#iv3_steps .intake-page-container .pe-wrapper label[for="siq-fname-id"],
#iv3_steps .intake-page-container .pe-wrapper label[for="siq-lname-id"],
#iv3_steps .intake-page-container .pe-wrapper label[for="siq-addressline1-id"],
#iv3_steps .intake-page-container .pe-wrapper label[for="siq-postalcode-id"],
#iv3_steps .intake-page-container .pe-wrapper label[for="siq-marital-id"],
#iv3_steps .intake-page-container .pe-wrapper label[for="siq-agreetermscond-id"],
#iv3_steps .intake-page-container .pe-wrapper label[for="siq-state-id"],
#iv3_steps .intake-page-container .pe-wrapper label[for="siq-employment-id"],
#iv3_steps .intake-page-container .pe-wrapper label[for="siq-education-id"],
#iv3_steps .intake-page-container .pe-wrapper label[for="siq-income-id"],
#iv3_steps .intake-page-container .pe-wrapper label[for="siq-province-id"],
#iv3_steps .intake-page-container .pe-wrapper label[for="siq-city-id"] {
  margin-left: 0;
  margin-top: 30px;
}
#iv3_steps .intake-page-container .pe-wrapper label[for="siq-nrchildren-id"] {
  margin-top: 30px;
}
@media screen and (max-width: 699px) {
  #iv3_steps .intake-page-container,
  #iv3_steps #siq-questions-wrapper,
  #iv3_steps .siq-page-header {
    width: 100% !important;
  }
  #iv3_steps .siq-gender-class-radio1 input[type="radio"] + label[for="siq-gender-id-1"] {
    margin-left: 0 !important;
  }
  #iv3_steps .pe-wrapper .siq-gender-class-options {
    width: auto !important;
    text-align: left!important;
  }
  #iv3_steps .siq-CountryChanged-class,
  #iv3_steps .siq-DNMC-class,
  #iv3_steps .siq-NoConvert-class {
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  #iv3_steps #profile-employment {
    width: 70%;
    margin: 0 auto;
    text-align: left;
  }
}
@media screen and (max-width: 550px) {
  #iv3_steps img.miscFlowImg,
  #iv3_steps img.midImg {
    max-width: 100% !important;
  }
  #iv3_steps #profile-employment {
    width: 50%;
    margin: 0 auto;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  #iv3_steps img {
    display: -webkit-inline-box !important;
  }
  #iv3_steps img.miscFlowImg,
  #iv3_steps img.midImg {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  #iv3_steps .wrapper .intake-page-container img {
    display: inline!important;
  }
  #iv3_steps .siq-gender-class-radio1 input[type="radio"] + label[for="siq-gender-id-1"] {
    margin-left: 0 !important;
  }
  #iv3_steps .pec-wrapper {
    padding-top: 20px;
  }
  #iv3_steps .siq-IntroExisting-class {
    margin: -25px 10px 0 10px;
  }
  #iv3_steps #profile-employment {
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
}
/*--------------- scroll pop up-------------*/
#spopup {
  background-color: #ffffff;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-box-shadow: 0 0 3px #333 inset;
  -webkit-box-shadow: inset 0 0 3px #333;
  box-shadow: inset 0 0 3px #333;
  padding: 21px 0px 12px 0px;
  width: 300px;
  position: fixed;
  bottom: 13px;
  right: 2px;
  display: none;
  z-index: 90;
}
#spopup a {
  z-index: 91;
}
@media screen and (max-width: 500px) {
  #spopup img {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #spopup {
    right: 0px;
    left: 2px;
  }
}
#spopup #pop_words {
  background: url('https://d3ph8ohza835t6.cloudfront.net/App_Presentation/responsive/OpinionWorld/APAC/en-au/img/jsPop/scroll_bg2.gif') no-repeat;
  height: 91px;
  background-size: contain;
  text-align: center;
  font-size: 19px;
  font-family: arial;
  color: #1492BB;
}
#spopup #pop_line1,
#spopup #pop_line2 {
  position: relative;
  top: -10px;
}
/*---------------------delayed pop up --------------------*/
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}
#boxes .window {
  position: fixed;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 2px;
  text-align: center;
}
#boxes #dialog {
  width: 300px;
  height: auto;
  padding: 10px;
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
#boxes p {
  margin-bottom: 33px;
}
.maintext {
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
  color: #fff;
  position: relative;
  top: 100px;
  width: 59%;
  text-align: center;
  margin: 0 auto;
  background-color: rgba(255, 200, 200, 0.7);
  padding: 40px;
}
.popupoption:hover {
  background-color: #9f2718;
  color: #fff;
}
.popupoption2:hover {
  color: red;
}
/* cta button */
#p2 {
  background-color: #DA1A21;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  padding: 9px 7px;
  color: white;
  font-weight: bolder;
  text-decoration: none;
  border-radius: 7px;
}
#p3 {
  color: #276F9B;
  text-decoration: none;
}
.close-button {
  height: 0px;
  width: 0px;
  position: relative;
  box-sizing: border-box;
  line-height: 150px;
  display: inline-block;
  float: right;
  top: 10px;
  right: 0px;
  cursor: pointer;
}
.close-button:before,
.close-button:after {
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -25px;
  display: block;
  height: 3px;
  width: 30px;
  background-color: cadetblue;
  transition: all 0.25s ease-out;
}
.close-button:after {
  transform: rotate(-135deg);
}
.close-button:active:before,
.close-button:active:after {
  transform: rotate(0deg);
}
@media screen and (max-width: 650px) {
  #boxes #dialog {
    width: 90%;
    left: 2%!important;
    top: 100px!important;
  }
}
/*---------winner page-----------------*/
#winnerPage #winBannerM {
  display: none;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 415px) {
  #winnerPage #winBannerM {
    display: block!important;
  }
}
div#cash-giveaway p {
  display: none;
}
div#prize-counter {
  display: none;
}

/*# sourceMappingURL=style-au-specific.css.map */

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//				FORGOT PASSWORD																						////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#forgot-password #F2-Col1-Row2 .sidebox, #forgot-password #F2-Col1-Row2 label, #forgot-password #F2-Col1-Row2 input, #forgot-password #F2-Col1-Row2 #apspasswordhint{
  width:94%; max-width:500px; margin:10px auto; display:block;}

#forgot-password #F2-Col1-Row2 .sidebox{ margin-top:20px; margin-bottom:20px;}

#forgot-password #F2-Col1-Row2 h1{font-size: 32px; font-weight: bold; color:@Orange; text-align:left; margin-top:50px;}

#forgot-password #F2-Col1-Row2 p{ font-size:16px;}

#forgot-password #F2-Col1-Row2 #apspasswordhint{ line-height:40px; font-size:16px; text-align:center; background:@Orange; border:none; border-radius: 8px; color:#fff;max-width: 320px!important;}

#forgot-password #F2-Col1-Row2 #apspasswordhint:hover{text-decoration:none;}

#forgot-password #F2-Col1-Row2 .container{padding-bottom: 250px;}

#passwordreset #F2-Col1-Row2 .container{padding-bottom: 250px;}
#passwordreset #resetpassword-explanation{margin-top: 50px; padding-bottom: 20px; font-size: 24px;}
#passwordreset .resetpassword, #passwordreset #rp-savenewpwbutton{width: 94%; max-width: 500px; margin: 10px auto; display: block;}
#passwordreset #resetpasswordmessage strong {color: #ffffff; text-decoration: underline;}
@media (min-width: 992px) {
  #passwordreset .resetpassword .form-group .col-md-3, .col-md-5 {width: 45%!important;}
}

#passwordreset #panelForm.form-group{padding-bottom:10px;}
#passwordreset #panelFormlabel {float: left}
@media (max-width: 991px) {
  #passwordreset #panelFormlabel {width: 130px!important; float: left!important;}
}

#passwordreset #rp-savenewpwbutton{line-height: 34px; font-size: 11px; text-align: center; background: #3f8cca; border: none; border-radius: 2px; color: #fff; width: 180px!important;}
#passwordreset #rp-savenewpwbutton:hover{ background: #127ba3;}
#passwordreset #panelMessage{padding-top: 50px; text-align: center; font-weight: bold;}

/* New LP based on tested look and feel  */

#updatednewlp #text-block-1, #updatednewlp #text-block-3 {padding: 30px 0px; background-color: #F8F8F8;}
#updatednewlp #text-block-2, #updatednewlp #text-block-4 {padding: 30px 0px; background-color: #ffffff;}
#updatednewlp #text-block-1 p {text-align: center;}

#updatednewlp #text-block-4 section { text-align: center; margin: 0 auto;}
#updatednewlp h2 {text-align:center; text-transform: uppercase; padding-bottom:10px; font-size:115%; color: #F29A12 !important; font-weight: bold; letter-spacing: .2rem;} 
#updatednewlp #F1-Col1-Row1 {margin-bottom: 0;}
#updatednewlp #homePageBannerElement2 {
      margin-top: 0;
      padding: 50px 20px 20px 20px;
      background-color:transparent!important;
      height: auto!important;
      p{font-size: 18px!important; line-height: 30px; font-weight: bold;}
      h1,p {color: #505050}
  }

  #updatednewlp #sliderResponsive {background-image: url('https://webassets.ssisurveys.com/opinionoutpost/brandnewlp/hero-2.jpg'); 
      background-repeat:no-repeat; border-bottom: none; height:auto; -webkit-background-size:cover; -moz-background-size:cover; 
      -o-background-size:cover; background-size:cover; background-position:top left;
  }

  @media (max-width: 767px) {
    #updatednewlp #sliderResponsive {background-image: url('https://webassets.ssisurveys.com/opinionoutpost/brandnewlp/hero-9.jpg'); 
      background-repeat:no-repeat; border-bottom: none; height:auto; -webkit-background-size:cover; -moz-background-size:cover; 
      -o-background-size:cover; background-size:cover; background-position:top left;
    }
  }

  #updatednewlp #sliderResponsive #join-page-bootstrap {margin-top: 0; padding: 5px 20px 50px 20px!important; border-radius: 0!important;}

  #updatednewlp h3 { color: #FEB612 !important; text-align: center; padding: 5px 0; font-size: 24px; text-transform: none !important; border-bottom: none !important;}

  #updatednewlp #text-block-3 .col-md-6{padding:20px;}

  #updatednewlp #join-page-bootstrap {margin: 0!important;}

  #updatednewlp  #join-page-bootstrap { background-color: rgba(255, 255, 255, 1);}

  #updatednewlp  #join-page-bootstrap #form-content #between {display: none;}

  #updatednewlp #join-page-bootstrap .form-control {border: 1px solid #CCCCCC!important; border-radius: 5px !important; -webkit-box-shadow: none; -moz-box-shadow: none; 
    box-shadow: none!important; padding: 7px 12px; font-size: 13px; color: #555;}

  #updatednewlp #join-page-bootstrap #form-content .form-horizontal .form-group div{ color: #999999; padding-top: 10px;}

  #updatednewlp #join-page-bootstrap #btn-register {-webkit-box-shadow: 0px 15px 33px -9px rgba(0, 0, 0, 0.5); box-shadow: 0px 15px 33px -9px rgba(0, 0, 0, 0.5); font-size:110%!important; margin-top: 30px;}

  #updatednewlp #join-page-bootstrap .gender .male .gender-radio {background: transparent url("https://webassets.ssisurveys.com/opinionoutpost/responsive/en-uk/gender-male.png") left top no-repeat; 
    background-color: #F8F8F8; border: 1px solid #CCCCCC; border-radius: 5px;}

  #updatednewlp #join-page-bootstrap .gender .male .gender-radio:after {font-family: FontAwesome; content: "\f007"; position: absolute; top: 12px; right: 30px; font-size: 25px; color: #cccccc;}

  #updatednewlp #join-page-bootstrap .gender .male .gender-selected {background-position: left bottom !important;  background-color: #0E71A0; border: 1px solid #0E71A0;}

  #updatednewlp #join-page-bootstrap .gender .male .gender-selected:after {color:#ffffff;}

  #updatednewlp #join-page-bootstrap .gender .female .gender-radio {background: transparent url("https://webassets.ssisurveys.com/opinionoutpost/responsive/en-uk/gender-female.png") left top no-repeat;
    background-color: #F8F8F8; border: 1px solid #CCCCCC; border-radius: 5px;}

  #updatednewlp #join-page-bootstrap .gender .female .gender-radio:after {font-family: FontAwesome; content: "\f007"; position: absolute; top: 12px; right: 15px; font-size: 25px; color: #cccccc;}

  #updatednewlp #join-page-bootstrap .gender .female .gender-selected {background-position: left bottom !important; background-color: #CC1800; border: 1px solid #CC1800;}

  #updatednewlp #join-page-bootstrap .gender .female .gender-selected:after {color:#ffffff;}

  #updatednewlp #join-page-bootstrap .gender .gender-radio {width: 93%;height: 35px;cursor: pointer;zoom: 1;display: inline;display: block;float: left;margin-right: 0!important;}

  #updatednewlp #join-page-bootstrap .has-feedback .female label i{right: -30px !important;}

  #updatednewlp #join-page-bootstrap .gender-radio .form-control-feedback {right: -31px !important;}

  #updatednewlp #join-page-bootstrap .form-horizontal .radio {margin-right: 0!important;}

  #updatednewlp #join-page-bootstrap .form-horizontal .form-group .col-lg-5, #updatednewlp #join-page-bootstrap .form-horizontal .form-group .col-md-4, 
  #updatednewlp #join-page-bootstrap .form-horizontal .form-group .col-xs-4 {display:none}

  #updatednewlp #join-page-bootstrap .form-horizontal .form-group .gender .male, #updatednewlp #join-page-bootstrap .form-horizontal .form-group .gender .female {width: 49%;}
  #updatednewlp #join-page-bootstrap .form-horizontal .form-group .gender .male label, #updatednewlp #join-page-bootstrap .form-horizontal .form-group .gender .female label {width:100%;}
  #updatednewlp #join-page-bootstrap .form-horizontal .form-group .gender .female label {margin-left: 17px;}
  #updatednewlp #join-page-bootstrap .form-horizontal .form-group .col-lg-7, #updatednewlp #join-page-bootstrap .form-horizontal .form-group .col-md-8,
  #updatednewlp #join-page-bootstrap .form-horizontal .form-group .col-xs-8 {width: 100%}

  
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #updatednewlp #join-page-bootstrap .form-horizontal .form-group .gender .male, #updatednewlp #join-page-bootstrap .form-horizontal .form-group .gender .female {width: 47%;}
    #updatednewlp #join-page-bootstrap .form-horizontal .form-group .gender .male label, #updatednewlp #join-page-bootstrap .form-horizontal .form-group .gender .female label {width:100%;}
    #updatednewlp #join-page-bootstrap .form-horizontal .form-group .gender .female label {margin-left: 21px;}
    #updatednewlp #join-page-bootstrap .gender-radio .form-control-feedback {right: -39px !important;}
    #updatednewlp #join-page-bootstrap .form-horizontal .form-group .gender .male .gender-radio:after {right: 20px!important;}
    #updatednewlp #join-page-bootstrap .form-horizontal .form-group .gender .female .gender-radio:after {right: 0!important;}
    #updatednewlp #join-page-bootstrap .has-feedback .female label i {right: -40px !important;}
  }

  @media screen and (min-width: 699px) and (max-width: 767px) {
    #updatednewlp #join-page-bootstrap .form-horizontal .form-group .gender .female label {margin-left: 30px!important;}
    #updatednewlp #join-page-bootstrap .has-feedback .female label i {right: -36px !important;}
  }

  @media screen and (max-width: 698px) {
    #updatednewlp #join-page-bootstrap .has-feedback .female label i {right: -30px !important;}
  }

  @media screen and (max-width: 409px){
    #updatednewlp #join-page-bootstrap .form-horizontal .form-group .gender .female label {margin-left: 10px;}
  }

  #updatednewlp #signup-contain {margin: 0; padding: 0; text-align: center !important; background-color: #ffffff;}
  #updatednewlp #signup-contain h3{ padding: 30px 0 15px 0; width: 100%; margin: 0;}

  #updatednewlp  #join-page-bootstrap #form-content .facebook {display: none;}

  #updatednewlp .cap-2 h1 span {font-size:34px!important; line-height: 36px; padding: 15px 0 25px 0;font-weight: 900;text-transform: none!important;}
  #updatednewlp .promo-horizontal h2 span {font-size:24px!important; line-height: 36px; padding: 15px 0 25px 0;font-weight: 900;text-transform: none!important;}
  #updatednewlp .cap-2 p span {font-size: 18px!important; line-height: 30px; padding: 15px 0 20px 0;font-weight: bold;}
  #updatednewlp .promo-horizontal p span {font-size: 14px!important; line-height: 30px; padding: 15px 0 20px 0;font-weight: bold;}

  #updatednewlp #homePageBannerElement2 { width: 50%; margin-top: 0; padding: 50px 20px 20px 20px; background-color: transparent !important; height: auto !important;}

  #updatednewlp .highlight-container, .highlight {position: relative;}
  #updatednewlp .highlight-container { display: inline-block;}
  #updatednewlp .highlight-container:before, #updatednewlp .highlight-container:after{
          content: ' ';
          display: block;
          height: 100%;
          width: 100%;
          margin-left: -3px;
          margin-right: -3px;
          position: absolute;
      }

#updatednewlp .highlight-container:before{
          background: rgba(0,93,145,0.6);
          transform: rotate(2deg);
          top: -1px;
          left: -1px
      }
#updatednewlp .highlight-container:after{
          background: rgba(0,93,145,0.3);
          top: 3px;
          right: -2px;
      }
 #updatednewlp .highlight-container .highlight{
          color: #FFFFFF;
          z-index: 4;
      }

  @media (max-width: 992px) {
    #updatednewlp #text-block-1, img {display: block!important}
    #updatednewlp #text-block-1 p {text-align: center;}
    .wrapper {padding-bottom: 360px;}
  }

  @media (max-width: 499px) {
    .wrapper {padding-bottom: 480px;}
  }

  @media (max-width: 499px) {
    #iv3_steps #footer #disclaimer .col-md-8, #iv3_steps #footer #disclaimer  .col-md-pull-4 {display: none!important;}
  }

 #F5-Col1-Row1 .inner #charity-donations {display: none!important;}
 #yourearnings-surveys .yourearnings-collapse .panel-body .yourearnings-content div+div+div, #yourearnings-surveys .yourearnings-collapse .panel-body .yourearnings-content div+div+div+div {display: none!important;}