/* CSS in AEM credit */
/* for reuse in responsive and ie8 1024 sizes - this cranks out a lot of styles */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
/* 1.2+ ng-animate */
.largemargin {
  margin-top: 1000px;
}
.anim-overflow {
  overflow: hidden;
}
.min-slide-height.ng-enter,
.min-slide-height.ng-leave {
  min-height: 800px;
}
.slide-left.ng-enter,
.slide-left.ng-leave,
.slide-right.ng-enter,
.slide-right.ng-leave {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  -ms-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.slide-left.ng-enter {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.slide-left.ng-enter.ng-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  min-height: 600px;
}
.slide-left.ng-leave {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-left.ng-leave.ng-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slide-right.ng-enter {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slide-right.ng-enter.ng-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-right.ng-leave {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-right.ng-leave.ng-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
html {
  height: 100%;
}
/* Notice the & combinator Ð itÕs used when you want a nested selector to be concatenated to its parent selector, */
html {
  min-width: 1200px;
}
body {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  min-width: 1200px;
  padding: 0;
  margin: 0;
  height: 100%;
}
body:before,
body:after {
  content: "";
  position: absolute;
  top: -9999px;
  left: -9999px;
}
body.blue_tile {
  background-color: #58819F;
}
body#page-search {
    background-color: #fff;
}
body#page-fair-credit {
  background-color: #fff;
}
body#page-best-credit-card-offers {
    background-color: #fff;
}
body.sign-in.check.page-404,
body.plain body.page-widget {
  background-image: none;
}
.remove {
  display: none;
}
.gutter {
  padding: 25px;
}
label.dont_hide_me {
  left: 0px !important;
  position: relative !important;
  top: 0px !important;
}
.gutter2 {
  padding: 0 25px;
}
#main {
  margin-top: 50px;
  padding-bottom: 60px;
  overflow: hidden;
}
#main_container {
  width: 50%;
}
.constrain {
  max-width: 1000px;
  margin: auto;
}
.accessibility,
.hide {
  position: absolute;
  left: -9999px;
}
.remove,
.hidden,
.gutter .hidden {
  display: none;
}
.list-clean,
.list-buttons,
.list-form,
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-buttons li {
  margin-bottom: 25px;
}
.list-form {
  width: 100%;
  margin: 0 auto;
}
.list-form li.focus input {
  color: #000;
}
.error-page {
  float: right;
  padding-bottom: 35px;
}
.error-page p {
  font-size: 16px;
  padding-left: 40px;
}
.center-form-box {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background: #f8f4ed;
  border-radius: 5px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.disclaimer .field_tip {
  float: left;
  margin-bottom: 8px;
  margin-left: 0px;
  position: relative;
  top: -4px;
  width: 96%;
}
label.hidden-label {
  cursor: pointer;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.field_tip {
  position: absolute;
  display: none;
  z-index: 1000;
  top: 32px;
  background-color: #FFF2C0;
  border: 1px solid #FFDE5D;
  border-radius: 0 0 4px 4px;
  color: #2b2b2b;
  font-weight: 500;
  -webkit-box-shadow: 1px 1px 5px rgba(211, 213, 218, 0.75);
  -moz-box-shadow: 1px 1px 5px rgba(211, 213, 218, 0.75);
  -ms-box-shadow: 1px 1px 5px rgba(211, 213, 218, 0.75);
  -o-box-shadow: 1px 1px 5px rgba(211, 213, 218, 0.75);
  box-shadow: 1px 1px 5px rgba(211, 213, 218, 0.75);
  font-size: 11px;
  padding: 0.4em;
}
.clear {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
.center-this {
  margin: 0 auto;
}
.btn-primary [class^="icon-"] {
  margin-top: 3px;
  margin-left: 3px;
}
table.badges-table {
  background-color: white;
}
table.badges-table td {
  padding: 0;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #000000;
}
.label-important[href],
.badge-important[href] {
  background-color: #000000;
}
.label-warning,
.badge-warning {
  background-color: #f7941d;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #d97a08;
}
.label-success,
.badge-success {
  background-color: #000000;
}
.label-success[href],
.badge-success[href] {
  background-color: #000000;
}
.label-info,
.badge-info {
  background-color: #000000;
}
.label-info[href],
.badge-info[href] {
  background-color: #000000;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn-default .label,
.btn .badge,
.btn-default .badge {
  position: relative;
  top: -1px;
}
.btn-xs .label,
.btn-xs .badge {
  top: 0;
}
a {
  cursor: pointer;
}
.disclaimer,
.disclaimer-text {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  line-height: 14px;
  font-size: 10px;
  clear: both;
  color: #2b2b2b;
}
.disclaimer-text {
  font-size: 12px;
}
#modal #modal-content .btn-primary-orange,
#modal #modal-content .btn .btn-default {
  margin-right: 3px;
}
.btn-xlarge {
  width: 290px;
}
/*DARK-GRAY (dark gray with white link color) */
/*BLUE*/
/*GREEN*/
.btn-warning,
a.btn-primary-orange {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #f99d34 0%, #f79321 100%);
  background-image: -o-linear-gradient(top, #f99d34 0%, #f79321 100%);
  background-image: linear-gradient(to bottom, #f99d34 0%, #f79321 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff99d34', endColorstr='#fff79321', GradientType=0);
  border-color: #f79321 #f79321 #c46c07;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f79321;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
a.btn-primary-orange:hover,
.btn-warning:focus,
a.btn-primary-orange:focus,
.btn-warning:active,
a.btn-primary-orange:active,
.btn-warning.active,
a.btn-primary-orange.active,
.btn-warning.disabled,
a.btn-primary-orange.disabled,
.btn-warning[disabled],
a.btn-primary-orange[disabled] {
  color: #ffffff;
  background-color: #f79321;
  *background-color: #f68709;
}
.btn-warning:active,
a.btn-primary-orange:active,
.btn-warning.active,
a.btn-primary-orange.active {
  background-color: #dd7908 \9;
}
.btn-primary:hover {
  background-image: none;
}
.btn {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover {
  background-image: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff !important;
  background-color: #196aa9 !important;
  *background-color: #165c93 !important;
}
.btn-info:active,
.btn-info.active {
  background-color: #134e7d \9 !important;
}
.btn-info:hover {
  background-image: none;
}
.btn-gray {
  background-color: #aaa9a9;
  color: #ffffff;
}
.btn-gray:hover {
  color: #ffffff !important;
}
.modal-footer.form-actions {
  margin: 0;
  text-align: center;
  background-color: #fff;
  border-top: 1px dashed #ddd;
}
#main-content .btn-sm {
  padding-top: 4px;
  padding-bottom: 4px;
}
/* this alert shows after 31 days "Welcome back! We've refreshed your dashboard with your latest credit data, for free." */
.alert-top-product {
  top: 69px;
  position: relative;
}
#alert-top,
#alert-top.alert {
  border-radius: 0;
  text-shadow: 0;
  margin-bottom: 0;
  text-align: center;
  border: none;
}
.alert .close {
  font-size: 25px;
}

footer .container {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

footer .ccomLogo {
	background-position: center left;
}

.footer .social {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}
.footer .social a {
	display: inline-block;
	*display: inline;
}

.footer .social .stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

i.icon {
	display:inline-block;
	vertical-align:middle;
}

.footer ul > li > a > i.credit-reports {
	background: url('https://static.ccom-cdn.com/content/dam/ccom/common/images/icons/footer-sprites-new.png') no-repeat -8px -76px;
	background-size: 230px 319px;
	width: 23px;
	height: 18px;
}
.footer ul > li > a > i.credit-scores {
	background: url('https://static.ccom-cdn.com/content/dam/ccom/common/images/icons/footer-sprites-new.png') no-repeat -42px -75px;
	background-size: 230px 319px;
	width: 24px;
	height: 21px;
}
.footer ul > li > a > i.managing-debt {
	background: url('https://static.ccom-cdn.com/content/dam/ccom/common/images/icons/footer-sprites-new.png') no-repeat -114px -76px;
	background-size: 230px 319px;
	width: 22px;
	height: 16px;
}
.footer ul > li > a > i.mortgage-advice {
	background: url('https://static.ccom-cdn.com/content/dam/ccom/common/images/icons/footer-sprites-new.png') no-repeat -149px -75px;
	background-size: 230px 319px;
	width: 23px;
	height: 25px;
}
.footer ul > li > a > i.loan-resources {
	background: url('https://static.ccom-cdn.com/content/dam/ccom/common/images/icons/footer-sprites-new.png') no-repeat -78px -76px;
	background-size: 230px 319px;
	width: 24px;
	height: 23px;
}
.footer ul > li > a > i.personal-finance {
	background: url('https://static.ccom-cdn.com/content/dam/ccom/common/images/icons/footer-sprites-new.png') no-repeat -8px -116px;
	background-size: 230px 319px;
	width: 23px;
	height: 22px;
}
.footer ul > li > a > i.news {
	background: url('https://static.ccom-cdn.com/content/dam/ccom/common/images/icons/footer-sprites-new.png') no-repeat -114px -115px;
	background-size: 230px 319px;
	width: 23px;
	height: 21px;
}

.facebook {
	background: url('https://static.ccom-cdn.com/content/dam/ccom/common/images/icons/footer-sprites-new.png') no-repeat -19px -166px;
	background-size: 230px 319px;
	width: 8px;
	height: 18px;
}
.twitter {
	background: url('https://static.ccom-cdn.com/content/dam/ccom/common/images/icons/footer-sprites-new.png') no-repeat -13px -199px;
	background-size: 230px 319px;
	width: 19px;
	height: 16px;
}
.rss {
	background: url('https://static.ccom-cdn.com/content/dam/ccom/common/images/icons/footer-sprites-new.png') no-repeat -15px -294px;
	background-size: 230px 319px;
	width: 15px;
	height: 15px;
}
.linkedin {
	background: url('https://static.ccom-cdn.com/content/dam/ccom/common/images/icons/footer-sprites-new.png') no-repeat -15px -262px;
	background-size: 230px 319px;
	width: 16px;
	height: 16px;
}
.googleplus {
	background: url('https://static.ccom-cdn.com/content/dam/ccom/common/images/icons/footer-sprites-new.png') no-repeat -15px -231px;
	background-size: 230px 319px;
	width: 15px;
	height: 15px;
}

.footer .sections {
	border-left: 1px solid rgb(66, 67, 68);
}

.footer .sections div.vert {
	border-top: none;
	height: 100%;
	position: absolute;
	border-right: 1px solid rgb(66, 67, 68);
	top: 0;
	right: 0;
	margin: 0 15px 0;
}

.footer hr {
	border-top: 1px solid rgb(66, 67, 68);
}

.footer {
	padding: 36px 0 68px;
	height: auto;
	margin-bottom:-20px;
}

i.apple-app-store-icon{
	background: url('https://static.ccom-cdn.com/content/dam/ccom/common/images/icons/footer-sprites-new.png') no-repeat -7px -10px;
	background-size: 230px 319px;
	width: 133px;
	height: 39px;
	display:block;
	}

.footer .third-party-badge {
	margin: 20px 0 30px;
}

.footer .sections {
padding-left: 25px;
}

.copyright-and-disclaimer {
line-height: 1.42857;
}

.sticky-footer-container {
  margin-bottom: -500px;
  min-height: 100%;
}
#page-login .sticky-footer-container {
  margin-bottom: -520px;
}
footer,
.sticky-footer {
  height: 500px;
}
h5 .raquo,
.raquo {
  color: #48abe4;
}
.badges-table {
  display: inline;
}
.truste-badge {
  padding-left: 20px;
  padding-top: 13px;
}
.smaller-badges {
  background-color: #ffffff;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.smaller-badges .badge-wrap {
  width: 182px;
  padding: 5px;
}
.smaller-badges .truste-badge {
  padding-left: 4px;
}
.page-bankrate .footer-nav {
  display: none;
}
footer .disclosure-row {
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}
footer .disclosure-text,
footer #copyright {
  font-size: 11px;
}
footer .disclosure-row {
  border: 0px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sticky-footer-container {
  margin-bottom: -320px;
  min-height: 100%;
}
.logos-footer,
.sprite-accolades {
  background-image: url(/assets/cohesive/img/sprites/sprite_accolades.png_73148770012140971bb253f298f7c00c.png);
  background-repeat: no-repeat;
  margin-left: 3.5%;
}
.trackingIframe,
.offscreen {
  position: absolute;
  left: -5000px;
}
.pagination-centered {
  text-align: center;
}
.pagination-left {
  text-align: left;
}
.pagination-right {
  text-align: right;
}
.font-signika-negative {
  font-family: Signika Negative;
}
.pointer {
  cursor: pointer;
}
#body-div-fix {
  background: #ffffff url("/assets/img/core/header.png") repeat-x scroll center top;
  height: 115px;
  padding: 0 0 0 20px;
}
#body-div-fix #prosper {
  padding: 40px 0 0;
}
.carousel-control.right,
.carousel-control.left {
  background: none !important;
}
.darkBlueBg {
  background-color: #315266;
}
.orange-btn {
  background-color: #e89443;
  padding: 15px 25px;
  border: 1px solid #d9783f;
  border-radius: 4px;
  margin: 5px 0 0 15px;
  display: inline-block;
}
.orange-btn2 {
  background-color: #e89443;
  padding: 10px 25px;
  border: 1px solid #d9783f;
  border-radius: 4px;
  width: 195px;
  display: block;
}
.orange-btn:hover,
.orange-btn2:hover {
  background-color: #d9783f;
  color: #fff;
  text-decoration: none;
}
.teal-btn {
  background-color: #8bb676;
  padding: 10px 25px;
  border: 1px solid #82aa6e;
  border-radius: 4px;
  width: 195px;
  display: block;
}
.teal-btn:hover {
  background-color: #82aa6e;
  color: #fff;
  text-decoration: none;
}
.repairBg {
  background: url('/assets/cohesive/img/credit_repair/images/repair-bg-main.jpg') no-repeat top left;
  background-size: 100% auto;
  height: 306px;
}
.repairBg2 {
  background: url('/assets/cohesive/img/credit_repair/images/repairtab_bg.jpg') no-repeat top left;
  background-size: 100% auto;
  height: 745px;
}
.green-checks-circled li {
  list-style: none;
  background: url("/assets/cohesive/img/sprites/icon-check.png") no-repeat;
  background-size: 20px 20px;
  padding: 0 0 10px 30px;
}
.bullet-img {
  margin-left: 70px;
}
hr {
  height: 2px;
}
ul.star-bullets {
  margin-left: 0 !important;
}
.star-bullets li {
  background: url('/assets/cohesive/img/credit_repair/images/star-bullet.gif') no-repeat left 5px;
  list-style: none;
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #d7d7d0;
  margin-bottom: 5px;
}
.soft-outline {
  border: 1px solid #e5e5e1;
}
.brown {
  color: #c5a178;
}
.mesh1 {
  background: url('/assets/cohesive/img/credit_repair/images/mesh-bg-tile1.gif') repeat top left;
  font-size: 16px;
}
.mesh2 {
  background: url('/assets/cohesive/img/credit_repair/images/mesh-bg-tile2.gif') repeat top left;
  z-index: 5;
}
.blueBg {
  background-color: #577f92;
}
.blueBg a.white:hover {
  color: #fff;
}
.lightBlue {
  color: #aacfe1;
}
.z-index-top {
  z-index: 10;
}
.dashboard.solv,
.pgr.solv {
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.dashboard.solv .container-bg {
  border-radius: 10px;
  background: rgba(248, 244, 237, 0.8);
  min-height: 110px;
  position: relative;
  left: 16px;
}
.dashboard #row-layout .affix {
  width: 940px;
}
.dashboard .card_name {
  width: 232px!important;
}
.dashboard .creditcard-fee {
  border-right: 1px solid #e2ded5;
  min-height: 120px;
}
.dashboard .creditcard-info img {
  padding-left: 0!important;
  padding-right: 0!important;
}
#page-user_edit_profile .dashboard.solv .container-bg,
#page-user_edit_profile .s-report-card,
#page-user_edit_profile .s-report-card .s-content {
  min-height: 50px;
  height: auto;
}
#page-user_edit_profile .s-bottom {
  background: #ffffff;
}
.pgr.solv .container-bg {
  border-radius: 10px;
  height: 580px;
  padding: 0px;
}
.pgr.solv {
  margin-bottom: 74px;
}
.pgr-container {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px;
  background: white;
  padding: 64px;
  font-size: 23px;
}
.pgr-container .bar-success {
  background-color: #98CA3C;
}
.s-report-card,
.s-body {
  font-size: 13px;
  border-radius: 10px;
  display: block;
  background: #E4E3DD;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px;
  height: auto;
  margin: 15px;
  overflow: hidden;
}
.s-report-card.white-bg,
.s-body.white-bg {
  background: #fff !important;
}
.s-report-card {
  min-height: 224px;
}
.s-report-card .s-content {
  background: #ffffff;
  filter: none;
  background: #fbfaf5;
  background: -moz-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfaf5), color-stop(80%, #f4f3ee), color-stop(100%, #e4e3dd));
  background: -webkit-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 100%);
  background: -o-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 100%);
  background: -ms-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 100%);
  background: linear-gradient(to bottom, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 100%);
}
.s-report-card .s-content.no-gradient-bg {
  background: #e9e8e4;
  height: 250px;
}
.s-report-card .s-content {
  height: 215px;
  margin: 0;
  float: none;
}
.s-report-card .s-column {
  height: 188px;
  position: relative;
}
.s-report-card .cscore.vantage {
  width: 120px;
  font-size: 72px;
}
.s-report-card .s-small-text {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}
.cscore {
  font-family: 'ProximaNova-Regular';
  font-size: 90px;
  line-height: 70px;
  color: black;
  letter-spacing: -2px;
  width: 140px;
  margin-bottom: 8px;
}
#tooltip-next-to-score {
  position: absolute;
  top: 62px;
  height: 20px;
  padding-left: 10px;
}
.main-score-ttwrap .tooltip-inner {
  width: 200px! important;
}
.other-score .tooltip-inner {
  width: 200px! important;
  margin-top: 23px;
}
.s-h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
}
.s-h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}
.s-report-card .heatmap {
  position: relative;
}
.heatmap {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #ed1c24;
  background: -moz-linear-gradient(left, #ed1c24 54.5%, #f4f3ee 54.5%, #f4f3ee 55%, #fbbf30 55%, #fbbf30 72.5%, #f4f3ee 72.5%, #f4f3ee 73%, #98ca3c 73%);
  background: -webkit-gradient(linear, left top, right top, color-stop(54.5%, #ed1c24), color-stop(54.5%, #f4f3ee), color-stop(55%, #f4f3ee), color-stop(55%, #fbbf30), color-stop(72.5%, #fbbf30), color-stop(72.5%, #f4f3ee), color-stop(73%, #f4f3ee), color-stop(73%, #98ca3c));
  background: -webkit-linear-gradient(left, #ed1c24 54.5%, #f4f3ee 54.5%, #f4f3ee 55%, #fbbf30 55%, #fbbf30 72.5%, #f4f3ee 72.5%, #f4f3ee 73%, #98ca3c 73%);
  background: -o-linear-gradient(left, #ed1c24 54.5%, #f4f3ee 54.5%, #f4f3ee 55%, #fbbf30 55%, #fbbf30 72.5%, #f4f3ee 72.5%, #f4f3ee 73%, #98ca3c 73%);
  background: -ms-linear-gradient(left, #ed1c24 54.5%, #f4f3ee 54.5%, #f4f3ee 55%, #fbbf30 55%, #fbbf30 72.5%, #f4f3ee 72.5%, #f4f3ee 73%, #98ca3c 73%);
  background: linear-gradient(to right, #ed1c24 54.5%, #f4f3ee 54.5%, #f4f3ee 55%, #fbbf30 55%, #fbbf30 72.5%, #f4f3ee 72.5%, #f4f3ee 73%, #98ca3c 73%);
}
.other-score .heatmap {
  background: #ed1c24;
  background: -moz-linear-gradient(left, #ed1c24 49%, #f4f3ee 49%, #f4f3ee 50%, #fbbf30 50%, #fbbf30 69.5%, #f4f3ee 69.5%, #f4f3ee 70%, #98ca3c 70%);
  background: -webkit-gradient(linear, left top, right top, color-stop(49%, #ed1c24), color-stop(49%, #f4f3ee), color-stop(50%, #f4f3ee), color-stop(50%, #fbbf30), color-stop(69.5%, #fbbf30), color-stop(69.5%, #f4f3ee), color-stop(70%, #f4f3ee), color-stop(70%, #98ca3c));
  background: -webkit-linear-gradient(left, #ed1c24 49%, #f4f3ee 49%, #f4f3ee 50%, #fbbf30 50%, #fbbf30 69.5%, #f4f3ee 69.5%, #f4f3ee 70%, #98ca3c 70%);
  background: -o-linear-gradient(left, #ed1c24 49%, #f4f3ee 49%, #f4f3ee 50%, #fbbf30 50%, #fbbf30 69.5%, #f4f3ee 69.5%, #f4f3ee 70%, #98ca3c 70%);
  background: -ms-linear-gradient(left, #ed1c24 49%, #f4f3ee 49%, #f4f3ee 50%, #fbbf30 50%, #fbbf30 69.5%, #f4f3ee 69.5%, #f4f3ee 70%, #98ca3c 70%);
  background: linear-gradient(to right, #ed1c24 49%, #f4f3ee 49%, #f4f3ee 50%, #fbbf30 50%, #fbbf30 69.5%, #f4f3ee 69.5%, #f4f3ee 70%, #98ca3c 70%);
}
.heatmap.graded-heatmap {
  background: #ed1c24;
  background: -moz-linear-gradient(left, #ed1c24 38.5%, #f4f3ee 38.5%, #f4f3ee 39%, #fbbf30 39%, #fbbf30 59.5%, #f4f3ee 59.5%, #f4f3ee 60%, #98ca3c 60%);
  background: -webkit-gradient(linear, left top, right top, color-stop(38.5%, #ed1c24), color-stop(38.5%, #f4f3ee), color-stop(39%, #f4f3ee), color-stop(39%, #fbbf30), color-stop(59.5%, #fbbf30), color-stop(59.5%, #f4f3ee), color-stop(60%, #f4f3ee), color-stop(60%, #98ca3c));
  background: -webkit-linear-gradient(left, #ed1c24 38.5%, #f4f3ee 38.5%, #f4f3ee 39%, #fbbf30 39%, #fbbf30 59.5%, #f4f3ee 59.5%, #f4f3ee 60%, #98ca3c 60%);
  background: -o-linear-gradient(left, #ed1c24 38.5%, #f4f3ee 38.5%, #f4f3ee 39%, #fbbf30 39%, #fbbf30 59.5%, #f4f3ee 59.5%, #f4f3ee 60%, #98ca3c 60%);
  background: -ms-linear-gradient(left, #ed1c24 38.5%, #f4f3ee 38.5%, #f4f3ee 39%, #fbbf30 39%, #fbbf30 59.5%, #f4f3ee 59.5%, #f4f3ee 60%, #98ca3c 60%);
  background: linear-gradient(to right, #ed1c24 38.5%, #f4f3ee 38.5%, #f4f3ee 39%, #fbbf30 39%, #fbbf30 59.5%, #f4f3ee 59.5%, #f4f3ee 60%, #98ca3c 60%);
}
.heatmap > .s-labels {
  position: absolute;
  top: 8px;
  width: 100%;
}
.s-grade-overview .heatmap > .s-labels {
  top: 15px;
}
.heatmap > .s-labels > div {
  text-transform: uppercase;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 9px;
}
.s-grade-overview .heatmap > .s-labels > div {
  font-size: 18px;
  width: 33%;
}
.heatmap .marker {
  top: -1px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: -5px;
}
.heatmap .marker.you {
  top: 0px;
  width: 2px;
  height: 100%;
  border-radius: none;
  background: white;
}
.marker.nation,
.marker.credit-com-average {
  background: #005D98;
}
.marker.state {
  background: #2E91DF;
}
.heatmap .you-callout {
  position: relative;
  top: -30px;
  height: 40px;
  width: 56px;
  margin: 0px;
  background: url(../img/sprites/score-marker-tooltip.png) no-repeat;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  color: white;
  margin-left: -26px;
  z-index: 1;
}
.you-callout div {
  left: -1px;
  position: relative;
  top: 8px;
}
.heatmap-legend {
  font-weight: 300;
  font-size: 9.4px;
}
.s-report-card .heatmap-legend {
  margin-top: 5px;
}
.s-report-card .heatmap-legend .slabel {
  float: left;
  margin: 0px;
}
.s-report-card .heatmap-legend .national-avg {
  padding-left: 5px;
}
.heatmap-legend .slabel.mod {
  font-size: 14px;
}
.heatmap-legend .marker {
  margin-top: 4px;
  margin-right: 2px;
  width: 6px;
  height: 6px;
  border-radius: 4px;
}
.credit-debt .radial-gauge {
  position: relative;
  width: 84px;
  height: 84px;
  background: -webkit-linear-gradient(top, #ffffff 0%, #e4e3dd 100%);
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-radius: 42px;
  margin-left: -5px;
}
.radial-gauge .heatmap-angular {
  position: absolute;
  margin: 4px;
  width: 76px;
  height: 76px;
  border-radius: 42px;
}
.radial-gauge .heatmap-angular .level {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 78px;
  width: 78px;
}
.radial-gauge .inner-circle {
  position: absolute;
  margin: 7px;
  width: 63px;
  height: 62px;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e4e3dd 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e4e3dd 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e4e3dd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe4e3dd', GradientType=0);
  filter: none;
  border-radius: 35px;
  border: solid 2px #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}
.radial-gauge .s-label {
  font-size: 28px;
  color: black;
  width: 100%;
  text-align: center;
  padding-top: 7px;
  padding-left: 4px;
}
.radial-gauge .s-label sup {
  font-size: 15px;
}
.credit-debt .fluid-row.data {
  margin-top: 24px;
}
.credit-debt .fluid-row .s-section {
  float: left;
  margin: 0px;
  width: 50%;
}
.credit-debt .fluid-row .s-section > div {
  position: relative;
  float: left;
}
.credit-debt .etched-border {
  position: absolute;
  top: -10px;
  left: -1px;
  height: 128px;
  width: 1px;
  margin-right: 16px;
  border-right: 1px solid white;
}
.credit-debt .etched-border.left {
  left: 0;
  margin-right: 15px;
}
.credit-debt .desc {
  color: black;
  margin-left: 4px;
}
.credit-debt .desc .s-label {
  font-size: 11px;
}
.credit-debt .desc > div:first-child {
  margin-top: -2px;
}
.credit-debt .desc > div:last-child {
  margin-top: 12px;
}
.credit-debt .desc .s-num {
  font-size: 18px;
}
.account-info .fluid-row .s-section > div {
  position: relative;
}
.etched-border {
  background: #D8D3C7;
}
.scores-maps .etched-border {
  position: relative;
  height: 1px;
  border-bottom: 1px solid white;
  top: -6px;
}
.account-info .s-section .etched-border {
  position: absolute;
  left: 5px;
  height: 64px;
  width: 1px;
  margin-left: 5px;
  border-right: 1px solid white;
}
.account-info .fluid-row {
  position: relative;
}
.account-info .fluid-row.data.bottom > .etched-border {
  top: -12px;
  left: 0px;
  margin: 0px;
  position: absolute;
  height: 1px;
  border-bottom: 1px solid white;
  width: 100%;
}
.account-info .info-circle {
  width: 40px;
  height: 40px;
  border-radius: 24px;
  background-color: white;
  border: solid 1px #D8D3C7;
  margin-left: -8px;
  margin-right: 8px;
}
.account-info .info-circle .s-label {
  color: #015E99;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 24px;
  margin-top: 3px;
  text-align: center;
  width: 38px;
}
.account-info .info-circle .s-label.warn {
  color: #F7941D;
}
.account-info .fluid-row.data,
.account-info .fluid-row.data .s-section {
  height: 68px;
}
.account-info .fluid-row.data .s-section {
  margin: 0px;
  width: 50%;
}
.account-info .fluid-row.data .s-section,
.account-info .fluid-row.data .s-section > div {
  float: left;
}
.account-info .fluid-row.data .s-section .info-label {
  font-size: 10px;
  line-height: 15px;
  margin-left: -4px;
  width: 73px;
}
.account-info .fluid-row.data {
  margin-top: 24px;
}
.account-info .fluid-row.data.bottom {
  margin-top: 6px;
}
.data-snapshot .s-section {
  height: 200px;
  position: relative;
  margin: 0px;
  font-weight: 300;
  font-size: 11px;
  line-height: 18px;
  color: black;
}
.data-snapshot .s-section .etched-border {
  position: absolute;
  left: 10px;
  top: 2px;
  height: 152px;
  width: 1px;
  border-right: 1px solid white;
}
.data-snapshot .s-section:first-child {
  padding-left: 0px;
}
.data-snapshot a {
  font-size: 12px;
}
.data-snapshot table {
  width: 100%;
}
.data-snapshot .s-section strong {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-weight: 600;
}
.grades {
  width: 100%;
}
.grade-container {
  float: left;
  width: 20%;
  height: 160px;
}
.tab-content .s-grade-row .s-grade {
  margin-top: 0px;
}
.grade-container .s-grade,
.s-grade-row .s-grade {
  position: relative;
  padding-top: 1px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  font-size: 36px;
  display: block;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 8px;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
}
.s-grade sup {
  top: -16px;
  position: relative;
}
.grade-container .cred-small-icon,
.grad-container .cred-icon-label {
  float: left;
}
.grade-container .cred-icon-label {
  margin-top: 2px;
  margin-left: 4px;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-weight: 300;
  color: #555555;
}
.grade-container a:hover .cred-icon-label {
  color: #2f92e0 ! important;
}
.s-grade-a,
.bg-a {
  background-color: #98CA3C;
}
.s-grade-b,
.bg-b {
  background-color: #98CA3C;
}
.s-grade-c,
.bg-c {
  background-color: #f3c031;
}
.s-grade-d,
.bg-d {
  background-color: #ec1700;
}
.s-grade-f,
.bg-f {
  -webkit-animation: color_change 3s infinite alternate;
  -moz-animation: color_change 3s infinite alternate;
  -ms-animation: color_change 3s infinite alternate;
  -o-animation: color_change 3s infinite alternate;
  animation: color_change 3s infinite alternate;
}
@-webkit-keyframes color_change {
  0% {
    background-color: #ff4d4d;
  }
  50% {
    background-color: #990000;
  }
  100% {
    background-color: #ff4d4d;
  }
}
@-moz-keyframes color_change {
  0% {
    background-color: #ff4d4d;
  }
  50% {
    background-color: #990000;
  }
  100% {
    background-color: #ff4d4d;
  }
}
@-ms-keyframes color_change {
  0% {
    background-color: #ff4d4d;
  }
  50% {
    background-color: #990000;
  }
  100% {
    background-color: #ff4d4d;
  }
}
@-o-keyframes color_change {
  0% {
    background-color: #ff4d4d;
  }
  50% {
    background-color: #990000;
  }
  100% {
    background-color: #ff4d4d;
  }
}
@keyframes color_change {
  0% {
    background-color: #ff6666;
  }
  50% {
    background-color: #cc0000;
  }
  100% {
    background-color: #ff6666;
  }
}
.red_throb {
  -webkit-animation: color_change 1s infinite alternate;
  -moz-animation: color_change 1s infinite alternate;
  -ms-animation: color_change 1s infinite alternate;
  -o-animation: color_change 1s infinite alternate;
  animation: color_change 1s infinite alternate;
}
.cred-small-icon {
  width: 25px;
  height: 25px;
}
.cred-icon-label {
  height: 30px;
  font-size: 12px;
  line-height: 13px;
  display: block;
}
.cred-small-icon.debt-usage {
  background: url(../img/sprites/debt-usage.png) no-repeat;
}
.cred-small-icon.credit-age {
  background: url(../img/sprites/credit-age.png) no-repeat;
}
.cred-small-icon.payment-history {
  background: url(../img/sprites/payment-history.png) no-repeat;
}
.cred-small-icon.account-mix {
  background: url(../img/sprites/account-mix.png) no-repeat;
}
.cred-small-icon.credit-inquiries {
  background: url(../img/sprites/credit-inquiries.png) no-repeat;
}
.cred-comp-per {
  padding-top: 6px;
  font-weight: 300;
  clear: both;
  font-size: 12px;
  line-height: 14px;
  height: 30px;
  width: 100%;
}
.s-section.less-margin-right {
  margin-right: 5px;
}
.s-section.no-margin-right {
  margin-right: 0px;
}
.s-section.full-rep .dots {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}
.s-section.full-rep .dot {
  margin: 4px;
  float: left;
  height: 8px;
  width: 8px;
  background: #999999;
  border-radius: 4px;
}
.s-section.full-rep .dot-front.active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #48abe4), color-stop(100%, #015e99));
}
.s-section.full-rep .dot-front {
  position: relative;
  top: 1px;
  height: 8px;
  width: 8px;
  background: white;
  border-radius: 4px;
}
.s-check-report.btn {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
  padding: 6px 10px;
}
.btn-bottom {
  width: 52.38%;
  margin-left: 23.80%;
  margin-top: 5px;
}
.s-body .s-nav {
  margin-left: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.s-body .s-content {
  min-height: 700px;
  background: white;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 0;
  padding-left: 20px;
  line-height: 18px;
}
.s-content p span.strong {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 14px;
}
#data-error-tab,
#data-error-tab p,
#data-error-tab li {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
#data-error-tab h5 {
  margin-bottom: 5px;
}
.s-report-summary,
.s-action-plan,
.s-full-credit-report {
  min-height: 332px;
  background: white;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 6px;
}
.s-report-summary select,
.s-report-summary label {
  margin-top: 10px;
}
.s-report-summary .pad-radio-top {
  margin-top: 0;
  margin-right: 5px;
}
.s-report-summary .modal-box-bg p {
  line-height: 21px;
}
.s-report-summary label.terms {
  margin: 0;
  padding-right: 0;
}
.s-report-summary .modal-box-bg button {
  width: 100%;
  margin-top: 10px;
}
.s-report-summary-bg {
  background: white;
  border-radius: 10px;
}
.s-sum-section {
  margin-left: 0px;
  background: #FAF9F5;
  position: relative;
  padding-top: 10px;
}
.s-action-plan #action-plan-details,
#action-plan-setup,
#constrain-row-to-hide-last-alert {
  background: url(../img/bg/overview-bg.gif) center center no-repeat;
  background-size: 100% 95%;
}
.wrap-entire-graph .row {
  margin-left: 0!important;
  margin-right: 0!important;
}
.s-report-summary-off .s-sum-section.col-md-4 {
  paddng-top: 10px;
  padding-bottom: 10px;
}
.s-action-plan .graph-container {
  height: 156px;
  padding: 24px;
  margin-bottom: 16px;
  position: relative;
}
.s-action-plan .action {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 130px;
}
.s-report-summary .s-sum-section {
  height: 100%;
}
.s-action-plan .s-sum-section {
  height: 100%;
}
.s-sum-section > * {
  position: relative;
}
.s-sum-section-bottom {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 180px;
}
.s-action-plan .s-sum-section-bottom {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 328px;
}
.s-sum-section .s-icon-status,
.s-icon-status {
  position: absolute;
  margin-left: 16px;
  margin-top: 0px;
  width: 24px;
  height: 24px;
}
.s-sum-section .s-icon-image,
.s-icon-image {
  width: 90px;
  height: 90px;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
}
.s-sum-section .etched-border {
  position: absolute;
  top: 16px;
  left: -1px;
  width: 1px;
  border-right: 1px solid white;
}
.vert-border {
  position: absolute;
  top: 1px;
  left: -10px;
  width: 1px;
  border-right: 2px solid #E3E2DC;
  height: 188px;
}
.s-report-summary .s-sum-section .etched-border {
  height: 196px;
}
.s-action-plan .s-sum-section .etched-border {
  height: 344px;
}
.s-action-plan svg {
  width: 792px;
  height: 200px;
}
.s-action-plan svg circle {
  fill: #999999;
}
.s-action-plan svg circle.first,
.s-action-plan svg circle.marked {
  fill: #FFFFFF;
  stroke: #2F92E0;
  stroke-width: 3;
}
.s-action-plan svg circle.uc3.cir1,
.s-action-plan svg circle.uc1.s17.cir1 {
  fill: #2F92E0;
}
.s-action-plan svg circle.uc1.s13.cir1:hover,
svg circle.uc1.d1:hover,
svg circle.s-selected {
  fill: #2F92E0;
  cursor: pointer;
}
.s-tooltip {
  cursor: pointer;
}
.axis path,
.axis line {
  fill: none;
  stroke: black;
  shape-rendering: crispEdges;
}
.axis .tick line,
.dotted-line {
  stroke: #B3B3B3;
}
.dotted-line {
  stroke: black;
}
.axis path.domain {
  stroke: #555555;
  stroke-width: 1;
}
.axis text.tick {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 12px;
}
.label-rect-text,
.label-goal {
  fill: #48ABE4;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-weight: 700;
}
.label-today {
  fill: gray;
}
rect.cur-rect,
path.past {
  fill: #d7d7d7;
}
path.inter {
  fill: rgba(215, 215, 215, 0.5);
}
path.goal {
  fill: url(#rectGradColumn);
}
#debt-slider.low {
  background: url(../img/pre-render/slider-$500-amount-of-debt.png) center no-repeat;
}
#debt-slider.high {
  background: url(../img/pre-render/slider-$2000-amount-of-debt.png) center no-repeat;
}
text.goal {
  fill: white;
  font-size: 16px;
  font-weight: 600;
}
text.inter {
  fill: gray;
  display: none;
}
text.inter.uc3.d0 {
  display: block;
}
rect.label-rect {
  fill: #ffffff;
  stroke: #48ABE4;
  stroke-width: 2;
}
.y.axis.labels path,
.y.axis.dotted path,
.y.axis.dotted .tick text,
.y.axis.solid .tick text,
.y.axis.solid path {
  display: none;
}
.y.axis.dotted .tick line,
.dotted-line {
  stroke-dasharray: 2, 4;
}
.y.axis.labels .tick:first-child line {
  stroke: #48ABE4;
  stroke-width: 2;
}
.s-sum-section div.copy {
  top: 0px;
  margin-top: 16px;
  margin-left: 4px;
  margin-right: 4px;
  text-align: center;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.s-sum-section div.copy.small {
  margin-top: 8px;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-weight: 300;
  font-size: 10px;
}
.s-sum-section.warn .s-icon-status,
.NEGATIVE .s-icon-status {
  background: url(../img/sprites/icon-warn.png) no-repeat;
}
.s-sum-section.good .s-icon-status,
.POSITIVE .s-icon-status,
.NEUTRAL .s-icon-status {
  background: url(../img/sprites/icon-tick.png) no-repeat;
}
.s-icon-star-blue {
  background: url(../img/sprites/icon-star-blue.png) no-repeat;
}
.s-icons {
  height: 24px;
  margin-left: 16px;
  margin-top: 2px;
  position: absolute;
  width: 24px;
}
.return-user-overview .s-icon-status {
  margin-top: 4px;
}
.info .s-icon-status {
  background: url(../img/sprites/icon-star-blue.png) no-repeat;
}
.s-icon-image.chart {
  background: url(../img/sprites/icon-chart.png) no-repeat;
}
.s-icon-image.cake {
  background: url(../img/sprites/icon-cake.png) no-repeat;
}
.s-icon-image.report {
  background: url(../img/sprites/icon-report.png) no-repeat;
}
.s-icon-image.credit {
  background: url(../img/sprites/icon-credit.png) no-repeat;
}
.s-icon-image.dumbbell,
.s-icon-image.o-3c,
.s-icon-image.o-4a,
.s-icon-image.o-4c {
  background: url(../img/sprites/icon-dumbbell.png) no-repeat;
}
.s-icon-image.money-bag,
.s-icon-image.o-1a,
.s-icon-image.o-2a,
.s-icon-image.o-3a,
.s-icon-image.o-1b,
.s-icon-image.o-2b,
.s-icon-image.o-3b,
.s-icon-image.o-4b {
  background: url(../img/sprites/icon-money-bag.png) no-repeat;
}
.s-icon-image.o-6 {
  background: url("../img/credit_report_card/offer-report-creditreportcom.jpg") no-repeat 0 0;
  background-size: 100% 100%;
  height: 112px;
  margin-top: 12px;
  width: 168px;
}
.s-icon-image.chart-up,
.s-icon-image.o-3d,
.s-icon-image.o-4d,
.s-icon-image.o-5 {
  background: url(../img/sprites/icon-chart-up.png) no-repeat;
}
.s-icon-image.receipt {
  background: url(../img/sprites/icon-receipt.png) no-repeat;
}
.s-icon-image.star-blue {
  background: url(../img/sprites/icon-star-blue.png) no-repeat;
}
.offerZone8Img {
  margin-top: 12px;
  max-width: 140px;
}
.row.legend,
.row.legend {
  border-bottom: dashed 1px #999999;
}
.s-sum-section.good .s-sum-section-bottom {
  background: -webkit-linear-gradient(top, rgba(152, 202, 60, 0) 0%, rgba(152, 202, 60, 0.25) 87%, rgba(152, 202, 60, 0.5) 100%);
}
.s-sum-section.warn .s-sum-section-bottom {
  background: -webkit-linear-gradient(top, rgba(237, 28, 36, 0) 0%, rgba(237, 28, 36, 0.25) 87%, rgba(237, 28, 36, 0.5) 100%);
}
.s-sum-section.info .s-sum-section-bottom {
  background: -webkit-linear-gradient(top, rgba(47, 146, 224, 0) 0%, rgba(47, 146, 224, 0.25) 87%, rgba(47, 146, 224, 0.5) 100%);
}
a.area-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0);
}
a.not-link {
  position: relative;
}
.s-nav > div {
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  text-transform: uppercase;
  height: 47px;
  color: #555555;
  line-height: 20px;
}
.s-nav div.current {
  background-color: #ffffff;
}
.s-nav > div:first-child {
  border-top-left-radius: 10px;
}
.s-nav .current > a {
  color: #2E91DF;
}
.s-nav .current:first-child > div {
  border-top-left-radius: 10px;
}
.s-nav .current > div,
.test-blue {
  position: absolute;
  top: 0px;
  width: 8px;
  height: 48px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2589CE', endColorstr='#06659F' );
  background: #268bd0;
  background: -moz-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #268bd0), color-stop(80%, #0d6da9), color-stop(100%, #016098));
  background: -webkit-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: -o-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: -ms-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: linear-gradient(to bottom, #268bd0 0%, #0d6da9 80%, #016098 100%);
}
.s-nav a {
  padding-left: 14px;
  text-decoration: none;
  width: 100%;
  color: #555555;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
}
.s-nav a:hover {
  color: #2f92e0;
}
.s-nav .etched-border {
  padding: 0px;
  margin-left: 0px;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid white;
}
a#update-my-goals-btn,
a#set-my-goals-btn,
a.next-step {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 24px;
  margin-top: 25px;
}
.expanded-view-link {
  text-decoration: none;
  color: white;
}
.expanded-view-link:hover {
  color: white;
}
#see-errors-tab .error-star,
#data-error-tab .error-star {
  padding-left: 30px;
  padding-top: 5px;
}
#data-error-tab .s-icons {
  margin-left: 0px;
  margin-top: 9px;
}
#see-errors-tab .s-icons {
  margin-left: 0px;
}
#see-errors-tab ol {
  margin-left: 23px;
}
#see-errors-tab ol li {
  margin-bottom: 20px;
}
.s-tab.active {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #f2f2f2;
}
.s-tab.active .grade {
  color: #2A2A2A;
}
.s-tab.active .cred-icon-label {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-weight: 600;
  color: #545454;
}
.s-tab.active .borders {
  border: none;
}
.s-tab.active .cred-small-icon {
  opacity: 1;
}
.s-tab.active + .s-tab .borders {
  border-left: none;
}
.s-tab .grade {
  width: 110px;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #545454;
  text-align: center;
  margin-top: 5px;
}
.s-tab .cred-small-icon {
  float: left;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.s-tab .cred-icon-label {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-weight: 300;
  width: 110px;
  text-align: center;
}
.s-tab .borders {
  margin-top: 10px;
  position: absolute;
  width: 99px;
  height: 60px;
  border-left: 1px solid #D7D2C6;
}
.s-tab .borders.border-right {
  border-right: 1px solid #D7D2C6;
}
.s-tab .cred-small-icon {
  opacity: .7;
}
.s-tab:last-child .borders {
  border-right: 1px solid #D7D2C6;
}
.s-tab.error .cred-icon-label {
  padding-left: 13px;
  padding-top: 8px;
  font-size: 12px;
}
.exp-triangle {
  margin-left: 16px;
  font-size: 10px;
}
.s-grade-row,
.s-grade-heatmap-row {
  height: 100px;
  padding-top: 20px;
  position: relative;
}
.s-grade-row.no-border {
  border: none;
}
.s-grade-row .s-column * {
  float: left;
}
.s-grade-row .s-column br {
  float: none;
}
.ad-height {
  height: 220px;
}
.s-grade-row .s-column {
  float: left;
  width: 170px;
  height: 88px;
}
.s-grade-row .s-column:first-child {
  width: 120px;
}
.s-grade-row .cred-small-icon {
  margin-left: 10px;
  top: -1px;
}
.s-grade-row .s-num {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 24px;
  width: 150px;
  text-align: center;
}
.s-grade-row .s-legend {
  margin-left: 14px;
  margin-top: 5px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  width: 150px;
  color: #666666;
}
.s-column .s-grade {
  margin-left: 0px;
}
.s-column .s-grade.mdl {
  margin-left: 24px;
}
.s-section.grades {
  margin-right: 0px;
}
.modal-backdrop-message.fade.in {
  opacity: 0.9;
  background-image: radial-gradient(circle farthest-corner at 50% 30%, #2f92e0 0%, #015e99 100%);
}
#message-modal {
  border: none;
  border-radius: 10px;
}
#message-modal .modal-header {
  height: 30px;
  padding: 9px 15px;
}
#message-modal .message-intro {
  margin: 0 auto;
  width: 90%;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 30px;
}
#message-modal .message-intro .color-blue {
  color: #48abe4;
}
#message-modal .col-md-4 {
  margin: 0 5px 15px 5px;
  padding: 0 10px;
}
#message-modal .col-md-4.middle-colum {
  border-left: 1px solid #e4e3dd;
  border-right: 1px solid #e4e3dd;
}
.modal.solv .modal-dialog {
  border-radius: 10px;
  border: none;
  background-color: white;
  margin-top: 60px;
}
.modal-header .close {
  margin-top: 0;
}
.modal-header.solv {
  margin: 0px;
  padding: 3px;
  height: 45px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2589CE', endColorstr='#06659F' );
  background: #268bd0;
  background: -moz-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #268bd0), color-stop(80%, #0d6da9), color-stop(100%, #016098));
  background: -webkit-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: -o-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: -ms-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: linear-gradient(to bottom, #268bd0 0%, #0d6da9 80%, #016098 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.modal-header.solv .close {
  font-size: 34px;
  color: white;
  line-height: 30px;
  margin: 0px;
  margin-right: 10px;
}
.modal.s-grade-overview .modal-body,
.modal .modal-body {
  padding-top: 8px;
}
.modal.s-grade-overview .s-tabs {
  height: 80px;
}
.modal.s-grade-overview .s-tab {
  float: left;
  width: 110px;
  height: 100%;
}
.modal.s-grade-overview .s-tab.error {
  height: 50%;
  margin-top: 40px;
  margin-left: 60px;
  width: auto;
}
.modal.s-grade-overview .s-content-area h1 {
  margin: 0px;
  font-size: 24px;
  line-height: 22px;
}
#modal-overview .section-title {
  display: inline-block;
  padding-right: 20px;
  text-transform: none;
}
.modal.s-grade-overview .s-content-area .percent-of-your-score-title {
  line-height: 30px;
}
.modal.s-grade-overview .s-content-area .copy {
  font-size: 12px;
  line-height: 18px;
  padding-right: 10px;
}
.modal.s-grade-overview .s-content-area .s-column .border {
  position: absolute;
  height: 62px;
  width: 112px;
  border-left: 1px solid #E3E2DC;
}
#modal-my-credit-score .s-sum-section {
  padding-bottom: 12px;
}
.cred-small-icon.receipt-s.blue {
  background: url(../img/sprites/icon-receipt-blue-s.png) no-repeat;
}
.cred-small-icon.chart.blue {
  background: url(../img/sprites/icon-chart-blue.png) no-repeat;
}
.cred-small-icon.ccard.blue {
  background: url(../img/sprites/icon-ccard-blue.png) no-repeat;
}
.cred-small-icon.receipt-x.blue {
  background: url(../img/sprites/icon-receipt-blue-x.png) no-repeat;
}
.s-grade-heatmap-row .heatmap {
  position: relative;
  width: 98%;
  top: 15px;
}
.s-grade-heatmap-row .heatmap-legend {
  position: relative;
  top: 66px;
}
.s-grade-heatmap-row.debt .heatmap .marker.credit-com-average {
  left: 122px;
}
.s-grade-heatmap-row.debt .heatmap .marker.you {
  left: 148px;
}
.s-grade-heatmap-row.debt .heatmap .you-callout {
  left: 120px;
}
.s-grade-heatmap-row .heatmap-legend {
  position: absolute;
}
.modal.s-grade-overview .s-content-area p.copy {
  margin-top: 22px;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  line-height: 18px;
}
.btn.order-payment-history {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.expanded-view .row {
  height: 200px;
}
.expanded-view .tab-pane .row {
  height: auto;
}
.expanded-view .s-h1 span.disclaimer {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
}
.expanded-view .fico-score,
.expanded-view .other-score {
  height: 100px;
}
.s-report-card .fico-score .heatmap,
.s-report-card .other-score .heatmap {
  margin-top: 30px;
}
.dashboard.start .container-fluid {
  min-height: 720px;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  padding: 40px;
}
.dashboard.start .logo {
  margin-top: 10px;
  width: 100%;
  height: 80px;
  background: url(../img/logo-big.png) no-repeat center;
}
.dashboard.start p {
  font-size: 32px;
}
.dashboard.start .btn-area {
  background: #FAF9F5;
  height: 426px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 6px;
  padding: 16px;
}
.dashboard.start .icon {
  width: 100%;
  height: 128px;
  margin-top: 16px;
}
.dashboard.start .icon.uc1 {
  background: url(../img/sprites/credit-builder-icon.png) no-repeat center;
}
.dashboard.start .icon.uc2 {
  background: url(../img/sprites/money-saver-icon.png) no-repeat center;
}
.dashboard.start .icon.uc3 {
  background: url(../img/sprites/debt-reducer-icon.png) no-repeat center;
}
.dashboard.start a {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 50px;
  margin-top: 18px;
}
.dashboard.start .btn-area {
  margin-top: 40px;
}
.dashboard.start .btn-area p {
  margin-top: 30px;
  font-size: 16px;
}
.dashboard.start .buttons {
  margin-top: 50px;
}
.next-best-matches {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e4e3dd));
  color: #555555;
  background-color: #e4e3dd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e4e3dd));
  font-size: 12px;
}
#exp-view-score-control {
  font-size: 12px;
  text-align: right;
}
.s-tabs .grade {
  text-transform: uppercase;
}
.s-tabs.nav-tabs {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-bottom: none;
}
.s-tabs.nav-tabs li.s-tab a,
.s-tabs.nav-tabs li.s-tab a:hover {
  display: inline-block;
  border: none;
  padding: 0px;
}
.data-snapshot .s-tabs.nav-tabs li.s-tab.active {
  background-color: #ffffff;
  font-weight: 600;
  color: black;
}
.data-snapshot .s-tabs.nav-tabs li.s-tab a {
  padding: 5px 15px;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-weight: 600;
}
.data-snapshot .tab-pane {
  border-radius: 10px;
  background-color: #ffffff;
  height: 180px;
  padding: 15px;
}
.s-tabs.nav-tabs li.s-tab.active a,
.s-tabs.nav-tabs li.s-tab a:hover {
  background-color: transparent;
}
.s-grade-heatmap-row .graded-heatmap .graph_grade_a_plus {
  left: 100%;
}
.s-grade-heatmap-row .graded-heatmap .graph_grade_a {
  left: 93%;
}
.s-grade-heatmap-row .graded-heatmap .graph_grade_a_minus {
  left: 86%;
}
.s-grade-heatmap-row .graded-heatmap .graph_grade_b_plus {
  left: 79%;
}
.s-grade-heatmap-row .graded-heatmap .graph_grade_b {
  left: 72%;
}
.s-grade-heatmap-row .graded-heatmap .graph_grade_b_minus {
  left: 65%;
}
.s-grade-heatmap-row .graded-heatmap .graph_grade_c_plus {
  left: 58%;
}
.s-grade-heatmap-row .graded-heatmap .graph_grade_c {
  left: 50%;
}
.s-grade-heatmap-row .graded-heatmap .graph_grade_c_minus {
  left: 43%;
}
.s-grade-heatmap-row .graded-heatmap .graph_grade_d_plus {
  left: 36%;
}
.s-grade-heatmap-row .graded-heatmap .graph_grade_d {
  left: 29%;
}
.s-grade-heatmap-row .graded-heatmap .graph_grade_d_minus {
  left: 22%;
}
.s-grade-heatmap-row .graded-heatmap .graph_grade_f_plus {
  left: 15%;
}
.s-grade-heatmap-row .graded-heatmap .graph_grade_f {
  left: 8%;
}
.s-grade-heatmap-row .graded-heatmap .graph_grade_f_minus {
  left: 0%;
}
.wrap-read-more {
  height: auto;
  overflow-y: auto;
  min-height: 160px;
}
a.tabbed-modal:hover {
  text-decoration: none;
}
.s-report-card .data-snapshot {
  margin-right: 0;
}
.s-report-card td {
  white-space: nowrap;
}
#table-accounts-second {
  left: 14px;
  position: relative;
}
#table-accounts-second td strong {
  padding-left: 35px;
}
.data-snapshot table td strong {
  padding-left: 8px;
}
.krang-wrap {
  margin-right: 16px;
  margin-bottom: 16px;
}
.ng-hide {
  display: none !important;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.return-user-overview .s-report-summary-bg {
  margin-left: 0;
  margin-top: 20px;
}
.return-user-overview .section-title {
  padding: 8px 20px;
  font-size: 14px;
  background-color: #e4e3dd;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0px;
}
.return-user-overview .section-subtitle {
  margin-bottom: 0;
  margin-top: 7px;
}
.section-pad-left {
  padding-left: 30px;
}
.sep-top {
  border-top: 2px solid #eeeeee;
  padding: 15px 8px 15px 0;
  position: relative;
  display: block;
}
.report-date {
  color: #c2bba9;
  margin: 0;
  text-align: right;
  font-size: 12px;
}
.see-details {
  text-align: left;
  float: left;
  padding-left: 20px;
  font-size: 12px;
}
.logo-reversed {
  width: 122px;
  background-position: -15px -678px;
  margin-left: -4px;
}
.ribbon:before {
  left: -16px;
}
.ribbon {
  font-size: 10px;
  height: 27px;
}
.ribbon i {
  margin-left: -6px;
}
.ecs-cobrand {
  background-position: 45px -708px;
}
.alert-sub {
  font-size: 15px;
  color: #555555;
}
.current-highlight {
  color: #f7941d;
}
.prev-highlight {
  color: #aba594;
}
#page-my-credit-report-card .bureaus-inline-sprite {
  margin-left: 30px;
  margin-bottom: 20px;
}
#page-my-credit-report-card .ecs-screencap {
  width: 236px;
}
#page-my-credit-report-card .ecs-screencap {
  height: 189px;
}
#page-my-credit-report-card .ecs-screencap {
  background-position: 16px -401px;
}
#analyzing-your-credit {
  height: 530px;
}
#page-my-credit-report-card .sidebar-container-blue {
  background: #fbfaf5;
  border-radius: 10px;
  border: 1px solid #e4e3dd;
  box-shadow: none;
}
#page-my-credit-report-card .sidebar-container-blue .ecs-screencap {
  background-position: 16px -409px;
  background-size: 91% auto;
}
#page-my-credit-report-card .sidebar-container-blue .header-bg {
  border-radius: 10px 10px 0 0;
  padding-left: 25px;
}
#page-my-credit-report-card .sidebar-container-blue .header-bg .logo-reversed {
  width: 148px;
  background-position: -14px -805px;
  background-size: auto;
}
#page-my-credit-report-card .sidebar-container-blue .header-bg .ribbon:before {
  left: -20px;
}
#page-my-credit-report-card .sidebar-container-blue .header-bg .ribbon {
  height: 28px;
}
#page-my-credit-report-card .sidebar-container-blue .span-padding {
  padding: 10px 20px;
}
#page-my-credit-report-card .sidebar-container-blue .span-padding .bureaus-inline-sprite {
  margin-left: -20px;
  margin-bottom: -6px;
}
#page-my-credit-report-card .sidebar-container-blue .span-padding .styled li {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  line-height: 16px;
  padding-bottom: 11px;
  font-size: 12px;
}
#page-my-credit-report-card .sidebar-container-blue .span-padding label {
  display: inline-block;
}
#page-my-credit-report-card .sidebar-container-blue .span-padding input[type="radio"] {
  margin: 0;
}
#page-my-credit-report-card .sidebar-container-blue .span-padding .grey-label {
  color: #999999;
}
#page-my-credit-report-card .sidebar-container-blue .span-padding .margin-double-top {
  margin-top: 20px;
}
#page-my-credit-report-card .sidebar-container-blue .span-padding .margin-double-top button {
  width: 100%;
}
.star-sprite {
  background-image: url("../img/sprites/sprite.png");
  background-position: -800px -910px;
  background-repeat: no-repeat;
}
.modal-box-bg {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px 30px 10px 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.modal-box-bg-beige {
  background-color: #FAF9F5;
  border-radius: 10px;
  padding: 30px;
  box-shadow: none;
  border: 1px solid #e4e3dd;
}
.krang-wrap .slider {
  display: block;
  margin: auto;
}
.krang-wrap .slider.slider-horizontal .slider-track {
  background-color: #F7F7F7;
  background-image: linear-gradient(to bottom, #afafaf, #f0efee);
  background-repeat: repeat-x;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  cursor: pointer;
  position: absolute;
  height: 10px;
  margin-top: -11px;
  top: 50%;
  width: 100%;
  left: 2px;
  border-radius: 10px;
}
.krang-wrap .slider.slider-horizontal .slider-track-rainbow {
  background: transparent url("../img/sprites/sprite-creditcards@2x.png") no-repeat -193px -605px;
  background-size: 600px 700px;
  overflow: hidden;
  width: 520px;
  height: 10px;
}
.krang-wrap .slider.slider-horizontal .slider-handle {
  background-color: #FFFFFF;
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  background-repeat: repeat-x;
  border: 2px solid #015E99;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  height: 18px;
  opacity: 1;
  position: absolute;
  width: 18px;
  z-index: 10;
}
.krang-wrap .slider-selection {
  background-image: linear-gradient(to bottom, #3d9ed4, #17639e);
  border-radius: 10px;
}
.krang-wrap .slider-horizontal .tooltip {
  z-index: 18;
}
.krang-wrap .slider-horizontal .tooltip.top {
  margin-left: 2px;
  margin-top: -5px;
}
.krang-wrap input.slider {
  display: none ! important;
  width: 186px;
}
.krang-wrap .interactive-area {
  padding-top: 4px;
}
.krang-wrap .slider-top-spacer {
  margin-top: 44px;
}
.small-title.pagination-centered {
  padding-left: 16px;
  padding-right: 16px;
}
.small-title.pagination-centered small {
  padding-left: 20px;
}
.small-title .pull-right {
  text-align: right;
}
.small-title .pull-right small {
  font-size: 10px;
  margin-top: -6px;
  margin-bottom: -13px;
  display: block;
}
.score-cols {
  border-radius: 10px 10px 0 0;
  background-color: #d7d7d7;
  opacity: 0.9;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  height: 100%;
  position: relative;
  margin-top: 16px;
}
.score-cols-under-spacer {
  height: 12px;
  margin: 0 auto;
  width: 80%;
}
.score-now-true {
  opacity: 1.0;
}
#graph-container-real .handle {
  background-color: gray;
  border: 4px solid gray;
  border-radius: 16px;
  height: 16px;
  margin: 0 auto;
  position: relative;
  top: -12px;
  width: 16px;
}
#graph-container-real .score-now-true .handle,
#graph-container-real .score-recommended .handle {
  background-color: #FFFFFF;
  border: 4px solid #3D9ED4;
}
.score-recommended {
  background-image: linear-gradient(to bottom, #3d9ed4, #ffffff);
  color: white;
}
.wrap-score-after-handle {
  margin-top: -12px;
}
.non-top-bdr {
  border-right: 1px solid #999;
  height: 10px;
  min-height: 0 ! important;
}
#graph-container-real {
  overflow: hidden;
  height: 582px;
  margin-left: 30px;
  width: 90%;
  top: -550px;
  position: relative;
}
.graph-container-width {
  width: 688px;
  margin-left: 30px;
  position: relative;
}
.graph-container-footer,
.graph-container-header {
  margin-left: -4px;
  padding-left: 50px;
}
.graph-container-header {
  font-size: 12px;
  top: 18px;
}
.graph-container-footer {
  top: -10px;
}
#graph-container-real-under {
  height: 12px;
  margin-top: 14px;
  width: 90%;
}
#graph-container-real .score-col {
  height: 480px;
}
.grid-bg-half {
  height: 50px;
  border-top: 1px solid #999;
  margin-left: 15px;
}
.grid-bg-whole {
  height: 50px;
  border-top: 1px dashed #999;
  margin-left: 15px;
}
.grid-first-50 {
  margin-left: 15px;
  height: 50px;
  border-top: 2px solid #17639E;
}
.grid-last-50 {
  height: 50px;
  border-top: 1px solid #999;
  border-bottom: 1px dashed red;
}
#wrap-graph {
  height: 596px;
  overflow: hidden;
}
#wrap-scroll-zoom {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 200px;
  position: relative;
  border-bottom: 1px solid #999;
}
#wrap-grap div {
  box-sizing: border-box;
}
.s-action-plan {
  background-color: #FAF9F5;
}
.s-report-summary-off {
  background-color: #FAF9F5;
}
.wrap-entire-graph {
  background-color: #ffffff;
}
.score-marker {
  top: -12px;
  left: -14px;
  position: relative;
  background-color: white;
  padding-right: 4px;
}
.graph-container .row .first-col,
.row .first-col {
  margin-left: 5.2%;
}
.wrap-goal-text {
  color: #3D9ED4;
}
.underline-row td {
  border-bottom: 1px solid #A7A7A5;
  border-left: 2px solid #A7A7A5;
  height: 6px;
}
.row [class*="span"] .no-gutter {
  margin-left: 0;
}
.underline-row .cell {
  border-bottom: 1px solid #A7A7A5;
  border-left: 2px solid #A7A7A5;
  height: 8px;
}
.no-gutter:last-child .underline-row .cell {
  border-right: 2px solid #A7A7A5;
}
.months-row {
  display: block;
}
.underline-row td:last-child {
  border-right: 2px solid #A7A7A5;
}
.month-check-table {
  width: 90%;
  margin: auto;
  text-align: center;
  font-size: 12px;
}
.month-check-wrap {
  margin-left: 12px;
  width: 100%;
}
.gt-question {
  background-image: url("/assets/cohesive/img/sprites/icon-tick.png");
  background-position: -2px -5px;
  color: #D4D4D2;
  display: block;
  height: 20px;
  left: 8px;
  position: relative;
  top: 6px;
  width: 20px;
  opacity: .2;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
}
.gt-normal {
  opacity: 1.0;
  filter: none;
  -webkit-filter: none;
}
.gt-question.gt-true {
  opacity: 1.0;
  filter: none;
  -webkit-filter: none;
  background-position: -2px -3px;
}
.gt-question.gt-false {
  background-image: url("/assets/cohesive/img/sprites/icon_alert.png");
  opacity: 1.0;
  filter: none;
  -webkit-filter: none;
}
.gt-question.gt-start-true {
  background-image: none;
}
/* on negative-positive the positive takes precedence */
/* on duplicate positive compare to goal takes precedence */
/* on duplicate negative compare to previous month takes precedence */
h2.blue-big {
  color: #2E91DF;
  font-size: 50px;
  line-height: 36px;
  font-weight: 400;
  margin-top: 15px;
}
h2.blue-big span.pre-label {
  font-size: 14px;
  padding-right: 3px;
  line-height: 0;
  margin-left: -2%;
  margin-right: -2%;
}
.under-title-goal {
  font-size: 12px;
}
.margin-btm-lots {
  margin-bottom: 250px ! important;
}
.modal-box-bg-beige .sans-font {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
}
.r {
  border: 1px solid red;
}
.g {
  border: 1px solid green;
}
.b {
  border: 1px solid blue;
}
#cc-details.modal {
  height: auto;
}
.close {
  font-size: 32px;
  line-height: 26px;
}
#best-match-from-modal li {
  padding-bottom: 8px;
  line-height: 16px;
  font-size: 12px;
}
#best-match-from-modal .recommended-card-spacer:after {
  content: "YOUR RECOMMENDED CARD";
  text-align: center;
  color: #999999;
  display: inline-block;
  width: 100%;
  padding-bottom: 4px;
}
#best-match-from-modal .modal-body {
  padding: 15px 30px 30px 30px;
}
#page-my-credit-report-card #best-match-from-modal.modal-inline {
  position: relative;
  left: 0;
  background-color: white;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body.modal-open {
  overflow: hidden;
}
#declineModal .modal-header {
  height: 25px;
}
#declineModal .close {
  font-size: 34px;
  line-height: 30px;
  margin: 0 10px 0 0;
  float: right;
  width: 40px;
}
#declineModal .modal-body {
  background: #f2f2f2;
  border-radius: 10px;
  margin: 10px 20px;
  padding-top: 15px;
  text-align: center;
}
#declineModal .modal-footer {
  background-color: #fff;
  border-top: 0;
  border-color: #999;
  text-align: center;
}
#declineModal .modal-footer .btn .btn-default {
  width: 40%;
  margin: 0 auto;
}
.decline-icon {
  background: url(../img/sprites/icon-decline.png) no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.krang-wrap .carousel {
  line-height: 1;
  margin-bottom: 60px;
  position: relative;
}
.krang-wrap .carousel-inner {
  overflow: hidden;
  position: relative;
  width: 580px;
  height: 360px;
  margin-left: 80px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 6px;
}
.krang-wrap .carousel-inner > .item {
  display: none;
  transition: left 0.6s ease-in-out 0s;
  padding: 5px;
  height: 350px;
  width: 570px;
}
.krang-wrap .carousel-inner > .item > img,
.krang-wrap .carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
  position: absolute;
  width: 570px;
  height: 350px;
  top: 5px;
  z-index: 9;
}
.krang-wrap .carousel-inner > .active,
.krang-wrap .carousel-inner > .next,
.krang-wrap .carousel-inner > .prev {
  display: block;
}
.krang-wrap .carousel-inner > .active {
  left: 0;
}
.krang-wrap .carousel-inner > .next,
.krang-wrap .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.krang-wrap .carousel-inner > .next {
  left: 100%;
}
.krang-wrap .carousel-inner > .prev {
  left: -100%;
}
.krang-wrap .carousel-inner > .next.left,
.krang-wrap .carousel-inner > .prev.right {
  left: 0;
}
.krang-wrap .carousel-inner > .active.left {
  left: -100%;
}
.krang-wrap .carousel-inner > .active.right {
  left: 100%;
}
.krang-wrap .carousel-control {
  margin-top: -20px;
  background: none;
  border: none;
  color: #48abe4;
  font-weight: 300;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 100px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 60%;
  left: 15px;
}
.krang-wrap .carousel-control.left {
  background: none;
}
.krang-wrap .carousel-control.right {
  background: none;
  left: auto;
  right: 15px;
}
.krang-wrap .carousel-control:hover,
.krang-wrap .carousel-control:focus {
  color: #48abe4;
  text-decoration: none;
  opacity: 90;
  filter: alpha(opacity=9000);
}
.krang-wrap .carousel-indicators {
  position: absolute;
  bottom: -40px;
  left: 65%;
}
.krang-wrap .carousel-indicators li {
  background-color: #e4e3dd;
  display: block;
  margin-left: 5px;
  float: left;
  border: 0 solid #fff;
}
.krang-wrap .carousel-indicators .active {
  background-color: #2b8cc6;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-top: 1px;
}
.krang-wrap .carousel-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
  bottom: 5px;
  padding: 25px 0;
  position: absolute;
  z-index: 10;
  width: 570px;
  left: 5px;
}
.krang-wrap .carousel-caption p {
  color: #FFFFFF;
  line-height: 20px;
  font-size: 21px;
  padding: 0 20px;
  margin-bottom: 0;
}
.krang-wrap .carousel-caption p a:hover {
  text-decoration: none;
}
.krang-wrap .carousel-caption p span {
  font-size: 10px;
  display: block;
}
hr.dotted {
  border-style: dotted;
}
#article-display-area {
  margin-top: 30px;
}
#article-display-area .dotted {
  border-right: 1px dotted #E4E3DD;
  padding-right: 2.12766%;
}
#article-display-area .col-md-3 {
  margin-left: 0;
}
#article-display-area .headerImg {
  width: 570px;
  height: 350px;
  margin: 20px 0;
}
#article-display-area section img {
  display: none;
}
#article-display-area section p {
  line-height: 22px;
  margin: 0 0 18px;
}
.s-action-plan .tab-arrows {
  list-style: none;
  margin-left: 58px;
  margin-top: 20px;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
}
.s-action-plan .tab-arrows li {
  float: left;
  width: 218px;
  color: #ffffff;
  background-color: #aba594;
  text-align: center;
  height: 40px;
  font-size: 14px;
  margin-bottom: 20px;
}
.s-action-plan .tab-arrows li a {
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
}
.s-action-plan .tab-arrows li .arrow-right {
  border-right: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  display: inline-block;
  height: 30px;
  margin-right: -17px;
  margin-top: 5px;
  width: 30px;
  background-color: #aba594;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.s-action-plan .tab-arrows li .tab-title {
  padding: 9px 10px 0 40px;
  float: left;
}
.s-action-plan .tab-arrows li .tab-score {
  font-size: 29px;
  float: left;
  padding-top: 9px;
}
.s-action-plan .tab-arrows li.first-tab {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.s-action-plan .tab-arrows li.second-tab {
  background-color: #2f92e0;
}
.s-action-plan .tab-arrows li.second-tab .arrow-right {
  background-color: #2f92e0;
}
.s-action-plan .tab-arrows li.second-tab .tab-title {
  padding-left: 40px;
}
.s-action-plan .tab-arrows li.last-tab {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #e4e3dd;
}
.s-action-plan .tab-arrows li.last-tab .arrow-right {
  background-color: #e4e3dd;
}
.s-action-plan .tab-arrows li.last-tab a {
  color: #2f92e0;
}
.s-action-plan .tab-arrows li.btn.btn-default {
  border: 0 none;
  padding: 0;
}
.s-action-plan .tab-arrows li.btn.btn-default a {
  color: #fff;
  font-size: 18px;
}
.s-action-plan .tab-arrows li.btn.btn-default:hover {
  background-position: 0 0;
}
#action-plan-setup .tooltip.top .tooltip-arrow {
  border-top-color: #48abe4;
}
#action-plan-setup .tooltip-inner {
  background-color: #48abe4;
  border: 0px;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  padding: 5px 10px;
  line-height: 12px;
}
#debt-usage-slider-area .tooltip-inner:after {
  content: "\A or less";
  font-size: 10px;
  padding-bottom: 0;
  white-space: pre;
  line-height: 9px;
}
/* had to hack it to counteract they content addition line break.. (i also tried the formater function */
#debt-usage-slider-area .slider-horizontal .tooltip.top {
  margin-top: 7px;
}
.icon-chevron-down,
.icon-chevron-up {
  margin-left: 4px;
}
div.hide-until-angular-loads {
  opacity: 0;
  position: relative;
  transition: all 0.25s linear 0s;
}
div.angular-loaded-true {
  opacity: 1;
}
.angular-loaded-reverse-true {
  display: none;
}
.slide-reveal.ng-enter {
  opacity: 0;
  position: relative;
  top: 0px;
  transition: all 0.5s linear 0s;
}
.slide-reveal.ng-enter.ng-enter-active {
  opacity: 1;
  top: 0;
}
#debt-usage-marker-track {
  width: 194px;
  margin: auto;
  height: 0px;
}
#debt-usage-marker {
  width: 6px;
  height: 6px;
  position: relative;
  border-radius: 5px;
  z-index: 1;
  top: 44px;
}
.debt-usage-icon {
  width: 8px;
  height: 8px;
  border-radius: 6px;
  margin: 0 5px 0 0;
  display: inline-block;
}
#debt-usage-marker.POSITIVE,
.debt-usage-icon.POSITIVE {
  background-color: #fff;
  border: 2px solid #48abe4;
}
#debt-usage-marker.NEGATIVE,
.debt-usage-icon.NEGATIVE {
  background-color: #fff;
  border: 2px solid #48abe4;
}
#row-layout #cc-details .modal-body {
  max-height: none;
}
.overview-both .s-action-plan .s-result-section {
  height: 260px;
}
.overview-both .s-report-summary-off .s-sum-section.col-md-4 {
  padding-bottom: 80px;
  /* so it pushes the bottom one out! */
}
.overview-both .s-sum-section div.copy {
  min-height: 80px;
}
.overview-both h2.blue-big {
  margin-top: 0;
}
.overview-both .wrap-trend {
  background-color: white;
  border-radius: 6px;
  margin-left: 8px;
}
.overview-both #userbar-score-trend,
.delta-change-score #userbar-score-trend {
  background-image: url(../img/sprites/sprite_nav-userbar.png);
  width: auto;
  left: -20px;
  font-size: 15px;
  text-align: center;
  padding-top: 0px;
  padding-left: 28px;
  padding-right: 12px;
  white-space: nowrap;
}
.overview-both #userbar-score-trend.icon-ub-trend-up,
.delta-change-score .icon-ub-trend-up {
  background-position: 10px 2px;
}
.overview-both #userbar-score-trend.icon-ub-trend-down,
.delta-change-score .icon-ub-trend-down {
  background-position: -192px 3px;
}
#overview-return #userbar-score-trend.icon-ub-trend-none {
  padding-left: 20px;
}
.reset-plan {
  font-size: 10px;
  color: #555555;
}
.reset-plan.disabled,
a.disabled {
  opacity: 0.2;
}
.reset-plan:hover {
  color: #2f92e0;
}
/* slow the buttons from showing too soon, while theyre being removed from the view anyway */
.animate-show {
  -webkit-transition: all linear 5s;
  transition: all linear 5s;
  opacity: 1;
}
.animate-show.ng-hide {
  opacity: 0;
}
#constrain-row-to-hide-last-alert {
  max-height: 314px;
  overflow: hidden;
}
#form-wrapper {
  background-color: #faf9f5;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px;
  padding: 20px;
  font-size: 12px;
  margin-bottom: 20px;
}
#form-wrapper #label-row {
  font-weight: 600;
}
.loading-wrapper {
  min-height: 500px;
  margin-bottom: 100px;
}
.no-match-wrapper {
  min-height: 500px;
  margin-bottom: 100px;
}
.progress {
  width: 500px;
  margin: 0 auto;
}
.progress-striped .bar {
  background-image: -webkit-linear-gradient(45deg, #149bdf 25%, transparent 25%, transparent 50%, #149bdf 50%, #149bdf 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #149bdf 25%, transparent 25%, transparent 50%, #149bdf 50%, #149bdf 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #149bdf 25%, transparent 25%, transparent 50%, #149bdf 50%, #149bdf 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.row .data-list {
  margin-left: 0;
}
.loans-row .creative img {
  width: 130px;
  margin: 8px 0 5px 20px;
  display: block;
}
#row-layout .li-top-row-true .row-info:before {
  content: "TOP FEATURED LOAN OFFER";
  font-size: 10px;
  top: -6px;
  left: 18px;
  color: #555555;
}
.li-top-row-true .offerName {
  background-image: url('../img/sprites/sprite.png');
  background-position: -803px -912px;
  background-repeat: no-repeat;
}
.offerName {
  padding-top: 8px;
}
.offerName small {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.wrap-bullet-layout,
.wrap-col-layout {
  border-left: 1px solid #e4e3dd;
  margin: 15px 0;
}
.wrap-bullet-layout ul {
  padding: 0 0 5px 18px;
  color: #555555;
  font-size: 12px;
  list-style-image: url('../img/sprites/small-bullet.png');
}
.wrap-col-layout small {
  font-size: 12px;
}
.loans-row .button-col {
  padding-top: 40px;
}
#row-layout a.next-step {
  width: 53%;
}
#row-layout .disclaimer-text {
  margin: 15px 0;
}
.loans-row.pioneer-military-loan ul.list-unstyled li:first-child,
.loans-row ul.list-unstyled li b {
  color: #f7941d;
}
#credit-report h2.orange-arrow {
  background: url(../img/sprites/orange-icons.gif) no-repeat top left;
  padding-left: 34px;
  min-height: 25px;
  line-height: 25px;
  font-weight: 400;
}
#credit-report ul {
  margin: 0 0 0 48px;
}
#credit-report .modal-box-bg {
        padding-top:20px;
    }

