/***********************************************************
***********************  General ***************************
***********************************************************/

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.noleftpad {
    padding-left: 0;
}

.norightpad {
    padding-right: 0;
}

.notopmargin {
    margin-top: 0;
}

a, a:visited {
    color: #fe970e;
}

p {
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 20px;
}

hr {
    border-color: #CCC;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    color: #0065AB;
    line-height: 1.25;
}

h1 {
    font-weight: 300;
    font-size: 28px;
}

h2 {
    font-weight: 400;
    font-size: 18px;
}

h3 {
    font-weight: 300;
    font-size: 17px;
}

ul {
    padding-left: 17px;
}

ul li, ol li {
    margin-bottom: 15px;
    line-height: 24px;
}

ul.nobotmargin li, ol.notopmargin li {
    margin-bottom: 0;
}

input[text], input[password] {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 3px 6px 3px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.8);
}

.btn.orange_call {
    background-color: #fe970e;
    color: #FFF;
}

.btn.red_call {
    background-color: #D90000;
    color: #FFF;
}

.btn .fa.fa-caret-right {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: -2px;
    padding: 0;
}

.tooltip > .tooltip-inner {
    background-color: #0065AB;
    font-weight: 400 !important;
}

.tooltip > .tooltip-arrow {
    border-top-color: #0065AB !important;
}

.imgfullpercent {
    width: 100%;
}

.imgninetypercent {
    width: 90%;
}

.imgseventypercent {
    width: 70%;
}

.imgcenter {
    display: block;
    margin: 0 auto;
}

.mobile_only {
    display: none;
}

.display_large {
    display: none;
}

.small_agreement {
    font-size: 10px;
}


/*********************************************************
***********************  Header **************************
*********************************************************/

.header-top {
    border-top: 5px solid #0065AB;
    padding: 10px 0;
}

img.logo {
    width: 100%;
    max-width: 360px;
}

.header_login {
    border: 1px solid #FE970E;
    padding-bottom: 5px;
}

.header_login .navbar-collapse {
    padding: 0;
}

.login_toggle {
    background-color: #f3f3f3;
    color: #0065AB;
    border: 1px solid #0065AB;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin: 0 auto;
    padding: 3px 6px 3px 6px;
    width: 90%;
    text-align: center;
}

.header_login_title {
    color: #0065AB;
    font-size: 20px;
}

.header_login .form-input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 1.42857;
    padding: 3px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.header_login .fa {
    display: inline-block;
    float: left;
    font-size: 18px;
    padding-right: 5px;
    padding-top: 2px;
}

.header_login .login_toggle .fa, .login_toggle_filter_studies .fa {
    float: none;
    font-size: 18px;
    padding-left: 5px;
}

.header_login .fa.fa-envelope, .header_login .fa.fa-lock {
    color: #90B4CE;
}

.header_logged_in .user_name {
    color: #0065ab;
    text-align: right;
    font-size: 18px;
    line-height: 24px;
}

.header_logged_in .user_name .logged_in_name {
    font-weight: 700;
    font-size: 22px;
    display: block;
}

.header_logged_in .user_options {
    border-left: 1px solid #CCC;
}

.header_logged_in .user_options ul {
    margin-bottom: 0;
    padding-left: 0;
}

.header_logged_in .user_options ul li {
    list-style: none;
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}

.header_logged_in .user_options ul li:last-child {
    margin-bottom: 0;
}

.fa.fa-facebook {
    color: #3B5998;
    font-size: 20px;
    font-weight: 700;
    padding-top: 5px;
}

.fb_login {
    color: #3A5998;
    font-weight: 300;
    display: inline-block;
    padding-top: 5px;
    font-size: 14px;
}

.login_top {
    padding-top: 5px;
}

.login_inputs {
    padding-top: 10px;
}

.login_submit {
    display: inline-block;
    height: 24px;
    width: 21px;
    margin-left: -4px;
    margin-top: -1px;
}

 .btn.login_submit .fa.fa-caret-right {
    left: 1px;
    top: -3px;
}

.forgot_password {
    float: right;
    font-size: 11px;
    text-decoration: underline;
    margin-top: 5px;
}

.nav.navbar-nav {
    width: 100%;
}

.navbar {
    background-color: #0065AB;
    margin-bottom: 0;
    min-height: 40px;
    border-radius: 0;
}

.navbar ul li {
    margin-bottom: 0;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar a, .navbar a:visited {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
}

.navbar a:hover {
    color: #0065AB;
}

.navbar-toggle {
    border-color: #CCC;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-collapse {
    padding: 0;
}

/*********************************************************
***********************  Home ****************************
*********************************************************/


/* Home Video */

#movie, #easyhtml5video video {
    width: 100%;
}

.homeslide {
    position: relative;
}

.homeslide h1 {
    background: url('https://www.surveyscout.com/images/trans.png') repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    font-size: 29px;
    font-weight: 400;
    padding: 24px 26px 16px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

#where {
    background-color: #FFF;
    border: 1px solid #0575bf;
    position: absolute;
    bottom: 55px;
    right: 0;
    padding: 20px 0;
}

.where_title {
    font-family: 'Raleway', sans-serif;
    color: #0065AB;
    font-weight: 300;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}

.where_title span {
    font-weight: 700;
}

#where input {
    background-color: #FFF;
    border: 1px solid #cccccc;
    box-shadow: none;
    color: #555;
    font-family: arial,helvetica,sans-serif;
    font-size: 18px;
    font-weight: 100;
    padding: 3px 5px;
    width: 100%;
    margin-bottom: 15px;
}

#where input::-webkit-input-placeholder {
   font-weight: 100;
   color: #999;
}

#where input:-moz-placeholder { /* Firefox 18- */
   font-weight: 100;
   color: #999;  
}

#where input::-moz-placeholder {  /* Firefox 19+ */
   font-weight: 100;
   color: #999; 
}

#where input:-ms-input-placeholder {  
   font-weight: 100;
   color: #999; 
}

#where a {
    float: right;
    width: 170px;
}

.homeslide .btn.red_call {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 170px;
    text-align: center;
}

.citysuggestions {
    background-color: #ffffff;
    border: 2px solid #0575bf;
    color: #000000;
    display: none;
    right: 221px;
    position: absolute;
    top: 152px;
    width: 265px;
    z-index: 1000;
}

.suggestionList li {
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 25px;
    list-style-type: none;
    margin: 0;
    padding: 3px 10px 3px 5px;
    text-align: left;
}

.suggestionList li:hover {
    background-color: #7fa3cc;
    color: #fff;
}

/* Home Main Content */


.home_fade {
    border-top: 1px solid #CCC;
    background: url('https://www.surveyscout.com/images/bg_home_fade.png') repeat-x 0 0 transparent;
    padding: 20px 0 0 0;
}

.home_first_row {
    border-bottom: 3px solid #2486C4;
    padding-bottom: 15px;
}

