@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css";

/*** Globals
*******************************************************************************/
html,body {
	height:100%;
	background-color: #fff;
}
.center-me {
	float:none;
	margin:0 auto;
}
.btn{
    white-space:normal !important;
    word-wrap:break-word; 
}
a.btn-nointrest {
	font-size: 16px; 
	padding-top: 10px; 
	text-decoration: none !important; 
	color: #333 !important;
}
#confirmemail {
	display: none;
}
.disclosure {
	padding-bottom: 15px;
}
.disclosure label {
	color: #333;
	font-weight: normal;
	line-height: normal;
}
.btn{
    white-space:normal !important;
    word-wrap: break-word; 
}
.sticky-footer {
	width: 100%;
	position: fixed;
	z-index: 2147483645;
	bottom: 0;
	right: 0;
	left: 0;
	max-height: 85%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #4CA74C;
	padding: 40px 0 30px 0;
	color: #fff;
	display: none;
}
.sticky-footer .cage {
	position: relative;
}
.sticky-footer .close-x {
	position: absolute;
	top: -15px;
	right: 15px;
}
.sticky-footer .close-x a {
	color: #333;
}

/***** Typeahead
*********************************************/
.tt-menu {
	border: solid 1px #ccc;
	border-top: none;
	width: 100%;
	font-size: 16px;
	background-color: #fff;
	box-shadow: 1px 1px 4px #ccc;
	color: #333;
	text-align: left
}
.tt-selectable {
	padding: 5px 10px 5px 10px;
	cursor: pointer;
}
.tt-selectable:hover {
	background-color: #f1f1f1;
}
.tt-keys {
	background-color: #f1f1f1;
}
.tt-hint {
    color: #999;
}
.twitter-typeahead .tt-menu {
	max-height: 140px !important;
	overflow-y: auto !important;
}

/*** Inputfield Placeholder 
*******************************************************************************/
/* Inputfield placeholder color hack for IE9 */
.placeholder {
    color: #333 !important;
}
.form-control input[type="number"] {
    color: #333 !important;
    opacity: 0;
}
*::-webkit-input-placeholder {
    color: #333 !important;
}
*:-moz-placeholder {
    color: #333 !important;
}
.form-control::-moz-placeholder {
    color: #333 !important;
}
*:-ms-input-placeholder {
    color: #333 !important;
}
input[type="number"]{
  color: #333;
}
input[type="number"]:active,
input[type="number"]:focus,
input[type="number"]:hover {
  color: #333;
}

/*** Global Color Theme
*******************************************************************************/
header, footer {
	background-color: #fff;
}
header .loc {
	color: #666;
}
header .loc span {
	color: #d9534f;
}
.hp-searchbox button, #exitp a {
    background-color: #d9534f;
    border-color: #d9534f;
    color:#fff;
}
.hp-searchbox button:hover, #exitp a:hover {
	background-color: #ff9900;
	border-color: #ff9900;
	color:#fff;
}
footer, footer a {
    color: #333;
}
footer a:hover, footer.internal a:hover {
	color:#99cc00;
}
footer.internal {
	background-color:transparent;
	color:#333;
}
.intro {
	background-color:#efefef; /*  */
}
.hp-searchbox .tagline {
	color:#fff;
}
.hp-searchbox .tagline span {
	color: #fff;
}
.internal-box .btn-group .btn {
	background-color:#ffbe00;
}
.internal-box .btn-group .btn:hover,
.internal-box .btn-group .btn.active,
.internal-box .btn-group .btn:active {
	background-color:#ec971f;
}
.internal-box a {
	color:#999;
	text-decoration:underline;
}
.internal-box .Qs .col-md-9 {
	color:#333;
}
.internal-box .tagline h2 {
	color: #949494;
}
.internal-box label {
	color:#fff;
}
.internal-box label.tcpa {
	color:#333;
}
.internal-box p.tcpa {
	color:#999;
	font-size:12px;
}

