body {
	background-color: #F5F5F5;
	margin:10px auto;
}
.content-wrapper {
	box-shadow: 5px 5px 20px #9A9A9A;
}
.no-margin {
	margin:0;
}
.no-padding {
	padding:0;
}
header .banner,
.header .banner {
  	background-repeat: no-repeat;
  	vertical-align: baseline;
	z-index: 999;
}
header .sky-couple {
	background-image: url("../img/header.jpg");
    height: 195px;
}
header .full-sky {
	background-image: url("../img/fullsky-header.png");
    height: 195px;
}
.banner .phone {
	padding:15px 100px 0 0;
	display:block;
	font-size: 30px;
	color:#007AC3;
	font-weight: bold;
	text-shadow: 0 0 10px #ffffff;
    text-align: right;
    height: 30px;
}
header .banner h1,
.header .banner h1{
	width:auto;
	margin:auto;
	text-align: center;
	position:relative;
	display:block;
	bottom:0;
	text-shadow: 2px 2px black;
	font-weight: bold;
	padding: 48px 0 25px 0;
	font-size:33px;
}
h1.blue, h2.blue, h3.blue {
	color:#007AC3;
}
h1.red, h2.red, h3.red {
	color:#D62127;
}

h1.white, h2.white, h3.white{
	color:white;
	max-width: 720px;
}
.calculator-box {
	width: 100%;
	display:block;
	padding:20px 15px;
}

.calc-head {
	font-size: 28px;
	font-weight: 600;
	position:relative;
	width:100%;
	height:100%;
	display:block;
	text-shadow: 1px 1px #404040;
}
.calc-head i.fa {
	font-size: 3em;
}

.calculator-box i.fa {
	/*margin-right:.2em;*/
}
.calc-body ul {
	list-style-type: none;
	-webkit-padding-start: 0;
}
.calculator-box li {
	font-size: 18px;
	padding-bottom: 5px;
}
.calculator-box li .fa {
	font-size: 1.5em;
	color: white;
}
.calc-icon, .icon-text {
	display:table-cell;
	vertical-align: middle;
}
.calc-icon {
	text-align: center;
	width:25%;
}
.icon-text {
	width:75%;
}

.bg-cream {
	background-color: #fefdfb;
}
.bg-white {
	background-color: #fff;
}
.bg-af-blue {
	background-color: #403f43;
	color:#fefdfb;
	text-shadow: 0 0 2px black;
}
.bg-af-red {
	background-color: #E85158;
	color:#fff;
	text-shadow: 0 0 2px #007AC3;
}
.text-af-blue {
	color: #007AC3;
}
.support-text {
	padding: 30px 0;
	margin:auto;
	text-align: center;
}
.btn {
	cursor: pointer;
	cursor: pointer;
	padding:5px;
	border:0;
	font-weight: bold;
	text-align: center;
}
.btn-danger {
	background-color: #EB1D24;
	color:#fff;
}
.text-blue {
    color: #0F76DE;
}
.btn-danger:hover {
	background-color:#BC1214;
    color:#fff;
    text-decoration: none;
}
.btn-block{
	width: 100%;
	display:block;
	margin:auto;
}
.btn-lg {
	font-size: 18pt;
	padding: 10px auto;
	border-radius: 5px;
	margin:15px auto;
}
.form-group+.form-group>.btn {
	margin-top:35px;
}
footer {
	width:100%;
	padding:20px 15px;
}
footer .privacy-policy,
footer .address {
	text-align: center;
	font-size: 12px;
	display:block;
	padding:5px 5px 0 5px;
	line-height:2;
}
.privacy-policy .content {
    padding-top: 10px;
    display: block;
    line-height: 1.3;
    font-size: 12px;
    width: 95%;
    margin:auto;
}

