@import url("http://staplesgeneral.s3.amazonaws.com/fonts/TeXGyreHeros.css");
/****************************************************************/
/*																*/
/*	The new-common.css file replaces the existing common.css	*/
/*	for technology research center microsites.					*/
/*	Major changes: 												*/
/*	1). z_primary_div is no longer present						*/
/*	2). left-hand navigation has been re-styled so that it 		*/
/*		works in Explorer 7.									*/
/*	3). new-common.css was generated with Sass - "Sassy CSS"	*/
/*		In order to update new-common.css please use			*/
/*		"new-common.scss". 										*/
/*																*/
/****************************************************************/
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none; } }
.z_no_float, div#z_wrapper, div.z_banner, div.z_content_block_wrapper, .z_features_to_consider_wrapper, .z_features_to_consider_wrapper div[id], #z_share_container {
  float: none;
  clear: both; }

div#z_wrapper {
  overflow: auto;
  background-color: #fff;
  font-family: arial, helvetica, verdana, sans-serif;
  margin-top: 10px; }

div#z_wrapper p, div#z_wrapper ul {
  font-size: 12px; }
div#z_wrapper p {
  line-height: 17px; }

/*    Left Column    */
div#z_left_column {
  width: 240px; }

div#z_main_nav_wrapper {
  width: 220px;
  /*padding: 9px;
  background-color: #f4f4f4;
  border: $border $nav-border-color; 
  @include rounded-corners(3px);
  -moz-box-shadow: $nav-shadow;
  -webkit-box-shadow: $nav-shadow;
  box-shadow: $nav-shadow;*/
  margin-bottom: 20px; }

div#z_main_nav_wrapper p {
  background-color: #ffffff; }
  div#z_main_nav_wrapper p a.z_home_menu {
    text-decoration: none;
    border: 1px solid #b3b3b3;
    -moz-box-shadow: 0px 3px 3px #cccccc;
    -webkit-box-shadow: 0px 3px 3px #cccccc;
    box-shadow: 0px 3px 3px #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 14px;
    display: block;
    padding: 10px; }
  div#z_main_nav_wrapper p a.z_you_are_here {
    background-color: #e3f6ff;
    line-height: 14px; }
  div#z_main_nav_wrapper p a.z_somewhere_else {
    color: #4d4d4d; }
  div#z_main_nav_wrapper p a.z_somewhere_else:hover {
    background-color: #e3f6ff; }

ul#z_main_nav {
  background-color: #ffffff;
  list-style-type: none;
  border: 1px solid #b3b3b3;
  border-bottom: none;
  margin: 0;
  padding: 0px;
  -moz-box-shadow: 0px 3px 3px #cccccc;
  -webkit-box-shadow: 0px 3px 3px #cccccc;
  box-shadow: 0px 3px 3px #cccccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  ul#z_main_nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  ul#z_main_nav li {
    line-height: 16px;
    margin: 0;
    padding: 0; }
  ul#z_main_nav li a {
    text-decoration: none;
    font-size: 13px;
    border-bottom: 1px solid #b3b3b3;
    padding: 10px; }
  ul#z_main_nav a:hover {
    background-color: #e3f6ff; }

#z_main_nav > li:first-child, #z_main_nav > li:first-child > a:first-child {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topRight: 3px;
  -moz-border-top-left-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

li.z_you_are_here {
  background-color: #e3f6ff;
  line-height: 14px; }
  li.z_you_are_here a {
    display: block; }
  li.z_you_are_here ul {
    display: block; }

li.z_jump_link {
  line-height: 14px; }
  li.z_jump_link a {
    display: block;
    font-size: 12px !important;
    padding: 6px 0px 6px 18px !important; }

li.z_somewhere_else {
  line-height: 14px; }
  li.z_somewhere_else a, li.z_somewhere_else a:visited {
    display: block;
    color: #4d4d4d;
    padding: 6px 0px 6px 6px; }
  li.z_somewhere_else ul {
    display: none; }

div.z_banner {
  width: 220px;
  margin: 0px 0px 15px 0px;
  text-align: center; }

#z_main_nav > li.z_somewhere_else:last-child,
#z_main_nav > li.z_somewhere_else:last-child > a:first-child,
#z_main_nav > li.z_you_are_here:last-child,
#z_main_nav > li.z_you_are_here:last-child > ul > li.z_jump_link:last-child,
#z_main_nav > li.z_you_are_here:last-child > ul > li.z_jump_link:last-child > a {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomRight: 3px;
  -moz-border-bottom-left-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