.white-box {
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #f1f1f1;
    padding: 30px 30px 30px 60px;
    text-align: left;
}
.white-box label {
    font-size: 16px;
}

.box1 {
    padding:20px;
    background-color:#fff;
    border:1px solid #ccc;
}

/*** Slider
*******************************************************************************/
 .ui-widget-content {
 	background: none !important;
 	background-color: #2C3E50 !important;
 	border: transparent !important;
 }
 .ui-slider .ui-slider-range {
 	background: none;
 	background-color: #5cb85c !important;
 }
 .ui-state-default {
 	border: solid 1px #aaa !important;
 	background: rgba(226,226,226,1) !important;
 	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%) !important;
 	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1))) !important;
 	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%) !important;
 	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%) !important;
 	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%) !important;
 	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%) !important;
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 ) !important;
 }
 .ui-slider-horizontal {
 	height: 1em !important;
 }
 .ui-slider-horizontal .ui-slider-handle {
 	margin-left: -0.6em !important;
 	top: -0.8em !important;
 }
 .ui-slider .ui-slider-handle {
 	width: 2.4em !important;
 	height: 2.4em !important;
 	outline : 0;
 }
 .ui-slider .ui-slider-handle:hover {
	 cursor: pointer !important;
 }
 .amount {
 	border:0; 
 	color:#2C3E50; 
 	font-weight:bold;
 	font-size: 26px;
 	background: transparent;
 	text-align: center;
 	width: 100% !important;
 }
#slider1 {
 	margin: 20px 40px 20px 40px;
 	float: none;
}

/*** Required Fields
*******************************************************************************/
input.required[type="text"], 
input.required[type="email"], 
input.required[type="tel"], 
input.required[type="number"], 
select.required {
    background-color: #fff491 !important;
}

/*** Header
*******************************************************************************/
header  {
	padding: 10px 0 10px 0;
}
header .logo img {
	width: 240px;
	height: auto;
}
header .loc {
	padding-top:0px;
}

/*** HP Carousel
*******************************************************************************/
.carousel {
	position:relative;
	height: 850px;
	overflow: hidden;
}
.carousel-inner {
	height:100%;
}
.carousel-inner img {
	width:100%;
	height:100%;
}
.fill {
	width:100%;
	height:100%;
	background-position:center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
}
.carousel-fade .carousel-inner .item {
	opacity:0;
	transition-property:opacity;
}
.carousel-fade .carousel-inner .active {
	opacity:1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left:0;
	opacity:0;
	z-index:1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity:1;
}
.carousel-fade .carousel-control {
	z-index:2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity:0;
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
	}
	
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity:0;
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
	}
	
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity:1;
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
	}
}

/*** HP Slide Mobile
*******************************************************************************/
.slide-mobile {
	position:relative;
	height:100%;
}
.slide-mobile .slide1 {
	background:url(../images/slide2.jpg) no-repeat center center;
	background-size:cover;
	height:100%;
}

/*** Slide Internal
*******************************************************************************/
.slide-internal {
	background-size:cover;
	background-color: #f1f1f1;
}

/*** Internal box
*******************************************************************************/
.internal-box {
	margin-top:50px;
	margin-bottom:30px!important;

}
.internal-box .btn-group .btn {
	width:65px;
}
.internal-box .Qs .col-md-9 {
	font-size:16px;
}
.internal-box .Qs {
	margin-bottom:20px;
	padding-bottom:20px;
}
.internal-box .Qs button {
	margin-bottom: 2px;
}
#btnCredit.btn-lg {
	font-size: 20px;
}
.btn-group, .btn-group-vertical {
    position: static;
    text-align: center;
    display: inline;
    width: 200px !important; 
}
.internal-box .tagline h2 {
	margin:0;
	padding: 0px 0 10px 0;
	line-height:normal;
	font-weight:300;
	text-align: center;
	color: #333;
}
.internal-box input[type="text"],
.internal-box input[type="tel"],
.internal-box input[type="email"],
.internal-box input[type="number"],
.internal-box input[type="phone"] {
	height:40px!important;
	border:none;
	margin:0;
	margin-bottom:10px;
	font-size:18px;
	border:solid 1px #ccc;
}
.internal-box select {
	margin-bottom:15px;
}
.internal-box label {
	font-size:18px;
}
.internal-box label.tcpa, .internal-box p.tcpa {
	font-weight:400!important;
	font-size: 12px;
}
.internal-box label.checkbox {
	margin-left:20px;
	margin-bottom:15px;
}

