body {
    color: #333;
    font-size: 16px;
}

header {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0158bb+0,2493fc+100 */
    background: #0158bb; /* Old browsers */
    background: -moz-linear-gradient(left, #0158bb 0%, #2493fc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0158bb 0%, #2493fc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0158bb 0%, #2493fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0158bb', endColorstr='#2493fc', GradientType=1 ); /* IE6-9 */
    padding: 20px 0;
}

footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0158bb+0,2493fc+100 */
    background: #0158bb; /* Old browsers */
    background: -moz-linear-gradient(left, #0158bb 0%, #2493fc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0158bb 0%, #2493fc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0158bb 0%, #2493fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0158bb', endColorstr='#2493fc', GradientType=1 ); /* IE6-9 */
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer .help-text {
    font-size: 20px;
    text-align: right;
    font-weight: 700;
    color: #FFF;
}

footer .help-text a {
    color: #FFF;
    cursor: default;
    display: inline-block;
    word-break: keep-all;
    white-space: nowrap
}

table {
	border-collapse: initial;
}

a {
    color: #00aeef;
}

a:focus {
    box-shadow: none
}

section {
    padding: 1px 0 20px 0;
    margin: auto
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    width: 100%;
    font-weight: 700;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 16px;
    font-weight: normal;
    color: #555;
	line-height: 22px
}
h3 {
    font-size: 24px;
    text-align: left;
    display: block;
    width: 100%;
}
h4 {
    font-size: 22px;
    color: #666;
    font-weight: normal;
    line-height: 28px
}

span.nextStepLogin {
    color: #00aeef;
    cursor: pointer;
}

.btn-primary {
    background: #00aeef;
    font-weight: bold;
    padding: 15px 10px;
    text-transform: uppercase;
    min-width: 260px;
    border: none;
    font-size: 20px;
}

.btn-primary:focus {
    box-shadow: none
}

span.bookmarkThis {
    color: #00aeef;
    cursor: pointer;
}

span.small {line-height: normal!important; display: inline-block; margin-top: 8px}
#review-block {
    text-align: center;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 22px;
    line-height: 32px;
}

#signatureForm p input {
	padding-left: 5px;
}

.customer-terms-right p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	line-height: 22px;
}

.row {
    margin: 10px auto
}

ul {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	margin-left:-20px;
}
li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
}
.terms-container {
	width:100%;
}
.scroll-terms {
	padding:8px;
	background-color:#FFF;
	border: 1px solid #999;
	/*margin-left:12px;
	margin-right:12px;
	margin-top:12px;*/
	overflow:scroll;
	overflow-x: hidden;
	height:300px;
	font-size:12px;
}

.btm-agreement {
	padding: 20px;
	background-color:#FFF;
	border: 1px solid #999;
	margin-top:12px;
}

.amendItems {
	width:50%;
}

.mid-bg {
	/*background-color: #e3e3e3;*/
}
.form-btn {
	width:111px;
	height:29px;
	background-image:url(images/btn.gif);
	color:#FFF;
	font-weight:bold;
	display:block
}
.customer-terms-left {
	width: 500px;
	float:left;
	border-right: 2px dotted #999;
	padding-right:20px;
}
.customer-terms-right {
	width: 310px;
	float:left;
	margin-left:25px;
}

.bg-lt-blue {
    background: #e9f7fe;
}

/*progressbar*/
#progressbar {
    margin: 30px auto;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    text-align: center;
    padding: 0;
    width: 100%;
}
#progressbar li {
    list-style-type: none;
    color: #CCC;
    font-size: 14px;
    width: 24.5%;
    float: left;
    position: relative;
    line-height: 18px
}
#progressbar li span {
    display: inline-block;
    margin-left: 8px;
    font-weight: 700
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 27px;
    height: 27px;
    line-height: 27px;
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    font-weight: 700;
    background: #CCC;
    border-radius: 27px;
    margin: 0 auto 10px auto;
}
#progressbar li:first-child:after {
    content: none;
}
#progressbar li.active:before  {
    background: #f8a516;
    color: white;
}

#progressbar li.active {
    color: #f8a516
}


.laststep {
	background: url(images/bg-frontdoor.jpg) no-repeat center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding: 0;
	min-height: 900px;
}