.home_first_row p {
    color: #666;
    font-size: 12px;
    line-height: 19px;
    text-align: justify;
}

.home_first_row img {
    width: 100%;
}

.col-sm-6.first {
    border-right: 1px solid #CCC;
}

.home_first_row h1.square, .home_second_row h1.square, .home_third_row h1.square {
    padding-left: 15px;
}

.home_first_row h2, .home_second_row h2, .home_third_row h2 {
    font-weight: 700;
}

h1.square:before {
    font-family: FontAwesome;
    content: '\f04d';
    display: inline-block;
    padding-right: 8px;
    font-size: 17px;
    vertical-align: top;
    margin-top: 5px;
}

.home_second_row p {
    color: #666;
    font-size: 12px;
    line-height: 19px;
}

.feat {
    background-position: right 22px;
}
.feat div.pad-it {
    padding-right: 30px;
}
.feat h3 {
    color: #1f4ba5;
    line-height: 1em;
    margin: 0;
    padding: 0;
}
.feat table {
    margin-top: 8px;
    width: 100%;
    margin-bottom: 10px;
}
.feat table td {
    border-bottom: 1px solid #CCC;
    font-size: 14px;
    height: 34px;
}
.feat table td.featlabel {
    background-image: url("https://www.surveyscout.com/images/sc_sprite.png");
    background-repeat: no-repeat;
    backgr
    color: #666;
    padding-left: 24px;
}
.feat table td.spacr {
    width: 10px;
}

.spacr.no_border {
    border-bottom: none;
}

.feat table td.fig {
    font-weight: 700;
}
.feat p {
    text-align: justify;
}

.feat table td.sprite-age {
    background-position: 0 8px;
}

.feat table td.sprite-reward {
    background-position: 0 -336px;
}

.feat table td.sprite-gender {
    background-position: 0 -104px;
}

.feat table td.sprite-time {
    background-position: 0 -449px;
}

.feat table td.sprite-location {
    background-position: 0 -220px;
}

.home_third_row {
    clear: both;
    background-color: #F3F3F3;
    overflow: auto;
}

.home_third_row a {
    color: #428bca;
}

/***********************************************************
***********************  Star Ratings **********************
***********************************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

.star-ratings-css  {
    font-family: 'Open Sans', sans-serif;
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 25px;
    height: 25px;
    position: relative;
    padding: 0;
    text-shadow: 0px 1px 0 #a2a2a2;
    float: left;
    clear: none;
    margin-right: 10px;
    width: 125px;
    margin-top: -10px;
}
.star-ratings-css-top {
    color: #FFB83C;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}

.star-ratings-css.no-float{
    float:none;
    margin-bottom: 7px;
}

/*********************************************************
******************  Top Rated  **********************
*********************************************************/
.clear{
    clear: both;
}
.im_gray_wrapper{
    background: #f5f5f5;
    padding: 10px 20px 30px 20px;
}
.im_gray_wrapper h2,
.im_standard_review_wrapper h2{
    color: #F8AA46;
}
.im_standard_review_wrapper h2{
    margin:0;
}

.im_gray_wrapper .col-sm-4{
    padding-left: 0;
    padding-right: 0; 
}
.im_gray_wrapper img{
    width: 205px;
    height: auto;
}
.im_recommended_review_wrapper{
    border-bottom: 3px solid #fff;
    padding-bottom: 30px;
}
.im_recommended_review_wrapper:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

a.im_button{
   padding: 5px 30px; 
   color: #fff;
   box-shadow: 5px 5px 10px #888;
}
span.im_button{
   padding: 5px 30px; 
   color: #fff;
}
a.im_button:hover{
    color: #fff;
}
.im_button::before{
    display: inline-block;
    width: 30px;
    height: 35px;
    content: '';
    background-size: 100%;
    position: absolute;
    margin-left: -31px;
    margin-top: -7px;
}
.im_button.star::before{
    display: inline-block;
    width: 18px;
    height: 35px;
    content: '';
    background-size: 100%;
    position: absolute;
    margin-left: -25px;
    margin-top: 0px;
}
}
.im_button.im_button_large::before{
    width: 50px;
    height: 51px;
    margin-top: -16px;
    margin-left: -46px;
}
.im_red{
    background-color: #D90000;
}
.im_yellow{
    background-color: #FFA925;
}
.im_green{
    background-color: #86b300;
    display: block;
    width: 205px;
    height: 28px;
}
.im_button.im_button_large{
    font-size: 18px;
    padding: 10px 45px;
    width: 382px;
    margin: 0 auto;
    display: block;
}
.im_button.im_button_small{
    font-size: 12px;
    padding: 5px 30px;
    white-space: nowrap;
    max-width: 120px;
}
.im_button.im_button_small::before{
    width: 29px;
    height: 30px;
    content: '';
    margin-left: -30px;
    margin-top: -8px;
}

.im_gray_wrapper ul li{
    margin-bottom: 0;
}
hr.white_separator{
    color: #fff;
}
/********************************************************************************
****************** Responsive Table Standard Review table  **********************
*********************************************************************************/