#credit-report .margin-left-none {
    margin-left:0!important;
}
#credit-report .margin-none-right {
    margin-right:0!important;
}
#credit-report .bg-arrow {
    background-image: url('http://appcms-admin.credit.com/wp-content/uploads/2017/09/arrow.png');
    background-repeat:  no-repeat;
    background-position: 100px top;
}


#credit-report .border-top-etched {
  border-top: dashed 1px #999999;
  font-size: 11px;
  margin-top: 10px;
  padding-top: 10px;
}
#credit-report .border-top-etched p {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
}
#credit-report .note-box {
  background-color: #f2f2f2;
  margin-bottom: 20px;
  /* workaround for <p> being removed in wordpress editor  */
}
#credit-report .note-box p,
#credit-report .note-box .wp-p {
  font-size: 11px;
  line-height: 14px;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
}
#credit-report button.image-btn-no-margin-top {
  border: none;
  background: transparent;
}
#credit-report button.image-btn {
  border: none;
  background: transparent;
}
#credit-report button.image-btn img {
  margin-top: 16px;
}
#credit-report button.text-btn {
  font-size: 24px;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-weight: 600;
  color: #2f92e0;
  line-height: 37.8px;
  padding: 0;
  vertical-align: baseline;
}
#credit-report button.text-btn:hover {
  text-decoration: underline;
}
.crc-zone p:first-child {
  size: 1.2em;
  margin: 0px;
  font-weight: bold;
}
.crc-zone img.pixel {
  margin: 0;
  padding: 0;
  border: none;
  width: 1px;
  height: 1px;
  max-height: 1px;
}
.crc-zone img.fico {
  max-width: 395px! important;
  max-height: 125px! important;
  margin: 5px 15px 0 0;
}
.crc-zone img.ficozone1 {
  max-width: 435px! important;
  max-height: 155px! important;
  margin: 5px 15px 0 0;
}
.crc-zone .btn.btn-default {
  margin: 7px 0 0 0;
}
.crc-zone li {
  padding: 5px 0;
}
.crc-zone.fullsize {
  padding: 0px;
  margin: 0px;
}
.crc-zone img.fullsize {
  width: auto;
  height: auto;
  max-height: none;
  max-width: 1170px;
  padding: 0;
  border: none;
  float: none;
}
.crc-zone img.fullsizeZone2and6 {
  max-width: 860px;
  max-height: none;
  width: auto;
  height: auto;
  margin: auto auto;
  display: block;
}
.crc-zone img.fullsizeZone4 {
  max-width: 929px;
  max-height: none;
  width: auto;
  height: auto;
  margin: auto auto;
  display: block;
}
.creditRepair img {
  margin: 0px 25px 0 0px;
  max-width: 175px;
  max-height: 65px;
  width: 164px;
  height: 77px;
}
.creditRepair .thumb-video img {
  margin: 0px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.creditRepair img.fullsizeZone11 {
  max-width: 939px;
  max-height: none;
  width: auto;
  height: auto;
  margin: auto auto;
  display: block;
}
.creditCard img {
  margin: 0px 25px 0 0px;
  max-width: 90px;
}
.creditReport img {
  margin: 0px 25px 0 0px;
}
.loan img {
  margin: 0px 25px 0 0px;
  max-width: 175px;
  max-height: 90px;
}
.zone5fullsize {
  max-width: 267.5px;
  max-height: 181px;
  width: auto;
  height: auto;
  margin:auto;
  display:block;
}
.crc-modal p {
  font-size: 12px;
}
.row-months,
.row-dividers {
  width: 674px;
}
.row-dividers {
  margin-left: 7px;
}
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
.credit-icon-1,
.icon-looks-like-credit-card,
#page-my-credit-report-card .credit-icon-1 {
  background-position: 0 0;
  top: -4px;
}
input.required-invalid,
textarea.required-invalid,
select.required-invalid {
  border-color: #ee5f5b;
  box-shadow: 0 0 6px #f8b9b7;
  color: #b94a48;
}
.rel-anim {
  position: relative;
}
.auth-copy-edit {
  display: none;
}
#action-plan-setup,
#action-plan-details-row {
  background-color: #faf9f5;
}
.alert-dismissible .close {
  top: -7px !important;
}
@font-face {
  font-family: 'StateFaceRegular';
  src: url('../fonts/stateface-regular-webfont.eot');
  src: url('../fonts/stateface-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/stateface-regular-webfont.woff') format('woff'), url('../fonts/stateface-regular-webfont.ttf') format('truetype'), url('../fonts/stateface-regular-webfont.svg#StateFaceRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.sf-replace:before {
  font-family: "StateFaceRegular";
  vertical-align: middle;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sf-replace {
  display: inline-block;
  min-width: 1em;
  left: 0;
  top: 0;
  text-indent: 0;
  font-size: 26px;
}
.active a .sf-replace,
.active a div {
  color: #337ab7;
}
/* Icons */
.alabama:before {
  content: "B";
}
.alaska:before {
  content: "A";
}
.arizona:before {
  content: "D";
}
.arkansas:before {
  content: "C";
}
.california:before {
  content: "E";
}
.colorado:before {
  content: "F";
}
.connecticut:before {
  content: "G";
}
.delaware:before {
  content: "H";
}
.florida:before {
  content: "I";
}
.georgia:before {
  content: "J";
}
.hawaii:before {
  content: "K";
}
.idaho:before {
  content: "M";
}
.illinois:before {
  content: "N";
}
.indiana:before {
  content: "O";
}
.iowa:before {
  content: "L";
}
.kansas:before {
  content: "P";
}
.kentucky:before {
  content: "Q";
}
.louisiana:before {
  content: "R";
}
.maine:before {
  content: "U";
}
.maryland:before {
  content: "T";
}
.massachusetts:before {
  content: "S";
}
.michigan:before {
  content: "V";
}
.minnesota:before {
  content: "W";
}
.mississippi:before {
  content: "Y";
}
.missouri:before {
  content: "X";
}
.montana:before {
  content: "Z";
}
.nebraska:before {
  content: "c";
}
.nevada:before {
  content: "g";
}
.new-hampshire:before {
  content: "d";
}
.new-jersey:before {
  content: "e";
}
.new-mexico:before {
  content: "f";
}
.new-york:before {
  content: "h";
}
.north-carolina:before {
  content: "a";
}
.north-dakota:before {
  content: "b";
}
.ohio:before {
  content: "i";
}
.oklahoma:before {
  content: "j";
}
.oregon:before {
  content: "k";
}
.pennsylvania:before {
  content: "l";
}
.rhode-island:before {
  content: "m";
}
.south-carolina:before {
  content: "n";
}
.south-dakota:before {
  content: "o";
}
.tennessee:before {
  content: "p";
}
.texas:before {
  content: "q";
}
.utah:before {
  content: "r";
}
.vermont:before {
  content: "t";
}
.virginia:before {
  content: "s";
}
.washington:before {
  content: "u";
}
.west-virginia:before {
  content: "w";
}
.wisconsin:before {
  content: "v";
}
.wyoming:before {
  content: "x";
}
.district-of-columbia:before {
  content: "y";
}
.usa:before {
  content: "z";
}
.puerto-rico:before {
  content: "";
}
.guam:before {
  content: "";
}
.american-samoa:before {
  content: "";
}
.armed-forces-americas:before {
  content: "";
}
.armed-forces-europe-middle-east-canada:before {
  content: "";
}
.armed-forces-pacific:before {
  content: "";
}
.northern-mariana-islands:before {
  content: "";
}
.us-virgin-islands:before {
  content: "";
}
.tabDiv {
  color: #fff;
}
.tabDiv:hover,
tabDiv.active {
  color: #337ab7;
}
.tabDiv div {
  height: 30px;
  background-position: 0 -4px;
  color: #555;
}
.tabDiv.active {
  color: #337ab7;
}
.tabDiv .ageGroup {
  background-image: url("../img/credit_report_card/icon-peers.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding: 0 0 0 33px;
}
.tabDiv.active .ageGroup,
.tabDiv .ageGroup:hover {
  background-image: url("../img/credit_report_card/icon-peers-blue.png");
  color: #337ab7;
}
.tabDiv .ccDebt {
  background-image: url("../img/credit_report_card/icon-chart.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding: 0 0 0 40px;
}
.tabDiv.active .ccDebt,
.tabDiv .ccDebt:hover {
  background-image: url("../img/credit_report_card/icon-chart-blue.png");
  color: #337ab7;
}
.tabDiv .latePayments {
  background-image: url("../img/credit_report_card/icon-receipt.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding: 0 0 0 40px;
}
.tabDiv.active .latePayments,
.tabDiv .latePayments:hover {
  background-image: url("../img/credit_report_card/icon-receipt-blue.png");
  color: #337ab7;
}
.tabDiv a:hover {
  text-decoration: none;
}
.comparisonCCDebt {
  height: 150px;
  width: 50px;
}
.comparisonCCDebt.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.comparisonCCDebt.background {
  background-color: #DDD;
}
.comparisonCCDebt div {
  max-height: 150px;
}
.comparisonCCDebt div.greenbg {
  background-color: #98ca3c;
}
.comparisonCCDebt div.redbg {
  background-color: #ed1c24;
}
#comparisons {
  height: 320px;
}
#comparisons .nation.marker {
  background: rgba(0, 0, 0, 0) url("../img/sprites/score-marker-tooltip-flipped.png") no-repeat scroll 0 0;
  color: white;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  height: 40px;
  margin: 0 0 0 -26px;
  position: relative;
  text-align: center;
  top: -7px;
  width: 56px;
  z-index: 1;
}
#comparisons .nation.marker span {
  top: 21px;
  position: relative;
}
#comparisons .nation.marker.state {
  background: rgba(0, 0, 0, 0) url("../img/sprites/score-marker-tooltip-state-flipped.png") no-repeat scroll 0 0;
  width: 97px;
  height: 42px;
}
#comparisons .you-callout {
  top: -72px;
}
#comparisons .cscore {
  width: 100%;
}
.padding-left-30 {
  padding-left: 30px;
}
#modal-overlay .modal-dialog,
#modal-overlay-video .modal-dialog {
  width: 800px;
}
#modal-overlay .modal-body,
#modal-overlay-video .modal-body {
  width: 800px;
  height: 460px;
  border-radius: 10px;
}
#modal-overlay .modal-upsell,
#modal-overlay-video .modal-upsell {
  background: rgba(0, 0, 0, 0) url("../img/upsell_overlay.png") no-repeat scroll 0 0;
}
#modal-overlay .modal-cre,
#modal-overlay-video .modal-cre {
  background: rgba(0, 0, 0, 0);
}
.minWindow {
  top: 350px;
  right: 50%;
  z-index: 2001;
  width: 35px;
  opacity: 0;
  position: absolute;
}
.phone_input {
  width: 30% !important;
  margin-left: 5px;
}
i.icon-remove {
  float: right;
  top: -5px;
  margin-right: -5px;
  cursor: pointer;
}
#SignupForm .col-md-4 input.required-valid,
#SignupFormPage2 .col-md-4 input.required-valid {
  background-position: 34px -901px !important;
}
#SignupFormPage2 .col-md-6 input.required-valid {
  background-position: 238px -901px !important;
}
#SignupForm .col-md-11 input.required-valid,
#SignupForm .col-sm-11 input.required-valid,
#SignupFormPage2 .col-md-11 input.required-valid {
  background-position: 472px -901px !important;
}
#signup-easy .msg {
  width: 45%;
  float: left;
  margin-top: 30px;
}
#signup-easy .msg h1 span {
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  text-shadow: 0 0 5px #000;
}
#signup-easy fieldset {
  border: 0;
  padding: 0;
  position: relative;
}
#signup-easy .pull-left-small {
  float: left;
  width: 83%;
}
#signup-easy .separator {
  left: -10px;
  top: 8px;
  position: absolute;
}
#signup-easy .security-lock {
  margin-top: 12px;
}
#signup-easy .rel {
  position: relative;
}
#signup-easy a:link:not(.btn),
#signup-easy a:visited:not(.btn),
#signup-easy a:hover:not(.btn),
#signup-easy .linkColor {
  color: #2f92e0;
}
#signup-easy a:link.greylink,
#signup-easy a:visited.greylink,
#signup-easy a:hover.greylink,
#signup-easy .greylink {
  color: #666;
}
#signup-easy #signupTestimonial {
  background-image: url("/assets/cohesive/img/credit_match_landing/signupTestimonial.png");
  background-position: 77px 0;
  background-repeat: no-repeat;
  display: block;
  height: 114px;
  margin: 0 auto;
  margin-top: 14px;
  text-align: left;
  width: 220px;
  padding-top: 16px;
}
#signup-easy input.required-invalid,
#signup-easy textarea.required-invalid,
#signup-easy select.required-invalid {
  color: #b94a48;
  border-color: #ee5f5b;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  -ms-box-shadow: 0 0 6px #f8b9b7;
  -o-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
  background-image: none!important;
}
#signup-easy label,
#signup-easy .checkbox input {
  left: -9999px;
  position: absolute;
  visibility: visible;
}
#signup-easy label {
  cursor: pointer;
  top: -9999px;
  display: block;
  margin-bottom: 5px;
  font-size: inherit;
  line-height: inherit;
}
#signup-easy #signup-easy .checkbox label {
  padding-bottom: 4px;
  padding-top: 4px;
}
#signup-easy .radio input[type="radio"] {
  margin: 8px 0 0 0;
}
#signup-easy .checkbox label,
#signup-easy .radio label {
  display: block;
  padding: 4px 0 4px 30px;
  position: static;
}
#signup-easy .radio label {
  padding: 4px 0 4px 23px;
}
#signup-easy .checkbox label.error,
#signup-easy .radio label.error {
  position: relative;
  margin-bottom: 10px;
  overflow: visible;
}
#signup-easy .checkbox input {
  position: absolute;
  visibility: visible;
  left: -9999px;
}
#signup-easy .checkbox label {
  background-image: url("../img/sprites/sprite.png");
  background-repeat: no-repeat;
  background-position: -998px -698px;
}
#signup-easy .checkbox label.checked {
  background-position: -798px -397px;
}
#signup-easy .disclaimer {
  overflow: visible;
  background: none repeat scroll 0 0 #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  clear: both;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 18px !important;
  width: 100%;
}
#signup-easy .disclaimer .checkbox {
  padding-left: 10px;
  padding-top: 5px;
}
#signup-easy .disclaimer li {
  padding-bottom: 4px !important;
}
#signup-easy .disclaimer li#TERMS-ERROR {
  padding-bottom: 0px !important;
}
#signup-easy .disclaimer li#TERMS-ERROR .clear span {
  padding-bottom: 10px !important;
  padding-left: 10px;
  display: inline-block;
}
#signup-easy .list-form {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#signup-easy label.terms {
  float: left;
  font-size: 12px;
  line-height: 15px;
  position: static;
  color: #2b2b2b;
}
#signup-easy #ufg_form {
  padding: 20px;
}
#signup-easy #ufg_form form {
  position: relative;
}
#signup-easy hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
#signup-easy .underline-dot {
  border-bottom: 1px dotted #48abe4;
  line-height: 12px;
  padding-top: 4px;
}
#signup-easy .small_replacement {
  font-size: 11px;
}
#signup-easy .security-lock span {
  margin-top: -2px;
}
#signup-easy legend {
  font-size: 17px;
  line-height: 16px;
}
#signup-easy .legend-inner {
  min-height: 50px;
  padding-bottom: 5px;
}
#signup-easy .account {
  padding-bottom: 4px;
}
#signup-easy .questions-text {
  width: 82%;
}
#signup-easy .security-questions {
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid #C2BBA9;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  list-style: none outside none;
}
#signup-easy .security-questions ul {
  margin: 0;
  padding-left: 7%;
}
#signup-easy .security-questions ol {
  font-size: 14px;
}
#signup-easy .security-questions > li {
  padding: 0 0 25px;
  overflow: hidden;
}
#signup-easy .security-questions > li li {
  margin: 5px 0;
}
#signup-easy .security-questions label {
  width: 83%;
}
#signup-easy .security-questions fieldset {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  border: 0 none;
  position: relative;
}
#signup-easy .security-questions legend {
  border: 0px;
  margin-bottom: 0;
}
#signup-easy .security-questions li.active .count {
  opacity: 1;
}
#signup-easy .pre-confirm-id,
#signup-easy .error-page,
#signup-easy .signin {
  width: 41.66666667%;
}
#signup-easy .pre-confirm-id ul,
#signup-easy .error-page ul,
#signup-easy .signin ul {
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: hidden;
}
#signup-easy #page-questions_gen #signup-easy h3 {
  line-height: 30px;
}
#signup-easy #q-wrap {
  width: 1110px;
}
#signup-easy #q-wrap .list-item-question {
  width: 555px;
}
#signup-easy .moove {
  margin-left: -555px;
}
#signup-easy a#questions_signup_submit {
  color: #fff;
}
.arrow_box {
  position: relative;
  background: #88b7d5;
  top: -10px;
}
.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}
.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #dcdcdc;
  border-width: 22px;
  margin-left: -22px;
}
.passwordHelper {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  height: 140px;
  position: relative;
  z-index: 900;
  -webkit-box-shadow: 1px 5px 13px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 5px 13px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 5px 13px -2px rgba(0, 0, 0, 0.75);
}
.redCheck {
  background: url("/assets/cohesive/img/sprites/icon-warn.png") no-repeat;
  color: red;
  padding: 0 0 0 30px;
}
.greenCheck {
  background: url("/assets/cohesive/img/sprites/icon-tick.png") no-repeat;
  color: green;
  padding: 0 0 0 30px;
}
#signup-container,
.page-signup-easy,
#page-questions_gen {
  min-height: 588px;
  margin-bottom: 30px;
  padding: 0px;
}
#page-questions_gen {
  padding-top: 0px;
}
#signup-container,
.page-signup-easy {
  overflow: hidden;
}
#page-signup-easy #signup-easy .legend-inner {
  min-height: 10px;
  padding: 0;
}
.green-dark {
  color: #7ba62d;
}
.no-border,
.no-border {
  border: 0px;
  box-shadow: none !important;
}
.disclaimer .break {
  line-height: 1.5em;
  clear: left;
  float: left;
  width: 71%;
}
#page-signup {
  /* http://www.nganimate.org/angularjs/tutorial/how-to-make-animations-with-angularjs
	http://www.nganimate.org/angularjs/ng-switch/slider-css3-transition-animation
	*/
  /*server side errors from json response*/
}
#page-signup fieldset.inner {
  margin-left: 75px;
  padding-right: 0;
  margin-top: 0;
}
#page-signup .animate-enter,
#page-signup .animate-leave {
  position: relative;
  transition: left 1.0s ease;
}
#page-signup .animate-enter {
  left: 90%;
}
#page-signup .animate-enter.animate-enter-active {
  left: 0;
  max-width: 500px;
}
#page-signup .animate-leave {
  left: 0;
}
#page-signup .animate-leave.animate-leave-active {
  left: -90%;
  max-width: 500px;
  opacity: .8;
}
#page-signup .formWrapper {
  min-height: 480px;
}
#page-signup .view-partial-container {
  width: 1000px;
}
#page-signup .switch {
  position: relative;
}
#page-signup .switch > div {
  display: inline-block;
  position: absolute;
}
#page-signup .errorMessage.field_tip {
  display: block;
}
#page-signup #signup-easy #ufg_form {
  padding-left: 0px;
  padding-right: 0px;
}
#page-signup .validate-this-form {
  margin-left: 0;
}
[class*="span"] .col-md-1:first-child {
  margin-left: 0;
}
select[class*="span"] {
  box-sizing: border-box;
}
.green-circle {
  width: 50px;
  height: 50px;
  background: #77bc1f;
  color: #fff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.grey-circle {
  width: 50px;
  height: 50px;
  background: #b3b2b1;
  color: #fff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
#sec-questions-row h1.blueh1 {
  color: #48abe4;
  font-weight: 200;
}
#SignupForm,
#SignupFormPage2,
.ssn_form {
  border-right: 1px solid #eee;
}
#SignupForm h1,
#SignupFormPage2 h1,
.ssn_form h1 {
  color: #48abe4;
  font-weight: 200;
}
#goal-part label.radio_box {
  width: 200px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #D0D0D0;
}
#goal-part label.radio_box span {
  text-align: center;
  padding: 13px 0px;
  display: block;
}
#goal-part label.radio_box input:checked + span {
  background-color: #ff9e16;
  color: #F7F7F7;
}
#goal-part label.radio_box input {
  display: none;
}
#goal-part label.radio_text span {
  text-decoration: underline;
}
#goal-part label.radio_text input {
  display: none;
}
#goal-part .radio label {
  padding: 0;
  margin-left: 25px;
}
textarea {
  resize: none;
  overflow: auto;
}
.height100 {
  height: 100%;
}
#page-tu .header-border {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
#tu_form {
  min-height: 200px;
}
#tu_form .form-control {
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: #E2DED5;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}
#tu_form .form-controlinput[disabled] {
  background-color: rgba(255, 255, 255, 0);
}
#tu_form .form-control::-moz-placeholder {
  color: #015e99;
  opacity: 1;
}
#tu_form .form-control:-ms-input-placeholder {
  color: #015e99;
}
#tu_form .form-control::-webkit-input-placeholder {
  color: #015e99;
}
#tu_form input:focus:invalid:focus {
  border-width: 0 0 1px 0!important;
  border-color: #333333 !important;
  background-color: rgba(255, 255, 255, 0) !important;
  box-shadow: none!important;
}
#tu_form input:focus:invalid:focus::-moz-placeholder {
  opacity: 0.3;
}
#tu_form input:focus:invalid:focus:-ms-input-placeholder {
  opacity: 0.3;
}
#tu_form input:focus:invalid:focus::-webkit-input-placeholder {
  opacity: 0.3;
}
.overflowOn {
  background-color: #f8f9f9;
}
.tu_wrapper {
  min-height: 100%;
  margin: 0 auto -165px;
}
.push {
  height: 165px;
  clear: both;
}
#tu_footer {
  background-color: #f8f9f9;
  border-top: 1px solid #e2ded5;
  width: 100%;
  height: 165px;
  clear: both;
}
#pageConfirm #headerCTA {
  display: none;
}
#page-tu_user_forgot_pass #lex_signup,
#page-tu_user_forgot_pass #cr_signup {
  display: none;
}
#tu_confirm {
  background: url(/assets/cohesive/img/tu/tu_confirm.jpg) no-repeat fixed -169px top;
}
#tu_error {
  background: url(/assets/cohesive/img/tu/tu_forgotpw.jpg) no-repeat fixed -169px top;
}
#tu_forgotpw {
  background: url(/assets/cohesive/img/tu/tu_forgotpw.jpg) no-repeat fixed -169px top;
}
#tu_login {
  background: url(/assets/cohesive/img/tu/tu_login.jpg) no-repeat fixed -362px top;
}
#tu_signup {
  background: url(/assets/cohesive/img/tu/tu_signup.jpg) no-repeat fixed -169px top;
}
#tu_status {
  background: url(/assets/cohesive/img/tu/tu_status.jpg) no-repeat fixed -239px top;
}
#tu_success {
  background: url(/assets/cohesive/img/tu/tu_success.jpg) no-repeat fixed -169px top;
}
#tu_UpdatePw {
  background: url(/assets/cohesive/img/tu/tu_pwupdate.jpg) no-repeat fixed -169px top;
}
#tu_terms {
  background: url(/assets/cohesive/img/tu/tu_terms.jpg) no-repeat fixed -169px top;
}
#tu_summary .tabDiv {
  background-color: #e4e3dd;
}
#tu_summary .tabDiv.active {
  background-color: #f2f2f2;
  font-weight: bold;
}
#tu_summary .innerDiv {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2589CE', endColorstr='#06659F' );
  background: #268bd0;
  background: -moz-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #268bd0), color-stop(80%, #0d6da9), color-stop(100%, #016098));
  background: -webkit-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: -o-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: -ms-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: linear-gradient(to bottom, #268bd0 0%, #0d6da9 80%, #016098 100%);
}
#tu_summary .innerDiv.active {
  background: #268bd0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2589CE', endColorstr='#06659F' );
  background: #016098;
  background: -moz-linear-gradient(top, #016098 0%, #0d6da9 80%, #268bd0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #016098), color-stop(80%, #0d6da9), color-stop(100%, #268bd0));
  background: -webkit-linear-gradient(top, #016098 0%, #0d6da9 80%, #268bd0 100%);
  background: -o-linear-gradient(top, #016098 0%, #0d6da9 80%, #268bd0 100%);
  background: -ms-linear-gradient(top, #016098 0%, #0d6da9 80%, #268bd0 100%);
  background: linear-gradient(to bottom, #016098 0%, #0d6da9 80%, #268bd0 100%);
  font-weight: bold;
}
#tu_summary a {
  text-decoration: none;
}
#tu_Details .tabDiv {
  background-color: #e4e3dd;
}
#tu_Details .tabDiv.active {
  background-color: #f2f2f2;
  font-weight: bold;
}
#tu_Details .innerDiv {
  background-color: #ccc;
}
#tu_Details .innerDiv.active {
  background: #268bd0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2589CE', endColorstr='#06659F' );
  background: #016098;
  background: -moz-linear-gradient(top, #016098 0%, #0d6da9 80%, #268bd0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #016098), color-stop(80%, #0d6da9), color-stop(100%, #268bd0));
  background: -webkit-linear-gradient(top, #016098 0%, #0d6da9 80%, #268bd0 100%);
  background: -o-linear-gradient(top, #016098 0%, #0d6da9 80%, #268bd0 100%);
  background: -ms-linear-gradient(top, #016098 0%, #0d6da9 80%, #268bd0 100%);
  background: linear-gradient(to bottom, #016098 0%, #0d6da9 80%, #268bd0 100%);
  font-weight: bold;
}
#tu_Details a {
  text-decoration: none;
}
#tu_Details .tab-content {
  border: 1px solid #ccc;
  background-color: #f8f9f9;
  overflow-y: scroll;
  height: 400px;
}
.bg_f2 {
  background-color: #f2f2f2;
}
.bg_faf9f5 {
  background-color: #faf9f5;
}
.bg_medGray {
  background-color: #e3e2dc;
}
.bg_darkGray {
  background-color: #999;
}
.min-height-85 {
  min-height: 85px;
}
.min-height-250 {
  min-height: 250px !important;
}
.heightXtra {
  height: 125%;
}
.font50 {
  font-size: 50px;
  line-height: 50px;
}
.redinmyhead {
  color: #c1272d;
}
.vertcenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-grey {
  background-color: #CCCCCC;
  color: #fff;
}
.btn-grey:hover {
  background-color: #015795;
  color: #fff!important;
}
.btn-green-flat {
  background-color: #39b54a;
  color: #fff!important;
}
.btn-green-flat:hover {
  background-color: white!important;
  border: 1px solid #39b54a;
  color: #39b54a !important;
}
.btn-green-out {
  background-color: white;
  border: 1px solid #39b54a !important;
  color: #39b54a;
}
.btn-green-out:hover {
  background-color: #39b54a;
  color: #fff!important;
}
.btn-blk-out {
  background-color: white!important;
  border: 1px solid black!important;
  color: black!important;
}
.btn-blk-out:hover {
  background-color: black!important;
  color: #fff!important;
}
.mustbewhite {
  color: #fff!important;
}
.borderGray {
  border: 1px solid #e4e3dd;
  border-radius: 5px;
}
.border-status {
  height: 8px;
}
.bg_orange {
  background-color: #f7941d;
}
.bg_red {
  background-color: #ed1c24;
}
@-webkit-keyframes color_change {
  0% {
    background-color: #e60000;
  }
  50% {
    background-color: #ff6666;
  }
  100% {
    background-color: #e60000;
  }
}
@-moz-keyframes color_change {
  0% {
    background-color: #e60000;
  }
  50% {
    background-color: #ff6666;
  }
  100% {
    background-color: #e60000;
  }
}
@-ms-keyframes color_change {
  0% {
    background-color: #e60000;
  }
  50% {
    background-color: #ff6666;
  }
  100% {
    background-color: #e60000;
  }
}
@-o-keyframes color_change {
  0% {
    background-color: #e60000;
  }
  50% {
    background-color: #ff6666;
  }
  100% {
    background-color: #e60000;
  }
}
@keyframes color_change {
  0% {
    background-color: #e60000;
  }
  50% {
    background-color: #ff6666;
  }
  100% {
    background-color: #e60000;
  }
}
.red_throb {
  -webkit-animation: color_change 1s infinite alternate;
  -moz-animation: color_change 1s infinite alternate;
  -ms-animation: color_change 1s infinite alternate;
  -o-animation: color_change 1s infinite alternate;
  animation: color_change 1s infinite alternate;
}
#chatWrapper {
  background-color: #fff;
  right: 40px;
  bottom: 0px;
  width: 300px;
  height: 95px;
  z-index: 100;
  position: fixed;
  border: 2px solid #fbbf30;
}
#startChat {
  width: 180px;
}
#closeChat {
  position: absolute;
  left: 273px;
  top: -2px;
  z-index: 600;
  cursor: pointer;
}
#chatOpen {
  right: 40px;
  bottom: 83px;
  width: 300px;
  z-index: 100;
  position: fixed;
  height: 37px;
  color: #fff;
  cursor: pointer;
}
.iblock {
  display: inline-block;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

@font-face {
  font-family: 'ProximaNova-Light';
  src: local('?'), url('https://static.ccom-cdn.com/content/dam/ccom/common/fonts/proximanova-light-webfont.ttf') format('truetype');
}

/*@font-face {
  font-family: 'ProximaNova-Regular';
  src:url('//cache-content.credit.com/wp-content/themes/credit-cms/assets/fonts/proximanova-regular-webfont.eot');
  src: local('?'),url('//cache-content.credit.com/wp-content/themes/credit-cms/assets/fonts/proximanova-regular-webfont.woff') format('woff'), url('//cache-content.credit.com/wp-content/themes/credit-cms/assets/fonts/proximanova-regular-webfont.ttf') format('truetype'), url('//cache-content.credit.com/wp-content/themes/credit-cms/assets/fonts/proximanova-regular-webfont#ProximaNovaBlRegular') format('svg');
}

@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('//cache-content.credit.com/wp-content/themes/credit-cms/assets/fonts/proximanova-semibold-webfont.eot');
  src: local('?'), url('//cache-content.credit.com/wp-content/themes/credit-cms/assets/fonts/proximanova-semibold-webfont.woff') format('woff'), url('//cache-content.credit.com/wp-content/themes/credit-cms/assets/fonts/proximanova-semibold-webfont.ttf') format('truetype'), url('//cache-content.credit.com/wp-content/themes/credit-cms/assets/fonts/proximanova-semibold-webfont.svg') format('svg');
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('//cache-content.credit.com/wp-content/themes/credit-cms/assets/fonts/proximanova-bold-webfont.eot');
  src: local('?'), url('//cache-content.credit.com/wp-content/themes/credit-cms/assets/fonts/proximanova-bold-webfont.woff') format('woff'), url('//cache-content.credit.com/wp-content/themes/credit-cms/assets/fonts/proximanova-bold-webfont.ttf') format('truetype'), url('//cache-content.credit.com/wp-content/themes/credit-cms/assets/fonts/proximanova-bold-webfont.svg') format('svg');
}*/

@font-face {
  font-family: 'ProximaNova-Regular';
  src:url('https://static.ccom-cdn.com/content/dam/ccom/common/fonts/proximanova-regular-webfont.eot');
  src: local('?'),url('https://static.ccom-cdn.com/content/dam/ccom/common/fonts/proximanova-regular-webfont.woff') format('woff'), url('https://static.ccom-cdn.com/content/dam/ccom/common/fonts/proximanova-regular-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('https://static.ccom-cdn.com/content/dam/ccom/common/fonts/proximanova-semibold-webfont.eot');
  src: local('?'), url('https://static.ccom-cdn.com/content/dam/ccom/common/fonts/proximanova-semibold-webfont.woff') format('woff'), url('https://static.ccom-cdn.com/content/dam/ccom/common/fonts/proximanova-semibold-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('https://static.ccom-cdn.com/content/dam/ccom/common/fonts/proximanova-bold-webfont.eot');
  src: local('?'), url('https://static.ccom-cdn.com/content/dam/ccom/common/fonts/proximanova-bold-webfont.woff') format('woff'), url('https://static.ccom-cdn.com/content/dam/ccom/common/fonts/proximanova-bold-webfont.ttf') format('truetype');
}

/* container like the header-nav */
/* container like the header-nav but blue or whatever */
/* container like the credit -cards */
/* for reuse in responsive and ie8 1024 sizes - this cranks out a lot of styles */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2f92e0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2f92e0;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
div#intents-channel img.img-rounded.margin-half-top.wp-post-image {
    width: 100%;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
img {
  text-decoration: none;
  border: 0px;
  max-width: 100%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "ProximaNova-Semibold", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #2b2b2b;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
/*  margin-bottom: 0;*/
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-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 .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
label {
  font-weight: normal !important;
}
table {
  background-color: transparent;
	border-collapse: collapse;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  background-color: #ffffff !important;
  border: 1px solid #cccccc !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border linear .2s, box-shadow linear .2s !important;
  -moz-transition: border linear .2s, box-shadow linear .2s !important;
  -ms-transition: border linear .2s, box-shadow linear .2s !important;
  -o-transition: border linear .2s, box-shadow linear .2s !important;
  transition: border linear .2s, box-shadow linear .2s !important;
  color: #555555;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
  outline: 0!important;
  outline: thin dotted \9!important;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) !important;
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) !important;
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) !important;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://static.ccom-cdn.com/content/dam/ccom/common/fonts/glyphicons-halflings-regular.eot');
  src: url('https://static.ccom-cdn.com/content/dam/ccom/common/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://static.ccom-cdn.com/content/dam/ccom/common/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('https://static.ccom-cdn.com/content/dam/ccom/common/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://static.ccom-cdn.com/content/dam/ccom/common/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('vhttps://static.ccom-cdn.com/content/dam/ccom/common/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #98ca3c;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #7ba62d;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #98ca3c;
  border-color: transparent;
}
.btn-primary .badge {
  color: #98ca3c;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #57afe6;
  border:none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #2b9adf;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #57afe6;
  border-color: transparent;
}
.btn-info .badge {
  color: #57afe6;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #2f92e0;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2f92e0;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2f92e0;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
	#header {
		box-shadow:none;
		border-bottom: 1px solid #000;
	}
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #2f92e0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2f92e0;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2f92e0;
}
.thumbnail .caption {
  padding: 9px;
  color: #666666;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after,
.panel-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/* Header
=================================================================== */
#header {
  height: 48px;
  width: 100%;
  background: white;
  filter: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2002;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.15);
}
.signed-in #header {
  background: black;
}
header#header .logo {
  background-color: #000;
  height: 48px;
  margin-left: 0;
  padding: 12px;
  display: block;
}
header#header .logo-color {
  background-color: #fff;
  height: 48px;
  margin-left: 0;
  padding: 12px;
  display: block;
}
.ccomLogo {
  background: url("https://static.ccom-cdn.com/content/dam/ccom/common/images/logos/ccom-logo.png") center center no-repeat;
  background-size: 88px auto;
  display: block;
  height: 22px;
  position: relative;
  width: 128px;
}
.ccomLogo-color {
  background: url("https://static.ccom-cdn.com/content/dam/ccom/common/images/logos/ccom-colored.png") center center no-repeat;
  background-size: 88px auto;
  display: block;
  height: 22px;
  position: relative;
  width: 128px;
}
.slider-wrapper {
  position: relative;
  margin-top: -90px;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}
