
/*----- Site -----*/

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,700');

body {
	font-family: 'Fira Sans', sans-serif!important;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.clear {
	clear:both;
}


/*----- Header -----*/

#header-lp {
	padding:15px 0;
	background-color:#042f5e;
	position:relative;
}
	#header-lp .sitelogo {
		width:140px;
		height:auto;
		float:left;
	}
	#header-lp a.callnow {
		float:right;
		color:#ffffff;
		font-size:14px;
		font-weight:700;
		text-align:right;
		margin:3px 0 0 0;
		text-decoration:none;
	}
		#header-lp a.callnow img.phone-icon {
			width:12px;
			height:auto;
			display:inline-block;
			vertical-align:text-top;
			margin-right:2px;
		}
		
	

/*----- Hero -----*/
		
	#hero {
		background-color:#042f5e;
		padding:20px 0;
	}
				
	#hero #form-lp-wrapper {
		background-color:rgba(4, 47, 94, 0.9);
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	#hero #form-lp-wrapper h1 {
		text-align:center;
		color:#ffffff;
		font-size:28px;
		font-weight:700;
		margin:5px 0 15px 0;
	}
	#hero #form-lp-wrapper .form-group {
		padding-left:0;
		padding-right:0;
	}
	
	#hero #form-lp-wrapper .lp-submit-btn {
		background: #ff7e00;
		color:#ffffff;
		font-weight:700;
		text-align:center;
		font-size:18px;
		height:45px;
		width:100%;
		margin:0 auto;
		display:block;
		border-radius: 50px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		cursor:pointer;
	}
	#hero #form-lp-wrapper .lp-submit-btn:hover {
		background: #ff6000;
	}
	#hero #form-lp-wrapper p.form-call-now {
		color:#ffffff;
		font-weight:400;
		font-size:16px;
		margin-top:35px;
		text-align:center;
	}
		#hero #form-lp-wrapper p.form-call-now a {
			color:#ffffff;
		}
	#hero #form-lp-wrapper p.form-call-now span {
		display:inline-block;
		font-weight:700;
	}


/*----- Sub Steps -----*/

#header-sub-step {
	padding:15px 0;
	background-color:#042f5e;
}

	#header-sub-step .sitelogo {
		width:140px;
		height:auto;
		margin:0 auto;
		display:block;
	}
	.step-title {
		background-color:#114d8f;
		padding-top:10px;
		padding-bottom:10px;
	}
		.step-title p {
			color:#ffffff;
			font-size:18px;
			font-weight:700;
			text-align:left;
			margin:0;
		}
		
	/*-- Progress-bar --*/
	.progress-step {
		margin:0 0 10px 0;
	}
		.progress-step ul {
			padding:0;
			margin:0 auto;
			background-color:#ececec;
			border-radius:6px;
		}
		.progress-step li {
			list-style-type:none;
			font-size: 12px;
			text-align: center;
			color: #929292;
			cursor: default;
			margin: 0 1px;
			padding: 5px 4px 3px 4px;
			min-width: 65px;
			float: left;
			position: relative;
			background-color: #e8e8e8;
		}
		.progress-step li:after, .progress-step li:before {
				content: " ";
				position: absolute;
				top: 0;
				right: -6px;
				width: 0;
				height: 0;
				border-top: 13px solid transparent;
				border-bottom: 12px solid transparent;
				border-left: 6px solid #e8e8e8;	
				z-index: 2;
			}
			.progress-step li:before {
				right: auto;
				left: 0;
				border-left: 6px solid #fff;	
				z-index: 0;
			}
			.progress-step li:first-child:before, .progress-step li:last-child:after {
				border: none;
			}
			.progress-step li:first-child {
				border-top-left-radius: 4px;
				border-bottom-left-radius: 4px;
			}
			.progress-step li:last-child {
				border-top-right-radius: 4px;
				border-bottom-right-radius: 4px;
			}
	
			.progress-step li.complete {
				background-color: #042f5e;
				color:#768da7;
			}
				.progress-step li.complete:after {
					border-left-color: #042f5e;	
				}
			.progress-step li.active {
				background-color: #28a900;
				font-weight:700;
				color:#ffffff;
		
			}
				.progress-step li.active:after {
					border-left-color: #28a900;	
				}
				
	.sub-step-form-wrapper {
		background-color:#f7f7f7;
		padding-top: 30px;
		padding-bottom: 60px;
	}
		.sub-step-form-wrapper .section-title {
			color:#114d8f;
			font-size:18px;
			font-weight:700;
			text-align:left;
			margin:15px 0;
		}
		.sub-step-form-wrapper .form-group label {
			margin-bottom:1px;
			font-size:16px;
		}
		.sub-step-form-wrapper .form-control {
			height:42px;
		}
		.sub-step-form-wrapper .bday {
			text-align:center;
			width: auto;
			display: inline-block;
			padding-left:5px;
			padding-right:5px;
		}
		.sub-step-form-wrapper .submit-legal label p {
			margin-top:15px;
		}
			.sub-step-form-wrapper .submit-legal label p {
				font-size:12px;
				font-weight:400;
				color:#4a4a4a;
			}
				.sub-step-form-wrapper .submit-legal label p a {
					font-size:12px;
					font-weight:400;
				}
		.sub-step-form-wrapper .sub-submit-btn {
			background: #ff7e00;
			color:#ffffff;
			font-weight:700;
			text-align:center;
			font-size:18px;
			height:45px;
			width:100%;
			margin:0 auto;
			display:block;
			border-radius: 50px;
			-moz-border-radius: 50px;
			-webkit-border-radius: 50px;
			cursor:pointer;
		}
		.sub-step-form-wrapper .sub-submit-btn:hover {
			background: #ff6000;
		}

