h1.entry-title {
	display: none;
}

/* Quote Form Page */

.quote-header.form-result,
.bmc-quote-form-container.form-result,
.bmc-quote-info-form-container {
	display: none;
}

.pos-absolute {
	position: absolute;
}

.bmc-quote-form-container,
.bmc-quote-info-form-container {
	font-family: 'Roboto-Light', 'Helvetica Neueu', sans-serif;
}

.quote-header {
	color: #fff;
	background: #77787a;
	padding: 10px 0;
}

.quote-header h1 {
	font-family: 'Roboto', 'helvetica', 'arial', sans-serif;
	font-weight: 900;
}

.quote-home-container {
	padding: 0px 10% 80px;
}

.quote-home-container h2 {
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: normal;
	margin: 20px 0;
}

.quote-home-container h3 {
	font-size: 1.3rem;
	font-weight: bold;
}

.quote-home-spacing {
	width: 60%;
	border-bottom: 1px solid #f1f1f1;
	margin: 30px auto 30px;
}

.quote-home-buttons {
	width: 90%;
	margin: 50px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.quote-home-button {
	width: 25%;
	border: 2px solid #d8d8d8;
	padding: 10px;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
}

.quote-home-button:hover,
.quote-home-button.button-selected {
	border-color: red;
}

.quote-home-button i.fa {
	width: 100%;
	font-size: 2.5rem;
	line-height: 3rem;
}

.quote-home-coupon {
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
}

#quote-coupon {
	text-align: center;
	flex-basis: 30px;
}

#get-started {
	background: transparent;
	display: flex;
	align-items: center;
	margin: 15px auto 0;
	border: 0;
	font-size: 2rem;
	cursor: pointer;
	outline: none;
}

#get-started img {
	padding-right: 10px;
}

#get-started span {
	border-bottom: 2px solid #000;
	font-weight: bold;
	line-height: 2rem;
}

input[type=checkbox],
input[type=radio] {
	margin-right: 5px;
}

.invalid-coupon {
	display: none;
	color: red;
}

/* Form Styling */

.quote-forms-container {
	display: none;
}

.quote-form-header {
	/*display: none;*/
	position: relative;
}

.quote-form-header h1 {
	color: red;
	margin-bottom: 30px;
	font-family: 'Roboto Bold', sans-serif;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}

.quote-form-header .btn-form-header-back {
	position: absolute;
	left: 12%;
	font-weight: bold;
	font-size: 0.9rem;
	cursor: pointer;
	outline: none;
}

.quote-form.hidden {
	display: none;
}

.quote-form.form-open form {
	width: 50%;
	margin: 0 auto;
}

.quote-form .form-group.form-inline,
.quote-form .form-group.form-inline .checkbox label,
.quote-form .form-group.form-inline label.radio-inline,
.quote-info-form .form-group.form-inline,
.quote-info-form .form-group.form-inline .checkbox label,
.quote-info-form .form-group.form-inline label.radio-inline {
	justify-content: flex-start;
}

.quote-form .form-group.form-inline > label,
.quote-info-form .form-group.form-inline > label {
	justify-content: flex-end;
	text-align: right;
}

.quote-form .form-group.form-inline select,
.quote-info-form .form-group.form-inline select {
	width: 100%;
}

.form-buttons-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.btn-submit-form {
	background: transparent !important;
	display: flex;
	align-items: center;
	border: 0 !important;
	font-size: 1.5rem;
	cursor: pointer;
	outline: none !important;
	padding: 0;
	box-shadow: none !important;
}

.btn-submit-form img {
	padding-right: 10px;
}

.btn-submit-form span {
	color: red;
	font-weight: bold;
	line-height: 2rem;
}

.btn-reset-form {
	background: transparent !important;
	outline: none !important;
	box-shadow: none !important;
	cursor: pointer;
}

.quote-form {
	padding-bottom: 100px;
}

/* Quote result page */

.bmc-quote-result-container {
	display: none;
}

.bmc-quote-result-container.form-result {
	display: block;
}

.bmc-quote-result-container {
	padding-bottom: 100px;
}

.quote-result-header h1 {
	color: #777;
	font-weight: bold;
	font-size: 3rem;
	line-height: 5rem;
}

.quote-result-text h2 {
	color: #3b3b3b;
	font-size: 1.1rem;
	line-height: 1rem;
}

