a {
	color: #01b0ee;
}
a:active, a:hover, a:focus {
	color: #96bc3f;
	text-decoration: none;
}
h1, h2, h3 {
	color: #1a1a1a;
}
.thankYou h4 {
	color: #529353;
	margin-bottom: 3px;
}
.thankYou ul {
	margin-top: 10px;
}
.additionalDiscountsHeader {
	margin-bottom: 20px;
}
.additonalDiscountsOffer {
	background-color: #eee;
	margin-top: 10px;
	padding: 10px 20px 10px 10px;
}
.additionalDiscountsText {
	margin-left: -10px;
}
.additionalDiscountsText h4 {
	margin-top: 2px;
}
.additionalDiscountsText p {
	color: #666;
}
.additionalDiscountsImage {
	border: 2px solid #fff;
}
.btnGeneric {
	background-color: #7fb042;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	padding: 5px 20px;
}
.btnGeneric:active, .btnGeneric:hover, .btnGeneric:focus {
	background-color: #7fb042;
}
.footnote {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
	margin-top: 5px;
	text-align: center;
	width: 100%;
}
.formAddOn {
	color: #529353;
	background-color: #f5f5f5;
}
.orderedSlide .form-horizontal .control-label {
	text-align: center;
}
/*------------------------------- PROGRESS BAR -------------------------------*/

.progressContainer {
	padding: 30px 30px 0;
	display: none;
}
.progress {
	height: 5px;
	overflow: visible;
}
.progress-bar {
	background-color: #006699;
}
#progressIcon {
	background-image: url("../images/progressIcon_3.png");
	background-size: 50px 26px;
	height: 26px;
	top: -12px;
	left: calc(0%);
	width: 50px;
	z-index: 100;
	transition: left 500ms;
	position: relative;
}
#progressPercentage {
	color: #7ac143;
	padding-top: 25px;
}

/*----- Extra Small -----*/
@media(max-width: 767px) {
.progressContainer {
	margin: 0;
}
}
/*------------------------------- PROVIDERS -------------------------------*/

#providers {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: auto;
	/* padding-bottom: 40px; */
	text-align: center;
}
#p1 {
	background: url(../images/providers_sprite.jpg) 0 -300px no-repeat;
}
#p2 {
	background: url(../images/providers_sprite.jpg) 0 -180px no-repeat;
}
#p3 {
	background: url(../images/providers_sprite.jpg) 0 -60px no-repeat;
}
#p4 {
	background: url(../images/providers_sprite.jpg) no-repeat;
}
#p5 {
	background: url(../images/providers_sprite.jpg) 0 -120px no-repeat;
}
#p6 {
	background: url(../images/providers_sprite.jpg) 0 -240px no-repeat;
}
.provider {
	display: inline-block;
	margin: 15px;
	width: 124px;
	height: 60px
}
.form-control.yearInput {
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: none;
	color: #01b0ee;
	display: inline-block;
	font-size: 56px;
	height: 80px;
	outline: medium none;
	padding: 0;
	width: 150px;
}
.yearText {
	color: #01b0ee;
	display: inline-block;
	font-size: 60px;
}
.dateCols {
	padding-left: 5px;
	padding-right: 5px;
}
.fineprint {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
}
/***********************************/
/* AUTO SPECIFIC STUFF STARTS HERE */
/***********************************/

.wellContainer {
	margin-top: 50px;
}
.wellCustom {
	font-family: 'Open Sans', sans-serif !important;
	margin-bottom: 10px !important;
	text-align: left !important;
}
.glyphClose {
	cursor: pointer;
	font-size: 20px;
}
	
/*----- Extra Small -----*/
@media(max-width: 767px) {
.textBtn {
	cursor: pointer;
	font-size: 14px;
}
.textBtnUpsell {
	background-color: #01b0ee;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
	padding: 2px 0 2px 0;
	width: 100%;
}
.textBtn:active,  .textBtn:hover,  .textBtn:focus,  .textBtnUpsell:active,  .textBtnUpsell:hover,  .textBtnUpsell:focus {
	color: #fff;
	outline: 0;
}
}

/*----- Small -----*/
@media(min-width: 768px) and (max-width: 991px) {
.textBtn,  .textBtnUpsell {
	background-color: #01b0ee;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
	padding: 2px 0 2px 0;
	width: 100%;
}
.textBtn:active,  .textBtn:hover,  .textBtn:focus,  .textBtnUpsell:active,  .textBtnUpsell:hover,  .textBtnUpsell:focus {
	color: #fff;
	outline: 0;
}
}

/*----- Medium -----*/
@media(min-width: 992px) and (max-width: 1199px) {
.textBtn,  .textBtnUpsell {
	background-color: #01b0ee;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
	padding: 2px 0 2px 0;
	width: 100%;
}
.textBtn:active,  .textBtn:hover,  .textBtn:focus,  .textBtnUpsell:active,  .textBtnUpsell:hover,  .textBtnUpsell:focus {
	color: #fff;
	outline: 0;
}
}

/*----- Large -----*/
@media(min-width: 1200px) {
.textBtn,  .textBtnUpsell {
	background-color: #01b0ee;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
	padding: 2px 0 2px 0;
	width: 100%;
}
.textBtn:active,  .textBtn:hover,  .textBtn:focus,  .textBtnUpsell:active,  .textBtnUpsell:hover,  .textBtnUpsell:focus {
	color: #fff;
	outline: 0;
}
}


.btn-default, .textBtn{font-family: 'Open Sans', sans-serif;}
/***************************/
/* END AUTO SPECIFIC STUFF */
/***************************/