.page-signup ul.nav .dropdown,
.page-signup_get_ssn ul.nav .dropdown,
.page-questions_gen ul.nav .dropdown,
.page-ccom_user_update_pass ul.nav .dropdown,
#page-free-offer ul.nav .dropdown,
#page-special-offer ul.nav .dropdown,
#page-creditreportdotcom ul.nav .dropdown,
.page-signup ul.nav .home_page,
.page-signup_get_ssn ul.nav .home_page,
.page-questions_gen ul.nav .home_page,
.page-ccom_user_update_pass ul.nav .home_page,
#page-free-offer ul.nav .home_page,
#page-special-offer ul.nav .home_page,
#page-creditreportdotcom ul.nav .home_page,
.page-signup ul.nav .nav-search,
.page-signup_get_ssn ul.nav .nav-search,
.page-questions_gen ul.nav .nav-search,
.page-ccom_user_update_pass ul.nav .nav-search,
#page-free-offer ul.nav .nav-search,
#page-special-offer ul.nav .nav-search,
#page-creditreportdotcom ul.nav .nav-search {
  display: none;
}
.page-signup ul.nav #login,
.page-signup_get_ssn ul.nav #login,
.page-questions_gen ul.nav #login,
.page-ccom_user_update_pass ul.nav #login,
#page-free-offer ul.nav #login,
#page-special-offer ul.nav #login,
.page-ccom_user_update_pass_direct ul.nav #login,
#page-creditreportdotcom ul.nav #login {
  display: block;
  float: right;
}
.page-signup ul.nav #login a.nav-btn.btn-info,
.page-signup_get_ssn ul.nav #login a.nav-btn.btn-info,
.page-questions_gen ul.nav #login a.nav-btn.btn-info,
.page-ccom_user_update_pass ul.nav #login a.nav-btn.btn-info,
#page-free-offer ul.nav #login a.nav-btn.btn-info,
#page-special-offer ul.nav #login a.nav-btn.btn-info,
.page-ccom_user_update_pass_direct ul.nav #login a.nav-btn.btn-info,
#page-creditreportdotcom ul.nav #login a.nav-btn.btn-info {
  float: right;
}
/* Navbar
=================================================================== */
.navbar {
  filter: none;
  border: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
}
.navbar nav > li,
.navbar li.dropdown {
  position: inherit;
}
.navbar .nav-signed-in-collapsed,
.navbar a.btn-search-mobile {
  display: none;
}
.navbar .navbar-inner {
  height: 48px;
  border: none;
}
.navbar .brand {
  color: #2f92e0;
}
.navbar .navbar-text {
  color: #2b2b2b;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
.navbar .navbar-nav > li > a {
  color: black;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  font-weight: 400;
  text-shadow: none;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  padding: 15px 15px 15px 15px;
  letter-spacing: .01em;
}
.navbar .navbar-nav > li > a.navbar-search {
  background: url("../img/icons/button-search-b@2x.png") no-repeat 0 14px;
  background-size: 50% auto;
  height: 40px;
  margin: 0;
  padding: 15px 12px;
  width: 48px;
}
.navbar .navbar-nav > li > a.nav-btn {
  margin: 10px 0 0 15px;
  padding: 4px 15px;
}
.navbar .navbar-nav > li > a.nav-sign-in,
.navbar .navbar-nav > li > a.nav-signed-in {
  background-image: none;
}
.navbar .navbar-nav > li > a.mobile-only-center:hover {
  background-color: transparent;
  font-weight: bold;
  padding: 15px 13px 12px;
  border-bottom: 3px solid black;
}
.navbar .navbar-nav > li > a.mobile-only-center:hover.btn-primary:hover {
  background-image: none;
}
.navbar .navbar-nav > li > a.mobile-only-center:hover.btn-info:hover {
  background-image: none;
}
.navbar .navbar-nav > li.dropdown.open > .dropdown-toggle {
  padding: 15px 13px 12px;
  border-bottom: 3px solid black;
}
.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li.active > a:hover {
  color: #2f92e0;
}
.navbar .btn .btn-default,
.navbar .btn-group {
  margin: 4px 0;
}
.navbar .divider-vertical {
  background-color: transparent;
  border-right: none;
}
.navbar .navbar-nav > li .dropdown-menu {
  min-width: 100%;
  border-bottom: 3px solid black;
  border-radius: 0;
  font-size: 13px;
  margin-top: -3px;
}
.navbar .navbar-nav > li .dropdown-menu.dashboard-menu {
  min-width: 200px;
  width: 200px;
  right: 0;
  left: auto;
  padding: 0 20px 10px;
}
.navbar .navbar-nav > li .dropdown-menu li {
  line-height: 25px;
}
.navbar-inverse .navbar-inner {
  height: 48px;
}
.navbar-inverse .navbar-nav li > a {
  color: #999999;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px 15px 15px 15px;
}
.navbar-inverse .navbar-nav li > a:hover {
  color: #ffffff;
  background: transparent;
}
.navbar-inverse .navbar-nav li.active {
  background: navbarInverseBackgroundHighlight;
}
.navbar-inverse .navbar-nav li.active > a,
.navbar-inverse .navbar-nav li.active > a:hover {
  background: #111111;
  color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  border: #111111;
  background: #515151;
}
.navbar-inverse .navbar-search .search-query:focus {
  background: #ffffff;
}
.signed-in .navbar-nav > li > a {
  color: white;
}
.signed-in .navbar-nav > li > a.mobile-only-center:hover {
  color: white;
  border-bottom-color: white;
}
.navbar-collapse.collapse {
  height: auto;
  overflow: visible \9 !important;
}
#page-my-credit-report-card .collapse {
  transition: height 0.1s ease 0s;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #4c4c4c;
}
.dropdown-menu .active > a {
  color: #2f92e0;
}
.dropdown-menu .active > a:hover {
  color: #2f92e0;
}
.navbar .navbar-btn {
  position: absolute;
  right: 25px;
  top: 10px;
}
.navbar-nav .active .dropdown-toggle .caret {
  border-top-color: #f16529;
  border-bottom-color: #f16529;
}
.dropdown-menu > a:hover,
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #000;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent;
}
.navbar-inner {
  background-color: transparent;
  background-image: none;
  filter: none;
  padding-right: 0px;
  padding-left: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.user_controls .first_name {
  max-width: 92px;
  display: inline-block;
}
#page-login #nav_bar_signup,
#page-login #login {
  display: none;
}
.cc-image {
  background-size: 190px 150px;
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  background-image: url(https://static.ccom-cdn.com/content/dam/ccom/common/images/icons/nav-icons.png);
}
.nav-cc {
  background-position: 0px -87px;
}
.nav-crepair {
  background-position: -107px -10px;
}
.nav-creport {
  background-position: -4px -10px;
}
.nav-loans {
  background-position: -107px 0px;
}
.nav-advice {
  background-position: -107px -83px;
}
.decline-header {
  display: none;
}
#search-wrapper {
  background-color: #fff;
  position: relative;
  border-top: 1px solid #d8d4cc;
  margin-top: -2px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
#search-wrapper .container {
  height: 70px;
}
#search-wrapper form.search {
  margin: 20px 0 0 320px;
  width: 560px;
  display: inline-block;
  /* firefox 19+ */
  /* ie */
}
#search-wrapper form.search .input {
  border-radius: 0px;
  width: 490px;
  font-size: 14px;
  height:30px;
  padding: 5px;
}
#search-wrapper form.search ::-webkit-input-placeholder {
  font-style: italic;
}
#search-wrapper form.search ::-moz-placeholder {
  font-style: italic;
}
#search-wrapper form.search :-ms-input-placeholder {
  font-style: italic;
}
#search-wrapper form.search input:-moz-placeholder {
  font-style: italic;
}
#search-wrapper form.search .submit {
  height: 30px;
  width: 36px;
}
#search-wrapper form.search .submit span {
  background: url(../img/icons/sprite-search@2x.png_a07c72ee1929e2b852e5125569bf2276.png) no-repeat -48px -50px;
  background-size: 100px 100px;
  width: 25px;
  height: 20px;
  display: block;
}
#search-wrapper button.close {
  margin-top: 25px;
  margin-right: 42px;
}
#home .lead {
  letter-spacing: .03em;
  font-size: 20px;
}
#cc-main-hero {
  background-image: url(../img/home/cr-hero.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 65% 0px;
  overflow: hidden;
  width: 100%;
}
#info-section {
  background-color: #fbfaf5;
  padding-bottom: 20px;
}
#experts-section {
  background-image: url(../img/bg/home_experts.jpg_dd9db3def3ea0868e55eb740249f905e.jpg);
  background-position: top center;
  background-repeat: repeat-x;
  height: 550px;
  max-height: 550px;
}
#product-section {
  text-align: center;
  padding: 40px 0;
}
#product-section .carousel {
  width: 575px;
  margin: 30px auto 20px auto;
}
#product-section .carousel-inner > .item > img {
  margin: 0 auto;
}
#product-section .carousel-caption {
  bottom: 0;
  left: 0;
  padding: 15px;
  margin: 0 auto;
  position: relative;
  width: 250px;
  border-radius: 20px;
  font-size: 18px;
}
#product-section .carousel-caption .tip {
  position: absolute;
  bottom: -8px;
  left: 46%;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#product-section .carousel-caption a.white:hover {
  color: #ffffff;
}
#product-section .carousel-indicators {
  list-style: none outside none;
  margin: 15px auto 0;
  position: relative;
  left: 0;
  z-index: 5;
  width: 110px;
}
#product-section .carousel-indicators li {
  border: 2px solid #d8d3c7;
  display: block;
  float: left;
  height: 12px;
  margin-left: 5px;
  text-indent: -999px;
  width: 12px;
  cursor: pointer;
  border-radius: 6px;
}
#product-section .carousel-indicators .active {
  background-color: #48abe4;
  border: 2px solid #48abe4;
}
#product-section .carousel-control {
  background: none !important;
  border: none;
  font-size: 100px;
  margin-top: 0;
  top: 50%;
  color: #48abe4;
}
#credit-info {
  background-image: -webkit-linear-gradient(top, #fbfaf6 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #fbfaf6 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #fbfaf6 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbfaf6', endColorstr='#ffffffff', GradientType=0);
  padding: 50px 0 40px 0;
}
#credit-info small {
  line-height: 18px;
}
#credit-info #info-accordion {
  margin: 40px 0 50px 0;
}
#credit-info .panel {
  margin-bottom: 22px;
  background-color: transparent;
  box-shadow: none;
}
#credit-info .panel-heading {
  background: none;
  padding: 0;
}
#credit-info .panel-body {
  padding-left: 28px;
  font-size: 13px;
  border-top: 0 solid transparent;
}
#credit-info a.accordion-toggle:before {
  content: '\02C5 \0020';
}
#credit-info a.accordion-toggle.collapsed:before {
  content: '\203A \0020';
}
#credit-info a.accordion-toggle {
  padding: 0 0 0 20px;
  color: #2f92e0;
  font-size: 16px;
}
#credit-info .accordion-heading:hover,
#credit-info .accordion-heading.active {
  box-shadow: none;
}
#credit-info .section-borders {
  border-top: 1px solid #d8d3c7;
  border-bottom: 1px solid #d8d3c7;
  margin-bottom: 40px;
  padding: 20px 0;
}
#credit-info .section-borders .btn-lg {
  margin-top: 20px;
}
#credit-info #today_show {
  background-position: 0px -202px;
  width: 99px;
  height: 16px;
}
#credit-info #fast_company {
  background-position: -226px -252px;
  width: 109px;
  height: 18px;
}
#credit-info #cnn_money {
  background-position: -501px -203px;
  width: 91px;
  height: 19px;
}
#credit-info #wall_street {
  background-position: -227px -202px;
  width: 167px;
  height: 15px;
}
#credit-info #new_york_times {
  background-position: -1px -254px;
  width: 145px;
  height: 21px;
}
#credit-info #kiplinger {
  background-position: -501px -250px;
  width: 72px;
  height: 24px;
}
#credit-info .logos-footer {
  margin-left: auto;
  margin-right: auto;
}
.hero-height {
  height: 594px;
  max-height: 594px;
  text-align: center;
  color: #ffffff;
}
.hero-height .lead {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: .03em;
}
.hero-height .lead strong {
  color: #ffe685;
  font-weight: normal;
}
.hero-height .btn-lg {
  padding: 15px 60px;
  font-size: 20px;
  letter-spacing: .03em;
}
.hero-height .btn-lg i {
  margin-left: 8px;
  margin-top: 6px;
}
.icon-timeout {
  vertical-align: middle;
  width: 20px;
}
.home-info {
  border-radius: 20px;
  background-color: #fbfaf5;
  text-align: center;
  padding: 0 20px;
}
.home-info .home-info-title {
  font-size: 28.35px;
  line-height: 35.5px;
  margin: 40px 0 5px 0;
}
.experts-padd {
  padding: 110px 0 0 0;
}
.experts-padd .link-spacer {
  padding: 0 20px;
}
#errors-page {
  margin-top: 150px;
  margin-bottom: 200px;
}
#errors-page .btn .btn-default {
  padding-left: 32px;
  padding-right: 32px;
  text-transform: uppercase;
}
#errors-page #EMAIL,
#errors-page #PASSWORDCS {
  width: 97%;
}
#errors-page .sprite-warning {
  background: url(../img/sprites/sprite.png) no-repeat -901px -812px;
  padding-left: 40px;
}
#credit-cards-type.content h1 {
  line-height: 22px;
}
.lead-heading {
  font-size: 21px;
  line-height: 30px;
  margin-top: 22px;
}
.margin-double {
  margin: 20px;
}
.margin-double-and-center {
  margin: 20px auto;
}
.no-margin {
  margin: 0;
}
.margin-neg-left {
  margin-left: -10px;
}
.margin-left-none,
.no-left-margin,
form.no-left-margin,
.row .no-left-margin,
.controls-row [class*="span"] + [class*="span"].no-left-margin {
  margin-left: 0;
}
.margin-std-left {
  margin-left: 10px;
}
.margin-double-left {
  margin-left: 20px;
}
.margin-std-left-half {
  margin-left: 15px;
}
.margin-triple-left {
  margin-left: 30px;
}
.margin-quad-left {
  margin-left: 40px;
}
.margin-190-left {
  margin-left: 190px;
}
.margin-none-right {
  margin-right: 0px;
}
.margin-std-right {
  margin-right: 10px;
}
.margin-double-right {
  margin-right: 20px;
}
.margin-quad-right {
  margin-right: 40px;
}
.margin-top-neg-tons {
  margin-top: -160px;
}
.margin-top-neg-85 {
  margin-top: -85px;
}
.margin-top-neg-alot {
  margin-top: -45px;
}
.margin-top-neg-double {
  margin-top: -20px;
}
.margin-top-neg-half {
  margin-top: -15px;
}
.margin-top-neg {
  margin-top: -10px;
}
.margin-top-neg5 {
  margin-top: -5px;
}
.margin-top-zero {
  margin-top: 0px;
}
.margin-std-top {
  margin-top: 10px;
}
.margin-13-top {
  margin-top: 13px;
}
.margin-fifteen-top {
  margin-top: 15px;
}
.margin-top-plus {
  margin-top: 30px;
}
.margin-double-half-top {
  margin-top: 30px;
}
.margin-35-top {
  margin-top: 35px;
}
.margin-double-top {
  margin-top: 20px;
}
.margin-quad-top {
  margin-top: 40px;
}
.margin-quint-top {
  margin-top: 50px;
}
.margin-six-top {
  margin-top: 60px;
}
.margin-100-top {
  margin-top: 100px;
}
.margin-140-top {
  margin-top: 140px;
}
.margin-150-top {
  margin-top: 150px;
}
.margin-170-top {
  margin-top: 170px;
}
.margin-stdneg-bottom {
  margin-bottom: -10px;
}
.margin-five-bottom {
  margin-bottom: 5px;
}
.margin-std-bottom {
  margin-bottom: 10px;
}
.margin-fifteen-bottom {
  margin-bottom: 15px;
}
.margin-double-bottom {
  margin-bottom: 20px;
}
.margin-bottom-double {
  margin-bottom: 40px;
}
.margin-bottom-triple {
  margin-bottom: 60px;
}
.margin-bottom-plus {
  margin-bottom: 30px;
}
.margin-btm-zero {
  margin-bottom: 0! important;
}
.margin-after {
  margin-bottom: 80px;
}
.no-padding {
  padding: 0;
}
.no-padding-top {
  padding-top: 0px;
}
.no-padding-bottom {
  padding-bottom: 0px;
}
.no-padding-left,
.no-left-padding {
  padding-left: 0px;
}
.no-padding-right {
  padding-right: 0px;
}
.no-padding-sides {
  padding-left: 0px;
  padding-right: 0px;
}
.padding-sides-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-top-20 {
  padding-top: 10px;
}
.padding-top5 {
  padding-top: 5px;
}
.padding-bottom-20 {
  padding-bottom: 10px;
}
.padding-bottom-quad {
  padding-bottom: 40px;
}
.padding-top-double {
  padding-top: 20px;
}
.padding-top-quint {
    padding-top:50px;
}
.padding-bottom-double {
  padding-bottom: 20px;
}
.padding-left-desktop {
  padding-left: 20px;
}
.padding-right-desktop {
  padding-right: 20px;
}
.padding-right-std {
  padding-right: 10px;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-right-30 {
  padding-right: 30px;
}
.padding-right-40 {
  padding-right: 40px;
}
.padding-left-40 {
  padding-left: 40px;
}
.padding-left-45 {
    padding-left:45px;
}
.padding-30 {
  padding: 30px;
}
.content {
/*  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);*/
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  margin-top: 75px;
  padding: 30px;
  overflow: hidden;
  /* Sprite Area
	================================================== */
  /* create an arrow that points down like a notch, fallback in ie8 todo*/
}
.content.no-shadow {
  box-shadow: none;
  padding: 0;
}
.content.no-padding {
  padding: 0;
}
.content.half-padding {
  padding: 30px;
}
.content.side-padding {
  padding: 0 30px;
}
.content.marg-top {
  margin-top: 15px;
}
.content.no-marg-top {
  margin-top: 0px;
}
.content.no-bg {
  background: none;
}
.content.show-overflow {
  overflow: visible!important;
}
.content.no-pad-top {
  padding-top: 0;
}
.content.min-height {
  min-height: 390px;
}
.content .radio,
.content .checkbox {
  min-height: 22px;
}
.content h2.page-title-description {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  clear: both;
  padding: 10px 0 0 0;
  font-size: 14px;
  line-height: 22px;
  color: #555;
}
.content .no-min-height {
  min-height: 0 !important;
}
.content .loans-grey-container {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin: 5px 5px 25px 5px;
  padding: 10px 0px 15px 8px;
  background: #ffffff;
  filter: none;
  background: #fbfaf5;
  background: -moz-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfaf5), color-stop(80%, #f4f3ee), color-stop(100%, #e4e3dd));
  background: -webkit-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 100%);
  background: -o-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 100%);
  background: -ms-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 100%);
  background: linear-gradient(to bottom, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 100%);
  padding-bottom: 8px;
}
.content .lead2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
.content .blue-bg {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2589CE', endColorstr='#06659F' );
  background: #268bd0;
  background: -moz-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #268bd0), color-stop(80%, #0d6da9), color-stop(100%, #016098));
  background: -webkit-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: -o-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: -ms-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: linear-gradient(to bottom, #268bd0 0%, #0d6da9 80%, #016098 100%);
}
.content .blue-bg form {
  margin: 30px 0 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.content .loans-content-container {
  width: 100%;
  height: 216px;
  margin: auto;
}
.content .loans-content-container .sub-header-img {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: top;
}
.content .loans-content-container .sub-header-link a {
  text-transform: normal;
}
.content .loans-content-container p {
  font-size: 12px;
  line-height: 18px;
}
.content .loans-grey-container-flip {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin: 5px 5px 25px 5px;
  padding: 20px 15px 8px;
  background-color: #fff;
  border: 3px solid #FBFaF5;
  display: none;
}
.content .loans-grey-container-flip .loans-content-container {
  height: 200px;
}
.content .loans-grey-container-flip .close-panel {
  float: right;
  margin: -22px -10px 0 0;
}
.content .loans-grey-container-flip ul {
  margin: 15px 0 0 14px;
}
.content .loans-grey-container-flip li {
  font-size: 12px;
  line-height: 15px;
  color: #6D9D16;
  padding: 0 0 5px 0;
}
.content .loans-grey-container-flip li span {
  color: #000;
}
.content .three-quarters-img {
  width: 75%;
  height: auto;
  min-width: 80px;
}
/*!?*/
/*.content em {
  clear: both;
  float: left;
}*/
.content em.normal {
  float: none;
}
.content #no-cards-found {
  display: none;
  margin-top: 75px;
  text-align: center;
}
.content.padding20 {
  padding: 20px !important;
}
.content.no-padding {
  padding: 0 !important;
}
.content .tips-advice {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
}
.content .top-right {
  position: absolute;
  top: 2px;
  right: 2px;
}
.content .sprite-experian-sm {
  background: url('../img/sprites/sprite-thirdparty.png') no-repeat -1px -1px;
  width: 82px;
  height: 22px;
  display: inline-block;
  margin-bottom: -6px;
}
.content .sprite-experian-lg {
  background: url('../img/sprites/sprite-thirdparty.png') no-repeat -100px -1px;
  width: 160px;
  height: 44px;
  display: inline-block;
}
.content .flush-left {
  width: 114%;
}
.content .blue-row {
  background-color: #48abe4;
  height: 80px;
  -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3) inset;
  -ms-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3) inset;
  -o-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3) inset;
}
.content .wrap-button-and-text-center {
  margin-bottom: 12px;
  width: 354px;
}
.content .centered-top-marg {
  text-align: center;
  margin-top: 30px;
}
.content .down-triangle-wide:before {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom-color: transparent;
  border-top: 6px solid #2f92e0;
  border-top-color: #2f92e0;
  position: relative;
  top: 0;
  left: 0;
}
.content .down-triangle-wide.upside-down-tri:before,
.content .upside-down-tri .down-triangle-wide:before {
  border-top-color: transparent;
  border-bottom: 6px solid #2f92e0;
  border-bottom-color: #2f92e0;
}
.content .wrap-see-or-hide-details .see-or-hide-details:before {
  content: 'See Details';
}
.content .wrap-see-or-hide-details.upside-down-tri .see-or-hide-details:before {
  content: 'Hide Details';
}
.content .wide-button {
  padding-left: 35px;
  padding-right: 35px;
}
.content .row-with-img-left,
.content .row-with-img-right {
  background-image: url('/assets/cohesive/img/freeCreditReportCard-Gradient.png');
  background-repeat: no-repeat;
  background-position: center 168px;
  height: 210px;
}
.content .pad-radio {
  margin: 4px 4px 4px 8px;
}
.content .header-bg {
  background: #ffffff;
  filter: none;
  background: #fbfaf5;
  background: -moz-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfaf5), color-stop(80%, #f4f3ee), color-stop(100%, #e4e3dd));
  background: -webkit-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 100%);
  background: -o-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 100%);
  background: -ms-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 100%);
  background: linear-gradient(to bottom, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 100%);
  padding-bottom: 8px;
}
.content .sidebar-container {
  font-size: 13px;
  background-color: #ffffff;
/*  background-color: rgba(255, 255, 255, 0.1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(224, 220, 210, 0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(224, 220, 210, 0.1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(224, 220, 210, 0.1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(224, 220, 210, 0.1) 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(224, 220, 210, 0.1) 100%);
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);*/
}
.content .sidebar-container .header-bg {
  margin-top: 0px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.content .sidebar-container hr {
  margin: 0px 25px 10px 25px;
}
.content .sidebar-container ul {
  padding-left: 25px;
  padding-bottom: 10px;
}
.content .sidebar-container-press {
  font-size: 13px;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 25px;
}
.content .sidebar-container-press h5 .logo-icon img {
  height: 17px;
  margin-top: -6px;
  margin-left: 4px;
}
.content .sidebar-container-press .privacy-logo img {
  width: 75px;
}
.content .sidebar-container-press p {
  margin: 12px 20px;
  line-height: 18px;
}
.content .sidebar-container-press .social-share-wrap {
  padding-left: 20px;
  padding-bottom: 15px;
}
.content .sidebar-container-press .share-twitter {
  width: 80px;
}
.content .mortgage-articles img {
  border: 1px solid #e4e3dd;
  margin: 10px 0 0 0;
}
.content .mortgage-articles h4 a {
  color: #2B2B2B;
}
.content .mortgage-articles h4 a:hover {
  text-decoration: none;
  color: #2F92E0;
}
.content .testimonial-woman {
  background: url('/assets/img/core/stock/ploans_Persoanl_Woman.png') no-repeat scroll 95% bottom transparent;
  height: 190px;
}
.content .testimonial-man {
  background: url('/assets/img/core/stock/ploans_Consolidation_Man.png') no-repeat scroll 95% bottom transparent;
  height: 190px;
}
.content .testimonial-couple {
  background: url('/assets/img/core/stock/ploans_HomeImprove_Couple.png') no-repeat scroll 95% bottom transparent;
  height: 170px;
}
.content .testimonial-biz-woman {
  background: url('/assets/img/core/stock/ploans_Smallbusiness_Woman.png') no-repeat scroll 95% bottom transparent;
  height: 210px;
}
.content .testimonial-student {
  background: url('/assets/img/core/stock/ploans_student.png') no-repeat scroll 95% bottom transparent;
  height: 168px;
}
.content .alt-text {
  text-indent: -99999px;
}
.content .form-text-padding {
  padding: 0 0 0 18px;
}
.content .pad-radio {
  margin: -4px 5px 0 3px;
  line-height: normal;
  cursor: pointer;
}
.content .checkbox-text {
  font-size: 85%;
}
.content .header-spacer {
  margin-bottom: 25px;
  border-bottom: 1px solid #e9e9e9;
}
.content .relative {
  position: relative;
}
.content .photo {
  margin-right: 12px;
}
.content .author-title {
  margin-top: -8px;
  margin-bottom: -10px;
}
.content .author-attribution {
  clear: both;
}
.content .side-hr {
  width: 22%;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 8px;
  margin-right: 8px;
}
.content .tour-row-bottom {
  margin-bottom: 65px;
}
.content p {
  margin: 0 0 18px 0;
}
.content .inline {
  display: inline;
}
.content .social-share-wrap {
  padding-top: 8px;
}
.content .pad-top-sm {
  padding-top: 6px;
  display: inline-block;
}
.breadcrumb {
  background-color: #fff;
  padding: 0;
  font-size: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.breadcrumb li > .divider {
  padding: 0 2px;
  font-weight: 900;
  color: #ccc;
}
.breadcrumb > li + li:before {
  content: "" !important;
  padding: 0px;
}
.border-right {
  border-right: 1px solid #e4e3dd;
}
.border-left {
  border-left: 1px solid #e4e3dd;
}
.border-bottom {
  border-bottom: 1px solid #e4e3dd;
}
.border-top {
  border-top: 1px solid #e4e3dd;
}
.sprite-security-lock {
  background: url('../img/sprites/sprite.png') no-repeat -400px -910px;
  width: 14px;
  height: 18px;
  display: inline-block;
  margin-bottom: -2px;
}
#page-tour .sprite-benefits {
  margin-left: 70px;
  margin-top: 45px;
}
#page-free-credit-report-card div.main-img {
  position: relative;
}
#page-free-credit-report-card #button-bottom {
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.img-freeCreditReportCard-Gradient {
  background-image: url('/assets/cohesive/img/freeCreditReportCard-Gradient.png');
  background-repeat: no-repeat;
  background-position: center bottom;
}
table.error-table {
  background-color: transparent;
}
label.terms {
  font-size: 11px;
  line-height: 15px;
  float: left;
}
.iframe-centered iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.small-letter-spacing {
  letter-spacing: -1px;
}
.padded-text {
  padding-right: 8px;
}
.callout {
  background: none repeat scroll 0 0 #F7F7F7;
  color: #010101;
  font-size: 0.75em;
  line-height: 1.5em;
  margin: 0 0 35px;
  padding: 15px 12px;
}
.callout.with-image img {
  display: inline-block;
  float: left;
  margin: 0 25px 0 0;
}
.callout.with-image .callout-text {
  display: table-cell;
  height: 116px;
  vertical-align: middle;
  font-size: 13px;
  line-height: 18px;
}
.callout.with-image strong,
.post .callout.with-image b {
  color: #FFA21F;
  display: block;
  font-size: 1.567em;
  margin: 0 0 10px;
}
.middle {
  vertical-align: middle;
}
#intents-channel .avatar-pic {
  border: 1px solid #c2bba9;
  width: 50px;
  border-radius: 50%;
}
#intents-channel .border-left {
  border-left: 1px solid #c2bba9;
  text-align: right;
  height: 32px;
}
#simpleLoanImg,
#loanCalfooterDiv,
#autoCalfooterDiv,
#mrtgCalfooterDiv,
#autoBRLogo,
#mrtCalBrLogo {
  display: none;
}
#intents-channel .BankrateFCC_col1 {
  width: 150px!important;
}
#intents-channel .BankrateFCC_button-small {
  background: none repeat scroll 0 0 #AAD164 !important;
  border-radius: 25px 25px 25px 25px !important;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  color: #FFFFFF !important;
  cursor: pointer;
  outline: 0 none;
  text-align: center;
}
#intents-channel .BankrateFCC_button-small div,
#intents-channel .BankrateFCC_button-small a:link,
#intents-channel .BankrateFCC_button-small a:visited {
  color: #FFFFFF !important;
  padding: 0;
}
#intents-channel .table-bg {
  background-color: #EDEDED;
}
#intents-channel .table-bg td {
  padding: 7px 10px;
}
#intents-channel .header-row {
  background-color: #CFCFCF;
}
#intents-channel .table {
  font-size: 12px;
  padding: 7px 10px;
}
#intents-channel .table .blue-td {
  background-color: #015e99;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
