@import "bootstrap-3.3.2.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;
	font-family: 'Rubik', sans-serif;
}
.center-me {
	float:none;
	margin:0 auto;
}
.btn{
    white-space:normal !important;
    word-wrap:break-word; 
}
button:focus {outline:0 !important;}
a.btn-nointrest {
	font-size: 16px; 
	padding-top: 10px; 
	text-decoration: none !important; 
	color: #333 !important;
}
#confirmemail {
    display: none;
}
.btn{
    white-space:normal !important;
    word-wrap: break-word; 
}
.subheading{
	font-size: 18px !important;
	color: #38424d !important;
	text-align: center;
}


/***** 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;
}

/*** Remove Spinner nav from number input field
*******************************************************************************/
/* Number inputfield - remove number spinner for Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
/* Number inputfield - remove number spinner for Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*** 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{
	height: 100px;
	background-color: rgba(191, 199, 208, 0.95);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
}
footer {
	background: #fff;
}
header .loc {
	color: #415972;
}
header .loc span {
	color: #ffbe00;
}
header i{
	color: #138c46;
	font-style: normal;
}
.hp-searchbox button, #exitp a {
    background-color: #f6771e;
    color:#fff;
}
.hp-searchbox button:hover, #exitp a:hover {
	/*background-color: #aee800;*/
	color:#fff;
}
footer, footer a {
    color: #38434e;
	font-weight:400;
}

footer a:hover, footer.internal a:hover {
	color:#38434e;
}
footer.internal {
	background-color:transparent;
	color:#999;
}
.hp-searchbox .tagline {
	color:#fff;
}
.hp-searchbox .tagline span {
	color:#f6771e !important;
	text-decoration: underline;
}
.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,
.internal-box p.tcpa small, 
.internal-box p.tcpa small a {
    font-size: 12px;
    color:#333;
}

.slide-internal p.lead {
    margin-bottom: 15px;
}
form button{
	margin-top: 20px;
}
form input{
	color: #38424d
}
p.tcpa-copy {
    margin-top: 15px;
    font-size: 12px;
}
p.tcpa-copy a {
    color: #333;
    font-size: 13px;
}

/*** 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 .logo img {
	width: 150px;
	height: auto;
	margin: 25px 0px;
}
header .logo2  {
		display: none;
	}	
header .loc {
	padding-top:30px;
}

/*** BX Slider
*******************************************************************************/
.bxslider{

}
.bx-wrapper{
	border: 0px;
}

/*** HP Carousel
*******************************************************************************/
.carousel {
	position:relative;
}
.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/slide1.jpg) no-repeat center center;
	background-size:cover;
	height:100%;
}

/*** Slide Internal
*******************************************************************************/
.slide-internal {
	background-size:cover;
	background-color: #f1f1f1;
	margin-top: 100px;
	min-height: 70vh;
}

