/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 h1.new_investment_desk{ font-size:24px;}
 h4.new_investment_desk{ font-size:18px;}
 .small-spot{ width:40px; height:40px; line-height: 1;}
 .leftbar_header{ float:left; line-height: 40px;}
 .clearer{ clear:both;}
 .section_headline_inner{padding-left:30px;}
 .section_headline{ height: 25px;}
 .section_headline a{ color:#333c55!important;}
.investor_switcher:hover{cursor: pointer;}

 .left_menu_main{ color:#333c55!important; padding-left: 0.25rem !important;}
 .left_menu_sub{ padding-left: 1.5rem !important;}
 .small_p{ padding:0; margin:0;}
 .account-overview-icon.account-overview-icon-small{font-size: 20px !important;  padding: 0;  margin: 0;  width: 20px !important;  padding-right: 20px;  margin-top: 3px;}
.hide_content{display:none !important}
#incentives_teaser{ border: 1px solid #46ad8d; padding:20px; font-size: 1.25em;}
.next_incentive{ font-size: 0.9rem;}
.current_incentives_name, .next_incentives_name, .next_incentive_amount{ font-weight:bold; }

#cid-form-amount::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgb(236, 233, 233);
  }
  #cid-form-amount::-moz-placeholder { /* Firefox 19+ */
    color: rgb(236, 233, 233);
  }
  #cid-form-amount:-ms-input-placeholder { /* IE 10+ */
    color: rgb(236, 233, 233);
  }
  #cid-form-amount:-moz-placeholder { /* Firefox 18- */
    color: rgb(236, 233, 233);
  }