html{
  font-size: 10px;
  font-family: Arial, sans-serif;
}

body {
  margin: 0;
}

h1,h2,h3,h4,h5 {
  padding:0;
  margin:0;
}

sup {
  font-size: 0.8em;
  line-height: 0;
}

a {
  color: #D81E05;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

#tool-wrapper{
  position: relative;
  background: #fff;
  color: #515151;
  width: 760px;
  border: 5px solid #f5f5f5;
  overflow: hidden;
}

#tool-wrapper p {
  font-size:1.4em;
  color:#666;
}


#tool-wrapper-header {
  border-bottom:1px solid #c6c6c6;
  margin: 0 8px 20px 8px;
}

#tool-wrapper-header h1 {
  margin: 15px 13px 2px 13px;
  font-weight: normal;
  font-size: 2.8em;
}

#tool-wrapper-header .change-account {
  padding:0 0 0 15px;
  font-size:1.3em;
}

#tool-wrapper-header .change-account p {
  margin-top:0;
  padding:0 0 10px 0;
}

#tool-wrapper-header .change-account .close {
  height: 21px;
  width: 21px;
  background: url('../img/icon-close.png') no-repeat top left;
  text-indent: -9999px;
  display: inline-block;
}

#tool-wrapper-header .change-account .close.close-sm {
  height: 17px;
  width: 17px;
  background: url('../img/icon-close-sm.png') no-repeat top left;
  text-indent: -9999px;
  display: inline-block;
}

#tool-wrapper h3 {
  font-size: 1.4em;
}

#tool-wrapper p {
  font-size: 1.1em;
  line-height: 1.3em;
  padding: 8px 8px 0 8px;
  margin:0;
}

/* TILES */
.tiles {
  position:relative;
  border: 5px solid #eeede8;
  /* *width: 200px; */
}

.tile {
  position:relative;
  height:220px;
  background-color:#fff;
  border: 2px solid white;
  text-align: left;
}

.tile:hover, .tile:active,
.tile:focus {
  border:2px solid #D81E05;
}

.tile .close,
#choose-a-account-tab-inner .close {
  position:absolute;
  top:6px;
  right:6px;
  height:21px;
  width:21px;
  background:url('../img/icon-close.png') no-repeat top left;
  text-indent:-9999px;
  display:block;
}

.tile h2 {
  position: absolute;
  margin: 35px 10px 5px 10px;
  font-size: 1.6em;
  font-weight: normal;
  letter-spacing: -0.5px;
}
.tile h2 sup {
  font-size: 13px;
  line-height: 0.4;
}

.tile .card-thumb {
  position: absolute;
  top: 105px;
  left: 10px;
  height: 70px;
  width: 87px;
  background:red url('../img/bg-card-thumbs.png') no-repeat;
}

.fr .tile .card-thumb {
  background-image:url('../img/bg-card-thumbs-fr.png');
}

.tile .card-scene {
  background-position: 0 0;
}

.tile .card-rainbow {
  background-position: 0 -70px;
}

.tile .card-moneyback {
  background-position: 0 -140px;
}

#tool-wrapper th .tile h3 {
  padding:14px 14px 0 14px;
  font-size:1.4em;
  position: absolute;
  bottom: 45px;
}
#tool-wrapper th .tile .back {
  display: none;
}
#tool-wrapper th .active .back {
  display: block;
}
#tool-wrapper th .tile .front {
  display: block;
}
#tool-wrapper th .active .front {
  display: none;
}

.tile .btn-apply-now,
.tile .btn-learn-more,
.tile .btn-add-account{
  position: absolute;
  bottom: 15px;
  padding: 0 12px;
  margin: 0 5px 0 0;
  font-size: 1.2em;
}
.fr .tile .btn-apply-now,
.fr .tile .btn-learn-more,
.fr .tile .btn-add-account{
  font-size: 1em;
}
.tile .btn-learn-more{
  left: 7px;
}
.tile .btn-apply-now{
  right: 2px;
}
.tile .btn-add-account{
  left: 15px;
}