div#z_secondary_nav_wrapper {
  display: inline;
  width: 218px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #b3b3b3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 2px 2px 3px #ccc;
  -webkit-box-shadow: 2px 2px 3px #ccc;
  box-shadow: 2px 2px 3px #ccc; }
  div#z_secondary_nav_wrapper h3 {
    background-image: url(images/header_need_help_bg.png);
    background-repeat: repeat-x;
    color: #4d4d4d;
    margin: 0px;
    padding: 10px 0px 8px 12px;
    font-size: 18px;
    font-weight: normal;
    line-height: 120%;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  div#z_secondary_nav_wrapper img {
    border-top: 1px solid #cccccc; }
  div#z_secondary_nav_wrapper img:lastChild {
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }

#z_manage_accounts, #z_existing_accounts {
  display: none; }

ul#cs_contact {
  margin-left: 0px !important;
  margin-right: 0px !important; }

/* Right Column */
img.z_left {
  float: left; }

img.z_right {
  float: right; }

.z_clear_p {
  clear: both;
  padding-top: 20px; }

div#z_right_column {
  width: 710px;
  margin-left: 10px;
  color: #4D4D4D;
  font-size: 13px; }
  div#z_right_column h1 {
    font-size: 25px;
    color: #4d4d4d;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 13px;
    font-weight: normal; }

.z_textContent {
  padding-left: 10px;
  padding-right: 10px;
  background-image: url("../images/background_cards.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  width: 690px; }
  .z_textContent h2 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 9px;
    padding-bottom: 0;
    font-size: 18px;
    color: #4d4d4d; }
  .z_textContent p {
    line-height: 18px;
    font-size: 13px;
    color: #4d4d4d;
    width: 320px; }
  .z_textContent a {
    text-decoration: none; }
    .z_textContent a:hover {
      text-decoration: underline; }
  .z_textContent ul.z_overview {
    float: left;
    margin: 0 50px 0 0;
    list-style: none;
    font-weight: bold;
    padding-left: 0; }
  .z_textContent ul.z_overview + ul.z_overview {
    margin-right: 0px; }
  .z_textContent ul.z_overview li img {
    width: 23px;
    height: 21px;
    float: left; }

#business_account {
  background: url("../images/business_account_background.jpg") no-repeat; }
  #business_account h2 {
    margin-top: 65px; }
  #business_account ul {
    width: 310px;
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0; }
    #business_account ul li {
      padding: 0;
      margin: 0 0 20px 0;
      text-indent: 0em;
      font-size: 12px; }

#z_frame {
  width: 512px;
  clear: both;
  height: 500px;
  border: 4px solid #b3b3b3;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #fff; }
  #z_frame h2 {
    text-align: left;
    margin: 10px 0 10px 20px; }
  #z_frame p {
    font-size: 13px;
    text-align: left;
    width: 450px;
    float: none;
    margin-left: 20px; }
  #z_frame input {
    text-align: left;
    border: red 1px solid; }
  #z_frame .card img {
    padding-left: 20px;
    float: left; }

#commercial_billing {
  background: url("../images/commercial_billing_background.jpg") no-repeat; }
  #commercial_billing h2 {
    margin-top: 45px; }
  #commercial_billing ul {
    width: 310px;
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0; }
    #commercial_billing ul li {
      padding: 0;
      margin: 0 0 20px 0;
      text-indent: 0em;
      font-size: 12px; }

#personal_card {
  height: 361px;
  background: url("../images/personal_card_background.jpg") no-repeat;
  margin-bottom: 20px; }
  #personal_card h2 {
    margin-top: 45px; }
  #personal_card ul {
    width: 360px;
    list-style: square url("../images/li_arrow.gif");
    list-style-position: inside;
    margin: -10px 0 25px 0;
    padding: 0; }
    #personal_card ul li {
      padding: 0;
      margin: 0 0 0 0;
      text-indent: 0em;
      font-size: 12px;
      line-height: 170%; }
      #personal_card ul li span {
        margin-left: -7px; }

#compare_credit_accounts h2 {
  margin-top: 0; }
#compare_credit_accounts h3 {
  font-size: 18px; }
#compare_credit_accounts ul {
  width: 310px;
  list-style: square url("../images/green_check_mark.gif");
  /* 	    list-style-position: inside; */
  margin: 10px 0 25px 0px;
  padding: 0; }
  #compare_credit_accounts ul li {
    padding: 10px 0 0 0;
    margin: 0 0 0 15px;
    text-indent: 0em;
    font-size: 12px;
    /* line-height:220%; */ }
    #compare_credit_accounts ul li span {
      margin-left: 0px; }