/*************************************************************************
****************** FLEXBOX - Standard Review table  **********************
**************************************************************************/
.im_standard_review_wrapper .row {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.im_standard_review_wrapper .cell {
  display: table-cell;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@supports ((display: -webkit-box) or (display: -webkit-flex) or (display: -ms-flexbox) or (display: flex)) {
    .im_standard_review_wrapper .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0;
    }

    .im_standard_review_wrapper .cell {
        display: block;
    }

    .im_standard_review_wrapper .cell-valign-middle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.im_standard_review_wrapper .row {
    border-collapse: seperate;
    border-spacing: 8px 0;
    border-bottom: 1px solid #bebebe;
    margin-left: 0;
    margin-right: 0;
}

.im_standard_review_wrapper .cell {
  /*border-radius: 6px;
  background: rgba(136, 136, 136, 0.85);
  margin-right: 8px;
  padding: 6px;*/
}
.im_standard_review_wrapper .cell.cell-1-5 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 20%;
}
.im_standard_review_wrapper .cell.cell-1-5.first{
    width: 5%;
}
.im_standard_review_wrapper .cell.cell-1-5.second{
    width: 30%;
}
.im_standard_review_wrapper .cell.cell-1-5.third{
    width: 25%;
}
.im_standard_review_wrapper .cell.cell-1-5.fourth{
    width: 15%;
}
.im_standard_review_wrapper .cell.cell-1-5.fith{
    width: 25%;
}


.im_standard_review_wrapper .cell.cell-valign-middle {
  vertical-align: middle;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.im_standard_review_wrapper .cell.cell-align-center {
  text-align: center;
}


/*********************************************************
******************  Internal Pages  **********************
*********************************************************/

.internal_top_spacer {
    height: 10px;
}

.col_float_right {
    float: right;
}

.im_container {
    background-color: #F3F3F3;
    box-shadow: 0 0 8px rgba(50, 50, 50, 0.75);
    margin-top: 9px;
    padding: 20px;
    overflow: auto;
}

.iminner_container {
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 20px;
}

.side_blue_container {
    background-color: #CCDDE7;
    padding: 15px;
}

.side_blue_container ul li {
    border-bottom: 1px solid #FFF;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.form_container {
    overflow: auto;
    margin-bottom: 15px;
}

.form_container .form_label {
    text-align: right;
    color: #0065ab;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    padding-top: 2px;
}

.form_container input[type=text], .form_container input[type=password] {
    width: 100%;
    background-color: #FFF;
    border: 1px solid #cccccc;
    box-shadow: none;
    color: #555;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: 100;
    padding: 3px 5px;
}

.form_container select {
    width: 100%;
}

.form_container label {
    font-weight: 100;
}

.form_container .btn.orange_call {
    width: 98%;
    text-align: center;
    margin-bottom: 10px;
}

.check_width {
    width: 18px !important;
}

.sprite-female, .sprite-male {
    background: url("https://www.surveyscout.com/images/mf.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: inline-block;
    padding-left: 36px;
    padding-top: 7px;
}

.sprite-male {
    background-position: 8px 5px;
    margin-right: 20px;
}

.sprite-female {
    background-position: 3px -27px;
}

.blue_text_code {
    color: #0065ab;
    font-weight: 700;
}

/* How Survey Club Works Sidebar */

.how_works {
    overflow: visible;
    border-bottom: 1px solid #FFF;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #0B70AE;
    font-size: 22px;
    line-height: 26px;
    position: relative;
}

.how_works_left {
    float: left;
    width: 45%;
    text-align: center;
}

.how_works_right {
    float: right;
    width: 45%;
    text-align: center;
}

.how_works_left img, .how_works_right img {
    display: block;
    margin: 0 auto;
}

.side_works_one  img {
    margin-top: 20px;
}

.how_works.works_center {
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    border-bottom: none;
}

.how_works.works_center img {
    display: block;
    margin: 20px auto 0 auto;
}

.works_arrow {
    width: 20%;
    margin: 0 auto;
    background-color: #CCDDE7;
    position: absolute;
    bottom: -14px;
    left: 39%;
}

.works_arrow img {
    margin: 0 auto;
    display: block;
    width: 50%;
}


/* Signup Step Pages */

.signup_sidebar {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding-top: 20px;
    margin: 10px 0 50px 0;
}

.signup_sidebar, .signup_sidebar p {
    font-family: 'Raleway', sans-serif;
    color: #0065ab;
    font-size: 38px;
    line-height: 46px;
    text-align: left;
}

.signup_sidebar p {
    margin-bottom: 25px;
}

.signup_steps_side {
    margin-top: 8px;
}

.signup_steps_number {
    width: 90px;
    height: 90px;
    background-color: #CCCCCC;
    text-align: center;
    position: relative;
    float: left;
}

.step_number {
    display: block;
    margin: 0 auto;
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
    position: absolute;
    bottom: 0px;
    left: 18px; 
}

.step_number.step_3 {
    font-size: 90px;
    line-height: 90px;
    font-weight: 700;
    position: absolute;
    bottom: 10px;
    left: 18px;
}

.signup_steps {
    background-color: #FFF;
    display: inline-block;
    padding: 15px 15px 20px 15px;
    margin-bottom: -15px;
}

.signup_container {
    margin-top: 27px;
}

.signup_steps_label {
    display: inline-block;
    float: left;
    padding-left: 15px;
    padding-top: 15px;
    font-size: 22px;
    line-height: 27px;
    font-weight: 300;
    color: #CCC;
}

.signup_steps.active_step {
    background-color: #F3F3F3;
}

.signup_steps.active_step .signup_steps_label {
    color: #0065ab;
}

.signup_steps.active_step .signup_steps_number {
    background-color: #02B200;
}

.strong_block {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-weight: 700;
}

.form_container select.sc_select.col-xs-4 {
    padding: 0;
    margin: 0 5% 0 0;
    width: 30%;
}

.form_container select#profile_year.sc_select.col-xs-4, .form_container select#ddlBirthYear.sc_select.col-xs-4  {
    margin: 0;
}

.radio_container {
    margin-right: 15px;
    display: inline-block;
}

.profile_checkbox_container {
    overflow: auto;
}

input[type="checkbox"].profile_checkbox {
    margin-right: 5px;
    display: inline-block;
}

.profile_form_submit {
    width: 80%;
    text-align: center;
    margin: 15px auto 0 auto;
    display: block;
}

/* Panel 2 Page */

.panels_container {
    overflow: auto;
    display: table;
}

.panels_container .col-md-3 {
    border: 1px solid #CCC;
    padding-top: 10px;
    display: table-cell;
    float: none;
}

.panel_spacer {
    width: 10px;
}

.panels_container .col-md-3.last {
    margin-right: 0;
}

.panels_container .col-md-3 h4 {
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    margin-bottom: 5px;
}

.panels_container .col-md-3 p {
    font-size: 11px;
    line-height: 16px;
    text-align: left;
    font-weight: 300;
}

ul.profile_list li {
    margin-bottom: 10px;
}

ul.profile_list {
    margin-top: 15px;
    margin-bottom: 35px;
}

.profile_create_3_submit {
    margin-bottom: 35px;
}



/* Available Studies */

.login_toggle_filter_studies {
    background-color: #CCDDE7;
    color: #0065AB;
    border: 1px solid #0065AB;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin: 0 auto;
    padding: 3px 6px 3px 6px;
    width: 100%;
    text-align: center;
}

.studies_container_right {
    clear: both;
    overflow: auto;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.studies_container_right.last {
    border-bottom: none;
    position: relative;
    overflow: visible;
}

.studies_container_right h2 {
    background: url("https://www.surveyscout.com/images/sprite2.png") no-repeat center top rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 5px;
    padding: 3px 0 0 34px;
}

.studies_container_right h2.sprite-doc {
    background-position: -5px -286px;
}

.studies_container_right h2.sprite-time {
    background-position: -4px -738px;
}

.studies_container_right h2.sprite-money {
    background-position: -4px -668px;
}

.studies_container_right h2.sprite-gender {
    background-position: -7px -440px;
}

.studies_container_right h2.sprite-age {
    background-position: -8px 0;
}

.studies_container_right h2.sprite-location {
    background-position: -5px -515px;
}

.studies_container_right .checkbox_container {
    background-color: #F4F8FB;
    overflow: auto;
    padding: 5px 0 5px 5px;
    font-size: 13px;
}

.studies_container_right .checkbox_container input.profile_checkbox[type="checkbox"] {
    margin-right: 3px;
}

#agerange {
    width: 100%;
}

#txtWhere {
    width: 100%;
}

#location_nationwide {
    margin-right: 5px;
}

.containme {
    overflow: visible;
    margin-top: 5px;
}

.filter_clear {
    float: right;
    margin-top: 15px;
    margin-right: 6px;
}