.consent-text {
	padding: 10px;
	font-size: 10px;
	color:#767676;
	text-align: justify;
}
.consent img {
	display:inline-block;
	margin:5px;
}
.logo {
	display:none;
}
.img-center {
	margin:auto;
}
.free-credit-report.banner {
    background: url('../tyimg/amerifirst-1.png') no-repeat;
    margin: auto;
    height: 395px;
}
.free-credit-report img {
    margin: 300px 140px 0 0;
    float: right;
}
.free-credit-report h1.text-blue {
    display: none;
}
.btn-thank-you {
    padding: 20px 20px;
    font-size: 30px;
    background-color: #e74c3c;
    color: #fff;
    border-bottom: 4px solid #8C3522;
    border-right: 1px solid #8C3522;
    box-shadow: 2px 2px 8px #000000;
    display:inline-block;
}
.btn-thank-you:hover{background-color: #c74736;}
.btn-thank-you i.fa,
.btn-thank-you span {
    display:table-cell;
    vertical-align: middle;
    padding: 5px;
    color:#fff;
}
.btn-thank-you span {
    text-decoration: underline;
}
#testimonials { color: #333333; border-top: 1px solid #efefef; border-bottom: 1px solid #efefef;}
#testimonials h1 { padding: 30px 0 20px 0; color: #4d4d4d; text-align: center; text-transform: uppercase;}
#testimonials p { margin: 0; padding: 0; font-size: 1.3em; text-align: center; }
.testimonial-name { font-size: 1.3em; color: #444444; }
#testimonials .container { padding-left: 25px; padding-right: 35px; }
#testimonials img.title-img {box-shadow: none;}
#testimonials img { margin-top: 5px; box-shadow: 0 0 5px #eaeaea; }
/* Previous button  */
.media-carousel { margin-bottom: 0; padding: 10px 40px; }
.media-carousel .carousel-control.left { left: -12px; background-image: none; height: 40px; width : 40px; margin-top: 5px; }
/* Next button  */
.media-carousel .carousel-control.right { right: -12px !important; background-image: none; height: 40px; width : 40px; margin-top: 5px; }
/* Changes the position of the indicators */
.media-carousel .carousel-indicators { right: 50%; top: auto; bottom: 0px; margin-right: -19px; }
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li { background: #c0c0c0; }
.media-carousel .carousel-indicators .active { background: #fbfbfb; }
.media-carousel img { margin: 0 0 20px 0; }
.carousel-control { bottom: 0; color: #cccccc; font-size: 60px; left: 0; opacity: 0.5; position: absolute; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0); top: 0; width: 15%; }
.carousel-control:hover, .carousel-control:focus { color: #c1c1c1; }

/* Carousel fade */
.carousel-control.c-btn { position: relative; height: auto; width: auto; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.carousel-inner .item img { display: inline-block !important; }
.carousel-inner .item { text-align: center !important; }
#carousel_fade_product { margin: 0 auto; padding:20px 5px 0 5px; }
.carousel.carousel-fade .item { -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; -o-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out; opacity: 0; }
.carousel.carousel-fade .active.item { opacity: 1; }
.carousel.carousel-fade .active.left, .carousel.carousel-fade .active.right { left: 0; z-index: 2; opacity: 0; }
.carousel.carousel-fade .next, .carousel.carousel-fade .prev { left: 0; z-index: 1; }
.carousel.carousel-fade .carousel-control { z-index: 3; }
.carousel-indicators-container { padding: 10px; }
.carousel .inactive { position: absolute; display: block; z-index: -1; }
.carousel .inactive.active { position: relative !important; z-index: 0; }
.carousel-indicators { padding: 10px; bottom: 0; }

#about-us h1, #about-us h2.text-center {font-weight:bold;}
#about-us h2 {margin-bottom: 25px;}
#about-us p {font-size:18px;}
#about-us {padding:25px 75px;}

/* Mobile/Tablet settings */
@media (max-width: 767px) {
	.banner .phone {
        background-color: lightgrey;
        padding: 0;
        text-align: center;
	}

    .banner .phone a {
        color:#fff;
        text-shadow: 0 0 2px #007AC3;
    }
    .free-credit-report.banner {
        background: #ffffff;
        height: 200px;
    }
    .free-credit-report img {
        width:100%;
        margin: 40px auto;
    }
    .free-credit-report h1.text-blue {
        display: block;
    }
	.logo {
		padding:10px 0;
		margin:auto;
		display:block;
	}
	header .banner,
	.header .banner {
		/*background-image:url('../img/sky-header100.png');*/
		max-height: inherit;
	}

	header .banner h1,
	.header .banner h1 {
		font-size: 24px;
		text-align: center;
		padding: 10px 5px;
		background-color: grey;
		color: white;
		text-shadow: 1px 1px black;
		font-weight: normal;
	}
	.support-text {
		display:none;
	}
	.consent-text {
		width:100%;
	}
	.calculator-box {
		display:none;
	}
}
input[name=area_code]{display:none;}
#consent{display:none;}
[data-toggle="onload"]{display:none;}
@media (min-width: 768px) and (max-width:991px) {
	header .banner h1,
	.header .banner h1 {
		font-size: 30px;
	}
	header .banner h1.thank-you,
	.header .banner h1.thank-you {
		font-size: 26px;
	}
	.calc-head h2 {
		text-align: center;
		font-size: 26px;
	}
	.calc-head i.fa {
		font-size: 2.5em;
	}
	.support-text {
		padding:60px 0 0 0;
	}
	.consent-text {
		width:75%;
		float:right;
	}
}
@media(min-width: 992px) and (max-width: 1199px) {
	header .banner h1.thank-you,
	.header .banner h1.thank-you {
		font-size: 30px;
		padding-top:120px;
	}

	#about-us {padding:25px 150px;}
}
@media(min-width:1200px){
	#about-us {padding:25px 150px;}
}
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin:25px 20px 0 0;
}
.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;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix: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;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    text-transform: none;
    overflow: visible;
    margin: 0;
}
.close {
    text-shadow: 0 1px 0 #fff;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}