/*----- confirmpage -----*/


.confirmpage-wrapper {
	background-color:#f7f7f7;
	padding-top: 30px;
	padding-bottom: 60px;
	height: 70vh;
}
	.confirmpage-wrapper img.success-check {
		margin:0 auto 10px;
		display:block;
		width:40px;
		height:40px;
	}
	.confirmpage-wrapper h1 {
		font-size:18px;
		font-weight:700;
		color:#58ac00;
		text-align:center;
		margin:0 0 15px 0;
		line-height:22px;
	}
	.confirmpage-wrapper p.calling-estimate {
		font-size:16px;
		font-weight:400;
		color:#000000;
		text-align:center;
		margin:0;
		line-height:22px;
	}
		.confirmpage-wrapper p.calling-estimate span {
			color:#0082e6;
			font-size:18px;
			font-weight:700;
			display:inline-block;
			margin:0 2px;
		}
	.confirmpage-wrapper hr.confirm-hr {
		border-top-color:#b3b3b3!important;
	}





		
/*----- Footer -----*/
				
#footer {
	background-color:#f5f5f5;
	padding-top:30px;
	padding-bottom:60px;
	font-size:14px;
	color:#8c8c8c;
	font-weight:400;
	line-height:22px;
}
.sub-footer-color {
	background-color:#ededed!important;
}
	#footer p {
		margin:0;
	}
		#footer p span {
			display:inline-block;
		}
	#footer ul {
		list-style-type:none;
		padding-left:0px;
		color:#8c8c8c;
		margin-top:10px;
	}
		#footer ul li {
			color:#efefef;
			display:block;
			margin: 0;
		}
			#footer ul li a {
				cursor:pointer;
				font-weight:700;
			}		
		
		
/*-- Validation Styling --*/

.has-error .form-control {
	background-color:#FFC8C8;
}

.errorMsg {
	font-size: 13px;
	display: none;
	color: #e40000;
	margin-top: 3px;
	margin-left: 1px;
	text-align:left;
}



/*----- Confirmpage -----*/
#substep-content .confirm-page-headline {
	font-size:28px;
	font-weight:700;
	color:#000000;
	margin:0 0 15px 0;
	text-align:center;
	line-height: 32px;
}
#substep-content .confirm-page-feed-text {
	font-size:16px;
	font-weight:400;
	color:#707070;
	margin-bottom:5px;
	text-align:center;
}


/*----- Personalized -----*/
.personalized {
	background-color:#ffffff;
	margin-top:5px;
	margin-bottom:30px;
	padding:15px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position:relative;
	box-shadow: 0px 1px 3px #c7c7c7;
}

.personalized ul {
	list-style-type:none;
	padding:0;
	text-align:center;
	margin:0;
}
.personalized ul li {
	font-weight:400;
	font-size:16px;
	color:#000000;
	display:block;
}
.personalized ul li span {
	font-weight:700;
	color:#ff9600;
	margin-left:2px;
}
.personalized ul li.midspace {
	margin:0;
}


	
	
	

	/*-----------------------------*/
	/*------- Modal Windows -------*/
	/*------- Confirm page  -------*/
	/*-----------------------------*/

	#confirm-popover .modal-content {
		padding:5px 10px;
		margin:10px;
		text-align:center;
	}

	#confirm-popover .modal-content .modal-header {
		color:#2b85c7;
		font-size:1.25em;
		padding-bottom:0px;
	}

	#confirm-popover .modal-content .modal-body {
		color:#333333;

		font-size:1.125em;
	}

	#confirm-popover .modal-content .modal-body .attention {
		font-weight:700;
		color:#ff9600!important;
	}

	#confirm-popover .modal-content .modal-body .number {
		font-size:1.375em;
	}

	.modal-content .modal-body .sm-text {
		font-size:0.875em;
	}

	#confirm-popover .modal-content .modal-body .phone-ring {
		margin-bottom: 15px;
		width: 55px;
		height: auto;
	}

	#confirm-popover .modal-content .modal-body .no-accept {

		font-size:1.125em;
		color:#E00000;
	}

	#confirm-popover .modal-content .modal-footer {
		color:#5e5e5e;

		font-size:.75em;
		text-align:center;
		margin-top:0px;
		padding: 10px 20px 12px;
	}

	#confirm-popover .modal-content .modal-footer a{
		color:#5e5e5e;
	}
	
	#call-end {
		padding-top:0.75em;
		margin-bottom:0.625em;
		text-align:center;
		font-weight:700;
	}

	#call-end .action-msg {
		font-weight:400;
		font-size:1.25em;
		color:#ffffff;
		margin-top:5px;
		margin-left: -15px;
		margin-right: -15px;
	}

	#call-end .feed-title {
		font-size:1em;
		color:#ffffff;
		margin-left: -15px;
		margin-right: -15px;
	}