.internal-box .creditors {
	font-size:14px;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	width:400px;
}
.internal-box .creditors .trans1 {
	color:#888785;
}
.internal-box .creditors .trans2 {
	color:#0c8f6c;
}
.internal-box .creditors .equifax {
	color:#7c2641;
}
.internal-box .creditors .experian {
	color:#2358a4;
}

.slide-internal p.lead {
    margin-bottom: 15px;
}
p.tcpa-copy {
    margin-top: 15px;
    font-size: 12px;
}
p.tcpa-copy a {
    color: #333;
}

/*** HP Searchbox
*******************************************************************************/
.hp-searchbox {
	position:absolute;
	top:350px;
	width:100%;
	z-index:1000;
}
.hp-searchbox .tagline {
	background-color: rgba(38, 58, 122, 0.9);
	padding:20px;
	text-align:center;
}
.hp-searchbox .tagline h2 {
	margin:0;
	line-height:normal;
	font-weight:200;
}
.hp-searchbox .tagline span {
	font-weight: 500;
}
.hp-searchbox input[type="text"],
.hp-searchbox input[type="tel"] {
	width:360px;
	height:59px!important;
	border:none;
	margin:0;
	padding:10px;
	font-weight:700;
	font-size:20px;
}
.hp-searchbox button {
	border:0!important;
	border-radius:0;
	font-size:28px;
	margin:0!important;
	padding:10px 15px;
	width:195px;
	height:59px;
	float:right;
}

/*** Copy 
*******************************************************************************/
.intro,.details {
	padding-top:30px;
	padding-bottom:30px;
}
.details p,.intro p {
	line-height:28px;
	font-size:16px;
}
.details h3 {
    color: #0065a6;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    border-bottom: 1px solid #18757d;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.details .fa {
    color: #d9534f !important;
}

/*** PreLoader
*******************************************************************************/
.preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:9999;
	background-color: #263A7A;
}
.preloader .col-md-1 {
	margin-top:33.3%;
}
.status {
	color:#fff;
}

/*** Footer
*******************************************************************************/
footer {
	padding:30px 0;
}
footer.internal {
	padding:10px 0 30px;
}