#bookmarkContainer {
  display: block;
}
#bookmarkContainer:not(*:root) { /* Supports only WebKit browsers */
  display: none;
}

@media screen and (max-width:1199px) {
	.upsell-icon-bg {
	    background: none
	}
	footer .help-text {
	    text-align: center
	}
	#progressbar li:before {
	    content: counter(step);
	    counter-increment: step;
	    width: 27px;
	    height: 27px;
	    line-height: 27px;
	    display: block;
	    font-size: 14px;
	    color: #FFF;
	    font-weight: 700;
	    background: #CCC;
	    border-radius: 27px;
	    margin: 0 auto 10px auto;
	}
	#progressbar li:after {
	    content: '';
	    width: 100%;
	    height: 2px;
	    background: #CCC;
	    position: absolute;
	    left: -50%;
	    top: 13px;
	    z-index: -1; /*put it behind the numbers*/
	}
	#progressbar li span {
	    margin: 0 5px;
	}
	#plan-box-a .bonus-text {
	    font-size: 17px;
	    color: #FFF;
	    margin-top: 0
	}
	#plan-box-a .callout-img {position: relative; display: block; margin: auto; max-width: 100%}	
	
	.scroll-terms {
		font-size: 10px;
	}
	
	#sendtoprinter {
		display:none;
	}
	
	.customer-terms-left {
		width:100%;
		border: none;
		padding-right: 5px;
		float: none;
	}
	.customer-terms-right {
		width: 100%;
		float: none;
		margin: 30px 0px 0px 0px;
		border-top: solid 3px #ccc;
    	padding: 5px;
	}
}


@media screen and (max-width:1050px) {

	.laststep {background: none;}
	.laststep .col-md-6 {
    max-width: 100%;-ms-flex: 0 0 100%;
    flex: 0 0 100%;}
	.laststep .d-sm-block {display: block!important; margin-top: 0; margin-bottom: 100px}
}

@media only screen and (max-width: 767px) {

	header .logo, footer .logo {
	    margin: auto;
	    display: block
	}
	
	footer {
		padding: 0px;
	}
	
	footer .logo {
	    margin: 0px auto
	}
	
	footer .help-text {
		font-size: 12px;
	}
	
	section {
	    padding-bottom: 180px
	}
	h1 {
	    font-size: 24px;
	}
	h2 {
	    margin-bottom: 0
	}
	.input-right, .input-left {
	    padding: 5px 0
	}
	.social-icons {
	    text-align: center;
	}
	.bdr-left {
	    border: none;
	    padding-left: 0;
	}
	.icon-space img {
	    display: none;
	}
	.icon-space p {
	    float: none;
	    max-width: 100%;
	}
	.activation-box {
	    background: #1066bb;
	    padding: 15px
	}
	.activation-box ol {
	    margin-left: 0
	}
	.activation-box p.text-white {
	    padding-top: 0;
	}
	.select-fix {
	    padding: 0;
	}
	#plan-box-a img {
	    max-width: 70%;
	}
	.bg-upsell {
	    background: #e5f3fa;
	}
	.cc-img {
	    max-width: 70%;
	}
	#plan-box-a .bonus-text {
	    font-size: 20px;
	    color: #FFF;
	    margin-top: 5px;
	    margin-bottom: 12px
	}
	
	#plan-box-a p {text-align: center; font-size: 20px; margin-top: 0; padding-top: 0}	
	
	.select-fix {
	    padding: 0; margin: 10px auto
	}
	
	.upsell-icon-bg img {max-width: 35%}
	
	.authorize-img {max-width: 35%}
	
	[data-tooltip]:before {
		width:256px; left: -200px;bottom:28px;
	}
	
	.container {
	    width: 100%;
	    padding-right: 0px;
	    padding-left: 0px;
	    margin-right: auto;
	    margin-left: auto;
	}
	
	.scroll-terms {
		font-size: 9px;
	}
	
	#sendtoprinter {
		display:none;
	}
	
	.customer-terms-left {
		width:100%;
		border: none;
		padding-right: 5px;
		float: none;
	}
	.customer-terms-right {
		width: 100%;
		float: none;
		margin: 30px 0px 0px 0px;
		border-top: solid 3px #ccc;
    	padding: 5px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.activation-box p.text-white {
	    padding-top: 0;
	}
}