.studies_container_right .citysuggestionwrapper {
    display: block;
    overflow: auto;
    clear: both;
    
}

.studies_container_right #suggestions {
    background-color: #ffffff;
    border: 2px solid #0575bf;
    color: #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 87px;
    z-index: 1000;
    width: 255px;
}

/* Available Studies Main */

.im_container.available_studies {
    padding-top: 0;
}

.available_studies {
    font-size: 13px;
}

.available_studies h2 {
    margin: 0;
    text-align: center;
}

.available_studies h3 {
    margin: 0;
    font-weight: 700;
    font-size: 15px;
}

.available_studies table {
    width: 100%;
}

.available_studies table th, .available_studies table td {
    padding: 15px;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

.available_studies table td:first-child {
    border-left: 1px solid #CCC;
}

.available_studies table th:last-child {
    border-right: none;
}

.available_studies table .bg_white td {
    background-color: #FFF;
}

.available_studies table th div {
    background: url("https://www.surveyscout.com/images/sprite2.png") no-repeat center top rgba(0, 0, 0, 0);
    width: 30px;
    height: 25px;
    display: block;
    margin: 0 auto;
}

.available_studies table th div.title_time {
    background-position: -4px -738px;
}

.available_studies table th div.title_money {
    background-position: -4px -668px;
}

.available_studies table th div.title_gender {
    background-position: -7px -440px;
}

.available_studies table th div.title_age {
    background-position: -8px 0;
}

.available_studies table th div.title_loc {
    background-position: -5px -515px;
}




/* Individual Studies */

.other_studies_container {
    border-bottom: 1px solid #FFF;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: auto;
}

.other_studies_container h2 {
    margin: 0 0 10px 0;
}

.other_studies_container h2 a {
    color: #0072bf;
    font-size: 14px;
    font-weight: 700;
}

.other_studies_container h2 a:after {
    font-family: FontAwesome;
    content: '\f101';
    display: inline-block;
    padding-left: 8px;
    margin-top: 2px;
    font-size: 17px;
    vertical-align: top;
    color: #FE970E;
}

.os_time_container, .os_money_container, .os_age_container {
    padding: 0 15px;
    font-size: 12px;
}

.os_time_container {
    border-right: 1px solid #FFF;
    padding-left: 0;
    padding-right: 0;
}

.os_money_container {
    border-right: 1px solid #FFF;
}

.os_age_container {
    padding-right: 0px;
}

.other_studies_time {
    background: url("https://www.surveyscout.com/images/panel_icon_time.png") no-repeat scroll 0 0 transparent;
    padding-left: 20px;
}

.other_studies_money {
    background: url("https://www.surveyscout.com/images/panel_icon_money.png") no-repeat scroll 0 0 transparent;
    padding-left: 15px;
}

.other_studies_age {
    background: url("https://www.surveyscout.com/images/panel_icon_age.png") no-repeat scroll 0 0 transparent;
    padding-left: 25px;
}

.otherstudies_clear {
    margin-bottom: 15px;
    float: right;
}

.indiv_survey_container {
    display: table;
}

.indiv_survey {
    display: table-cell;
    text-align: center;
    padding: 10px 25px;
    font-size: 12px;
    border-right: 1px solid #CCC;
}

.indiv_survey.last {
    border-right: none;
}

.im_container.indiv_container {
    padding-top: 0;
}

.indiv_study_call {
    clear: both;
    display: block;
    width: 70%;
    margin: 20px auto 20px auto;
}

.indiv_survey_icon {
    background: url("https://www.surveyscout.com/images/sprite2.png") no-repeat scroll 0 0 transparent;
    margin: 0 auto 4px auto;
    display: block;
}

.indiv_survey_icon.time {
    background-position: -12px -744px;
    height: 15px;
    width: 15px;
}

.indiv_survey_icon.money {
    background-position: -12px -670px;
    height: 22px;
    width: 14px;
}

.indiv_survey_icon.gender {
    background-position: -7px -444px;
    height: 19px;
    width: 27px;
}
.indiv_survey_icon.age {
    background-position: -8px 0;
    height: 24px;
    width: 25px;
}
.indiv_survey_icon.loc {
    background-position: -10px -516px;
    height: 23px;
    width: 19px;
 }
.indiv_survey_icon.doc {
    background-position: -12px -290px;
    height: 21px;
    width: 16px;
}
.indiv_survey_icon.start {
    background: url("https://www.surveyscout.com/images/panel_details_icon_start.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    width: 58px;
}
.indiv_survey_icon.end {
    background: url("https://www.surveyscout.com/images/panel_details_icon_end.png") no-repeat scroll 0 0 transparent;
    height: 29px;
    width: 52px;
}

/* Rewards Balance */

.iminner_container.rewards_balance {
    overflow: auto;
}

.rewards_balance_top table {
    width: 100%;
    border-top: 1px solid #CCC;
}

.rewards_balance_top table td {
    padding: 10px;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

.rewards_balance_top, .rewards_balance_bot {
    font-size: 13px;
}

.rewards_balance_top table td.bold {
    font-weight: 700;
}

.rewards_balance_top table td.small_rewards {
    font-size: 12px;
    line-height: 17px;
}

.rewards_balance_top table td.text_right {
    text-align: right;
}

.rewards_balance_top table td:first-child {
    border-left: 1px solid #CCC;
}

.rewards_balance_top table .bg_grey td {
    background-color: #F3F3F3;
}

.btn.grey_call {
    color: #999999;
    width: 80%;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.rewards_balance_top .fa-info-circle {
    color: #fe970e;
}

.rewards_balance_bot table {
    width: 100%;
}

.rewards_balance_bot table th {
    padding: 10px;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    text-align: center;
}

.rewards_balance_bot table th:last-child {
    border-right: none;
}

.rewards_balance_bot table td {
    padding: 10px;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

.rewards_balance_bot table tr.bg_white td {
    background-color: #FFF;
}

.rewards_balance_bot table td.bold {
    font-weight: 700;
}

.rewards_balance_bot table td.small_rewards {
    font-size: 13px;
    line-height: 17px;
}

.rewards_balance_bot table td.text_right {
    text-align: right;
}

.rewards_balance_bot table td:first-child {
    border-left: 1px solid #CCC;
}

.need_help {
    background-size: 32px 75px;
    height: 75px;
    padding-left: 40px;
}

.need_help a {
    border: 1px solid #fe970e;
    padding: 5px;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.need_help a:hover {
    border: 1px solid #fe970e;
    background-color: #fe970e;
    color: #FFF;
    text-decoration: none;
}

.rewards_balance_top h2 {
    margin-top: 0;
}

.rewards_balance_bot h2 {
    margin-top: 40px;
}


.table_wrap {
    background: none repeat scroll 0 0 #F3F3F3;
    padding: 0 20px 20px;
}

.help_small {
    float: right;
    font-size: 12px;
}

.help_small .fa-info-circle {
    color: #0AA771;
    padding-right: 5px;
    font-size: 15px;
}


/*********************************************************
***********************  Footer  *************************
*********************************************************/

footer {
    background-color: #0065AB;
    color: #92A3B5;
    margin-top: 20px;
}

.footer_top_container {
    overflow: visible;
    border-bottom: 1px solid #5995CD;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

footer a:hover {
    text-decoration: none;
}

footer .contact_table td {
    padding-bottom: 10px;
    vertical-align: top;
    font-size: 13px;
}

footer .contact_table td a {
    color: #FFF;
}

footer .contact_table td a:hover {
    color: #fe970e;
    text-decoration: none;
}

footer .contact_table td.right {
    padding-left: 10px;
    color: #FFF;
}

footer h3 {
    color: #FFF;
}

footer ul li a, footer ul li a:visited {
    color: #FFF;
    font-weight: 300;
}

footer ul li a:hover {
    color: #fe970e;
    text-decoration: none;
}

.footer_right_blue {
    background-color: #CCDDE7;
    overflow: auto;
    padding: 15px 0;
    border-top: 1px solid #0065AB;
}

.footer_right_blue .col-xs-3 {
    border-right: 1px solid #FFF;
}

footer .fb_login {
    padding-left: 0px;
    padding-top: 0;
    font-weight: 400;
    font-size: 9px;
}

footer .fa.fa-facebook {
    padding-top: 0;
    font-size: 11px;
}

.fb-like.fb_iframe_widget {
    display: block;
    margin: 0 auto;
    width: 47px;
}

.col-xs-3.fb-like_container, .col-sm-4.footer_right_blue.noleftpad.norightpad {
    overflow: visible;
}

.fb_iframe_widget iframe {
    right: 0;
}

.footer_bot_container {
    overflow: auto;
    margin-bottom: 50px;
}

.copyright {
    float: right;
    font-size: 12px;
    color: #5995CD;
}

/*********************************************************
*******************  Media Queries  **********************
*********************************************************/


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
    .hidden_large {
        display: none;
    }
    
    .display_large {
        display: block;
    }
    
    /* Header */
    
    .col-sm-4.logo_container {
        padding-top: 18px;
    }
    
    .header_login .form-input.email {
        width: 180px;
    }

    .header_login .form-input.pass {
        width: 174px;
    }
    
    .navbar-nav li {
        margin-right: 10px;
    }
    
    .navbar-nav li:last-child {
        margin-right: 0;
    }
    
    .home_first_row .btn.orange_call {
        float: right;
    }
    
    
    /* END Header */
    
    /* Home */
    
    #where {
        background-color: #FFF;
        border: 1px solid #0575bf;
        position: absolute;
        bottom: 105px;
        right: 0;
        padding: 20px 0;
    }
    
    .homeslide .btn.red_call {
        bottom: 60px;
        width: 200px;
    }
    
    #where a {
        float: right;
        width: 200px;
    }
    
    /* Internals */
    
    /*
    no file on site copied so i just commented it out
    .container.internal_container {
        background: url('images/bg_internal_lg.png') no-repeat 0 0 transparent;
    }*/
    
    .panels_container {
        margin-bottom: 10px;
    }
    
    
    .col-sm-3.col_float_right.noleftpad.norightpad.collapse.navbar-collapse {
        width: 25%;
    }
    
    
    /* Footer */
    
    footer .fb_login {
        padding-left: 5px;
        padding-top: 0;
        font-weight: 400;
        font-size: 12px;
    }
    
    footer .fa.fa-facebook {
        padding-top: 0;
        font-size: 16px;
    }
    
    /* END Footer */
}

/* Medium devices (desktops, 992px and up) */
@media (min-width : 992px) and (max-width : 1199px) {
    .im_recommended_review_wrapper .col-sm-8{
        padding-left: 30px;
    }
    .hidden_medium {
        display: none;
    }
    
    /* Header */
    
    .col-sm-4.logo_container {
        padding-top: 23px;
    }
    
    .header_login .form-input.email {
        width: 148px;
    }

    .header_login .form-input.pass {
        width: 133px;
    }
    
    .navbar-nav li {
        margin-right: 35px;
    }
    
    .navbar-nav li:last-child {
        margin-right: 0;
    }
    
    /* END Header */
    
    /* Home */
    
    #where {
        background-color: #FFF;
        border: 1px solid #0575bf;
        position: absolute;
        bottom: 75px;
        right: 0;
        padding: 20px 0;
    }
    
    .citysuggestions {
        top: 134px;
        right: 138px;
        width: 265px;
    }
    
    .suggestionList li {
        font-size: 13px;
        height: 27px;
        line-height: 21px;
    }
    
    .homeslide .btn.red_call {
        bottom: 30px;
    }
    
    /* END Home */
    
    
    /* Internal */
    
    .container.internal_container {
        background: url('https://www.surveyscout.com/images/bg_internal_md.png') no-repeat 0 0 transparent;
    }
    .signup_steps_number {
        width: 83px;
        height: 83px;
    }
    
    .step_number {
        font-size: 80px;
        line-height: 80px;
        bottom: 5px;
        left: 19px; 
    }
    
    .step_number.step_3 {
        font-size: 70px;
        line-height: 70px;
        font-weight: 700;
        position: absolute;
        bottom: 14px;
        left: 21px;
    }
    
    .signup_steps {
        padding: 15px 15px 20px 15px;
    }
    
    .signup_steps_label {
        font-size: 20px;
        line-height: 25px;
    }
    
    .signup_sidebar, .signup_sidebar p {
        font-size: 32px;
        line-height: 39px;
    }
    
    .panels_container {
        margin-bottom: 10px;
    }
    
    /* How Survey Club Works Sidebar */

    .how_works {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 23px;
    }
    
    .how_works_left {
        float: left;
        width: 45%;
        text-align: center;
    }
    
    .how_works_right {
        float: right;
        width: 45%;
    }
    
    .how_works_left img, .how_works_right img {
        display: block;
        margin: 0 auto;
    }
    
    .side_works_one  img {
        margin-top: 20px;
    }
    
    .how_works.works_center {
        font-size: 26px;
        line-height: 26px;
    }
    
    .how_works.works_center img {
        display: block;
        margin: 20px auto 0 auto;
        width: 50%;
    }
    
    .works_arrow {
        width: 20%;
        margin: 0 auto;
        background-color: #CCDDE7;
        position: absolute;
        bottom: -14px;
        left: 39%;
    }
    
    .works_arrow img {
        margin: 0 auto;
        display: block;
        width: 50%;
    }
    
    /* Available Studies */
    
    .studies_container_right .checkbox_container {
        font-size: 10px;
    }
    
    .col-sm-3.col_float_right.noleftpad.norightpad.collapse.navbar-collapse {
        width: 25%;
    }
    
    .available_studies {
        font-size: 12px;
    }
    
    
    .containme .col-xs-11.noleftpad.norightpad {
        padding-left: 3px;
    }
    
    .studies_container_right #suggestions {
        width: 205px;
    }
    
    /* Other Studies */
    
    .os_time_container, .os_money_container, .os_age_container {
        padding: 0 5px;
        font-size: 10px;
    }
    
    .os_time_container {
        padding: 0;
    }
    
    .other_studies_time {
        padding-left: 18px;
        padding-bottom: 5px;
    }
    
    .other_studies_money {
        padding-left: 15px;
        padding-bottom: 5px;
    }
    
    .other_studies_age {
        padding-left: 25px;
        padding-bottom: 5px;
    }


    /* Individual Studies */ 
    .indiv_survey {
        padding: 10px 15px;
        font-size: 12px;
    }
    
    /* Rewards Balance */
    
    .table_wrap {
        padding: 0 15px 15px;
    }
    
    .iminner_container.rewards_balance {
        padding-top: 10px;
    }
    
    /* END Internal */
    
    /* Footer */
    
    footer .fb_login {
        padding-left: 0px;
        padding-top: 0;
        font-weight: 400;
        font-size: 10px;
    }
    
    footer .fa.fa-facebook {
        padding-top: 0;
        font-size: 15px;
    }
    
    /* END Footer */
}

@media (min-width : 768px) and (max-width : 991px) {
    
    /*Responsive fix for standard reviews*/
    .im_standard_review_wrapper .row{
        display: block;
    }
    .cell.cell-1-5.cell-valign-middle{
        text-align: center;
        margin: 0 auto;
        width: 100%;
        padding-bottom: 3px;
    }
    .im_button_small{
        margin: 0 auto;
    }
    .star-ratings-css{
        margin: -10px auto 0 auto;
    }

    .hidden_tablet {
        display: none;
    }
    
    .panels_container {
        margin-bottom: 10px;
    }
    
    /* General */
    
    h1 {
        font-weight: 300;
        font-size: 21px;
    }
    
    h2 {
        font-weight: 400;
        font-size: 17px;
    }
    
    h3 {
        font-weight: 300;
        font-size: 18px;
    }
    
    /* Header */
    
    .col-sm-4.logo_container {
        padding-top: 30px;
    }
    
    .header_login .form-input.email {
        width: 102px;
    }

    .header_login .form-input.pass {
        width: 87px;
    }
    
    .navbar a {
        font-size: 14px;
    }
    
    .navbar-nav li {
        margin-right: 0;
    }
    .nav>li>a{
        padding: 10px 12px
    }
    .navbar-nav li:last-child {
        margin-right: 0;
    }
    
    .fa.fa-facebook {
        font-size: 18px;
    }
    
    .fb_login {
        font-size: 13px;
    }
    
    
    /* END Header */
    
    /* Home */
    
    .where_title {
        font-size: 23px;
        line-height: 23px;
    }
    
    #where input {
        font-size: 16px;
    }
    
    .homeslide h1 {
        font-size: 20px;
        padding: 12px 16px 10px 16px;
    }
    
    .feat table td {
        font-size: 10px;
    }
    
    .home_third_row ul li {
        font-size: 12px;
    }
    
    #where {
        background-color: #FFF;
        border: 1px solid #0575bf;
        position: absolute;
        bottom: 55px;
        right: 0;
        padding: 20px 0;
    }
    
    .citysuggestions {
        top: 126px;
        right: -1px;
        width: 312px;
    }
    
    .suggestionList li {
        font-size: 12px;
        height: 25px;
        line-height: 18px;
    }
    
    .homeslide .btn.red_call {
        bottom: 15px;
    }
    
    /* END Home */
    
    /* Internal */
    
    .container.internal_container {
        background: url('https://www.surveyscout.com/images/bg_internal_sm.png') no-repeat 0 0 transparent;
    }
    
    .signup_steps_number {
        width: 48px;
        height: 48px;
    }
    
    .step_number {
        font-size: 40px;
        line-height: 40px;
        bottom: 5px;
        left: 13px; 
    }
    
    .step_number.step_3 {
        font-size: 35px;
        line-height: 35px;
        font-weight: 700;
        position: absolute;
        bottom: 10px;
        left: 14px;
    }
    
    .signup_steps {
        padding: 15px 15px 20px 15px;
    }
    
    .signup_steps_label {
        font-size: 17px;
        line-height: 21px;
        padding-left: 10px;
        padding-top: 4px;
    }
    
    .sprite-female, .sprite-male {
        padding-left: 31px;
    }
    
    .sprite-male {
        margin-right: 0;
        background-position: 4px 5px;
    }
    
    .sprite-female {
        margin-right: 0;
        background-position: 1px -27px;
    }
    
    .signup_sidebar, .signup_sidebar p {
        font-size: 24px;
        line-height: 29px;
    }
    
    .panels_container {
        display: block;
    }
    
    .panels_container .col-sm-12 {
        display: block;
        margin-bottom: 10px;
    }
    
    /* How Survey Club Works Sidebar */

    .how_works {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 17px;
    }
    
    .how_works_left {
        float: left;
        width: 45%;
        text-align: center;
    }
    
    .how_works_right {
        float: right;
        width: 45%;
    }
    
    .how_works_left img, .how_works_right img {
        display: block;
        margin: 0 auto;
    }
    
    .side_works_one  img {
        margin-top: 20px;
    }
    
    .how_works.works_center {
        font-size: 18px;
        line-height: 18px;
    }
    
    .how_works.works_center img {
        display: block;
        margin: 20px auto 0 auto;
        width: 50%;
    }
    
    .works_arrow {
        width: 20%;
        margin: 0 auto;
        background-color: #CCDDE7;
        position: absolute;
        bottom: -10px;
        left: 39%;
    }
    
    .works_arrow img {
        margin: 0 auto;
        display: block;
        width: 50%;
    }
    
    /* Available Studies Main */
    
    .col-sm-3.col_float_right.noleftpad.norightpad.collapse.navbar-collapse {
        width: 25%;
    }
    
    .im_container.available_studies {
        padding: 15px;
    }
    .available_studies table {
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
    }
    
    .available_studies table th {
        display: none;
    }
    
    .available_studies table td {
        padding: 10px;
        font-size: 12px;
    }
    
    .available_studies table tr.bg_white {
        background-color: #FFF;
    }
    
    .available_studies table tr td {
        display: inline-block;
        border-left: none;
        border-right: none;
        border-bottom: none;
        width: 18%;
    }
    
    .available_studies table tr td:first-child {
        display: block;
        width: 100%;
        border-top: 1px solid #CCC;
        border-left: none;
        border-right: none;
        padding-bottom: 0;
    }
    
    .available_studies table tr td:nth-child(2) {
        width: 17%;
    }
    
    .available_studies table tr td:nth-child(4) {
        width: 19%;
    }
    
    .containme .col-xs-11.noleftpad.norightpad {
        padding-left: 8px;
    }
    
    .filter_clear {
        float: none;
        margin-top: 15px;
        margin-left: 21px;
    }
    
    .studies_container_right #suggestions {
        width: 150px;
    }
    
    /* Individual Studies */
    
    .other_studies_container h2 a {     
        font-size: 11px;
    }
    
    .other_studies_container h2 a:after {
        padding-left: 8px;
        margin-top: 2px;
        font-size: 17px;
    }
    
    .os_time_container, .os_money_container, .os_age_container {
        padding: 0;
        font-size: 12px;
    }
    
    .os_time_container {
        border-right: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 7px;
    }
    
    .os_money_container {
        border-right: none;
        padding-bottom: 10px;
    }
    
    .os_age_container {
        padding-right: 0px;
    }
    
    .other_studies_time {
        padding-left: 25px;
    }
    
    .other_studies_money {
        padding-left: 25px;
    }
    
    .other_studies_age {
        padding-left: 25px;
    }
    
    .indiv_survey {
        padding: 10px 7px;
        font-size: 11px;
    }
    
    .otherstudies_clear {
        margin-bottom: 10px;
        float: none;
    }
    
    /* Rewards Balance */
    
    .rewards_balance_top, .rewards_balance_bot {
        font-size: 11px;
    }
    
    .iminner_container.rewards_balance {
        padding-top: 10px;
    }
    
    .help_small {
        margin-bottom: 5px;
    }
    
    .table_wrap {
        padding: 0 10px 10px;
    }

    
    /* END Internal */
    
    /* Footer */
    
    footer .fb_login {
        display: none;
    }
    
    footer .fa.fa-facebook {
        padding-top: 0;
        font-size: 22px;
        display: block;
        text-align: center;
    }
    
    .col-xs-3.fb-like_container {
        padding: 0;
    }
    
    
    
    /* END Footer */
}
/* Custom Break Point for recommended top rated review table */
@media (max-width: 1000px) {
    .im_recommended_review_wrapper .col-sm-4,
    .im_recommended_review_wrapper .col-sm-8{
        clear: both;
        width: 100%;
    }
    .im_recommended_review_wrapper .col-sm-4,
    .im_recommended_review_wrapper .col-sm-4 span{
        text-align: center;
        margin: 0 auto;
        padding-bottom: 10px;
    }
     .im_recommended_review_wrapper .im_button{
        width: 205px;
        height: 28px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .im_button::before{
        margin-left: -64px;
        margin-top: -8px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {

    /* General */
    
    .mobile_only {
        display: inline-block;
    }
    
    .hide_mobile {
        display: none;
    }
    
    .col_float_right {
        float: none;
    }
    
    .internal_main {
        padding: 0;
    }
    
    h1 {
        font-weight: 300;
        font-size: 20px;
    }
    
    h2 {
        font-weight: 700;
        font-size: 17px;
    }
    
    h3 {
        font-weight: 300;
        font-size: 18px;
    }
    
    p {
        text-align: left;
    }
    
    /* Header */
    
    .header-top {
        padding-bottom: 15px;
    }
    
    .logo_container {
        padding-bottom: 10px;
    }
    
    .header_login {
        border: none;
        padding-bottom: 0;
    }
    
    #login_collapse {
        border-top: 1px solid #0065AB;
        border-bottom: 1px solid #0065AB;
        margin-top: 15px;
        background-color: #F3F3F3;
    }
    
    .forgot_password {
        margin-bottom: 5px;
    }
    
    .header_login .login_toggle {
        display: block;
    }
    
    .login_submit {
        width: auto;
        margin-top: 10px;
        margin-left: 8%;
        margin-bottom: 5px;
    }
    
    .header_login .fa.fa-envelope, .header_login .fa.fa-lock {
        width: 8%;
    }
    
    .header_login .form-input.email {
        width: 92%;
    }

    .header_login .form-input.pass {
        width: 92%;
    }
    
    .header_logged_in .user_name {
        font-size: 16px;
        line-height: 24px;
    }
    
    .header_logged_in .user_name .logged_in_name {
        font-size: 19px;
    }
    
    img.logo {
        margin: 0 auto;
        display: block;
        width: 275px;
        text-align: center;
    }
    
    .btn.orange_call.login_submit {

    }
    
    .menu_header {
        color: #FFF;
        font-size: 20px;
        padding: 10px 0 0 15px;
        float: left;
    }
    
    #navbar {
        background-color: #F3F3F3;
    }
    
    #navbar li {
        border-bottom: 1px solid #CCCCCC;
    }
    
    #navbar li:last-child {
        border-bottom: none;
    }
    
    #navbar a {
        color: #0065AB;
    }
    
    #navbar .navbar-nav {
        padding: 0;
        margin: 0;
    }
    
    /* END Header */
    
    .home_first_row img {
        width: 100%;
    }
    
    /* END Home */
    
    .col-sm-6.first {
        overflow: auto;
        padding-bottom: 10px;
        border-right: none;
    }
    
    #where, #where div, .homeslide h1 {
        position: static;
    }
    
    #where {
        overflow: auto;
        border-left: none;
        border-right: none;
        background-color: #F3F3F3;
    }
    
    #where a {
        float: none;
        position: relative;
    }
    
    .citysuggestions, .studies_container_right #suggestions {
        margin-top: 15px;
        width: 100%;
        position: static;
    }
    
    /*
.studies_container_right #suggestions {
        width: 100%;
    }
*/
    
    .suggestionList li {
        font-size: 13px;
        height: 27px;
        line-height: 21px;
    }
    
    .homeslide .btn.red_call {
        position: relative;
        margin: 30px auto 10px auto;
        display: block;
        width: 60%;
        right: auto;
        left: auto;
    }
    
    .home_fade {
        background-image: none;
    }
    
    .feat table td.sprite-age {
        background-position: 0 12px;
    }
    
    .feat table td.sprite-reward {
        background-position: 0 -332px;
    }
    
    .feat table td.sprite-gender {
        background-position: 0 -100px;
    }
    
    .feat table td.sprite-time {
        background-position: 0 -445px;
    }
    
    .feat table td.sprite-location {
        background-position: 0 -218px;
    }
    
    .container.full_grey {
        background-color: #F3F3F3;
    }
    
    .home_third_row {
        padding-bottom: 15px;
    }
    
    .home_third_row ul {
        margin-bottom: 0;
    }
    
    /* END Home */
    
    /* Internal */
    
    .im_container {
        padding: 10px;
    }
    
    .iminner_container {
        padding: 15px;
    }
    
    .grayinner_container {
        padding-top: 15px;
    }
    
    .form_container .form_label {
        text-align: left;
        margin-bottom: 5px;
    }
    
    .blue_text_code {
        display: block;
        font-size: 19px;
    }
    
    /* Signup */
    
    .signup_steps {
        width: 100%;
        margin-bottom: 0;
    }
    
    .signup_steps_number {
        width: 30px;
        height: 30px;
    }
    
    .step_number {
        font-size: 19px;
        line-height: 19px;
        bottom: 6px;
        left: 9px;  
    }
    
    .step_number.step_3 {
        font-size: 17px;
        line-height: 17px;
        font-weight: 700;
        position: absolute;
        bottom: 10px;
        left: 10px;
    }
    
    .signup_steps {
        padding: 5px 5px 5px 5px;
    }
    
    .signup_steps_label {
        font-size: 17px;
        line-height: 21px;
        padding-left: 10px;
        padding-top: 4px;
    }
    
    .strong_block {
        display: inline;
    }
    
    .profile_form_submit {
        width: 90%;
        text-align: center;
        margin: 15px auto 0 auto;
        display: block;
        font-size: 11px;
    }
    
    .btn.orange_call.profile_form_submit.profile_create_3_submit {
        margin-bottom: 35px;
    }
    
    .panels_container {
        display: block;
    }
    
    .panels_container .col-sm-12 {
        display: block;
        margin-bottom: 10px;
    }
    
    
    
    /* How Survey Club Works Sidebar */

    .how_works {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 19px;
    }
    
    .how_works .imgseventypercent {
        width: 50%;
    }
    
    .how_works_left {
        float: left;
        width: 45%;
        text-align: center;
    }
    
    .how_works_right {
        float: right;
        width: 45%;
        text-align: center;
    }
    
    .how_works_left img, .how_works_right img {
        display: block;
        margin: 0 auto;
    }
    
    .side_works_one  img {
        margin-top: 20px;
    }
    
    .how_works.works_center {
        font-size: 23px;
        line-height: 23px;
    }
    
    .how_works.works_center img {
        display: block;
        margin: 20px auto 0 auto;
        width: 30%;
    }
    
    .works_arrow {
        width: 20%;
        margin: 0 auto;
        background-color: #CCDDE7;
        position: absolute;
        bottom: -16px;
        left: 39%;
    }
    
    .works_arrow img {
        margin: 0 auto;
        display: block;
        width: 50%;
    }
    
    /* Available Studies Main */
    
    .col-sm-3.col_float_right.noleftpad.norightpad.collapse.navbar-collapse, .col-sm-3.col_float_right.noleftpad.norightpad {
        margin-left: 0;
        margin-right: 0;
    }

    .im_container.available_studies {
        padding-top: 15px;
    }
    .available_studies table {
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
    }
    
    .available_studies table th {
        display: none;
    }
    
    .available_studies table td {
        padding: 8px;
        font-size: 10px;
    }
    
    .available_studies table tr.bg_white {
        background-color: #FFF;
    }
    
    .available_studies table tr td {
        display: inline-block;
        border-left: none;
        border-right: none;
        border-bottom: none;
        width: 18%;
    }
    
    .available_studies table tr td:first-child {
        display: block;
        width: 100%;
        border-top: 1px solid #CCC;
        border-left: none;
        border-right: none;
        font-size: 12px;
        padding-bottom: 0;
    }
    
    .available_studies table tr td:nth-child(2) {
        width: 17%;
    }
    
    .available_studies table tr td:nth-child(4) {
        width: 19%;
    }
    

    /* Individual Studies */
    
    .other_studies_container h2 a {     
        font-size: 11px;
    }
    
    .other_studies_container h2 a:after {
        padding-left: 8px;
        margin-top: 2px;
        font-size: 17px;
    }
    
    .os_time_container, .os_money_container, .os_age_container {
        padding: 0;
        font-size: 12px;
    }
    
    .os_time_container {
        border-right: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
    }
    
    .os_money_container {
        border-right: none;
        padding-bottom: 10px;
    }
    
    .os_age_container {
        padding-right: 0px;
    }
    
    .other_studies_time {
        padding-left: 25px;
    }
    
    .other_studies_money {
        padding-left: 25px;
    }
    
    .other_studies_age {
        padding-left: 25px;
    }
    
    .indiv_survey {
        padding: 10px 18px;
        font-size: 12px;
    }
    
    .indiv_survey_icon {
        background: url("https://www.surveyscout.com/images/sprite2.png") no-repeat scroll 0 0 transparent;
        margin: 0 auto 4px auto;
        display: block;
    }
    
    .indiv_study_call {
        width: 80%;
    }
    
    .otherstudies_clear {
        margin-bottom: 10px;
        float: none;
    }
    
    .filter_clear {
        float: none;
        margin-top: 15px;
        margin-left: 23px;
    }
    
    /* Rewards Balance */
    
    .rewards_balance_right h2, .rewards_balance_bot h2 {
        margin-top: 30px;
    }
    
    .table_wrap {
        padding: 0 10px 10px;
    }
    
    .rewards_balance_bot table td, .rewards_balance_top table td  {
        padding: 8px;
        font-size: 12px;
    }
    
    .small_rewards {
        font-size: 11px;
    }
    
    .date_smaller {
        font-size: 11px !important;
    }
    
    
    /* END Internal */
    
    /* Footer */
    
    .col-sm-4.footer_right_blue {
        margin-top: 30px;
    }
    
    footer .col-sm-4 {
        padding-left: 0;
        padding-right: 0;
    }
    
    footer .fb_login {
        display: none;
    }
    
    footer .fa.fa-facebook {
        padding-top: 0;
        font-size: 26px;
        display: block;
        text-align: center;
    }
    
    .col-sm-4.footer_right_blue.noleftpad.norightpad .col-xs-6 img {
        max-width: 143px;
        display: block;
        margin: 0 auto;
    }
    
    .copyright {
        float: none;
        font-size: 10px;
        color: #5995CD;
    }
}