#intents-channel .table td {
  border: 1px solid #dddddd;
}
.cta-links {
  font-size: 15px;
}
.floating-container .grey-label {
  color: #909090;
  display: block;
  padding-top: 8px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.sidebar-container-blue {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(224, 220, 210, 0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(224, 220, 210, 0.1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(224, 220, 210, 0.1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(224, 220, 210, 0.1) 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(224, 220, 210, 0.1) 100%);
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  background-color: white;
}
.sidebar-container-blue .inner {
  padding: 20px;
  padding-top: 10px;
}
.sidebar-container-blue .header-bg {
  margin-top: 0px;
  padding-left: 8px;
  padding-top: 6px;
  border-radius: 4px 4px 0px 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2589CE', endColorstr='#06659F' );
  background: #268bd0;
  background: -moz-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #268bd0), color-stop(80%, #0d6da9), color-stop(100%, #016098));
  background: -webkit-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: -o-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: -ms-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: linear-gradient(to bottom, #268bd0 0%, #0d6da9 80%, #016098 100%);
  padding-bottom: 16px;
}
.grey-inner-wrap {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.ribbon:before {
  content: ' ';
  position: absolute;
  width: 0px;
  height: 0;
  left: -20px;
  top: 0px;
  border-width: 20px 10px;
  border-style: solid;
  border-color: white white white transparent;
  border-radius: 3px 0 0 3px;
}
.ribbon {
  background-color: #FFFFFF;
  border-radius: 0 4px 4px 0;
  font-size: 11px;
  height: 28px;
  padding-left: 6px;
  padding-top: 12px;
  position: relative;
  top: 5px;
  width: 188px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-right: -6px;
}
.ribbon i {
  margin-left: -6px;
}
.note-box {
  background-color: #DCD7CB;
  border-radius: 4px;
  padding: 8px;
}
small .sprite-check li {
  font-size: 14px;
}
sup.small {
  font-size: 60%;
}
/* ad on left on identity-theft-protection, credit-reports & credit score pages */
.cr_ad {
  background: url("/assets/img/core/icons/credit_icon.png") no-repeat scroll 0 19px transparent;
  margin: 10px 0 20px;
  padding: 5px 0 0 70px;
}
.cr-panels {
  height: 500px;
}
.counch-404 {
  margin-left: -20px;
  max-width: 115%;
}
.bg-trans {
  background-color: transparent;
}
.debug-menu {
  display: none;
  position: absolute;
  z-index: 20;
  width: 1000px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1200px;
}
#mobileOverlay {
  display: none;
}
.creditcard-list-element .semi-bold {
  font-size: 13px;
  line-height: 16px;
}
body #zenbox_tab.ZenboxTabLeft {
  margin-left: -15px;
  top: 47%;
}
#signup-easy .tab-arrows li {
  width: 204px;
}
.row-with-img-left .col-md-7 {
  padding-left: 44px;
}
#credit-cards .creditcard-list-element .creditcard-info.display-table-cell {
  font-size: 13px;
  line-height: 16px;
  vertical-align: top;
}
#credit-cards .creditcard-list-element .creditcard-info.display-table-cell .semi-bold {
  font-size: 13px;
  line-height: 16px;
}
.truste-badge {
  padding-left: 4px;
}
.iframe-centered iframe {
  margin-left: -18px;
}
#intents-channel .blue-ribbon-sprite {
  margin-left: -10px;
  background-size: 240px 36px;
  padding-left: 12px;
  padding-top: 5px;
  width: 236px;
}
.share-gplus {
  width: 60px;
}
.share-twitter {
  width: 94px;
}
.bureaus-screencap {
  background-position: -2px 4px;
}
.bureaus-inline-sprite {
  margin-left: -20px;
}
ul.sprite-check {
  margin-left: 10px;
}
#page-dashboard #best-match-from-modal.modal-inline,
#my-credit-report-card #best-match-from-modal.modal-inline {
  width: 652px;
}
#page-dashboard #best-match-from-modal.modal-inline,
#my-credit-report-card #best-match-from-modal.modal-inline {
  min-height: 325px;
}
.content-reset {
  margin: 0;
  padding: 0;
  box-shadow: none;
  background: none;
}
span.link-color {
  color: #2f92e0;
}
.new-about em.light {
  float: none;
}
.new-about div.press_resources_thumb_wrap {
  float: left;
  text-align: center;
  width: 300px;
}
.new-about div.press_bios {
  width: 300px;
}
.new-about div.press_bios p {
  float: right;
  width: 150px;
  margin-top: 10px;
  font-size: 11px;
  line-height: 15px;
}
.new-about div.press_bios img {
  width: 72px;
  height: 72px;
  margin: 10px 10px 5px 25px;
}
.new-about div.team_bios {
  margin-top: 40px;
}
.new-about div.team_bios img {
  width: 100px;
  height: 100px;
}
.new-about div.team_bios p {
  margin-left: 125px;
}
.new-about div.team_bios img {
  float: left;
  margin: 0px 25px 60px 0;
}
.new-about p.press_contact {
  width: 150px;
}
.new-about p.press_contact span {
  float: right;
  width: 100px;
  display: block;
}
.organic-loans #organic-loans-wrapper {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
}
.organic-loans #form-wrapper {
  background-color: #faf9f5;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px;
  padding: 20px;
  font-size: 12px;
  margin-bottom: 20px;
}
.organic-loans .loan-callout-description {
  background-color: #48abe4;
  border-radius: 10px;
  color: #ffffff;
  padding: 15px;
  position: relative;
}
.organic-loans .loan-callout-description span {
  font-weight: 600;
}
.organic-loans .idriveafastcar {
  height: 44px;
  width: 44px;
}
.organic-loans .loan-callout-description-arrow {
  position: absolute;
  top: 20px;
  right: -8px;
  background-color: #48abe4;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.organic-loans #form-wrapper #label-row {
  font-weight: 600;
}
.organic-loans .loading-wrapper {
  min-height: 500px;
  margin-bottom: 100px;
}
.organic-loans .loading-wrapper h1 {
  margin-top: 100px;
  font-weight: 400;
  margin-bottom: 30px;
}
.organic-loans .no-match-wrapper h1 {
  margin-top: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}