.bmc-quote-result-row-container {
	border-top: 1px solid #ccc;
	margin-top: 30px;
	padding-top: 30px;
}

.bmc-quote-result-row {
	color: #777;
	display: flex;
	justify-content: space-between;
}

.bmc-quote-result-row.total-row {
	color: #e50621;
	font-weight: bold;
}

.bmc-quote-result-row > div {
	flex: 1;
}

.bmc-quote-result-item-value {
	text-align: right;
}

.bmc-quote-result-item-value.subtotal {
	border-top: 1px solid #ccc;
}

.bmc-quote-result-spacer {
	width: 100%;
	margin-top: 20px;
	display: flex;
}

.bmc-quote-result-footer {
	padding-top: 50px;
}

.bmc-quote-result-footer p,
.bmc-quote-result-footer ul li {
	font-size: 0.9rem;
	font-family: 'Roboto-Light', 'Helvetica Neueu', sans-serif;
}

.bold-and-underlined {
	text-decoration: underline;
	font-weight:bold;
}

.bmc-quote-result-options {
	display: flex;
	justify-content: space-between;
}

.bmc-quote-result-options a {
	color: #777;
	font-size: .9rem;
}

.bmc-quote-result-options a#quote-change-options {
    color: red;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 4rem;
}

.bmc-quote-result-options.result-options-top {
	justify-content: center;
}

.bmc-quote-result-options a#quote-print i.fa {
	font-size: 1.5rem;
}

#quote-accept {
	background: transparent;
	display: flex;
	align-items: center;
	border: 0 !important;
	margin-top: 30px;
	font-size: 1.5rem;
	cursor: pointer;
	outline: none !important;
	padding: 0;
	box-shadow: none !important;
}

#quote-accept img {
	padding-right: 10px;
}

#quote-accept span {
	color: red;
	font-weight: bold;
	line-height: 2rem;
}

a.contact-us-link {
	color: #3b3b3b;
}

/* personal info form */

.bmc-quote-info-form-container {
	padding-top: 75px;
	padding-bottom: 100px;
}

.quote-info-form {
	width: 50%;
	margin: 0 auto;
}

#submit-quote:hover {
	cursor: pointer;
}

a.bmc-red {
	color: #ff0000 !important;
}


/* mobile */

@media screen and (max-width: 767px) {
	.quote-home-container {
		padding: 0;
	}
	
	.quote-header {
		margin: 0 -15px;
	}
	
	.quote-result-header h1 {
		font-size: 2rem;
		line-height: 3rem;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.quote-home-buttons {
		width: 100%;
		flex-direction: column;
		margin-bottom: 30px;
	}
	
	.quote-home-button {
		width: 100%;
	}
	
	.quote-home-button {
		width: 100%;
		margin: 10px 0;
	}
	
	.quote-form-header h1 {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	
	.quote-form-header .btn-form-header-back {
		top: 20px;
		left: 15px;
	}
	
	.quote-form.form-open {
		width: 100%;
	}
	
	.quote-form .form-group.form-inline > label, .quote-info-form .form-group.form-inline > label {
		justify-content: flex-start;
		text-align: left;
	}
	
	label.radio-inline {
		padding-right: 15px;
	}
	
	.quote-info-form-header h1 {
		margin-top: 15px;
		font-size: 2rem;
		font-weight: bold;
	}
	
	.quote-info-form-header h3 {
		margin: 20px 0;
		font-size: 1rem;
	}
	
	.quote-info-form {
		width: 100%;
	}
}

/* print media query */

@media print {
	#wrapper-navbar,
	.bmc-quote-result-options,
	.bmc-quote-accept,
	.wrapper.prefooter,
	#wrapper-footer,
	.entry-footer	{
		display: none !important;
	}
	
	.navbar-brand img {
		width: 50%;
		margin: 0 auto;
	}
	
	ul.telephones, ul.telephones2 {
		float: left;
	}
	
	.quote-result-header h1 {
		font-size: 2rem;
	}
	
	.quote-result-text h2 {
		font-size: 1rem;
	}
	
	.bmc-quote-result-row-container {
		margin-top: 15px;
		padding-top: 15px;
	}
	
	.bmc-quote-result-container.form-result {
		padding-bottom: 0 !important;
	}
}