/* Custom Break Point for Individual Survey page */
@media (max-width: 675px) {
    .indiv_survey {
        padding: 10px 15px;
        font-size: 12px;
    }
    
}

/* Custom Break Point for Individual Survey page */
@media (max-width: 635px) {
    .indiv_survey {
        padding: 10px 12px;
        font-size: 12px;
    }
}

/* Custom Break Point for standard top rated review table */
@media (max-width: 600px) {
    .im_standard_review_wrapper .row{
        display: block;
    }
    .cell.cell-1-5.cell-valign-middle{
        text-align: center;
        margin: 0 auto;
        width: 100% !important;
        padding-bottom: 3px;
    }
    .im_button_small{
        margin: 0 auto;
    }
    .star-ratings-css{
        margin: -10px auto 0 auto;
    }
}

/* Custom Break Point for Individual Survey page */
@media (max-width: 575px) {
    .indiv_survey {
        padding: 10px 11px;
        font-size: 11px;
    }
    
}

/* Custom Break Point for Individual Survey page */
@media (max-width: 550px) {

    .indiv_survey_container {
        display: block;
        overflow: auto;
    }
    
    .indiv_survey {
        display: inline-block;
        text-align: center;
        padding: 5px 0;
        font-size: 12px;
        border-right: none;
        width: 23%;
    }
}