.organic-loans .progress {
  width: 500px;
  margin: 0 auto;
}
.organic-loans .progress-striped .bar {
  background-image: -webkit-linear-gradient(45deg, #149bdf 25%, transparent 25%, transparent 50%, #149bdf 50%, #149bdf 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #149bdf 25%, transparent 25%, transparent 50%, #149bdf 50%, #149bdf 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #149bdf 25%, transparent 25%, transparent 50%, #149bdf 50%, #149bdf 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.organic-loans .row .data-list {
  margin-left: 10px;
  margin-right: 10px;
}
.organic-loans .loans-row .creative {
  display: block;
  height: 110px;
}
.organic-loans .loans-row .creative img {
  width: 130px;
  margin: 15px 0 5px 8px;
  display: block;
}
.organic-loans #row-layout .li-top-row-true .row-info:before {
  content: "TOP FEATURED LOAN OFFER";
  font-size: 10px;
  top: -6px;
  left: 27px;
  color: #555555;
}
.organic-loans .li-top-row-true .offerName {
  background-image: url('../img/sprites/sprite.png');
  background-position: -803px -912px;
  background-repeat: no-repeat;
}
.organic-loans .offerName {
  padding-top: 8px;
}
.organic-loans .wrap-bullet-layout,
.organic-loans .wrap-col-layout {
  border-left: 1px solid #e4e3dd;
  margin: 15px 0;
}
.organic-loans .wrap-bullet-layout ul {
  padding: 0 0 5px 18px;
  color: #555555;
  font-size: 12px;
  list-style-image: url('../img/sprites/small-bullet.png');
}
.organic-loans .wrap-col-layout small {
  font-size: 12px;
}
.organic-loans .loans-row .button-col {
  padding-top: 40px;
}
.organic-loans #row-layout a.next-step {
  width: 53%;
}
.organic-loans #row-layout .disclaimer-text {
  margin: 15px 0;
}
.auto-insurance #row-layout .li-top-row-true .row-info:before {
  content: "FEATURED INSURANCE OFFER";
}
.sign-in a.ploans-organic-logged-in {
  display: none;
}
.signed-in a.ploans-organic-logged-out {
  display: none;
}
/* do not display the bullets */
.static-only {
  display: none !important;
}
.no-bull {
  list-style: none outside none;
}
.hidden-lg {
  display: none;
}
.static .tab-content > .tab-pane,
.static .show-for-ss {
  display: block !important;
}
.std-box {
  padding-top: 10px;
  padding-bottom: 10px;
}
.close_account_form {
  min-height: 1140px;
}
.hide-placeholder {
  display: none;
}
#buorg {
  line-height: 18px;
  margin-top: 52px;
}
#buorgclose {
  line-height: 27px;
}
.form-control {
  padding: 6px;
}
.hide-empty-children *:empty,
.hide-empty:empty {
  display: none;
}
.content ul.styled li.unstyled-single {
  list-style: outside none none;
}
.android .hide-only-android {
  display: none;
}
.wrap-small-text {
  font-size: 12px;
  line-height: 1.3em;
}
.spinner-wait-icon {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 70px;
}
.wait-icon {
  top: 10%;
  float: none !important;
  margin: 0 auto !important;
}
.activeBox {
  border: 1px solid #d8d3c7;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
  min-height: 110px;
}
.activeBox:hover,
.activeBox.active {
  border: 1px solid rgba(66, 152, 219, 0.8);
  background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.1) 70%, rgba(66, 152, 219, 0.4) 100%) #ffffff repeat scroll 0 0;
  background: -webkit-linear-gradient(center top, rgba(255, 255, 255, 0.1) 70%, rgba(66, 152, 219, 0.4) 100%) #ffffff repeat scroll 0 0;
  background: -o-linear-gradient(center top, rgba(255, 255, 255, 0.1) 70%, rgba(66, 152, 219, 0.4) 100%) #ffffff repeat scroll 0 0;
  background: linear-gradient(center top, rgba(255, 255, 255, 0.1) 70%, rgba(66, 152, 219, 0.4) 100%) #ffffff repeat scroll 0 0;
  background: -ms-linear-gradient(center top, rgba(255, 255, 255, 0.1) 70%, rgba(66, 152, 219, 0.4) 100%) #ffffff repeat scroll 0 0;
}
#Modalwrapper {
  height: 400px;
  overflow: auto;
  border-radius: 10px;
  padding: 30px;
}
.section-title {
  margin: 0px;
  font-size: 24px;
  line-height: 22px;
}
.alert {
  text-shadow: none;
  color: #000;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
}
.alert-info {
  background-color: #ffe685;
  border-color: #ffcc05;
  color: #000;
}
.alert-danger,
.alert-error {
  color: #000;
  background-color: #fde8e9;
  border-color: #bf2129;
}
.signupInit:before {
  content: "See My Report Card";
}
.initLoad:before {
  content: "I Accept and Complete My Order";
}
.wait:before {
  content: "Processing...";
}
.wait:after {
  content: url("/assets/cohesive/img/icons/sm-greenbtn-ajax-loader.gif");
}
#signup-easy .wait:after {
  vertical-align: top;
}
.note-box2 {
  font-size: 11px;
  line-height: 14px;
  color: #999999;
}
.green-checks li {
  list-style: none;
  background: url("/assets/cohesive/img/sprites/icon-tick.png") no-repeat;
  background-size: 16px 16px;
  padding: 0px 0 10px 20px;
}
#page-my-credit-report-card #credit-report .green-checks {
  margin: 0;
  padding: 0;
}
ul.list-unstyled,
ol.list-unstyled {
  margin-left: 0;
}
.lead .tooltip-inner {
  width: 400px!important;
}
.panel-default > .panel-heading {
  background: #ffffff;
  border: 1px solid #e4e3dd;
}
.panel-default > .panel-heading h4 a {
  font-weight: 600;
  color: #555555;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 18px;
}
.panel-default > .panel-heading.active {
  background: #ffffff;
  filter: none;
  background: #fbfaf5;
  background: -moz-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 112%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfaf5), color-stop(80%, #f4f3ee), color-stop(112%, #e4e3dd));
  background: -webkit-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 112%);
  background: -o-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 112%);
  background: -ms-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 112%);
  background: linear-gradient(to bottom, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 112%);
  text-shadow: none;
}
.panel-default > .panel-heading.active h4 a {
  color: #2f92e0;
  font-weight: bold;
}
.panel-default .panel-body {
  background-color: #eeeeee;
}
.font16 {
  font-size: 16px;
}
.s-header {
  min-height: 38px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2589CE', endColorstr='#06659F' );
  background: #268bd0;
  background: -moz-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #268bd0), color-stop(80%, #0d6da9), color-stop(100%, #016098));
  background: -webkit-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: -o-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: -ms-linear-gradient(top, #268bd0 0%, #0d6da9 80%, #016098 100%);
  background: linear-gradient(to bottom, #268bd0 0%, #0d6da9 80%, #016098 100%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.s-header div.etched-border {
  position: absolute;
  top: 8px;
  left: -15px;
  width: 1px;
  height: 20px;
  background: #015E99;
  border-right: solid 1px #2F92E0;
}
.s-header div.etched-border.right {
  left: -9px;
}
.s-header .s-head-section {
  line-height: 36px;
}
#page-logout .center-form-box {
  margin-top: 130px;
}
.logout-cc {
  width: 161px;
}
#sessionTimeoutBG a {
  line-height: 30px;
}
#loginForm {
  position: absolute;
  top: 50px;
  right: 50px;
}
#loginForm .form-control {
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: #333333;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}
#loginForm .form-control::-moz-placeholder {
  color: #015e99;
  opacity: 1;
}
#loginForm .form-control:-ms-input-placeholder {
  color: #015e99;
}
#loginForm .form-control::-webkit-input-placeholder {
  color: #015e99;
}
#loginForm input:focus:invalid:focus {
  border-width: 0 0 1px 0!important;
  border-color: #333333 !important;
  background-color: rgba(255, 255, 255, 0) !important;
  box-shadow: none!important;
}
#loginForm input:focus:invalid:focus::-moz-placeholder {
  opacity: 0.3;
}
#loginForm input:focus:invalid:focus:-ms-input-placeholder {
  opacity: 0.3;
}
#loginForm input:focus:invalid:focus::-webkit-input-placeholder {
  opacity: 0.3;
}
#loginnews {
  background: url(/assets/cohesive/img/login/2ndNav_News-min.jpg_0f50a5796706070b4030be1962f2a451.jpg) no-repeat top center;
}
#logincreditReport {
  background: url(/assets/cohesive/img/login/2ndNav_CR-min.jpg_327bc2079961c7004927dc59bda9db18.jpg) no-repeat top center;
}
#logincreditRepair {
  background: url(/assets/cohesive/img/login/2ndNav_CRe-min.jpg_e593a4a2ef4bd3547ef64ff9194ddd94.jpg) no-repeat top center;
}
#loginspotlight {
  background: url(/assets/cohesive/img/login/2ndNav_SF-min.jpg_512e02c1dce0d1773b406e6c52224710.jpg) no-repeat top center;
}
#logincreditCard {
  background: url(/assets/cohesive/img/login/2ndNav_CC-min.jpg_ef17776873ac7cad18496914ebd4a378.jpg) no-repeat top center;
}
#loginloan {
  background: url(/assets/cohesive/img/login/2ndNav_PL-min.jpg_51455b3ac9016b08c480b17f334bb065.jpg) no-repeat top center;
}
#loginautoLoan {
  background: url(/assets/cohesive/img/login/2ndNav_AL-min.jpg_dc999e15a1e5b2dfe93eb5ad650f3886.jpg) no-repeat top center;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#page-login #zenbox_tab {
  display: none!important;
}
#page-login #carousel-login {
  margin-top: 48px;
}
#page-login .item {
  height: 500px;
  width: 100%;
}
#page-login .item .well {
  position: absolute;
  bottom: 10px;
}
#page-login .carousel-indicators {
  position: relative;
  left: 0;
  margin: 0;
  width: 100%;
  bottom: 0;
  background-color: #fbfaf5;
}
#page-login .carousel-indicators div {
  width: 16.2%;
  height: 120px;
  text-align: center;
  display: inline-block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#page-login .carousel-indicators div img {
  width: 75px;
}
#page-login .carousel-indicators .active {
  background-color: transparent;
  height: 120px;
  margin: 0;
  width: 16.2%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.yellowbg {
  background-color: #f9ffc4;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000;
}
.beige-bg {
  background-color: #fbfaf5;
}
.teal-bg {
  background-color: #456b79;
}
.blue-bg {
  background-color: #48abe4;
}
.border-radius {
  border-radius: 5px;
}
.no-border-radius {
  border-radius: 0px;
}
.border-green {
  border: 2px solid #98ca3c;
}
.border-left-white {
  border-left: 1px solid #ffffff;
}
.border-right-white {
  border-right: 1px solid #ffffff;
}
.darken-blue-bg {
  background-color: #0e63b3;
}
.activeTab-bg {
  background: #f2f2f2;
}
.teal-opaque-bg {
  background: url(/assets/cohesive/img/credit_repair/images/teal_bg_opaque.png) top left repeat;
}
/* Data Lists
=================================================================== */
.data-list > li-depped,
.data-list .data-list-row {
  min-height: 100px;
  padding: 0;
  width: 100%;
  margin: 10px 0 5px 0px;
  background-color: #ffffff;
  /*background-color: rgba(255, 255, 255, 0.1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(224, 220, 210, 0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(224, 220, 210, 0.1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(224, 220, 210, 0.1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(224, 220, 210, 0.1) 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(224, 220, 210, 0.1) 100%);*/
  border-radius: 4px 4px 4px 4px;
 /* -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);*/
  border: 1px solid #e2ded5;
}
.data-list .data-list-row-small {
  margin-bottom: 15px;
  min-height: 115px;
}
.row .data-list-no-margin {
  margin: 0;
}
div.display-table,
.display-table {
  display: table;
  border-spacing: 1px;
  width: 850px;
}
div.display-table div.display-table-row,
.display-table .display-table-row {
  display: table-row;
  width: 100%;
  float: left;
}
div.display-table-row div.display-table-cell,
.display-table-row .display-table-cell {
  display: table-cell;
  padding-bottom: 20px;
  float: none;
}
.data-list-row-small.display-table .display-table-cell {
  padding-bottom: 10px;
  float: left;
}
.search-dropdown {
  font-size: 11px;
  line-height: 16px;
  width: 214px;
  box-sizing: border-box;
  padding: 8px 2px 8px 2px;
}
.dropdown-menu-box {
  position: absolute;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid #efefec;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.cc-tabs {
  margin: 0 0 0 20px;
}
.cc-tabs > .active > a,
.cc-tabs > .active > a:hover {
  background-color: #fff;
  color: #555555;
  cursor: default;
}
.cc-tabs > li > a,
.cc-tabs > li > a > span {
  display: block;
}
.cc-tabs > li > a {
  border-radius: 4px 4px 0 0;
  line-height: 21px;
  background-color: #ededed;
}
.cc-tabs > li > a > span {
  padding: 8px 12px;
}
.cc-tabs {
  list-style: none outside none;
}
.circle-blue {
  background-color: #2e92e0;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  box-sizing: border-box;
  color: white;
  font-size: 19px;
  height: 36px;
  padding-top: 7px;
  text-align: center;
  width: 36px;
}
.label-icon i {
  box-sizing: border-box;
  display: inline-block;
  height: 58px;
  width: 90px;
  margin-left: 10px;
}
.label-icon div {
  width: 90px;
  margin-left: 10px;
  line-height: 18px;
}
.label-icon input {
  position: absolute;
  left: -5000px;
}
.label-icon.active div {
  color: #2e92e0;
}
.options-rows strong {
  display: block;
  margin-top: 5px;
}
/* why do i think this hidden input stuff is going to cause trouble.... */
.grey_selection_div {
  background-color: #fbfaf5;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.grey_selection_div #filters {
  font-size: 15px;
}
.same-height {
  height: 666px;
}
.cc-icon {
  background: transparent url("../img/sprites/sprite-creditcards@2x.png") no-repeat 0 0;
  background-size: 600px 700px;
  overflow: hidden;
}
.cc-icon-small {
  opacity: 0.4;
}
.cc-icon-medium {
  height: 45px;
  width: 59px;
  margin: 15px 20px 15px 20px;
}
.cc-icon-large {
  width: 104px;
  height: 97px;
  margin: 20px auto;
}
.cc-icon-individual {
  background-position: -5px -5px;
}
.label-icon.active .cc-icon,
.cc-icon:hover {
  opacity: 1;
}
.cc-icon-student {
  background-position: -5px -65px;
}
.cc-icon-company {
  background-position: -5px -125px;
}
.cc-icon-transfer {
  background-position: -5px -185px;
}
.cc-icon-low-apr {
  background-position: -5px -245px;
}
.cc-icon-secured {
  background-position: -5px -305px;
}
.cc-icon-no-annual {
  background-position: -5px -365px;
}
.cc-icon-rewards {
  background-position: -5px -425px;
}
.cc-icon-cashback {
  background-position: -5px -485px;
}
.cc-icon-air {
  background-position: -5px -545px;
}
.cc-icon-gas {
  background-position: -5px -605px;
}
.cc-link-text {
  margin: 27px 0 0 0;
}
.cc-icon-medium-bad-credit {
  background-position: -260px -403px;
}
.cc-icon-medium-good-credit {
  background-position: -323px -403px;
}
.cc-icon-medium-student {
  background-position: -197px -403px;
}
.cc-icon-medium-transfer {
  background-position: -258px -452px;
}
.cc-icon-medium-rewards {
  background-position: -197px -452px;
}
.cc-icon-medium-lower {
  background-position: -320px -452px;
}
.large-box {
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.large-box p {
  color: #666;
}
.large-box-dimensions {
  height: 250px;
  padding: 0px 20px;
  margin: 0 12px 0 0;
}
.large-box:hover {
  box-shadow: 1px 1px 4px 2px #cdcdcd;
}
.tab-content {
  overflow: visible;
}
.rainbow-slider .slider .tooltip {
  display: none;
}
.rainbow-slider .slider-handle {
  background-color: #fff;
  background-image: linear-gradient(to bottom, #ffffff, #adadad);
  opacity: 1;
  border: 1px solid #cdcdcd;
}
.rainbow-slider .slider-horizontal .slider-track,
.rainbow-slider .slider-horizontal .slider-track .slider-selection {
  background: transparent url("../img/sprites/sprite-creditcards@2x.png") no-repeat -220px -630px;
  background-size: 600px 700px;
}
/* Accordian
=================================================================== */
.accordion-group {
  border-radius: 5px 5px 5px 5px;
  border: none;
  margin-bottom: 8px;
}
.accordion-heading {
  background: none repeat scroll 0 0 #E9E6E0;
  border: none;
  border-radius: 5px 5px 5px 5px;
}
.active .accordion-heading {
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.active .accordion-heading a {
  color: #2f92e0;
}
.accordion-heading:hover,
.accordion-heading.active {
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.accordion-heading:hover a,
.accordion-heading.active a {
  color: #2f92e0;
}
.accordion-heading .accordion-toggle {
  border-radius: 5px 5px 5px 5px;
  box-shadow: none;
  display: block;
  padding: 6px 15px;
}
.accordion-toggle {
  color: #2b2b2b;
  cursor: pointer;
  border: none;
}
.accordion {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 12px;
}
.accordion .filter {
  min-height: 20px;
  line-height: 18px;
}
.accordion-inner {
  border: none;
  padding: 9px 15px;
}
.accordion-inner label {
  margin-bottom: 0;
}
ol {
  list-style: decimal;
}
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 15px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
#loans-channel li,
.grid12-fix #reports-channel li {
  line-height: 20px;
  padding-bottom: 8px;
}
.sig {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.caps {
  text-transform: uppercase;
}
a:link.underline,
a:visited.underline {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}
.underline {
  text-decoration: underline;
}
.font2em {
  font-size: 2.5em;
}
.sansFont {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
}
.fontLarge {
  font-size: 18px;
}
.fontSmall {
  font-size: 11.9px;
}
.font12 {
  font-size: 12px;
}
.fontMini {
  font-size: 10.5px;
}
.lineHeightLarge {
  line-height: 28px;
}
.lineHeightSmall {
  line-height: 17px;
}
.lineHeightXSmall {
  line-height: 14px;
}
.letterSpace {
  letter-spacing: 0.5px;
}
.font21 {
  font-size: 21px;
}
.font32 {
  font-size: 32px;
}
.font48 {
  font-size: 48px;
  line-height: 40px;
}
.font60 {
  font-size: 60px;
  line-height: 100%;
}
.fontHuge {
  font-size: 82px;
  line-height: 60px;
  margin-top: -10px;
}
.fontXLarge {
  font-size: 28px;
  line-height: 24px;
}
.fontMed {
  font-size: 16px;
}
.letterSpace1 {
  letter-spacing: 1px;
}
.font-weight100 {
  font-weight: 100;
}
.font-weight500 {
  font-weight: 500;
}
.yellowish {
  color: #faffbd;
}
.white {
  color: #fff;
}
.white:hover {
  color: #fff;
}
.robinseggblue {
  color: #2F92E0;
}
.red {
  color: #bf2129;
}
.blue,
.blue-text {
  color: #48abe4;
}
.linkBlue {
  color: #2f92e0;
}
.darkBlue {
  color: #015e99;
}
.yellowGray {
  color: #a6a98a;
}
.disclaimerGray {
  color: #b8b5b1;
}
.lightGreen {
  color: #acd462;
}
.yellow {
  color: #f3c031;
}
.darkGray {
  color: #4c4c4c;
}
.textGray {
  color: #7F7F7F;
}
.orange,
a:link .orange,
a:hover.orange {
  color: #f7941d;
}
a.yellowPastel {
  color: #ffe685;
}
.green,
h2.green {
  color: #98ca3c;
}
.grey-sep-text {
  color: #e8e8e8;
}
.mynameisblack {
  color: #000;
}
.blackLink {
  color: #000;
}
.blackLink:hover {
  color: #000;
}
h1.h2-size {
  font-size: 31.5px;
  line-height: 32px;
}
h1.h3-size {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.5px;
}
h2.h1-size,
h3.h1-size {
  font-size: 31.360000000000003px;
  line-height: 36px;
}
.jumbo h1 {
  font-size: 46px;
  font-weight: 300;
}
#home h2 {
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 40px;
}
#credit-info h2 {
  text-align: center;
}
#credit-info .section-borders h2 {
  font-size: 36px;
  line-height: 20px;
}
.hero-height h1 {
  color: #ffffff;
  margin-top: 50px;
  font-size: 52.080000000000005px;
  line-height: 40px;
  font-wieght: 300;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.experts-padd h2 {
  color: #ffffff;
}
.semibold-weight {
  font-weight: 600;
}
.book-weight {
  font-weight: 300;
}
.normal-weight {
  font-weight: 400 !important;
}
.bold-weight {
  font-weight: 700;
}
.content h2.h1_replacement {
  font-size: 24px;
  line-height: 32px;
}
.content .blue-bg h2 {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}
.content .blue-bg h3 {
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 20px;
}
.content .loans-content-container h2 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  margin: 5px 0 0 0;
  padding: 0 5px 0 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.content .loans-content-container h2 > a {
  color: #000;
  font-weight: 400;
  text-shadow: none;
  letter-spacing: .25px;
}
.content .loans-grey-container-flip h2 {
  margin: 0;
}
.content .blue-row h2 {
  color: #ffffff;
  font-style: italic;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
  margin-top: 18px;
}
.content .sidebar-container h4 {
  padding-left: 25px;
  font-size: 14px;
  line-height: 16px;
}
.content .sidebar-container-press .active h5 {
  font-size: 16px;
  background-color: #f2f2f2;
  font-family: ProximaNova-Semibold, Arial, sans-serif;
  line-height: 47px;
  margin: 0;
  padding: 0 0 0 15px;
  /*background: #ffffff;*/
  filter: none;
/*  background: -moz-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 112%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfaf5), color-stop(80%, #f4f3ee), color-stop(112%, #e4e3dd));
  background: -webkit-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 112%);
  background: -o-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 112%);
  background: -ms-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 112%);
  background: linear-gradient(to bottom, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 112%);*/
}
.organic-loans .loading-wrapper h1 {
  margin-top: 100px;
  font-weight: 400;
  margin-bottom: 30px;
}
.organic-loans .wrap-col-layout .term h2,
.organic-loans .wrap-col-layout .aprText h2,
.organic-loans .wrap-col-layout .monthlyPayment h2 {
  font-size: 24px;
  font-weight: 300;
  color: #2b2b2b;
  padding-top: 15px;
  padding-bottom: 5px;
  line-height: 20px;
}
.s-content h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
}
.s-content h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 6px;
}
.s-content ul.styled {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  line-height: 16px;
  font-size: 14px;
}
.s-sum-section h1 {
  top: 0px;
  text-align: center;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 26px;
}
.s-report-summary .s-sum-section.good h1,
.s-report-summary .s-sum-section.POSITIVE h1 {
  color: #70A121;
  text-transform: capitalize;
}
.s-sum-section.warn h1,
.s-sum-section.NEGATIVE h1 {
  color: #C1272D;
  text-transform: capitalize;
}
.s-sum-section.info h1 {
  color: #2F92E0;
}
#message-modal h4 {
  text-transform: uppercase;
}
.modal-header.solv h1 {
  margin: 0px;
  margin-left: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 38px;
  color: white;
}
.modal.s-grade-overview .s-content-area h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 24px;
  margin: 4px 0 10px 0;
}
.dashboard.start h1 {
  margin-top: 24px;
}
#article-display-area h1 {
  font-weight: 400;
  font-size: 34.65px;
  line-height: 36px;
}
#article-display-area h2 {
  font-weight: 300;
  font-size: 28.35px;
  line-height: 36px;
}
#article-display-area h2.author {
  font-size: 12px;
  font-weight: 400;
}
#article-display-area h3 {
  font-size: 22.05px;
  line-height: 36px;
}
.loading-wrapper h1 {
  margin-top: 100px;
  font-weight: 400;
  margin-bottom: 30px;
}
.no-match-wrapper h1 {
  margin-top: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}