#compare_credit_accounts .compare_credit_accounts_outer {
  border: 1px #dddddd solid;
  width: 320px; }
#compare_credit_accounts .compare_credit_accounts_inner {
  border: 1px #fff solid;
  background-color: #f4f4f4;
  padding: 0 5px 0 18px;
  width: 295px;
  height: 460px; }
  #compare_credit_accounts .compare_credit_accounts_inner h3 {
    margin: 20px 0 10px 0; }

#z_survey_business, #z_survey_commercial {
  display: none;
  width: 100%;
  height: 400px;
  color: #4d4d4d; }
  #z_survey_business p, #z_survey_commercial p {
    margin-left: 20px; }
  #z_survey_business div p, #z_survey_commercial div p {
    margin-left: 0; }
  #z_survey_business ul, #z_survey_commercial ul {
    width: 310px;
    list-style-image: url("../images/green_check_mark.gif");
    list-style-position: inside;
    margin: 10px 0 25px 0;
    padding: 0; }
    #z_survey_business ul li, #z_survey_commercial ul li {
      text-align: left;
      padding: 0;
      margin: 0 0 0 0;
      font-size: 12px;
      /* 		    line-height:220%; */ }
      #z_survey_business ul li span, #z_survey_commercial ul li span {
        margin-left: 0px; }

/*    Block Wrappers    */
div.z_content_block_wrapper {
  /*	position: relative; */
  width: 690px;
  overflow: hidden;
  margin-bottom: 26px;
  padding-left: 10px;
  padding-right: 10px; }
  div.z_content_block_wrapper h2 {
    clear: both;
    font-family: 'TeXGyreHeros', Arial, Helvetica, Verdana, sans-serif;
    font-size: 32px;
    font-weight: 100;
    padding-top: 10px;
    margin-bottom: 13px;
    line-height: 30px;
    /*	background:#ffffff url(images/divider-w-shadow.gif) no-repeat left top; */ }
  div.z_content_block_wrapper h3 {
    font-size: 20px;
    line-height: 27px;
    padding: 0;
    margin: 18px 0 23px 0; }
  div.z_content_block_wrapper h4 {
    font-size: 15px; }
  div.z_content_block_wrapper p {
    padding-right: 10px; }
  div.z_content_block_wrapper a {
    text-decoration: none; }
    div.z_content_block_wrapper a:hover {
      text-decoration: underline; }

a.z_tac {
  text-decoration: none; }

div.z_account_features {
  float: right;
  width: 290px; }

p span.applynow {
  background-color: #e3f6ff;
  border: 1px #0092db solid;
  padding: 5px 10px 5px 10px; }
  p span.applynow a {
    color: 0092db;
    font-size: 12px;
    text-decoration: none; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

#z_discliamer {
  font-size: 10px; }

/*   Expanding Features   */
.z_features_to_consider_wrapper {
  padding-bottom: 12px; }
  .z_features_to_consider_wrapper a {
    text-decoration: none; }
  .z_features_to_consider_wrapper div[id] {
    width: 675px;
    height: auto;
    margin: 10px 0 0 10px;
    padding: 8px 0 8px 0;
    border: 1px solid #dddddd;
    background-image: url(images/arrow_up_bg.gif);
    background-repeat: no-repeat;
    border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden; }
    .z_features_to_consider_wrapper div[id] .z_feature_heading {
      cursor: pointer; }
    .z_features_to_consider_wrapper div[id] p {
      padding-left: 10px; }
  .z_features_to_consider_wrapper div[id].z_features_closed {
    height: 15px;
    background-image: url(images/features_bg_arrow.png);
    background-position: 652px 13px;
    cursor: pointer; }
    .z_features_to_consider_wrapper div[id].z_features_closed:hover {
      background-color: #e3f6ff;
      border-color: #99ddff !important;
      color: #0092db; }

/*Share buttons on all pages*/
span.st_fblike_hcount div,
span.st_plusone_hcount div,
span.st_email_hcount div,
span.st_twitter_hcount div {
  float: none; }

span.st_fblike_hcount span {
  width: 80px; }

span.st_plusone_hcount div {
  width: 65px !important; }

span.st_email_hcount span.stButton {
  padding-top: 1px; }

#z_share_container {
  margin: 10px 0; }

/*End Share button styles*/