/* CTA BUTTONS */
.red-btn {
  position: relative;
  color:#fff;
  display: block;
  background: #d81e05 url(../img/bg-red-btn.gif) left center repeat-x;
  color: #fff;
  height: 1.8em;
  line-height: 1.8em;
  padding: 0;
  border: 1px solid #BD0000;
  border-top-color: #FFA5A5;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
  text-shadow: -1px -1px 0 #900;
  text-decoration: none;
  cursor: pointer;
  /*overflow: hidden;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.red-btn:hover{
  background-image: url(../img/bg-red-btn-over.gif);
}

.red-btn:focus, .red-btn:active{
  background-image: url(../img/bg-red-btn-over.gif);
  border: 2px solid #BD0000;
}
.white-btn {
  position: relative;
  display: block;
  background: #fff url(../img/bg-white-btn.gif) left center repeat-x;
  color: #d81e05;
  height: 1.8em;
  line-height: 1.8em;
  padding: 0;
  border: 1px solid #d0d0d0;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.white-btn:hover{
  background-image: url(../img/bg-white-btn-over.gif);
}

#hidden-accounts {
  display:none;
}

#choose-a-account-background {
  display:none;
  position:absolute;
  width:100%;
  height:100%;
  background: url('../img/bg-overlay.png');
  z-index:99;
  top:0;
  left:0;
}

#choose-a-account {
  display:none;
  position: absolute;
  left: 1%;
  top:109px;
  width: 98%;
  z-index:101;
}

#choose-a-account-tab {
  position:absolute;
  width:246px;
  height:45px;
  top: -46px;
  border-top:1px solid #b0b0b0;
  border-left:1px solid #b0b0b0;
  background-color:#fff;
  padding:1px 1px 0 1px;
  z-index:101;
  right: 0;
}

#choose-a-account-tab-inner {
  position:relative;
  background:#f5f5f5;
  height:100%;
  z-index:102;
}

#choose-a-account-tab-inner h3 {
  padding: 10px;
}

#choose-a-account-wrapper {
  position:relative;
  height:auto;
  border-top:1px solid #b0b0b0;
  border-left:1px solid #b0b0b0;
  border-bottom:1px solid #b5b5b5;
  background-color:#fff;
  padding:1px 1px 0 1px;
  z-index:100;
}

#selection-wrapper {
  position:relative;
  background:#f5f5f5;
  padding-top:29px;
  height:100%;
}

#account-type-selection {
  float:left;
  width:205px;
  border-left: 1px solid #fefefe;
}

#account-selection {
  float:left;
  background:#fff;
  width: 510px;
  padding:15px 0 8px 15px;
  height: 625px;
  overflow: auto;
}

#account-selection a.account {
  float:left;
  width: 230px;
  height: 93px;
  margin: 0 0 10px 10px;
  background: url('../img/account-selector-sprite.jpg');
  overflow:hidden;
  text-decoration:none;
}

#account-selection a.account h4,
#account-selection a.selected:hover h4,
#account-selection a.filter:hover h4 {
  color: #D81E05;
  font-size: 1.8em;
  font-weight: normal;
  letter-spacing: -0.5px;
  line-height: 1em;
  margin: 10px 15px 3px;
}
.fr #account-selection a.account h4{
  font-size: 1.6em;
}

#account-selection a.account h4 sup {
  font-size: 13px;
  line-height: 0.4;
}

#account-selection a.account ul {
  margin: 0 15px 0 20px;
  padding: 0 0 0 6px;
}

#account-selection a.account ul li,
#account-selection a.selected:hover ul li {
  color: #515151;
  font-size: 1.1em;
  line-height: 1.1em;
  margin: 0;
  padding: 0 10px 2px -6px;
}

#account-selection a.filter {
  background-position: 0 -93px;
}

#account-selection a.account:hover h4,
#account-selection a.account:active h4,
#account-selection a.account:focus h4,
#account-selection a.account:hover ul li,
#account-selection a.account:active ul li,
#account-selection a.account:focus ul li {
  color:#fff;
}

#account-selection a.selected:hover h4,
#account-selection a.selected:active h4,
#account-selection a.selected:focus h4,
#account-selection a.selected.filter:hover h4,
#account-selection a.selected.filter:active h4,
#account-selection a.selected.filter:focus h4 {
  color:#D81E05;
}
#account-selection a.selected:hover ul li,
#account-selection a.selected:active ul li,
#account-selection a.selected:focus ul li,
#account-selection a.selected.filter:hover ul li,
#account-selection a.selected.filter:active ul li,
#account-selection a.selected.filter:focus ul li {
  color: #515151;
}

#account-selection a.account:hover,
#account-selection a.account:active,
#account-selection a.account:focus {
  background-position: 0 -374px;
}
#account-selection a.selected,
#account-selection a.selected:hover,
#account-selection a.selected:focus {
  cursor: default;
  background-position: 0 -280px;
}

#account-selection a.selected.filter,
#account-selection a.selected.filter:hover {
  background-position: 0 -187px;
}

#account-type-selection h3 {
  font-size:2em;
  padding: 10px;
}

#account-type-selection .ui-button {
  border: none;
  clear: left;
  padding: 2px 0 0 30px;
  margin: 2px 0 0 10px;
  text-align: left;
  min-height: 22px;
  height: auto !important;
  height: 22px;
}

#account-type-selection .ui-button-text {
  color: #666;
  font-weight: normal;
  padding: 0;
  font-size:1.3em;
}

#account-type-selection .form-radio .ui-button-text {
  font-weight: bold;
}

#account-type-selection .form-checkbox .ui-state-default {
  background: url('../img/bg-checkbox-default.png') no-repeat scroll left top transparent;
}

#account-type-selection .form-checkbox .ui-state-active {
  background: url('../img/bg-checkbox-active.png') no-repeat scroll left top transparent;
}

#account-type-selection .form-radio .ui-state-default {
  background: url('../img/bg-radio-default.png') no-repeat scroll left top transparent;
}

#account-type-selection .form-radio .ui-state-active {
  background: url('../img/bg-radio-active.png') no-repeat scroll left center transparent;
}


#account-type-selection .form-checkbox .ui-state-default.ui-state-focus {
  background: url('../img/bg-checkbox-default-focus.png') no-repeat scroll left top transparent;
}

#account-type-selection .form-checkbox .ui-state-active.ui-state-focus {
  background: url('../img/bg-checkbox-active-focus.png') no-repeat scroll left top transparent;
}

#account-type-selection .form-radio .ui-state-default.ui-state-focus {
  background: url('../img/bg-radio-default-focus.png') no-repeat scroll left top transparent;
}

#account-type-selection .form-radio .ui-state-active.ui-state-focus {
  background: url('../img/bg-radio-active-focus.png') no-repeat scroll left center transparent;
}

.ui-helper-hidden-accessible {
  left:-9999px;
}

#account-type-selection fieldset {
  margin: 0 0 5px 0;
  padding: 0;
  border: none;
}

#account-type-selection .form-checkbox {
  margin-left: 20px;
}

#legal {
  background: #e7e7e7;
  padding: 10px 25px;
}
#legal p {
  padding: 3px 0;
}
#legal p.legal {
  display: none;
}
.tablescroll_wrapper {
  margin-top: 17px;
  height: 475px;
  border-top: 4px solid #ccc;
  background: #d8d8d8;
}

table {
  /* width: 100%; */
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}

