/*Sticky footer rules*/
* {
  margin: 0;
}

html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  margin-bottom: -200px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.signup-footer, .page-wrap:after {
  height: 200px; 
}

.signup-footer {
	background: #EEEEEE;
}


/*Make room for sticky header*/
body {
	padding-top: 150px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 200px;*/
	background: #ffffff;
	border-bottom: 1px solid #f1f1f1;
	z-index: 999;
}

/* =============================
Progress Bar Stuff
============================= */
.progress-step {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	padding-left: 8px;
	font-family: 'GothamRounded-Bold', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 20px;
}

/*.progress-step:nth-child(1) {
	margin-left: 20px;
}*/

@media screen and (max-width: 1200px) {
	.progress-step {
		width: 20px;
		height: 20px;
		padding-left: 6px;
		font-size: 16px;
		margin-left: 10px;
	}
}

@media screen and (max-width: 450px) {
	.progress-step {
		margin-left: 0px;
	}

	.progress-step:nth-child(1){
		margin-left: 0px;
	}
}

.progress-step.active {
	background: #e84c53;
	color: #ffffff;
}

.progress-step.inactive {
	background: #f1f1f1;
	color: #dddddd;
}

.progress-text {
	font-size: 20px;
	margin-left: 5px;
}

@media screen and (max-width: 1200px) {
	.progress-text {
		font-size: 14px;
	}
}

@media screen and (max-width: 468px) {
	.progress-text {
		font-size: 10px;
	}
	.lead a {
		font-size: 11px;
	}
}
.progress-text.active {
	color: #e84c53;
}

.progress-text.inactive {
	color: #dddddd;
}

/* =============================
Input Section Stuff
=============================== */

.wizard-input {
    height: 56px;
    color: #999999;
    -webkit-appearance: select;
    padding-top: 5px;
}

.input-box {
	width: 100%;
	background: #f1f1f1;
	border: 1px solid #aaaaaa;
	border-radius: 6px;
	padding: 15px;
	margin-bottom: 20px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.input-box:hover {
	box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
}

.input-box p {
	font-size: 1.5em;
	color: #999;
	margin-top: 7px;
}

.signup-btn {
	height: 80px;
	width: 25%;
	border-radius: 6px;
	background: #e84c53;
	color: #fff;
	font-family: 'GothamRounded-Bold', Helvetica, sans-serif;
	font-weight: 800;
	font-size: 32px;
	text-transform: uppercase;
	border: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

@media screen and (max-width: 768px) {
	.signup-btn {
		width: 100%;
	}
}

.signup-btn:hover {
	box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
}

.btn-signflow {
	border: 1px solid #e84c53;
	background: #ffffff;
	color: #e84c53;
	font-family: 'GothamRounded-Book', Helvetica, Arial, sans-serif;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

/*.btn-signflow:hover,*/
.btn-signflow:active,
/*.btn-signflow:focus,*/
.btn-signflow.active {
	background: #e84c53;
	color: #ffffff;
	box-shadow: none;
}

/*styling for new dropdowns*/
.estimator-input {
	height: 40px;
	overflow: hidden;
	width: 280px;
	height: 40px;
	background: url("../img/dropdown-pointer.png") no-repeat 99% 0;
	background-color: #FFFFFF;
	padding: 6px;
	color: #e84c53;
	border: 2px solid #e84c53;
	font-size: 1.75rem;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
    -moz-appearance: none;
}

/* Fields specific to wizard email capture */

.signup-email-form,
.signup-email-child-form {
    display: none;
}

/* =============================
Estimate Box Stuff
============================= */

.estimate-box {
	position: relative;
	width: 100%;
	/*height: 380px;*/
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ACC1F7;
	padding: 15px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
    margin-bottom: 20px;
}

.price-prompt {
	position: absolute;
	height: 20px;
	width: 70px;
	color: #bbb;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	border: 1px solid rgba(255,255,255,0.4);
	text-align: center;
	letter-spacing: 1.5px;
	border-radius: 0 4px 0 4px;
	top: 0;
	right: 0;
}

.price-prompt:hover {
	background: #848AFF;
	color: #fff;
}

.estimate-box:hover {
	        box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}

.estimate-title {
	color: #848AFF;
	font-size: 28px;
	text-shadow: 0px 1px 1px #ffffff;
}

.estimate-box hr {
	border-top: 1px solid #ACC1F7;
	margin: 0 auto;
}

.estimate-row {
	width: 100%;
}

.estimate-item {
	color: #848AFF;
	text-align: center;
	margin: 10px 20px;
	font-size: 24px;
}

.estimate-figure {
	color: #848AFF;
	text-align: right;
	margin: 10px 20px;
	font-family: 'GothamRounded-Book', 'Helvetica-Neue', Helvetica, sans-serif;
	font-size: 24px;
}

.estimate-total {
	border-top: 1px solid #848AFF;
	border-bottom: 2px solid #848AFF;
	margin-bottom: 20px;
}

.estimate-explanation {
    color: #848AFF;
    margin: 8px;
    font-size: 14px;
}

/*On/off Switch*/

.onoff-pad {
	padding-top: 7px;
}

.onoffswitch {
    position: relative; width: 90px;
    margin: 0 auto;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #E84C53; border-radius: 5px;
}
.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 16px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "YES";
    padding-left: 6px;
    background-color: #E84C53; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "NO";
    padding-right: 6px;
    background-color: #FFFFFF; color: #E84C53;
    text-align: right;
}
.onoffswitch-switch {
    width: 34px; /*margin: -3.5px;*/
    height: 34px;
    background: #FFFFFF;
    border: 2px solid #E84C53; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

@media screen and (max-width: 468px) {
	.signup-footer .lead {
		font-size: 14px;
	}
}

.panel-default > .panel-heading {
	color: #888;
	background-color: #fff;
}

.panel-title {
	font-size: 12px;
}

.panel-body p,
.panel-body li {
	font-size: 14px;
	color: #888;
	font-family: 'GothamRounded-Book', 'Helvetica-Neue', 'Helvetica', Arial, sans-serif;
}

.panel-body a {
	color: #e84c53;
}

@media screen and (max-width: 991px) {
	#accordion {
		display: none;
	}
}

.wiz-brand {
	width: 137.5px;
	height: 40px;
	margin-top: 20px;
}

.hour-wrapper {
	position: relative;
}

.hour-wrapper:before {
	content: "ADJUST";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -33px;
	font-size: 12px;
	height: 12px;
	width: 40px;
	color: #b1b1b1;
	text-align: center;
}

.cleaning-length {
	display: block;
	margin: 0 auto;
	padding: 5px 10px;
	border-radius: 4px;
	text-align: center;
	font-size: 24px;
	color: #848AFF;
	border: none;
}

.cleaning-length:focus {
	outline: none;
}

.hourly-price {
	text-align: center;
	font-size: 24px;
	color: #848AFF;
	margin-top: 10px;
}

.hourly-price span {
	font-size: 16px;
}

span.taxes {
	font-size: 12px;
}

.priority-warning {
	text-align: center;
	background: #E86D5C;
	color: #fff;
	padding: 5px;
	font-size: 16px;
	border-radius: 4px;
}