/*** Media Queries
*******************************************************************************/
@media screen and (min-width: 980px) and (max-width: 1199px) {
	.hp-searchbox {
		top:300px;
	}
	.hp-searchbox button {
			width:183px;
	}
	.hp-searchbox input[type="text"],
	.hp-searchbox input[type="tel"] {
		width:272px;
	}
	.internal-box .btn-group .btn {
    	width: 54px;
    	font-size: 14px;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.hp-searchbox {
		top:169px;
	}
	.hp-searchbox input[type="text"],
	.hp-searchbox input[type="tel"],
	.hp-searchbox button {
		width:100%;
		text-align:center;
		margin-bottom:10px;
	}
	.hp-searchbox button {
		float:none;
		font-size:24px;
	}
	.hp-searchbox .tagline {
		margin-bottom:10px;
		padding:30px 0;
	}
	.hp-searchbox .tagline h2 {
		font-size:170%;
	}
	.hp-searchbox .controls {
		background-color:transparent;
	}
	.intro h2 {
		font-size:26px;
	}
	.details h3 {
		font-size:20px;
	}
	.details img {
		width:12%;
		height:auto;
	}
	.twitter-typeahead {
		width: 100%;
	}
	.twitter-typeahead .tt-menu {
		margin-top: -10px;
	}
}

@media screen and (max-width: 767px) {
	.creditors {
		width: 90% !important;
		font-size:16px !important;
	}
	.internal-box {
		margin-top:0;
		background-color:transparent;
		color:#333;
	}
	.internal-box button {		
	}
	.internal-box .Qs .col-md-9 {
		color:#333;
	}
	.internal-box h2 {
		color:#000;
		font-size: 28px;
	}
	.internal-box .tagline h2 {
    	padding-left: 10px;
    	padding-right: 10px;
    	margin-top: 10px;
	}
	.internal-box label {
		text-align:center;
		color:#666;
	}
	.internal-box select {
		margin-top:0;
	}
	/*header .logo img {
		width: 130px;
		padding-bottom: 10px;
		height:auto;
	}*/
	.hp-searchbox {
		top: 95px;
	}
	.hp-searchbox input[type="text"],
	.hp-searchbox input[type="tel"] {
    	border-radius: 0px;
	}
	.hp-searchbox input[type="text"],
	.hp-searchbox input[type="tel"],
	.hp-searchbox button {
		width:100%;
		text-align:center;
		margin-bottom:10px;
	}
	.hp-searchbox button {
		float:none;
		font-size:24px;
	}
	.hp-searchbox .tagline {
		margin-bottom:10px;
		padding:15px 0;
	}
	.hp-searchbox .tagline h2 {
		font-size:125%;
	}
	.hp-searchbox .controls {
		background-color:transparent;
	}
	header .col-sm-6 {
		text-align:center;
	}
	header .loc {
		padding-top:0;
		padding-bottom:0px;
		font-size:10px;
	}
	.intro {
		padding-top:20px;
	}
	.details {
		padding-top:0;
	}
	.intro p,.details p {
		font-size:14px;
		line-height:22px;
	}
	.intro h2 {
		font-size:20px;
	}
	.details h3 {
		font-size:16px;
	}
	.details img.icon {
		width:12%;
		height:auto;
	}
	.details .col-sm-6 {
		border-bottom:dotted 1px #bbb;
	}
	.details .col-sm-6:last-child {
		border-bottom:none;
	}
	footer {
		font-size:12px;
	}
	.Qs {
		text-align:center;
	}
	.btn-group,select {
		margin-top:15px;
		text-align:center;
	}
	.internal-box label.tcpa {
		text-align:left;
	}
    .slide-mobile {
    	position:relative;
    	height:55%;
    }
    .padmeLR {
        padding: 0 20px 0 20px;
    }
    .btn-credit {
        font-size:14px !important;
    }
	.twitter-typeahead {
		width: 100%;
	}
	.twitter-typeahead .tt-menu {
		margin-top: -10px;
	}
    .white-box {
        padding: 10px 10px 10px 40px;
    }
    .white-box label {
        font-size: 14px;
    }
}

/***** Exit Pops
*********************************************/
#exitp {
	display: none;
	width: 600px;
	height: 400px;
	margin: 0 auto;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -300px;
	z-index: 99999999;
	background: #fff; 
	background: url(../images/bg-exitpop.jpg) no-repeat;
	background-size: contain;
}
.verbiage {
	padding: 20px 20px 10px 30px;
	width: 55%;
	color: #fff;
	font-size: 16px;
	text-align: left;
}
.verbiage h2 {
	margin: 20px 0 5px 0;
	font-size: 48px !important;
}
.verbiage h3 {
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 24px !important;
}
#exitp_bg {
    display: none; 
    width: 100%; 
    height: 100%; 
    min-height: 100%;
    position: fixed; 
    overflow: hidden;
    background-color: rgba(0,0,0,0.6); 
    z-index: 999998;
}

.disclosure label {
    color:#333;
    font-size:12px;
    font-weight:normal;
    line-height:normal;
}
.disclosure label a {
    color:#333;
}