.wrap-col-layout .term h2,
.wrap-col-layout .aprText h2,
.wrap-col-layout .monthlyPayment h2 {
  font-size: 24px;
  font-weight: 300;
  color: #2b2b2b;
  padding-top: 15px;
  padding-bottom: 5px;
}
.sprite-benefits {
  background-image: url('../img/sprites/sprite-benefits.png');
  display: block;
  background-repeat: no-repeat;
}
.nav-notify-true {
  background-image: url('/assets/cohesive/img/icon-notification.png');
  height: 28px;
  width: 31px;
  display: inline-block;
  float: right;
  margin-top: -5px;
}
.sprite-score {
  background-position: 14px 14px;
  height: 103px;
  width: 233px;
}
.sprite-profile {
  background-position: 0 -152px;
  width: 229px;
  height: 128px;
}
.sprite-piechart {
  background-position: -2px -303px;
  width: 229px;
  height: 118px;
}
.sprite-creditcards {
  background-position: 0 -451px;
  width: 278px;
  height: 116px;
}
.sprite-expertvideo {
  background-position: 0 -600px;
  width: 237px;
  height: 136px;
}
.sprite-security {
  background-position: 0 -748px;
  width: 229px;
  height: 143px;
}
.sprite-experianlarge {
  background-position: 0 -889px;
  height: 100px;
  width: 227px;
}
.sprite-30calendar {
  background-position: 0 -1050px;
  width: 229px;
  height: 133px;
}
.sprite-accoladeslockup {
  background-position: 0 -1186px;
  height: 114px;
  width: 271px;
}
.sprite-accolades {
  background-position: -10 -1186px;
  height: 114px;
  width: 300px;
}
.icon-usd {
  background-position: -168px -168px;
}
.icon-gas {
  background-position: 2px -192px;
}
.icon-certificate {
  background-position: -23px -120px;
}
.icon-hotelpoints {
  background-position: -25px -191px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-ub-sprite {
  margin-top: 18px;
  width: 35px;
  height: 35px;
  background-image: url(../img/sprites/sprite_nav-userbar.png);
  background-position: -806px -3px;
}
.icon-contact-sprite {
  margin: -5px 10px 0 20px;
  width: 24px;
  height: 24px;
  background-image: url('../img/icons/black-user.png');
  background-position: -11px -9px;
}
.icon-mortgage-sprite {
  margin: 0;
  vertical-align: text-top;
  width: 27px;
  height: 27px;
  background-image: url('../img/icons/glyphicons-blue.png_c4f9ab580dd1be232eb756b917bdecd3.png');
  background-position: -1px -95px;
}
.icon-credit-report-sprite {
  margin: 0;
  vertical-align: text-top;
  width: 27px;
  height: 27px;
  background-image: url('../img/icons/glyphicons-blue.png_c4f9ab580dd1be232eb756b917bdecd3.png');
  background-position: -47px -190px;
}
.icon-credit-card-sprite {
  margin: 0;
  vertical-align: text-top;
  width: 27px;
  height: 27px;
  background-image: url('../img/icons/glyphicons-blue.png_c4f9ab580dd1be232eb756b917bdecd3.png');
  background-position: -337px -1245px;
}
.icon-debt-sprite {
  margin: 0;
  vertical-align: text-top;
  width: 27px;
  height: 27px;
  background-image: url('../img/icons/glyphicons-blue.png_c4f9ab580dd1be232eb756b917bdecd3.png');
  background-position: -338px -1055px;
}
.icon-auto-loans {
  margin: 0;
  vertical-align: text-top;
  width: 38px;
  height: 38px;
  background-image: url('../img/icons/icon-auto-white@2x.png');
  background-position: 0 0;
  background-size: 38px;
}
.sprite-smaller {
  height: 14px;
  width: 14px;
  border-radius: 2px;
  position: absolute;
  top: -8px;
  left: 0;
}
.sprite-smaller-noAbs {
  height: 14px;
  width: 14px;
  border-radius: 2px;
  margin-top: 3px;
  margin-right: 10px;
}
.sprite-recommendedCard {
  background-image: url('../img/sprites/sprite.png');
  background-repeat: no-repeat;
  background-position: -800px -910px;
  width: 33px;
  height: 32px;
  display: inline-block;
  position: absolute;
  left: 0;
  border-left: 2px solid white;
  border-top: 1px solid white;
  border-radius: 5px;
  top: 0px;
}
ul.sprite-check {
  margin: 10px 0 0 0;
}
ul.sprite-check li {
  background-image: url('../img/sprites/sprite.png');
  background-repeat: no-repeat;
  background-position: -600px -1004px;
  line-height: 16px;
  padding: 4px 0 8px 25px;
  list-style: none;
}
div.prepop-sprites,
.prepop-sprites li,
span.prepop-sprites {
  background-image: url('../img/sprites/prepop-sprites.png');
  background-repeat: no-repeat;
}
ul.sprite-check-green li {
  background-image: none;
  background-image: url('../img/sprites/prepop-sprites.png');
  background-position: -10px -4px;
  margin-left: 20px;
}
ul.sprite-check-green {
  margin-left: -21px;
}
ul.sprite-check-green li i {
  display: none;
  height: 23px;
  position: relative;
  top: 5px;
  width: 24px;
}
.idguard-cobrand {
  background-position: 60px -134px;
}
.ecs-cobrand {
  background-position: 46px -708px;
}
.logo-reversed {
  background-position: -10px -678px;
  background-size: 204px auto;
  height: 40px;
  width: 147px;
}
.exp-inline-sprite {
  background-position: -13px -758px;
  display: inline-block;
  height: 32px;
  margin-bottom: -10px;
  position: relative;
  text-indent: -9999px;
  top: -10px;
  width: 82px;
}
.idguard-screencap {
  background-image: url('../img/sprites/idguard.png');
  background-repeat: no-repeat;
  background-position: 0px 25px;
  height: 204px;
  width: 210px;
  margin-left: -4px;
}
.ecs-screencap {
  background-position: 7px -428px;
  height: 205px;
  width: 250px;
  margin-left: -26px;
  background-size: 92% auto;
}
.sprite-nav {
  background-image: url(../img/sprites/sprite_nav-userbar.png);
}
.sprite-loan {
  background-position: -999px -188px;
  padding: 15px 15px 15px 15px;
}
.margin-center {
  margin: 0 auto;
  max-width: 1000px;
}
.put-icon-left {
  background-image: url('../img/sprites/sprite.png');
  background-repeat: no-repeat;
  height: 40px;
  float: left;
}
.home-footer-icons {
  margin: 0 0 0 144px;
  background-color: transparent;
  text-align: left;
}
.home-links-padding {
  padding: 0 20px 0 0;
}
.home-links-padding2 {
  padding: 0 60px 0 0;
}
.put-left-icon {
  background-image: url('../img/sprites/sprite_nav-userbar.png');
  background-repeat: no-repeat;
}
.put-left-icon div {
  background-color: white;
}
.put-left-icon-pad {
  padding-left: 50px;
}
.put-left-blog {
  background-position: -1198px -394px;
}
.put-left-crc {
  background-position: -600px -394px;
}
.put-left-cc {
  background-position: 0 -394px;
}
.put-left-loan {
  background-position: -400px -394px;
}
.sprite-question {
  background-repeat: no-repeat;
  background-position: -96px -96px;
  width: 25px;
  height: 25px;
}
.sprite-input-fix a.bootstrap-tooltips {
  height: 16px;
  position: absolute;
  right: -19px;
  top: 6px;
  width: 18px;
}
.sprite-input-fix .sprite-question {
  display: block;
  height: 18px;
  width: 18px;
}
#intents-channel .icon-articles {
  background: url("../img/dashboard-credit-grades-sprite.png") no-repeat scroll -1px -82px;
  background-size: 120px;
  height: 17px;
  padding: 0;
  width: 18px;
  margin-right: 7px;
  margin-left: -1px;
}
#SignupForm input,
#SignupFormPage2 input {
  background-image: url("../img/sprites/sprite.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#SignupForm .col-sm-12 input.required-valid,
#SignupFormPage2 .col-sm-12 input.required-valid {
  background-position: 515px -901px;
}
#intents-channel .blue-ribbon-sprite {
  background-image: url("../img/sprites/expertRibbon.png");
  background-repeat: no-repeat;
  background-position: top left;
  color: #FFFFFF;
  height: 36px;
  margin-left: -15px;
  padding-left: 18px;
  padding-top: 6px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-family: 'ProximaNova-Regular';
}
.sprite-question-white {
  background-image: url("../img/sprites/sprite.png");
  background-position: -799px -200px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
  width: 18px;
}
.bureaus-inline-sprite {
  background-image: url("/assets/cohesive/img/sprites/3bureaus-line-sprite.png");
  background-position: 8px 5px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 43px;
  margin-bottom: -13px;
  margin-left: -21px;
  position: relative;
  width: 283px;
}
.bureaus-screencap {
  background-image: url("/assets/cohesive/img/sprites/3bureaus-screencap.png");
  background-position: 24px 4px;
  background-repeat: no-repeat;
  height: 209px;
  width: 257px;
}
.wrap-override-icon-chevron-up .icon-chevron-right {
  background-position: -288px -120px;
  background-image: url(/assets/cohesive/img/sprites/glyphicons-halflings-white-mini.png);
}
.wrap-override-icon-chevron-down .icon-chevron-right {
  background-position: -313px -119px;
  background-image: url(/assets/cohesive/img/sprites/glyphicons-halflings-white-mini.png);
}
.creditcard-sorter-new .wrap-override-icon-chevron-up,
.creditcard-sorter-new .wrap-override-icon-chevron-down {
  background-color: #2f92e0;
  color: white;
}
.tab-content .icon {
  background-image: url(../img/dashboard-credit-grades-sprite.png);
  width: 25px;
  height: 25px;
  overflow: hidden;
  display: block;
  float: left;
  top: 0px;
  left: 14px;
  position: relative;
  margin: 0;
}
.credit-icon-2 {
  background-position: -25px 0;
}
.credit-icon-3 {
  background-position: -50px 0;
}
.credit-icon-4 {
  background-position: -75px 0;
}
.credit-icon-5 {
  background-position: -100px 0;
}
.credit-icon-6 {
  background-position: -125px 0;
}
.credit-icon-7,
.icon-has-dollar-bill {
  background-position: 0 -25px;
}
.credit-icon-8,
.icon-has-pie-chart {
  background-position: -25px -25px;
}
.credit-icon-9,
.icon-has-x {
  background-position: -50px -25px;
}
.credit-icon-10,
.icon-has-bill {
  background-position: -75px -25px;
}
.credit-icon-11 {
  background-position: -100px -25px;
}
.well {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: rgba(250, 250, 245, 0.9);
  border: 0px solid rgba(242, 242, 228, 0.9);
  border-radius: 4px;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 28px;
}
.well-small {
  padding: 12px;
  border-radius: 3px;
}
.well-right {
  margin-right: 30px;
}
.well-small-text {
  font-size: 11.9px;
  line-height: 17px;
}
.well-small-text ul.sprite-check li {
  line-height: 18.7px!important;
}
.tooltip {
  position: absolute;
  z-index: 2001;
  display: block;
  visibility: visible;
  padding: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 250px;
  padding: 8px 12px;
  color: #555555;
  font-size: 12px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-shadow: none;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
  border-color: #2f92e0;
  border-style: solid;
  border-width: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: -2px;
  left: 50%;
  margin-left: -8px;
  border-width: 8px 8px 0;
  border-top-color: #2f92e0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: -2px;
  margin-top: -8px;
  border-width: 8px 8px 8px 0;
  border-right-color: #2f92e0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: -2px;
  margin-top: -8px;
  border-width: 8px 0 8px 8px;
  border-left-color: #2f92e0;
}
.tooltip.bottom .tooltip-arrow {
  top: -2px;
  left: 50%;
  margin-left: -8px;
  border-width: 0 8px 8px;
  border-bottom-color: #2f92e0;
}
#cc-list-wrap .creditcard-list-element .tooltip,
#cc-list-wrap .creditcard-list-element .tooltip .tooltip-inner {
  width: 250px;
}

.social-share-wrap {
  display: inline-block;
}
.share-wrap {
  overflow: hidden;
  display: inline-block;
  height: 24px;
  vertical-align: top;
}
/* micromanaged so that they have 25px to right evenly spaced */
.fb-like {
  display: block!important;
}
/* todo: put all form elements that are customized here */
select.placeholder {
  color: #A3A3AE;
}
span.error,
label.error {
  color: red;
  font-size: 12px;
  line-height: 12px;
  vertical-align: top;
}
.form-title {
  font-size: 18px;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #98ca3c 0%, #6d9d16 100%);
  background-image: -o-linear-gradient(top, #98ca3c 0%, #6d9d16 100%);
  background-image: linear-gradient(to bottom, #98ca3c 0%, #6d9d16 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff98ca3c', endColorstr='#ff6d9d16', GradientType=0);
  border-color: #6d9d16 #6d9d16 #3e5a0d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #6d9d16;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #6d9d16;
  *background-color: #5d8713;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #4e7010 \9;
}
::-ms-clear {
  display: none;
}
::-ms-reveal {
  display: none;
}
.select-with-no-arrow {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  white-space: pre;
  -webkit-padding-before: 0px;
}
select.select-with-no-arrow::-ms-expand {
  display: none;
}
/* handy way to put a $ before a number but not submit it */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  margin-bottom: 10px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eee!important;
  color: #999!important;
  cursor: not-allowed;
}
.small-field-padding {
  padding: 6px 0px 6px 8px;
}
#sidenav {
  padding: 0;
}
#sidenav li:first-child a {
  border-radius: 4px 4px 0 0;
}
#sidenav li a,
#sidenav li h4 {
  font-size: 14px;
  border: 1px solid #e4e3dd;
  display: block;
  margin: 0 0 -1px;
  padding: 14px 14px;
  padding-left: 20px;
  color: #555555;
}
#sidenav li a:hover {
  color: #ffffff;
  background-color: #2f92e0;
  border-radius: 0px;
  text-shadow: none;
}
#sidenav li:first-child a:hover {
  border-radius: 4px 4px 0 0;
}
#sidenav li:last-child a:hover {
  border-radius: 0 0 4px 4px;
}
#sidenav .active a,
#sidenav .active a:hover,
#sidenav .active h4 {
  color: #2f92e0;
  background: #ffffff;
  filter: none;
  background: #fbfaf5;
  background: -moz-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 112%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfaf5), color-stop(80%, #f4f3ee), color-stop(112%, #e4e3dd));
  background: -webkit-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 112%);
  background: -o-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 112%);
  background: -ms-linear-gradient(top, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 112%);
  background: linear-gradient(to bottom, #fbfaf5 0%, #f4f3ee 80%, #e4e3dd 112%);
  text-shadow: none;
  font-weight: bold;
}
#sidenav.pull-left {
  float: left;
}
#sidenav .chevron-right {
  float: right;
  width: 20px;
  height: 20px;
  position: relative;
  left: 10px;
}
#sidenav li a:hover .chevron-right {
  background-image: url(../img/sprites/sprite_nav-userbar.png);
  background-position: -1000px -395px;
}
#sidenav .active .chevron-right,
#sidenav .active a:hover .chevron-right {
  background-image: url(../img/sprites/sprite_nav-userbar.png);
  background-position: -800px -395px;
}
#sidenav.sidenav-links li:last-child {
  padding-bottom: 15px;
}
#sidenav.sidenav-links .active h4 {
  color: #666666;
  font-size: 17.5px;
  font-weight: 400;
  margin-bottom: 15px;
}
#sidenav.sidenav-links a,
#sidenav.sidenav-links a:hover {
  color: #2f92e0;
  background-color: white;
}
#sidenav.sidenav-links a:hover {
  text-decoration: underline;
}
#sidenav.sidenav-links li {
  line-height: 18px;
  padding-bottom: 4px;
}
#sidenav.sidenav-links li.active {
  padding-bottom: 0;
}
#sidenav.sidenav-links li a {
  border: 0px;
  color: #2f92e0;
  padding: 5px 14px 5px 25px;
  font-size: 13px;
  line-height: 18px;
}
#sidenav.recommended-links li a {
  border: 0px;
  color: #2f92e0;
}
#sidenav.recommended-links li:last-child {
  padding-bottom: 0px;
}
.dropdown-menu {
  border-radius: 6px;
}
/* formerly prequalModals.less
 * overrides modals.less, used in credit-cards and now on credit-reports, credit-scores
 */
