/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.cc-instant-quote-wrapper {
	margin: 50px 0;
	font-size: 15px;
}

.cc-instant-quote-wrapper *:focus {
	outline: none;
}

.cc-instant-quote-wrapper .text-right {
	text-align: right;
}

.cc-instant-quote-wrapper .text-center {
	text-align: center;
}

.cc-instant-quote-wrapper .caldera-grid label {
	font-weight: normal;
}

.cc-instant-quote-wrapper .total-line {
	font-size: 20px;
	font-weight: normal;
}

.cc-instant-quote-wrapper .cf-toggle-switch .btn-success,
.cc-instant-quote-wrapper .cf-toggle-switch .btn-success:hover,
.cc-instant-quote-wrapper .cf-toggle-switch .btn-success:focus {
	background-color: #01c2e5;
	border-color: #01c2e5;
}

.cc-instant-quote-wrapper .iq-btn.iq-submit {
	background-color: transparent;
	border-color: #01c2e5;
	color: #01c2e5;
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;
}

.cc-instant-quote-wrapper .iq-btn.iq-submit:hover,
.cc-instant-quote-wrapper .iq-btn.iq-submit:focus {
	background-color: #01c2e5;
	color: #fff;
}

.cc-instant-quote-wrapper .iq-info {
	margin: 5px 0 15px;
	display: inline-block;
}

.cc-instant-quote-wrapper .iq-info a {
	text-decoration: underline;
}

/*tabs*/
.iq-nav-tabs {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
.iq-nav-tabs li {
	border-color: #ccc;
	border-style: solid;
}
.iq-nav-tabs li a {
	color: #5c6c7e;
	font-weight: normal;
	padding: 5px 15px;
	text-align: center;
	vertical-align: middle;
}
.iq-nav-tabs li:first-child {
	border-width: 1px;
}
@media (min-width: 768px) {
	.iq-nav-tabs {
		display: table;
	}
	.iq-nav-tabs li {
		display: table-cell;
		border-width: 1px 1px 1px 0;
	}
	.iq-nav-tabs li a {
		display: inline-block;
	}
}
@media (max-width: 767px) {
	.iq-nav-tabs li {
		border-width: 0 1px 1px;
	}
	.iq-nav-tabs li a {
		display: block;
	}
}
.iq-nav-tabs li.active {
	background-color: #01c2e5;
	border-color: #01c2e5;
}
.iq-nav-tabs li.active a {
	color: #FFF;
}
.iq-nav-tabs {
	margin-bottom: 50px;
}

/* tab content */
@media (min-width: 992px) {
	.iq-caldera-forms {
		min-height: 320px;
	}
}
@media (max-width: 991px) {
	.iq-caldera-forms {
		margin-bottom: 50px;
	}
}

/*buttons*/
.caldera-grid .iq-btn {
	border: medium none;
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	line-height: inherit;
	padding: 0 15px;
	width: inherit;
}

/*summary-table*/
.cc-instant-quote-wrapper .summary-header {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0;
}
.iq-items {
	border: 1px solid #ccc;
}
.iq-single-item {
	border-bottom: 1px solid #ccc;
	padding: 15px;
}
.iq-single-item:last-child {
	border-bottom: none;
}
.iq-table {
	display: table;
	width: 100%;
}
.iq-single-item .iq-table {
	margin-bottom: 10px;
}
.iq-table-cell {
	display: table-cell;
}
.iq-table-cell.title {
	width: 80px;
}
.iq-table-cell.v-align-middle {
	vertical-align: middle;
}
.btn.iq-small-btn {
	border-width: 1px;
	font-weight: normal;
	padding: 0px 10px;
	line-height: 25px;
	height: 25px;
	min-width: inherit;
	font-size: 13px;
	text-transform: uppercase;
	display: inline-block;
}
.btn.remove-iq-item {
	background: transparent;
	color: #d9534f;
	border-color: #d9534f;
	border-style: solid;
	margin-top: 10px;
}
.btn.remove-iq-item:visited {
	color: #d9534f;
}
.btn.remove-iq-item:visited:hover {
	background: transparent;
	color: #fff;
	border-color: #d9534f;
}
.btn.remove-iq-item:hover {
	background: #d9534f;
	color: #fff;
}
.iq-nav.iq-small-btn {
	border-style: solid;
	margin-top: 10px;
	color: #01c2e5;
	border-color: #01c2e5;
}
.iq-nav.iq-small-btn:hover,
.iq-nav.iq-small-btn:focus {
	background-color: #01C2E5;
	border-color: #01C2E5;
	color: #fff;
}
.iq-total {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0;
	margin: 20px 0 5px;
}
.iq-total h3,
.iq-total h4 {
	font-weight: normal;
	margin: 10px 0;
}

.minimum-charge {
	margin: 0 0 10px;
	font-size: 85%;
}

.checkout-discount-info {
	margin-top: 0;
}