tr.row-data {
  display: none;
  color: #666;
  font-size: 1.2em;
}

tr.row-summary td {
  padding: 10px 15px;
}

tr.has-data.row-summary td {
  background: #f5f5f5;
  font-weight: bold;
  font-size: 1.2em;
}

tr.has-data.row-summary td.cell-title {
  font-size: 1em;
}

tr.row-summary.active td {}

tr.row-summary td.no-data {
  background: none;
}

th {
  padding: 0;
  width: 154px !important;
  *width: 219px !important;
}

th.col-label {
  width: 95px !important;
  *width: 132px !important;
  font-weight: bold;
}

td {
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 7px 10px 5px 10px;
  vertical-align: top;
  width: 197px !important;
}

td.cell-subtitle,
td.cell-title {
  width: 87px !important;
}

td:first-child {
  border-left: none;
}

tr.row-summary ul,
tr.row-data ul {
  margin: 0.5em 0;
  padding: 0 15px 0 15px;
}

tr.row-summary li,
tr.row-data li {
  margin: 10px 0;
}

td.cell-title h3 {
  *font-size: 1.3em !important;
}

tr ul.features {
  margin-left: 0;
  padding-left: 0;
}

tr ul.features li{
  background: url("../img/bg-feature.png") no-repeat scroll left top transparent;
  margin: 0;
  padding: 0 0 10px 15px;
  list-style: none;
}

tr.row-summary ul.features li {
  font-weight: bold;
  font-size: 1.2em;
}

tr.has-data a {
  display: inline-block;
  float: right;
  height: 16px;
  width: 12px;
  margin-top: 3px;
  background: url('../img/icon-row-toggle-right.png') no-repeat center center;
  overflow: hidden;
  text-indent: -999em;
}

tr.active.has-data a {
  background: url('../img/icon-row-toggle-down.png') no-repeat center center;
}



/* UTILITIES */
/* Hide for both screenreaders and browsers: h5bp.com/m */
.hidden { display: none !important; visibility: hidden; }
/*  Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visually-hidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visually-hidden.focusable:active, .visually-hidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }.clearfix:after { clear: both; }.clearfix { zoom: 1; }