#modal {
  top: 10%;
  left: 50%;
  margin: 0 0 0 -25%;
  width: 50%;
  max-width: 760px;
  z-index: 1050;
  margin-left: -240px;
  box-shadow: 0 4px 5px 0 #000;
  border-radius: 4px;
}
#modal .gutter {
  min-height: 100px;
  padding: 25px;
}
#modal #modal-content {
  overflow: hidden;
}
#modal h2 {
  margin: 0;
  padding: 0 0 7px;
}
#modal th,
#modal #modal td {
  padding: 0 25px 0 0;
}
#modal th {
  font-weight: 300;
  font-size: 13px;
}
#modal td {
  font-weight: 400;
  max-width: 150px;
}
#modal img.left {
  width: 30%;
}
#modal .modal-details {
  padding-left: 25px;
  max-width: 500px;
  width: 65%;
}
#modal .modal-details p,
#modal .modal-details ul,
#modal .modal-details ol,
#modal .modal-details dl {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 0;
}
#modal .modal-details ul {
  margin-left: 25px;
  padding: 0;
}
#modal .clear {
  float: left;
  width: 100%;
}
#modal .top-row {
  border-bottom: 1px solid #D8D4CC;
  padding-bottom: 15px;
}
#modal .bottom-row {
  padding-top: 25px;
  border-top: 1px solid #fff;
}
#modal table {
  background: transparent;
}
#modal-close {
  background: url(../img/sprites/sprite.png) no-repeat -900px -180px;
  display: block;
  height: 21px;
  width: 20px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  box-shadow: none;
  border-radius: 0px;
  border: 0;
  color: #333;
  text-transform: none;
  text-shadow: none;
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: 400;
}
#modal-close:active {
  position: absolute;
}
.modal-body-large {
  max-height: 1000px;
}
.modal-lg {
  width: 900px;
}
#best-match-from-modal.modal-inline .creditcard-list-element {
  font-size: 14px;
  line-height: 18px;
}
.modal-body {
  padding: 15px 20px;
}
.modal-header {
  border-bottom: none;
}
/* Credit Cards
=================================================================== */
#row-layout a[name]:before {
  display: block;
  content: " ";
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}
#row-layout .call-wrap {
  display: block;
  margin-top: 8px;
  line-height: 16px;
  font-size: 13px;
}
#row-layout .ul-top-row-true {
  margin-bottom: 0px;
}
#row-layout .li-best-match .creditcard-info:before {
  content: "My Best Card Match";
  display: block;
  font-size: 12px;
  left: 22px;
  position: relative;
  text-align: left;
  top: -18px;
}
#row-layout .li-best-match,
#row-layout .li-top-cat,
#row-layout .li-top-row-true {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 0;
}
#row-layout .li-best-match .creditcard-list-element,
#row-layout .li-best-match .modal-header {
  background-image: none;
  border-radius: 5px;
  border-left: 1px solid white;
  border-top: 1px solid white;
}
#row-layout .li-top-cat .creditcard-info:before,
#row-layout .li-top-row-true .row-info:before {
  display: block;
  font-size: 11px;
  left: 10px;
  position: relative;
  text-align: left;
  font-weight: 500;
}
#row-layout .top-cat-color {
  color: #f7941d;
}
#row-layout .li-top-row-true .loan-info:before {
  content: "TOP FEATURED LOAN OFFER";
}
#row-layout .li-top-cat .creditcard-list-element,
#row-layout .li-top-cat .modal-header,
#row-layout .li-top-row-true .modal-header {
  background-image: none;
  border-radius: 5px;
  border-left: 1px solid white;
  border-top: 1px solid white;
}
#row-layout .data-list li.li-top-cat .creditcard-list-element,
#row-layout .data-list li.li-top-row-true .creditcard-list-element {
  border: 1px solid rgba(66, 152, 219, 0.8);
  background-color: rgba(255, 255, 255, 0.1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(66, 152, 219, 0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(66, 152, 219, 0.1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(66, 152, 219, 0.1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(66, 152, 219, 0.1) 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(66, 152, 219, 0.1) 100%);
}
#row-layout .sort-result {
  margin: 12px 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#row-layout .sort-result .col-md-6 {
  height: 21px;
  min-height: 21px;
}
#row-layout .sort-border-left {
  border-left: 1px solid #e2ded5;
  /* @dataListRowBorderColor */
  font-size: 13px;
}
#row-layout .rewards-icon,
#row-layout .separate-icons {
  font-size: 11.9px;
  font-weight: 300;
  color: #999999;
}
#row-layout.credit-cards-angular .rewards-icon,
#row-layout.credit-cards-angular .separate-icons {
  display: inline-block;
}
#row-layout .credit-cards-angular-organic {
  margin-left: 30px;
  padding-left: 18px;
}
#row-layout .creditcard-sorter-new div a,
#row-layout .creditcard-sorter-new div span {
  padding: 8px 8px 8px 12px;
  font-family: Georgia, "Times New Roman", Times, serif;
  display: inline-block;
  height: 31px;
}
#row-layout .affix {
  top: 52px;
  border-bottom: 2px solid #015e99;
  width: 1160px;
}
#row-layout .affix-bottom {
  position: relative;
}
#row-layout .fix-on-scroll {
  background-color: #fff;
  z-index: 100;
}
#row-layout .top-bottom-grey {
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
}
#row-layout .rewards_air .icon-plane,
#row-layout .rewards_points .icon-certificate,
#row-layout .rewards_cash .icon-usd,
#row-layout .rewards_gas .icon-gas,
#row-layout .rewards .separate-icons,
#row-layout .rewards_gas .separate-icons {
  margin-top: 2px;
  display: inline-block;
}
#row-layout .creditcard-list-element > div {
  height: 100%;
  vertical-align: top;
}
#row-layout .creditcard-list-element > div.creditcard-apply {
  height: 100%;
}
#row-layout .creditcard-list-element > div.col-md-2,
#row-layout .creditcard-list-element > div.col-md-3 {
  display: table-cell;
  float: none;
}
#row-layout .creditcard-list-element .creditcard-info .details {
  clear: both;
  margin-left: 10%;
}
#row-layout .creditcard-list-element .creditcard-info img {
  margin: 0px 10px 10px 10px;
  padding-top: 20px;
  padding-left: 10px;
  float: left;
}
#row-layout .creditcard-list-element .creditcard-info .see-cc-details {
  margin: 10px 0 0 2%;
  float: left;
  clear: both;
}
#row-layout .creditcard-list-element .card_name {
  padding-top: 20px;
  padding-left: 15px;
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  border-right: 1px solid #e2ded5;
  min-height: 120px;
  width: 191px;
}
#row-layout .creditcard-list-element .creditcard-fee {
  border-right: 1px solid #e2ded5;
  min-height: 120px;
  padding-top: 20px;
}
#row-layout .creditcard-list-element .creditcard-apr {
  border-right: 1px solid #e2ded5;
  min-height: 120px;
  padding: 20px 10px;
}
#row-layout .creditcard-list-element .creditcard-apply {
  padding-top: 20px;
  min-height: 120px;
}
#row-layout .creditcard-list-element span:not(.name_span) {
  color: #2b2b2b;
}
#row-layout .creditcard-list-element span.mini-title {
  font-size: 11px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #666666;
}
#row-layout .creditcard-list-element span small {
  color: #666666;
}
#row-layout .creditcard-list-element span.glyphicon {
  color: #999;
}
#row-layout .data-list ul {
  margin-top: 10px;
}
#row-layout .data-list li {
  line-height: 16px!important;
}
#row-layout #cc-list {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  line-height: 16px;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 10px;
}
#row-layout #cc-details li {
  padding-bottom: 8px;
  line-height: 16px;
  font-size: 12px;
}
#row-layout #cc-details img.left {
  width: 30%;
}
#row-layout #cc-details .bottom-row {
  padding-top: 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #D8D4CC;
  padding-bottom: 15px;
}
#row-layout #cc-details .modal-header {
  padding: 0 15px;
  height: 30px;
}
#row-layout #cc-details .modal-header h3 {
  width: 95%;
}
#row-layout #cc-details .modal-body {
  padding: 15px 30px 30px 30px;
  max-height: 450px;
}
#row-layout #cc-details .modal-details {
  padding-left: 25px;
  max-width: 500px;
  width: 65%;
  float: right;
}
#row-layout #cc-details .modal-details ul {
  list-style: disc;
}
#row-layout #cc-details .top-row {
  border-bottom: 1px solid #D8D4CC;
  padding-bottom: 15px;
}
#row-layout #cc-details .clear {
  width: 100%;
}
#row-layout #filters input.human {
  margin-top: 2px;
}
#row-layout #filters small {
  vertical-align: baseline;
}
#row-layout #filters .rewards-icon {
  margin-top: 0px;
}
#row-layout #filters label,
#row-layout #filters input,
#row-layout #filters button,
#row-layout #filters select {
  line-height: 18px;
}
#row-layout .cc-wp-content h1 {
  display: inline-block;
  float: left;
  width: 100%;
}
#row-layout .cc-wp-content h3 {
  display: inline-block;
  width: 36%;
  text-align: right;
}
#row-layout .cc-wp-content a.anchor {
  font-weight: bold;
}
#row-layout .cc-social {
  text-align: right;
  margin-top: -20px;
}
#row-layout .top-offer {
  border: 1px solid rgba(66, 152, 219, 0.8);
  background: -moz-linear-gradient(top, white 70%, rgba(66, 152, 219, 0.4) 100%) #ffffff repeat scroll 0 0;
  background: -webkit-linear-gradient(top, white 70%, rgba(66, 152, 219, 0.4) 100%) #ffffff repeat scroll 0 0;
  background: -o-linear-gradient(top, white 70%, rgba(66, 152, 219, 0.4) 100%) #ffffff repeat scroll 0 0;
  background: linear-gradient(top, white 70%, rgba(66, 152, 219, 0.4) 100%) #ffffff repeat scroll 0 0;
  background: -ms-linear-gradient(top, white 70%, rgba(66, 152, 219, 0.4) 100%) #ffffff repeat scroll 0 0;
}
.cc-page-error {
  padding-left: 30px;
  margin-top: 15px;
  width: 150px;
}
#cardName {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
}
.singleCardRateTableWidth {
  width: 316px;
}
.cc-table-width {
  width: 672px;
}
.dashboard #row-layout .li-best-match .creditcard-info:before {
  content: " ";
}
.wrap-img {
  margin-bottom: 16px;
}
.modal-body .disclaimer-text {
  padding-top: 8px;
}
.modal-body .reg_disclaimer {
  padding-top: 8px;
}
ul.list-unstyled li ul.styled li,
ul.styled li {
  list-style: outside none disc;
}
.details-drawer .drawer-row li {
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 8px;
}
.details-drawer.data-list-row-under-drawer {
  left: 12px;
  width: 97%;
}
/* move below to ccom data-lists.less */
.data-list-row-under-drawer {
  border: 1px solid #e2ded5;
  /* @dataListRowBorderColor */
  border-top: 0px;
  border-radius: 0 0 4px 4px;
  /*background-color: #FBFAF5;*/
  /* @graywarmlighter */
  position: relative;
  top: -4px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.upside-down {
  transform: rotateX(-180deg);
  display: inline-block;
}
.inline-block {
  display: inline-block;
}
.data-list-row-under-drawer .border-left,
.data-list-row .border-left {
  border-left: 1px solid #e2ded5;
  /* @dataListRowBorderColor */
}
#cc-top-wrapper {
  margin-top: 75px;
}
.filter_label .filter_anchor {
  font-size: 16px;
  margin-left: 20px;
  background-image: none;
  background-color: #CCCCCC;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.filter_label .filter_anchor.collapsed {
  background-position: 0 center;
  box-shadow: none;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #cccccc 100%);
  background-repeat: repeat-x;
  border-color: #cccccc #cccccc #a6a6a6;
}
.dagger {
  font-size: 10px;
  top: -4px;
  position: relative;
}
div.hide-until-angular-loads {
  opacity: 0;
  position: relative;
  transition: all 0.25s linear 0s;
}
div.angular-loaded-true,
div.show-until-angular-loads {
  opacity: 1;
  min-height: 100px;
}
.angular-loaded-reverse-true {
  display: none;
}
.cc-carousel-div {
  position: relative;
  top: -111px;
  z-index: 30;
  background-color: white;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
/*  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);*/
  height: 450px;
  padding: 0 5px 5px 5px;
  margin-bottom: -50px;
}
.cc-carousel-div #myCarousel .carousel-control {
  background: none;
  border: none;
  color: #48abe4;
  font-weight: 300;
  font-size: 100px;
  margin-top: 0;
  top: 160px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.cc-carousel-div #myCarousel .carousel-inner > .item {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
#myCarousel.carousel {
  line-height: 20px;
}
.close_div {
  margin-top: 10px;
  cursor: pointer;
}
.large_link {
  font-size: 19px;
}
.cc-carousel-div .carousel-inner {
  width: 81%;
}
.cc-carousel-div .carousel-inner #product-section .carousel-indicators {
  left: 50%;
  position: absolute;
}
.padding-left-68 {
  padding-left: 68px;
}
.ccHeader {
  background-color: #eee;
}
/* Gigya styling */
.gig-rating-averageRating {
  display: none !important;
}
.gig-button-container {
  margin: 6px 0 0 10px !important;
}
.gig-rating-readReviewsLink {
  margin-right: 20px !important;
}
.gig-comments-button,
.gig-rating-writeYourReview,
.gig-rating-writeYourReview:link,
.gig-rating-writeYourReview:active,
.gig-rating-writeYourReview:visited {
  color: #FFFFFF !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-image: -webkit-linear-gradient(top, #57afe6 0%, #196aa9 100%) !important;
  background-image: -o-linear-gradient(top, #57afe6 0%, #196aa9 100%) !important;
  background-image: linear-gradient(to bottom, #57afe6 0%, #196aa9 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff57afe6', endColorstr='#ff196aa9', GradientType=0) !important;
  border-color: #196aa9 #196aa9 #0f4067 !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  font-size: 11.9px;
  letter-spacing: .03em;
}
.gig-comments-button:hover,
.gig-rating-writeYourReview:hover,
.gig-comments-button:focus,
.gig-rating-writeYourReview:focus,
.gig-comments-button:active,
.gig-rating-writeYourReview:active {
  color: #ffffff !important;
  background-color: #196aa9 !important;
  *background-color: #165c93 !important;
}
textarea.gig-comments-textarea {
  width: 100% !important;
}
.rating > span {
  width: 1.1em;
}
.rating5 span {
  color: #ffb50d !important;
}
.rating4 span:first-child,
.rating4 span:nth-child(2),
.rating4 span:nth-child(3),
.rating4 span:nth-child(4) {
  color: #ffb50d !important;
}
.rating3 span:first-child,
.rating3 span:nth-child(2),
.rating3 span:nth-child(3) {
  color: #ffb50d !important;
}
.rating2 span:first-child,
.rating2 span:nth-child(2) {
  color: #ffb50d !important;
}
.rating1 span:first-child {
  color: #ffb50d !important;
}
.rating0 {
  height: 15px;
}
.rating0 span {
  display: none;
}
.offsides {
  position: absolute;
  top: -999px;
  left: -999px;
}
/* Slider for Bootstrap Copyright 2012 Stefan Petre  */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -o-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}
/* aka ie10 - ie10 doesnt support css animation so just disable anim. */
.lt-ie11 .anim-overflow {
  overflow: visible;
}
.lt-ie11 #row-layout .creditcard-list-element .creditcard-apr .semi-bold {
  font-size: 12px !important;
}
.lt-ie11 .cc-carousel-div {
  top: -200px;
}
.lt-ie11 #row-layout .creditcard-list-element .creditcard-info img {
  float: left;
  margin: 0 15px 10px 10px !important;
  padding-left: 0px !important;
  padding-top: 20px;
}
/* all ie */
#ie-sux {
  display: none;
}
.lt-ie12 #row-layout .creditcard-list-element .creditcard-info img {
  float: left;
  margin: 0 15px 10px 10px !important;
  padding-left: 0px !important;
  padding-top: 20px;
}
.row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.b-icons {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/sprites/glyphicons-halflings-blue-mini.png_5cd9fee32449d234571849f23bd6d337.png");
  background-repeat: no-repeat;
  margin-top: 1px;
}
a.error {
  color: #bf2129 !important;
}

.btn-shadow {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}


/*aem widgets */

.no-box-shadow {
    box-shadow: none;
}
.height-auto {
    height: auto;
}
.no-border-radius {
    border-radius: 0px;
}

.calc-input-parent {
    border-bottom: 2px solid black;
    padding: 6px 26px 0px;
    display: table;
}

span.left-pre-dollar {
    font-size: medium;
    position: absolute;
    right: 75%;
    top: 20%;
}

span.right-pre-percent {
    top: 20%;
    font-size: medium;
    left: 65%;
    position: absolute;
}

.calc-input-child {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
}

.calc-input-parent input[type="text"] {
    border-width: 0px;
    margin-bottom: 5px;
    text-align: center;
}

#appOddsWidth.col-sm-12 .btn-green-flat, #cardLink {
    width: 227px;
}

#recommendedDiv .margin-quad-top .col-xs-12 {
    width:227px;
}

.min-height-100 {
    min-height: 100px;
}

.pgx-credit-cards #credit-cards {
    width: 1200px;
    margin: 0 auto!important;
}

.pgx-credit-cards #credit-cards > div {
    padding: 30px;
}