/*** 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: -8px;
}
#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;
	margin-bottom: 20px;
	padding: 0px 0 10px 0;
	line-height:normal;
	font-weight:400;
	text-align: center;
	color: #38424d;
}
.internal-box .tagline span{
	font-size: 18px;
	font-weight:normal;
	margin: 15px 0px;
	display: block;
}
.internal-box p{
	color: #31383f;
	margin: 20px 0px;
	font-size:14px;
}
.internal-box ul {
	list-style: none;
	padding: 0;
	margin: 0 24%;
}

.internal-box li {
	padding-left: 2em;
	text-indent: -.7em;
	text-align: left;
	margin-bottom: 5px;
}

.internal-box li::before {
	content: "o ";
	color: #f6771e;
	padding-right: 5px;
	font-weight:bold;
}

.internal-box .customList{

}
.internal-box .customList li{
	display: inline-block;
}
.internal-box .customList li::before{
	content: "";
}
.internal-box .customList li:first-child{
	color: #209953;
}
.internal-box .customList li:nth-child(2) {
	color: #590d1d;
}
.internal-box .customList li:nth-child(3) {
	color: #17477b;
}
#vertical-center-heading{
	margin-top:15vh;
}
.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:50px!important;
	border:none;
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
	padding: 10px 20px;
	border: solid 1px #ccc;
	outline:0 !important;
}
.internal-box select {
	margin-bottom:15px;
	min-width: 250px;
	height:45px;
	outline: 0 !important;
}
.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;
}



/*** HP Searchbox
*******************************************************************************/
.hp-searchbox {
	position:relative;
	top:-300px;
	width:100%;
	z-index:1;
}
.hp-searchbox .tagline {
	/*background:url(../images/bg-hp-searchbox.png);*/
	padding:20px;
	text-align:center;
}
.hp-searchbox .tagline h2 {
	margin:0;
	line-height:1.3;
	text-transform:uppercase;
	font-weight:400;
	text-shadow: 0px 2px 5px #000;
	font-size: 35px;
}
.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;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	outline: 0 !important;
}
.hp-searchbox button {
	border:0!important;
	border-radius:0;
	font-size:20px;
	margin:0!important;
	padding:10px 15px;
	width:195px;
	height:59px;
	float:right;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/*** Copy 
*******************************************************************************/
.intro h2 {
	margin:10px 0 15px;
	line-height: 1.5;
	color: #38424d;
	font-weight: 400;
	font-size: 30px;
}
.intro h2 a{
	color: #f6771e;
	font-style: normal;
}

.intro,.details {
	padding-bottom:30px;
}
.details h3{
	color: #38434e;
	line-height: 1.3;
}

.details p,.intro p {
	line-height:28px;
	font-size:16px;
	color: #415972;
}
.details h3 img {
	margin-right:5px;
}
.antiVirusList{
	margin: 5px 0px 10px;
}
.antiVirusList img{
	display: inline-block;
	margin-right:15px;
}
.btn-orange, .btn-orange2{
	background-color: #f6771e;
	color: #fff;
	padding: 0px 60px;
	line-height: 3.7;
	min-width: 200px;
	margin: 20px auto 15px;
	text-transform: uppercase;
}

.btn-orange:hover,.btn-orange:active, .btn-orange:visited{
	color: #fff;
}

.btn-normal{
	background:none;
	color: #415972;
	padding: 0px 60px;
	line-height: 3.7;
	min-width: 200px;
	margin: 20px auto;
	border: 1px solid #415972;
	text-transform: uppercase;
}
.bt-dark-gray{
	background: #70767c;
	color: #fff;
}
.bt-dark-gray:hover{
	color: #fff;
}

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

/*** Footer
*******************************************************************************/
footer {
	padding:30px 0;
	-webkit-box-shadow: 0px -4px 3px 0px rgba(237,234,237,1);
	-moz-box-shadow: 0px -4px 3px 0px rgba(237,234,237,1);
	box-shadow: 0px -4px 3px 0px rgba(237,234,237,1);
}
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;
	}
	.intro
	{
		margin-top: -160px;
	}	
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.hp-searchbox {
		top: -300px;
	}
	.hp-searchbox input[type="text"],
	.hp-searchbox input[type="tel"],
	.hp-searchbox button {
		width:100%;
		text-align:center;
		margin-bottom:10px;
	}
	.intro
	{
		margin-top: -160px;
	}
	.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;
	}
	.antiVirusList img{
		height : 50px;
	}
	.twitter-typeahead {
		width: 100%;
	}
	.twitter-typeahead .tt-menu {
		margin-top: -10px;
	}
}

@media screen and (max-width: 767px) {
.btn-orange{
	line-height: 3 !important;;
	padding: 0px 10px !important; 
}
.btn-orange2{
	line-height: 1.8 !important;;
	padding: 0px 10px !important; 
}
.btn-normal{
	line-height: 1.8  !important;;
	padding: 0px 10px !important; 
}
	.internal-box ul{
		margin: 0px;
	}
	.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: 20px;
    	padding-right: 20px;
    	margin-top: 20px;
	}
	.internal-box label {
		text-align:center;
		color:#666;
	}
	.internal-box select {
		margin-top:0;
	}
	header .logo2  {
		display: none;
	}		
	header .logo img {
		width: 90px;
		margin-bottom: 10px;
		height:auto;
	}
	.hp-searchbox {
		top: -300px;
	}
	.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:10px;
		font-size:10px;
	}
	.intro {
		padding-top:0px;
		margin-top: -160px;
	}
	.details {
		padding-top:0;
	}
	.details p{
		margin-bottom: 25px;
	}
	.intro p,.details p {
		font-size:14px;
		line-height:22px;
	}
	.intro h2 {
		font-size:20px;
	}
	.intro h2 i{
		color: #f6771e;
		font-style: normal;
	}
	.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;
	}

	footer p{
		text-align: center;
		display: block;
		width: 100%;
	}
}


@media screen and (max-width: 361px) {
header{
	height: 60px;
	background-color: rgba(191, 199, 208, 0.95);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	
}
	header .logo  {
		display: none;
	}	
	header .logo2  {
		display: block;
	}		
	.hp-searchbox {
		top: -235px;
	}	
	.hp-searchbox .tagline h2 {
		font-size:120%;
	}	
	.btn-orange{
	line-height: 3 !important;;
	padding: 0px 8px !important; 
}

	.btn-orange2{
	line-height: 1.8 !important;;
	padding: 0px 8px !important; 
}

.btn-normal{
	line-height: 1.8  !important;;
	padding: 0px 8px !important; 
}

	.hp-searchbox input[type="text"],
	.hp-searchbox input[type="tel"],
	.hp-searchbox button {
		width:100%;
		text-align:center;
		margin-bottom:8px;
		height:35px!important;
		font-size:18px;
	}	
	
}
/***** 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 p{
	font-size: 12px;
	color: #31383f;
}
.disclosure label {
    color:#333;
    font-size:12px;
    font-weight:normal;
    line-height:normal;
}
.disclosure label a {
    color:#333;
}