/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	/*----- Header -----*/
	#header {
		padding:0 0 15px 0;
	}
		#header .sitelogo {
			float:left;
			margin-top: 20px;
		}
		#header p.callnow {
			display:inline-block;
			float:right;
			color:#ffffff;
			font-size:16px;
			font-weight:400;
			text-align:right;
			margin-top: 10px;
			line-height: 22px;
		}
		#header p.callnow a {
			display:block;
			color:#ff9600;
			font-size:20px;
		}
		
	#hero {
		background-image:url('/v_is_sem_red_n_1/images/herobg1-lg.jpg');
		background-size:cover;
		background-position:center;
		background-repeat: no-repeat;
		height: 60vh;
	}
		#hero #form-lp-wrapper h1 {
			font-size:32px;
			margin-bottom:30px;
		}
		#hero #form-lp-wrapper h2 {
			font-size:26px;
			font-weight:400;
			color:#ffffff;
		
		}
		#hero .secondary-header-lp {
			padding-top:0;
			position:relative;
		}
			#hero .secondary-header-lp img.sitelogo-desktop {
				margin:0 auto;
				display:block;
				width:220px;
				height:auto;
			}
			#hero .secondary-header-lp a.callnow-desktop {
				color:#ffffff;
				font-size:20px;
				font-weight:700;
				text-align:right;
				margin:3px 0 0 0;
				text-decoration:none;
				position: absolute;
				top: 3px;
				right: 0;
				display: block;
			}
			#hero .secondary-header-lp a.callnow-desktop:hover {
				color:#0085ff;
			}
				#hero .secondary-header-lp a.callnow-desktop img.phone-icon {
					width:20px;
					height:auto;
					display:inline-block;
					vertical-align:text-top;
					margin-right:2px;
				}
	#hero #form-lp-wrapper {
		margin-top:30px;
		padding-top:20px;
		padding-bottom:10px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#hero #form-lp-wrapper .form-group {
		padding-left:0;
		padding-right:8px;
	}
	#hero #form-lp-wrapper p.form-call-now {
		margin-top: 25px;
	}
	
	
	#header-sub-step .sitelogo {
		width:180px;
	}
	/*-- Progress-bar --*/
	.progress-step {
		margin-bottom:20px;
	}
	.progress-step li {
		min-width: 130px;
		font-size:14px;
		padding:7px 6px 5px 6px;
		margin: 0 1px;
	}
	.progress-step li:after, .progress-step li:before {
			right: -9px;
			border-top: 17px solid transparent;
			border-bottom: 15px solid transparent;
			border-left: 9px solid #e8e8e8;
		}
		.progress-step li:before {
			border-left: 9px solid #fff;
		}
		.progress-step li.complete span:before {
			opacity: 1;
			content:url('/v_is_sem_red_n_1/images/complete-icon.png');
			position: absolute;
			top: 7px;
			left: 26px;	
		}
		
	.sub-step-form-wrapper .form-group label {
		font-size:14px;
	}	
	.sub-step-form-wrapper {
		padding-top:30px;
		padding-bottom:150px;
	}
	.sub-step-form-wrapper .sub-submit-btn {
		width:200px;
		margin:30px 0 0 0;
	}
		
	#footer ul li {
	    color: #efefef;
	    display: inline-block;
	    margin: 0 15px 0 0;
	}	
	.errorMsg {
		text-align:left;
	}
	.personalized ul li {
		display:inline-block;
	}
	.personalized ul li span {
		margin-left:5px;
	}
	.personalized ul li.midspace {
		margin:0 80px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	#hero {
		height: 70vh;
	}
		#hero #form-lp-wrapper {
			padding-top: 25px;
			padding-bottom:20px;
		}
			#hero #form-lp-wrapper h1 {
				font-size: 36px;
				margin-bottom: 30px;
				text-align: left;
			}
			#hero #form-lp-wrapper .lp-submit-btn {
				width: 180px;
				margin: 0;
			}
			#hero #form-lp-wrapper p.form-call-now {
				text-align:left;
				margin-top:35px;
			}
	.confirmpage-wrapper h1 {
		font-size:20px;
		line-height:24px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
}