/* CSS in AEM responsive */
/* container like the header-nav */
/* container like the header-nav but blue or whatever */
/* container like the credit -cards */
/* for reuse in responsive and ie8 1024 sizes - this cranks out a lot of styles */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media only screen and (min-width: 200px) and (max-width: 800px) {
  header#header {
    position: relative;
    margin-bottom: -53px;
  }
  .random-height-bar {
    margin-left: 28%;
  }
  .content .sidebar-container-press .active h5 {
    line-height: 47px!important;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-clear {
    clear: both;
  }
  html,
  body {
    min-width: 100%;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 100% !important;
  }
  .container {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .container.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  body,
  body .sign-in.check {
    min-width: 320px;
    width: 100%;
    background-image: none!important;
    background-color: #7aafd8;
  }
  body#page-fair-credit {
    background-color: #fff;
  }
  body#page-tu,
  body.page-widget {
    background-color: #ffffff !important;
  }
  #header {
    min-width: 100%;
    margin-bottom: 0!important;
    border-bottom:1px solid #000;
    box-shadow:none;
    background: #000;
  }
  #header,
  .navbar .navbar-inner {
    height: auto;
    min-height: 0;
  }
  .navbar .navbar-inner {
    background-color: transparent;
  }
  #home .navbar {
    position: fixed;
  }
  #zenbox_tab.ZenboxTabLeft {
    display: none!important;
  }
  h1,
  h2.h1-size,
  h3.h1-size {
    font-size: 28px;
  }
  h2,
  #article-display-area h2 {
    font-size: 21px !important;
  }
  h3,
  #article-display-area h3 {
    font-size: 17.5px !important;
  }
  h4 {
    font-size: 16.099999999999998px !important;
  }
  h5 {
    font-size: 14px !important;
  }
  h6 {
    font-size: 11.9px !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h2.h1-size,
  h3.h1-size,
  #article-display-area h3,
  #article-display-area h2 {
    line-height: 1.2em!important;
  }
  #home .lead,
  .hero-height .lead,
  .lead,
  .content .lead2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  .hero-height h1 {
    font-size: 33.6px !important;
    line-height: 1.2em;
    margin-top: 20px;
  }
  .content {
    box-shadow: none;
    padding: 15px;
    margin: 5px 0px 0px;
  }
  .content.content-reset {
    margin: 0!important;
    padding: 0!important;
  }
  #main {
    margin-top: 0!important;
  }
  .dashboard.solv,
  .pgr.solv {
    margin-top: 22px!important;
  }
  #page-user_edit_profile .dashboard.solv {
    margin-top: 16px!important;
  }
  #page-user_edit_profile .dashboard.solv .s-header .s-head-section {
    padding-left: 10px;
    font-family: Helvetica, Arial, sans-serif;
  }
  .navbar-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  #header .container {
    margin: 0;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  .row [class*="col-md-offset-"]:first-child {
    margin-left: 0;
  }
  #header .container {
    width: 100%;
  }
  .header-padding {
    padding: 0;
  }
  .logo,
  header#header .logo {
    left: 29%;
    position: absolute;
  }
  #page-tu .logo,
  #page-tu header#header .logo {
    left: 20px;
    position: relative;
  }
  #page-tu .logo a,
  #page-tu header#header .logo a {
    width: auto;
  }
  .logo a img {
    width: 132px;
    height: auto!important;
  }
  a.nav-signed-in-collapsed,
  .nav-signed-in-collapsed {
    display: block!important;
    background-image: url("../img/icons/glyphicons-blue.png_c4f9ab580dd1be232eb756b917bdecd3.png");
    background-repat: none;
    width: 40px;
    height: 38px;
    padding: 0;
    position: absolute;
    top: 4px;
    right: 15px;
    background-position: -138px 6px;
  }
  a.nav-signed-in-collapsed.collapsed,
  .nav-signed-in-collapsed.collapsed {
    background-position: -139px 7px;
    border: none;
    background-color: transparent;
  }
  .signed-in .navbar-nav > li > a.mobile-only-center:hover {
    color: black;
    border-bottom-color: black;
  }
  a.btn-signup-mobile {
    padding: 15px 13px 15px 13px;
    border-left: 1px solid #20659c;
  }
  a.btn-signup-mobile:hover {
    color: white!important;
  }
  a.btn-search-mobile {
    /*display: block!important;*/
    background: url(../img/icons/button-search@2x.png) no-repeat 9px 10px;
    background-size: 50% auto;
    height: 40px;
    margin: 0;
    padding: 15px 12px;
    width: 48px;
    position: absolute;
    top: 4px;
    right: 15px;
  }
  a.btn-search-mobile.loggedIn-search {
    right: 65px;
  }
  a.btn-search-mobile.collapsed {
    border: none;
    background-color: transparent;
    background-position: 9px 10px;
    box-shadow: none;
  }
  #search-wrapper {
    border: 0;
    border-radius: 0;
    width: 100%;
    background-color: #f2f2f2;
    padding: 0;
    margin: 0;
    font-family: "ProximaNova-Regular", Arial, sans-serif;
    border-bottom: 1px solid #d8d4cc;
    box-shadow: 0;
  }
  #search-wrapper form.search {
    width: 90%;
    margin: 20px 0 0 15px;
  }
  #search-wrapper form.search .input {
    margin: 0 0 0 5%;
    width: 90.5%;
  }
  #search-wrapper form.search .submit {
    text-align: center;
    padding: 0;
  }
  #search-wrapper form.search .submit span {
    width: 29px;
    background-position: -44px -49px;
  }
  #search-wrapper button.close {
    display: none;
  }
  .mobile-border-bottom {
    border-bottom: 3px solid black;
  }
  .sign-in-collapse-wrapper .dropdown-menu2 {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border: 0;
    width: 100%;
    padding: 0;
    box-shadow: 0;
    margin: 53px 0 0 0;
    border-left: none;
    font-weight: normal;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    color: #000;
  }
  .sign-in-collapse-wrapper .dropdown-menu2 li {
    list-style: none outside none;
  }
  .sign-in-collapse-wrapper .dropdown-menu2 li > a {
    color: #000;
    padding: 9px 15px;
    border-bottom: 1px solid #000;
    display: block;
  }
  .sign-in-collapse-wrapper .dropdown-menu2 li > a:hover {
    background-image: none;
    text-decoration: none;
    font-weight: bold;
  }
  .sign-in-collapse-wrapper .dropdown-menu2 li a.btn-info {
    color: #fff;
    width: 90px;
    border-radius: 3px;
    padding: 4px 40px;
    margin: 10px 0 10px 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "ProximaNova-Regular", Arial, sans-serif;
  }
  .navbar .nav {
    width: 100%;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    /*border-bottom:1px solid #d8d4cc;*/
  }
  .navbar .navbar-toggle {
    background-image: url("../img/icons/sandwich-button-icon@2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% auto;
    width: 44px;
    height: 40px;
    padding: 0;
    left: 6px;
    transition: none;
    top: 3px;
    margin-top: 0;
    float: left;
  }
  .navbar .dropdown a.dropdown-toggle i {
    color: #9b9b9b;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 15px;
  }
  .navbar .dropdown a.dropdown-toggle i::before {
    content: "\e113";
  }
  .navbar .dropdown.open a.dropdown-toggle i::before {
    content: "\e114";
  }
  .navbar-btn.loggedIn,
  .navbar-btn.loggedIn:hover {
    right: 65px;
  }
  a.nav-signed-in-collapsed,
  .nav-signed-in-collapsed {
    right: 6px;
  }
  a.btn-search-mobile.loggedIn-search {
    right: 48px;
  }
  .btn.collapsed,
  .btn.collapsed:hover {
    background-color: transparent;
    border: none;
    box-shadow: none;
    background-position: -377px -713px;
    transition: none;
  }
  .navbar,
  .navbar-nav {
    float: none;
    width: 100%;
    z-index: 10001;
  }
  .navbar .navbar-nav > li .dropdown-menu {
    border-bottom: 0;
  }
  .navbar-nav {
    background-color: #fff;
    position: realtive;
  }
  .navbar-collapse .nav {
    margin: 0;
  }
  .nav > li {
    clear: both;
  }
  .navbar .nav > li > a {
    border-left: none;
    font-weight: normal;
    border-bottom: 1px solid #000;
    border-radius: 0;
    margin: 0;
    background-color: #fff;
    color: #000;
  }
  .navbar .nav > li > a:hover {
    border-bottom: 1px solid black;
    color: #000;
  }
  .navbar .nav > li > a.nav-blog {
    border-right: none;
  }
  .navbar .nav > li.user_controls {
    display: inline-block;
    padding-bottom: 15px;
    width: 48.5%;
  }
  .navbar .nav > li.user_controls a {
    background: none!important;
    border: 0!important;
    box-shadow: none;
  }
  .navbar .nav > li.user_controls a.btn-blk-out {
    color: #000!important;
    font-weight: bold;
    text-transform: uppercase;
  }
  .navbar .nav > li.user_controls a.btn-green-flat {
    color: #39b54a !important;
    border-right: 1px solid black!important;
    font-weight: bold;
    text-transform: uppercase;
  }
  .navbar .nav > li.dropdown.open > .dropdown-toggle {
    box-shadow: none;
    font-weight: bold;
    border-bottom-color: white;
  }
  .navbar-collapse .dropdown-menu {
    margin: 0;
    background-color: #ffffff;
    border-radius: 0;
  }
  .navbar-collapse .dropdown-menu:before {
    display: none;
  }
  .navbar-collapse .dropdown-menu:after {
    display: none;
  }
  .navbar-collapse .dropdown-menu li + li a {
    margin-bottom: 0;
  }
  .navbar-collapse .dropdown-menu a {
    border-radius: 0;
    font-weight: normal;
    color: #000000;
    font-family: "ProximaNova-Regular", Arial, sans-serif;
    padding-bottom: 15px;
  }
  .navbar .nav > li.signed-in,
  .navbar .nav > li.nav-search {
    display: none;
  }
  .sticky-footer-container,
  #page-login .sticky-footer-container {
    min-height: auto;
    margin-bottom: 0;
  }
  footer,
  .sticky-footer,
  #page-login footer,
  #page-login .sticky-footer {
    height: auto;
  }

  .footer .sections {
	padding-left: 15px;
	}

	.footer .container > .row > div {
	padding-left: 25px;
	padding-right: 25px;
	}

	.footer .sections {
	border: none !important;
	}

	.footer .social {
	max-width: 182px;
	}

	.footer .sections hr {
	margin-top: 104px;
	}

	.footer .sections .icons {
	margin-bottom: 46px;
	}

	.footer hr {
	border-top: 1px solid rgb(66, 67, 68);
	margin: 15px;
	}

	.copyright-and-disclaimer hr {
	margin: 55px 0 36px;
	}

  #intents-channel .blue-ribbon-sprite {
    margin-left: -20px;
  }
  #intents-channel .table {
    font-size: 10px;
  }
  #intents-channel .table .blue-td {
    font-size: 12px;
  }
  #intents-channel .table td,
  #intents-channel .table li {
    line-height: 1.2em;
  }
  .content .testimonial-woman,
  .content .testimonial-man {
    background: none;
  }
  .content .header-spacer {
    border-bottom: none;
    margin-bottom: 0;
    height: auto!important;
  }
  .mobile_score_delta {
    position: relative;
    top: -75px;
    left: 90px;
  }
  .mobile_score_delta span {
    width: 30px;
  }
  .page-login button {
    margin-top: 20px;
  }
  .pgr-container {
    padding: 0 0 20px !important;
  }
  .progress {
    margin: 60px auto !important;
    width: 200px !important;
  }
  #form-wrapper #label-row {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    line-height: 14px;
  }
  #form-wrapper #label-row .col-md-3,
  #form-wrapper #label-row .col-md-2 {
    font-size: 11px;
    min-height: 47px;
    padding-left: 0;
  }
  #form-wrapper #form-row {
    display: inline-block;
    width: 60%;
    padding-left: 12px;
    margin: 0;
  }
  #form-wrapper #form-row .col-md-3 {
    padding-left: 0;
  }
  .btn-primary {
    margin-bottom: 20px;
  }
  .security-lock {
    float: none !important;
  }
  .clearfix_responsive {
    margin-top: 5px;
  }
  .clearfix_responsive:before,
  .clearfix_responsive:after {
    content: "";
    display: table;
    line-height: 0;
  }
  .clearfix_responsive:after {
    clear: both;
  }
  .pull-left-responsive {
    float: left! important;
  }
  .margin-std-bottom-responsive {
    margin-bottom: 10px;
  }
  .margin-std-top-responsive {
    margin-top: 10px;
  }
  .margin-std-left-responsive {
    margin-left: 10px;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0px;
  }
  #search-wrapper form.search .input {
    margin: 0 0 0 5%;
    width: 77%;
  }
  #SignupForm,
  #SignupFormPage2 {
    border-right: none !important;
  }
  #signup-easy #ufg_form {
    padding: 0 0 0 7px !important;
  }
  .disclaimer .break {
    width: 100% !important;
  }
  #sidebar-flush {
    display: none !important;
  }
  #signup-easy .step-numbers {
    font-size: 1.2em;
    font-weight: 500;
    padding: 15px 0 0 35px;
  }
  #signup-easy .list-form .checkbox,
  #signup-easy .checkbox label,
  #signup-easy #signup-easy .radio label {
    padding-right: 5px !important;
  }
  #signup-easy .list-form .checkbox input {
    float: left;
  }
  #signup-easy .list-form .checkbox input {
    clear: both;
  }
  #signup-easy #q-wrap {
    width: 500px !important;
  }
  #signup-easy #q-wrap .list-item-question {
    width: 220px !important;
  }
  #signup-easy .moove {
    margin-left: -220px !important;
  }
  #page-signup #ufg_form input.col-md-1.required-valid {
    background-position: 50px -901px;
  }
  #SignupForm .col-md-6 input.required-valid,
  #SignupFormPage2 .col-md-6 input.required-valid {
    background-position: 221px -901px;
  }
  #SignupForm .col-md-12 input.required-valid,
  #SignupFormPage2 .col-md-12 input.required-valid {
    background-position: 221px -901px;
  }
  #page-signup .btn-search-mobile,
  #page-signup #nav_bar_signup {
    display: none!important;
  }
  .security-questions {
    list-style: none outside none;
  }
  .security-questions fieldset:after {
    clear: both;
  }
  #sess-details p {
    font-size: 65%;
  }
  .page-questions_gen .sign-in-collapse-wrapper,
  .page-signup_get_ssn .sign-in-collapse-wrapper {
    display: none;
  }
  .page-questions_gen .gutter form {
    height: 1000px;
    max-height: 1450px;
    overflow: visible !important;
  }
  .controls .checkbox label,
  legend .col-md-6 {
    width: 100%;
  }
  #page-signup fieldset.inner {
    width: 100% !important;
    margin-left: -10px !important;
  }
  #page-signup fieldset.inner legend {
    width: 100% !important;
  }
  #page-signup .switch {
    position: relative;
  }
  #SignupFormPage2Wrap fieldset.inner {
    margin-left: 10px !important;
  }
  #page-signup .view-partial-container {
    min-height: 480px !important;
    width: 100% !important;
  }
  #errors-page {
    margin: 30px auto;
    width: 85%;
  }
  .copy .krang-wrap {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  #main-content .s-content {
    padding-left: 0;
  }
  .dashboard.solv .container-bg {
    background: none repeat scroll 0 0 #FFF;
    left: 0!important;
    width: 96%!important;
  }
  .dashboard.solv .container {
    padding: 0!important;
  }
  .wrap-read-more {
    overflow-y: visible !important;
  }
  .cscore {
    font-family: "ProximaNova-Regular", Arial, sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .container .s-body {
    font-family: "ProximaNova-Regular", Arial, sans-serif;
    box-shadow: none;
    margin: 0;
  }
  .s-column .s-header {
    margin: 2px 2px 0 2px;
  }
  .s-header > div > span {
    font-weight: normal;
    margin: 0;
  }
  .s-header > div:first-child > span {
    margin: 0 0 0 6px;
  }
  .s-section .grades {
    width: 276px;
    height: 120px;
    margin-top: 20px;
  }
  .grades .grade-container {
    width: 52px;
    height: 120px;
    margin: 0 0 0 4px;
  }
  .grades .grade-container:first-child {
    margin: 0;
  }
  .grades .grade-container .s-grade {
    width: 52px;
    height: 77px;
    line-height: 47px;
    text-decoration: none!important;
  }
  .modal.solv.fade {
    top: 0!important;
  }
  .modal-lg {
    width: auto;
  }
  .modal.s-grade-overview .modal-body {
    overflow: auto!important;
  }
  .modal .s-content-area {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-bottom: 150px;
  }
  .modal.solv .modal-body p {
    text-align: left;
  }
  .s-grade-row .s-num {
    text-align: left;
  }
  .solv .s-tab .cred-icon-label {
    font-size: 10px!important;
    font-weight: 400px!important;
    width: auto;
  }
  .crc-modal img {
    float: none!important;
    text-align: center;
    border-left: none!important;
    margin: 5px 0 0 0%!important;
  }
  .crc-modal.creditReport .pull-left,
  .crc-modal.creditReport .pull-right {
    float: none;
  }
  .negative-btn.pull-right {
    float: none!important;
  }
  .grades .grade-container .cred-icon-label {
    color: #fff;
    font-weight: 100;
    margin: 0;
  }
  .grades .grade-container a:hover {
    color: #fff!important;
    text-decoration: none!important;
  }
  .grades .grade-container a:hover .cred-icon-label {
    color: #fff!important;
  }
  .grades .grade-container .s-grade .cred-icon-label {
    font-size: 10px;
  }
  .modal.s-grade-overview .s-tab.active,
  .s-tabs.nav-tabs li.s-tab.active a,
  .s-tabs.nav-tabs li.s-tab a:hover {
    background-color: #fff;
  }
  .s-tabs.nav {
    display:none;
  }
  .modal.s-grade-overview .s-tab.error {
    height: auto!important;
    margin-left: 0!important;
    margin-top: 0!important;
  }
  .s-tab.error .cred-icon-label {
    padding-left: 0!important;
    padding-top: 0!important;
  }
  .modal.s-grade-overview .s-tab .borders,
  .modal.s-grade-overview .s-tabs .grade,
  .modal.s-grade-overview .s-tabs .cred-small-icon {
    display: none;
  }
  .modal .s-content-area {
    background-color: #ffffff!important;
    border-radius: 0!important;
    border-top: 1px solid #eeeeee;
  }
  .modal.s-grade-overview .s-content-area .percent-of-your-score-title {
    display: block;
    line-height: 18px;
  }
  .mobile-grade {
    position: relative;
    line-height: 75px;
    width: 75px;
    height: 75px;
    font-size: 36px;
    display: block;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 10px;
    font-family: "ProximaNova-Regular", Arial, sans-serif;
    float: left;
    margin-right: 10px;
  }
  .modal.s-grade-overview .s-content-area .section-title {
    padding-right: 0;
  }
  .s-grade-row {
    height: 175px!important;
    border-top: 1px solid #E3E2DC;
    margin-top: 40px;
  }
  .s-grade-row .s-column {
    width: 50%!important;
  }
  .modal.s-grade-overview .s-content-area .s-column .border {
    display: none;
  }
  .modal.s-grade-overview .s-content-area .s-column .icon {
    left: 0!important;
  }
  .modal.s-grade-overview .s-content-area .s-column .s-legend {
    margin-left: 0;
    width: 90%;
  }
  .krang-wrap #mobile-cc-channel .disclaimer p {
    width: 100%;
    text-align: left;
  }
  .s-section .heatmap {
    width: 90%;
    margin: 30px 15px;
  }
  .row .s-body .copy p {
    width: 85%;
  }
  .content .loans-content-container {
    height: 230px;
  }
  .content .loans-content-container .btn-lg {
    font-size: 14px;
  }
  .testimonial-couple,
  .testimonial-student,
  .testimonial-biz-woman {
    background: none!important;
  }
  .content .loans-grey-container-flip .loans-content-container {
    height: 213px;
  }
  .organic-loans #form-wrapper {
    padding: 15px 15px 0 15px;
  }
  .organic-loans #form-wrapper form {
    margin: 0!important;
  }
  .organic-loans .loading-wrapper {
    margin-bottom: 0;
    min-height: 10px;
  }
  .organic-loans .loading-wrapper h1 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .organic-loans .loading-wrapper .progress {
    width: 90%;
    margin: 20px auto !important;
  }
  .organic-loans .data-list .data-list-row {
    margin-left: 0px;
    margin-right: 0;
  }
  .organic-loans #row-layout .li-top-row-true {
    border: 1px solid rgba(66, 152, 219, 0.8);
    background-color: rgba(255, 255, 255, 0.1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(66, 152, 219, 0.1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(66, 152, 219, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(66, 152, 219, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(66, 152, 219, 0.1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0.1) 70%, rgba(66, 152, 219, 0.1) 100%);
  }
  .organic-loans #row-layout .li-top-row-true .row-info:before {
    font-size: 1em;
    color: #f7941d;
    top: 0;
    left: 7%;
  }
  .organic-loans .loans-row .offerName small {
    display: none;
  }
  .organic-loans .loans-row .creative {
    height: 75px;
  }
  .organic-loans .wrap-col-layout {
    border-left: 0;
    text-align: center;
  }
  .organic-loans .wrap-bullet-layout {
    border-left: 0;
  }
  .organic-loans .wrap-bullet-layout ul {
    padding: 5px 20px;
  }
  .organic-loans .loans-row .button-col {
    padding: 0 15px;
  }
  .organic-loans .loans-row .button-col {
    text-align: center;
  }
  .organic-loans .loans-row .button-col .no-phone,
  .organic-loans .loans-row .button-col .has-phone {
    margin-bottom: 15px;
  }
  .organic-loans .loans-row .button-col .no-phone a.btn.btn-default {
    margin: 0 auto 15px auto;
    width: 90%;
  }
  .organic-loans .loans-row .button-col .has-phone a.btn.btn-default {
    float: left;
    margin: 0 5px 15px;
    width: 35%;
  }
  .organic-loans .loans-row .button-col .btn-primary {
    margin-bottom: 0;
  }
  .organic-loans .wrap-col-layout .term h2,
  .organic-loans .wrap-col-layout .aprText h2,
  .organic-loans .wrap-col-layout .monthlyPayment h2 {
    padding-top: 0;
    margin-top: 0;
    display: inline-block;
    text-align: right;
    width: auto;
    font-size: 18px!important;
  }
  .organic-loans .data-list-row-small.display-table .display-table-cell {
    padding-bottom: 0;
  }
  #page-my-credit-report-card .bureaus-inline-sprite {
    margin-left: 3px! important;
  }
  #page-my-credit-report-card .sidebar-container-blue .span-padding {
    padding: 10px 0! important;
  }
  #page-my-credit-report-card .sidebar-container-blue .span-padding .bureaus-inline-sprite {
    display: none! important;
  }
  #cc-main-hero {
    background-position: 55% 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/home/cr-hero.jpg);
    margin-top: 50px;
  }
  #cc-main-hero .margin-100-top {
    margin-top: 30px;
  }
  #cc-main-hero .font60 {
    font-size: 44px;
  }
  #cc-main-hero .fontXLarge {
    font-size: 22px;
    letter-spacing: -0.4px;
  }
  #cc-main-hero .font32 {
    font-size: 24px;
  }
  #cc-main-hero .font32.lineHeightLarge {
    line-height: 21px;
  }
  #cc-main-hero li.padding-top-20 {
    padding-top: 0px;
  }
  #cc-main-hero li.margin-fifteen-bottom {
    margin-bottom: 0px;
  }
  #cc-main-hero .font21 {
    font-size: 16px;
  }
  .home-info {
    padding: 0;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .home-info p {
    padding-left: 15px;
    padding-right: 15px;
  }
  #product-section {
    padding: 0 15px;
  }
  .experts-padd {
    padding: 0;
  }
  #credit-info {
    padding: 10px 15px 30px;
  }
  #credit-info h4 {
    text-align: center;
  }
  #credit-info .col-md-6 {
    width: 100%!important;
  }
  #main_container {
    width: 90%;
  }
  .std-box {
    width: 96%;
  }
  .close_account_form {
    min-height: 1200px;
  }
  .mobile-width {
    width: 80%;
  }
  .mobile-margin-top {
    margin-top: 10px;
  }
  .mobile-margin-left {
    margin-left: 10px;
  }
  .mobile-no-margin-left {
    margin-left: 0px;
  }
  .mobile-margin-bottom {
    margin-bottom: 10px;
  }
  .mobile-center {
    text-align: center!important;
    width: 90%;
  }
  .mobileUnderline {
    border-bottom: 1px solid #333333;
  }
  .mobile-padd-btm {
    padding-bottom: 10px;
  }
  .mobile-padd-btm-double {
    padding-bottom: 20px;
  }
  .no-padding-mobile {
    padding: 0!important;
  }
  .no-padding-left-mobile {
    padding-left: 0!important;
  }
  .mobile-only-center {
    text-align: center!important;
  }
  .loans-row .creative img {
    margin: 15px auto 5px;
    width: 175px;
  }
  .padded-mobile {
    padding: 5px 15px 15px;
  }
  .padded-mobile p {
    text-align: left;
    width: 100%;
  }
  .padded-mobile #row-layout .li-top-row-true .row-info:before {
    font-size: 1em;
    color: #f7941d;
    top: 0;
  }
  .padded-mobile .wrap-bullet-layout,
  .padded-mobile .wrap-col-layout {
    border-left: 0;
    text-align: center;
  }
  .padded-mobile .loans-row .button-col {
    text-align: center;
  }
  .padded-mobile .loans-row .button-col .no-phone a.btn.btn-default {
    margin: 0 auto 15px auto;
    width: 90%;
  }
  .padded-mobile .loans-row .button-col .has-phone a.btn.btn-default {
    float: left;
    margin: 0 8px 15px;
    width: 40%;
  }
  .padded-mobile .wrap-col-layout .term h2,
  .padded-mobile .wrap-col-layout .aprText h2,
  .padded-mobile .wrap-col-layout .monthlyPayment h2 {
    padding-top: 0;
    margin-top: 5px;
  }
  .padded-mobile .data-list-row-small.display-table .display-table-cell {
    padding-bottom: 0;
  }
  #row-layout .creditcard-list-element > div.col-md-2 {
    float: left;
  }
  #row-layout .creditcard-list-element .creditcard-info img {
    margin: -20px 10px 10px -10px ! important;
  }
  .dashboard #row-layout .creditcard-list-element .creditcard-info img {
    margin-left: 10px!important;
    padding-left: 10px;
    padding-right: 10px;
  }
  #row-layout .li-top-cat .creditcard-info::before,
  #row-layout .li-top-row-true .row-info::before {
    left: 0!important;
    font-size: 10px;
  }
  #row-layout .creditcard-list-element .creditcard-apply {
    padding-bottom: 0!important;
    padding-top: 0!important;
    border-bottom: 1px solid #e2ded5;
    min-height: 85px!important;
  }
  #row-layout .creditcard-list-element .creditcard-apply .moveup {
    top: 0!important;
  }
  .credit-cards-angular .margin-top-neg-alot {
    margin-top: 0px;
  }
  .credit-cards-angular .margin-double-bottom {
    margin-bottom: 10px;
  }
  .credit-cards-angular .data-list .data-list-row {
    background: none;
    border: none;
    box-shadow: none;
    min-height: auto;
  }
  .credit-cards-angular .data-list-row-under-drawer {
    background-color: transparent;
    border-width: 0 0 1px 0;
    left: 0;
    width: 100%;
  }
  .credit-cards-angular .card_name,
  .credit-cards-angular .creditcard-fee {
    border-right: none!important;
    min-height: 30px!important;
    padding-top: 0!important;
    padding-bottom: 20px!important;
  }
  .credit-cards-angular .creditcard-apr {
    border-right: none!important;
    min-height: 30px!important;
    padding-top: 0!important;
    padding-bottom: 15px!important;
  }
  .credit-cards-angular .card_name {
    padding-top: 25px!important;
    width: 100%!important;
  }
  .credit-cards-angular .creditcard-fee {
    padding-right: 0!important;
  }
  .credit-cards-angular .creditcard-apr {
    top: -10px;
  }
  .credit-cards-angular .creditcard-info {
    border-right: 1px solid #e2ded5;
    padding-top: 0!important;
  }
  .credit-cards-angular .creditcard-info .name-image {
    margin-left: 0!important;
  }
  .credit-cards-angular .creditcard-info .name-image img {
    margin-left: 0!important;
    margin-bottom: 5px!important;
    height: 66px;
    display: block;
    float: none!important;
  }
  .gig-stars-container {
    margin-right: 20px !important;
  }
  .gig-rating .gig-button-container {
    float: none !important;
  }
  .cc-details-tooltip {
    margin: 5px 0 0 -200px;
  }
  #cc-details-page .fontSmall.col-xs-12 {
    width:227px;
  }
  #cc-details-page .fontSmall.col-xs-12 br {
    display:none;
  }
  #cardLink.mobile-margin-bottom {
    margin-bottom:0px;
  }
  #cardImage {
    margin-bottom: 10px;
  }
  .mobile-pagination-left {
    text-align: left;
  }
  .circle-blue {
    display: inline-block;
  }
  .options-rows strong {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  #cc-details-page .gig-rating-button {
    display: none;
  }
  #row-layout .creditcard-list-element .creditcard-apply .actions {
    margin: 0!important;
  }
  .modal-box-bg {
    box-shadow: none!important;
    border: 0!important;
    padding: 15px!important;
  }
  #row-layout #best-match-from-modal .modal-body {
    padding: 0! important;
    min-height: 260px! important;
  }
  #row-layout #best-match-from-modal .modal-body .recommended-card-spacer:after {
    color: #f7941d;
    text-align: left;
  }
  .mini-title {
    font-size: 11px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #666666;
  }
  .mobile-border-right {
    border-right: 1px solid #e2ded5;
  }
  .wrap-img {
    width: 95%;
  }
  .wrap-img img {
    margin: 0px 10px 0px 0px!important;
    height: 66px;
  }
  .modal-body h3.card_name {
    text-align: left!important;
    font-size: 13px;
    line-height: 16px;
    font-family: "ProximaNova-Regular", Arial, sans-serif;
    margin-bottom: 0!important;
  }
  .min-height-100 {
    min-height: 100px;
  }
  .min-height-200 {
    min-height: 200px;
  }
  .responsive-relative {
    position: relative;
  }
  .s-report-card,
  .s-body {
    background-color: #fff!important;
  }
  #myCarousel {
    margin: 5px 5px 0;
    padding: 0 15px 50px;
  }
  #myCarousel p {
    width: 100%;
    text-align: left;
  }
  .carousel {
    line-height: 1.3em!important;
  }
  #article-display-area {
    margin: 10px 5px 0 5px;
    padding: 0 15px 50px;
  }
  #article-display-area p {
    width: 100%;
    text-align: left;
  }
  #article-display-area .dotted {
    border-right-width: 0!important;
    padding-right: 0!important;
  }
  .carousel-control {
    margin-left: 0!important;
    top: 94%!important;
  }
  #myCarousel .carousel-inner {
    margin-left: 0!important;
    margin-bottom: 20px;
    width: 100%!important;
    height: 180px!important;
  }
  .carousel-inner > .item {
    width: 93%!important;
    height: 170px!important;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    height: 170px!important;
  }
  #article-display-area .headerImg {
    height: 170px!important;
  }
  .carousel-caption {
    width: 100%!important;
    padding: 10px 0!important;
  }
  .carousel-caption p {
    font-size: 14px!important;
    width: 90%!important;
  }
  .carousel-indicators {
    left: 50%!important;
    bottom: 10px !important;
  }
  .row .dashboard.solv .container-bg {
    border-radius: 10px!important;
  }
  .note-box p {
    text-align: left!important;
    width: 100%!important;
  }
  #credit-report .modal-box-bg {
    padding: 0 15px 10px!important;
  }
  #credit-report .fico .modal-box-bg {
    padding: 0!important;
  }
  .gutter.sidebar-container-blue {
    margin-top: -10.5px !important;
  }
  #credit-report ul {
    margin: 0 0 0 20px!important;
  }
  #credit-report ul.green-checks {
    margin: 0!important;
  }
  #credit-report .border-right {
    border: none;
  }
    #credit-report .bg-arrow {
        background: none;!important;
    }
  #credit-report .lead-mobile {
    font-size: 19px!important;
  }
  #credit-report .note-box2 {
    font-size: 11px!important;
  }
  .row .s-body .copy .fico p {
    width: auto;
  }
  .copy .fico p img {
    margin-left: 0!important;
    width: 90%;
  }
  .copy .fico .btn.btn-default {
    margin-left: 0!important;
    width: 75%!important;
  }
  #action-plan-details,
  #action-plan {
    margin: 5px 5px 0;
    padding: 0 10px 50px;
  }
  #action-plan-details p,
  #action-plan p {
    text-align: left!important;
    width: 100%!important;
  }
  #action-plan-details .s-sum-section.col-md-4,
  #action-plan-setup .s-sum-section.col-md-4 {
    margin: 15px 0!important;
  }
  .month-check-wrap {
    margin-left: 0!important;
  }
  .check-row .col-md-2 {
    display: inline-block !important;
    width: 14.8%!important;
  }
  .wrap-entire-graph {
    display: none;
  }
  .row.legend,
  .row.legend {
    border-bottom-width: 0!important;
  }
  .s-action-plan .tab-arrows {
    margin-left: 10px!important;
  }
  .s-action-plan .tab-arrows li {
    width: 32%!important;
    font-size: 12px!important;
    height: 70px!important;
    text-align: left!important;
  }
  .s-action-plan .tab-arrows li .tab-title {
    padding-left: 10px!important;
    line-height: 15px;
  }
  .s-action-plan .tab-arrows li .tab-score {
    float: none!important;
    padding-left: 10px;
  }
  .s-action-plan .tab-arrows li.second-tab .tab-title {
    padding-left: 10px!important;
  }
  .s-action-plan .tab-arrows li .arrow-right {
    display: none!important;
  }
  .s-action-plan .tab-arrows li a {
    font-size: 11px;
    padding-left: 10px;
    line-height: 16px!important;
    margin-top: 10px;
  }
  .s-sum-section h1 {
    font-size: 16px!important;
  }
  #page-ccom_user_forgot_pass #recaptcha_area,
  #page-ccom_user_forgot_pass#recaptcha_table {
    width: 250px!important;
  }
  .recaptchatable .recaptcha_r1_c1 {
    width: 250px!important;
    background: #bf2700 !important;
  }
  .recaptchatable .recaptcha_r3_c2 {
    width: 250px!important;
    background: #9e1500!important;
  }
  .recaptchatable .recaptcha_image_cell center img {
    width: 250px!important;
  }
  .recaptchatable #recaptcha_image {
    width: 250px!important;
  }
  .recaptchatable .recaptcha_r4_c1 {
    background: #ffe186!important;
  }
  .recaptchatable .recaptcha_r4_c2 {
    width: 1px!important;
  }
  .recaptcha_input_area {
    margin-left: 4px !important;
    margin-right: 4px !important;
    width: 145px !important;
  }
  .recaptchatable td img {
    width: 150% !important;
    max-width: 150% !important;
  }
  .tundra .mainTable {
    width: 100%!important;
  }
  .tundra .td-responsive {
    display: block!important;
  }
  .tundra .tabcontainer {
    width: 90%!important;
    margin-top: 20px;
  }
  .tundra .calMiddle {
    width: 90%!important;
  }
  .tundra .calMiddleContent {
    width: 92%!important;
  }
  #page-score div#box,
  #page-score #widget_container,
  #page-score .accountTypes {
    width: 100%!important;
  }
  #page-score #score-bar {
    width: 96%!important;
  }
  #page-score #no_results-score-bar {
    width: 96%!important;
    background: none!important;
  }
  #page-score #no_results-score-bar .right {
    float: none!important;
    padding: 0 20px;
  }
  #page-score #no_results_content_area {
    margin-top: 60px;
    width: 94%;
  }
  #page-score #no_results_header {
    width: 96%!important;
    padding-top: 10px!important;
    height: 42px!important;
  }
  #page-score #no_results_header span {
    padding-top: 10px!important;
    height: 40px!important;
  }
  #page-score #no-results-new-right {
    width: 100%!important;
  }
  #page-score #no-results-new-right img {
    width: 80%;
  }
  #page-score #score_results .visible-phone span#based_on_score_digits {
    margin-top: 10px;
  }
  #page-score #results_content_area {
    width: 94%!important;
  }
  #page-score #results_column_left {
    width: 96%;
    float: none;
  }
  #page-score #results_column_left #grades_header {
    width: 96%;
  }
  #page-score #results_column_left table.grades {
    margin: 0 auto;
  }
  #page-score #results_column_left #upgrade_to_a_full_report {
    margin-bottom: 20px;
  }
  #page-score #results_column_right {
    width: 96%;
    float: none;
    border-left: 0 solid #ccc;
  }
  #page-score #results_column_right #results_header {
    width: 92%!important;
    background-position: -93px 0 !important;
    padding-left: 20px;
    padding-top: 5px!important;
    padding-bottom: 10px;
  }
  #page-score #results_column_right #based_on_score_digits {
    display: none;
  }
  #page-score #results_column_right #results-new-right {
    width: 100%!important;
  }
  #page-score #results_column_right #results-new-right img {
    width: 80%;
  }
  #page-score #results_footer {
    height: 150px!important;
  }
  #page-score #results_footer .btn-large {
    font-size: 14px!important;
  }
  #page-score .cse_answer {
    height: 60px!important;
    width: 96%!important;
  }
  #page-score .cse_question {
    width: 98%!important;
  }
  #page-score .td-responsive {
    display: block!important;
  }
  #page-score #tab_center {
    padding-right: 8px!important;
  }
  #page-score .ccom-button.large {
    font-size: 14px!important;
  }
  #questions_box {
    /* where is this? WP? */
    width: 90%!important;
    margin-top: 20px!important;
  }
  #questions_box input {
    display: block;
    margin: 35px 0 0 -22px !important;
  }
  #questions_box .tooltip {
    padding: 0!important;
  }
  #questions_box span.label {
    padding-right: 0!important;
  }
  #questions_box span.label_left {
    width: 17px!important;
  }
  #questions_box .tooltip {
    padding: 0 !important;
  }
  body #questions_box .ui-slider {
    left: 5px!important;
  }
  #actual_score_tab {
    margin-right: 0!important;
  }
  div#score-bar,
  #results-score-bar,
  #no_results-score-bar {
    background: none!important;
  }
  #page-score div#score-bar h1 {
    font-size: 18px!important;
  }
  div#score-bar h1,
  div#score-bar p#tagline {
    padding-left: 20px!important;
  }
  #calculate_my_credit_score_icon {
    display: none !important;
  }
  .sidenav-collape-mobile .nav,
  .sidenav-collape-mobile #sidenav {
    margin: 0!important;
    width: 100%!important;
  }
  .sidenav-collape-mobile a.toggle-btn {
    display: block;
    color: #2f92e0;
    text-shadow: none;
    font-weight: bold;
    padding: 10px 14px 10px 10px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #e4e3dd;
  }
  .sidenav-collape-mobile a.toggle-btn .caret {
    vertical-align: middle;
    border-top-color: #2f92e0;
    boder-bottom-color: #2f92e0;
  }
  .sidenav-collape-mobile .nav,
  .sidenav-collape-mobile #sidenav {
    margin: 10px 0 10px 10px;
    width: 95%;
  }
  .sidenav-collape-mobile #sidenav li a,
  #sidenav li h4 {
    padding: 8px 8px 8px 10px;
  }
  .content .tour-row-bottom {
    margin-bottom: 0;
  }
  .content .side-hr {
    display: block;
    margin: 25px auto;
    width: 90%;
  }
  .btn-xlarge {
    width: 85%;
    font-size: 16px;
  }
  .share-gplus,
  .share-twitter {
    width: auto;
    margin-bottom: 10px;
  }
  .crc_pw_flow_border {
    width: 80%;
  }
  .sprite-question-white {
    margin-left: 5px;
  }
  #cc-top-wrapper {
    margin-top: 15px !important;
  }
  .large-box {
    padding: 0!important;
    height: 160px!important;
  }
  .center-form-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #page-logout .center-form-box {
    margin-top: 20px;
  }
  #page-logout .s-header > div {
    display: block;
    width: 100%;
    margin: 0!important;
    text-align: center;
  }
  #page-logout .s-header > div span {
    margin: 5px 0;
    display: inline-block;
  }
  .logout-cc {
    width: 80px;
  }
  .s-head-section.fontLarge {
    font-size: 37px;
  }
  #sessionTimeoutBG {
    text-align: right;
  }
  #page-logout .margin-six-top {
    margin-top: 20px!important;
  }
  #logout-ad.margin-std-top {
    margin-top: 0!important;
  }
  #logout-ad .fontHuge,
  #logout-ad .fontXLarge {
    font-size: 18px;
    display: inline-block;
    line-height: 16px;
  }
  #logout-ad .fontMed {
    color: #015e99;
    font-size: 14px;
  }
  #logout-ad .lineHeightLarge {
    line-height: 18px;
  }
  #logout-ad .letterSpace1 {
    letter-spacing: 0;
  }
  .modal-dialog {
    margin-top: 55px;
  }
  .modal-dialog .blue {
    font-size: 12px;
  }
  .modal-dialog .fontXLarge {
    font-size: 13px;
    line-height: 20px;
  }
  .modal-dialog .fontHuge.blue {
    font-size: 50px;
  }
  .overlayResponsiveFix {
    margin-top: 0! important;
  }
  #page-login #loginForm {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  #page-login #loginForm .well {
    border-radius: 0;
    background-color: #fbfaf5;
    margin: 0;
  }
  #page-login #carousel-login {
    margin-top: 0;
  }
  #page-login #loginnews,
  #page-login #logincreditReport,
  #page-login #loginspotlight,
  #page-login #logincreditCard,
  #page-login #logincreditRepair,
  #page-login #loginloan,
  #page-login #loginautoLoan {
    background: none;
  }
  #page-login .carousel-inner {
    height: 330px;
    background-color: #fff;
  }
  #page-login .carousel-inner > .item {
    width: 100%!important;
    height: 315px!important;
  }
  #page-login .item .well {
    border-radius: 0;
    background-color: #ffffff;
    margin: 0;
    position: relative;
    top: 0!important;
  }
  #page-login .carousel-indicators {
    bottom: 0!important;
    left: 0!important;
  }
  #page-login .carousel-indicators div {
    width: 32.5%;
  }
  #page-login .carousel-indicators .active {
    width: 32.5%!important;
  }
  .repairBg {
    height: 215px;
    background-image: none;
  }
  .repairBg h1,
  .repairBg h4 {
    margin-left: 0px!important;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .repairBg2 {
    background-size: cover;
  }
  .bullet-img {
    margin-left: 10px;
  }
  .orange-btn {
    padding: 12px 7px;
  }
  .margin-double-left.margin-quad-top {
    margin-left: auto;
  }
  .inline-block {
    display: block;
  }
  .inline-block a {
    margin-left: auto;
    margin-right: auto;
  }
  .blueBg .orange-btn2 {
    margin-top: 10px;
  }
  #credit-report ul.star-bullets {
    margin-left: 0!important;
  }
}
@media only screen and (max-width: 479px) {
  body {
    background-image: none !important;
    background-color: #ffffff;
  }
  h1 {
    font-size: 23.8px;
  }
  body #zenbox_tab.ZenboxTabLeft {
    display: none !important;
  }
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .uneditable-input {
    font-size: 16px;
  }
  .field_tip {
    width: 206px;
  }
  #modalSuccess.modal {
    line-height: 27px!important;
    width: 100%!important;
    top: 75px !important;
  }
  #signup-easy fieldset legend {
    font-family: "ProximaNova-Regular", Arial, sans-serif;
    font-size: .9em;
    font-weight: 400;
    margin-bottom: 25px;
  }
  #signup-easy fieldset legend span:before,
  #signup-easy fieldset legend span:after,
  #signup-easy fieldset legend em:before,
  #signup-easy fieldset legend em:after {
    display: table;
    line-height: 0;
    clear: both;
  }
  #signup-easy .security-questions fieldset,
  #signup-easy .security-questions ul {
    width: 100% !important;
  }
  #signup-easy .security-questions ul {
    width: 93% !important;
  }
  #signup-easy .col-md-2,
  #signup-easy input.col-md-2,
  #signup-easy textarea.col-md-2,
  #signup-easy textarea.col-md-2,
  #signup-easy .uneditable-input.col-md-2 {
    width: 140px !important;
    margin-right: 6px;
  }
  #signup-easy .col-md-1,
  #signup-easy input.col-md-1,
  #signup-easy textarea.col-md-1,
  #signup-easy textarea.col-md-1,
  #signup-easy .uneditable-input.col-md-1 {
    width: 60px !important;
  }
  #signup-easy .small_replacement {
    float: none !important;
  }
  #analyzing-your-credit {
    height: 100px;
  }
  .crc-mobile-heading {
    font-size: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 10px;
  }
  .modal-header {
    padding: 15px 20px 15px 20px;
    text-align: center;
  }
  #offerzoneResponsive .modal-body img {
    max-height: none;
    max-width: 313px;
  }
  .modal-body .modal-container {
    padding: 0 0 50px 0px;
    text-align: center;
  }
  .modal-body img {
    max-height: 92px;
    max-width: 188px;
    margin-bottom: 50px;
  }
  .modal-body h3 {
    text-align: center;
    color: orange;
    margin-bottom: 15px;
  }
  .modal-body p {
    text-align: center;
  }
  .modal-body .btn .btn-default {
    width: 100%;
    padding: 4px 0px;
    margin: 20px 0 40px 0;
  }
  .modal-body .darkBlueBg img {
    max-width: 250px;
    margin-bottom: 0;
  }
  .modal-body .margin-top-neg-alot {
    margin-top: -60px;
  }
  .hero-height .btn-lg {
    padding: 15px;
  }
  .alert-top-product {
    top: 16px;
  }
  .subscriptionOfferBox input {
    margin-left: 6px !important;
  }
  .gutter {
    padding: 5px 15px 15px !important;
  }
  .disclosure-row {
    background-color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 90%;
  }
  #modal-overlay .modal-dialog,
  #modal-overlay-video .modal-dialog {
    width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #modal-overlay .modal-body,
  #modal-overlay-video .modal-body {
    background: rgba(0, 0, 0, 0) url("../img/upsell_overlay.png") no-repeat scroll 0 0;
    width: 300px !important;
    height: 300px;
    border-radius: 10px;
  }
  #modal-overlay .modal-cre,
  #modal-overlay-video .modal-cre {
    height: 260px!important;
    background: rgba(0, 0, 0, 0);
    background-size: cover;
  }
  #modal-overlay #chatWrapper,
  #modal-overlay-video #chatWrapper {
    right: 0!important;
  }
  .crc-zone img.fullsizeZone2and6 {
    max-width: 313px;
    max-height: none;
    width: auto;
    height: auto;
    margin: auto auto;
    display: block;
  }
  .crc-zone img.fullsizeZone4 {
    max-width: 313px;
    max-height: none;
    width: auto;
    height: auto;
    margin: auto auto;
    display: block;
  }
  .creditRepair img.fullsizeZone11 {
    max-width: 313px;
    max-height: none;
    width: auto;
    height: auto;
    margin: auto auto;
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #signup-easy .col-md-2,
  #signup-easy input.col-md-2,
  #signup-easy textarea.col-md-2,
  #signup-easy textarea.col-md-2,
  #signup-easy .uneditable-input.col-md-2 {
    width: 140px !important;
  }
  #signup-easy .col-md-1,
  #signup-easy input.col-md-1,
  #signup-easy textarea.col-md-1,
  #signup-easy textarea.col-md-1,
  #signup-easy .uneditable-input.col-md-1 {
    width: 60px !important;
    margin-left: 6px;
  }
  #signup-easy .questions-text {
    width: 33%;
  }
}
.mobile-phone-responsive .modal.fade.in {
  margin-left: 0px;
  width: 100%;
  left: 0;
}
@media (min-width: 768px) {
  ul.nav li.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
