.quote-form {
	width: 940px;
	padding: 0 20px 20px 20px;
}

.quote-form * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.region-quote-form-left {
	width: 470px;
	float: left;
}
.region-quote-form-right {
	width: 470px;
	float: left;
	border-left: 1px solid #d9efeb;
}


/*
=====
QUOTE FORM MENU
=====
*/
.qf-menu {
	margin-bottom: 0;
	border-bottom: 1px solid #d9efeb;
}
.qf-menu ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}
.qf-menu ul.menu li {
	float: left;
	width: 156px;
	background: #019788;
	text-align: center;
	list-style: none;
	height: 30px;
	line-height: 30px;
}
.qf-menu ul.menu li a {
	color: #fff;
	text-decoration: none;
}
.qf-menu ul.menu li:nth-child(2) {
	border-left: 1px solid #d9efeb;
	border-right: 1px solid #d9efeb;
	width: 158px;
}
/*
=====
QUOTE FORM CONTENT
=====
*/
.qf-content {
	background: rgba( 0, 110, 99, 1 );
	margin-bottom: 0;
	padding: 15px;
	color: #fff;
	
	height: 254px;
	/* quick hack */
}
.qf-content h1 {
	font-weight: lighter;
	font-family: 'HelveticaNeueW02-Thin';
	font-size: 24px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

/*
=====
QUOTE FORM COMMUTER TICKETS
=====
*/
.qf-commuter-tickets {
	width: 235px;
	margin-bottom: 0;
	float: left;
}
.qf-commuter-tickets p {
	margin: 0;
}
.qf-commuter-tickets p img {
	display: block;
}

/*
=====
QUOTE FORM TRUSTPILOT BOX
=====
*/
.qf-trustpilot-box {
	background: #424242;
	width: 235px; height: 145px;
	margin-bottom: 0;
	float: left;
}
.qf-trustpilot-box .trustpilot-widget {
	height: 130px;
	overflow: hidden;
	margin-top: 5px;
}

/*
=====
COMMUTER ALERTS
=====
*/
.qf-commuter-alerts {
	background: #B9DCD6;
	margin-bottom: 0;
}
.qf-commuter-alerts p {
	font-weight: lighter;
	font-family: 'HelveticaNeueW02-Thin';
	font-size: 22px;
	margin: 0;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
}
.qf-commuter-alerts p a {
	background: url(../images/qf-commuter-alerts.png) center right no-repeat;
	width: 100%; height: 100%;
	display: block;
	color: #18614D;
	text-decoration: none;
}

/*
=====
NEWSLETTER SIGNUP
=====
*/
.qf-newsletter-signup {
	background: rgb(66,66,66);
	background: -moz-linear-gradient(top, rgba(66,66,66,1) 0%, rgba(5,5,4,1) 100%);
	background: -webkit-linear-gradient(top, rgba(66,66,66,1) 0%,rgba(5,5,4,1) 100%);
	background: linear-gradient(to bottom, rgba(66,66,66,1) 0%,rgba(5,5,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#050504',GradientType=0 );
	
	margin-bottom: 0;
}
.qf-newsletter-signup p {
	font-weight: lighter;
	font-family: 'HelveticaNeueW02-Thin';
	font-size: 22px;
	margin: 0;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
}
.qf-newsletter-signup p a {
	background: url(../images/qf-newsletter-signup.png) center right no-repeat;
	width: 100%; height: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
}

.qf-newsletter-modal {
	background: #000;
	display: none;
	padding: 15px;
	height: 220px;
	overflow: hidden;
}

.qf-newsletter-modal .sidebar-newsletter-signup {
	margin: 0;
}

.qf-newsletter-modal .sidebar-block-give-feedback,
.qf-newsletter-modal .sidebar-block-social-media {
	display: none;
}

/*
=====
TRUSTPILOT BAR
=====
*/
.qf-trustpilot-bar {
	background: #424242;
	margin-bottom: 0;
	border-bottom: 1px solid #d9efeb;
	height: 31px;
	padding: 0 15px;
}
.qf-trustpilot-bar p {
	margin: 0;
	padding: 0;
	text-align: right;
	color: #fff;
}
.qf-trustpilot-bar iframe {
	padding-top: 5px;
	float: right;
	width: 235px;
}
/*
=====
HACKS
=====
*/
body.front article.node-1 {
	display: none;
}


/*
=====
COACH HIRE PAGE
=====
*/
#page-coach-hire {

}

.page-coach-hire .coach-hire-main {
	background: #fff;
	padding: 20px;
	width: 940px;
	margin-left: -20px;
	margin-top: 20px;
}
.page-coach-hire .coach-hire-main .coach-hire-content {
	width: 640px;
	float: left;
}
.page-coach-hire .coach-hire-main .coach-hire-content .node-coach-hire-page {
	padding: 0;
}
.page-coach-hire .coach-hire-main .coach-hire-sidebar {
	width: 280px;
	float: left;
	margin-left: 20px;
}

/*
=====
COACH HIRE PAGE IMAGE
=====
*/
.qf-coach-hire-page-image {
	background: #B9DCD6;
	margin-bottom: 0;
}
.qf-coach-hire-page-image p {
	margin: 0;
	padding: 0;
}
.qf-coach-hire-page-image p img {
	width: 100%; height: auto;
	display: block;
	
	height: 539px;
	/* quick hack */
}



/*
=====
RESPONSIVE FOR HOMEPAGE BLOCKS AND COACH HIRE PAGE
=====
*/
@media (max-width: 768px)
{
	.quote-form {
		width: 100%;
		padding: 0;
	}
	
	.region-quote-form-left,
	.region-quote-form-right {
		width: 100%;
	}
	
	.region-quote-form-right {
		border-left: 0px;
	}
	
	.qf-menu {
		background: #1F9984;
	}
	.qf-menu ul.menu li,
	.qf-menu ul.menu li:nth-child(2) {
		width: 33.33%;
	}
	
	.qf-content {
		height: auto !important;
	}
	
	.qf-commuter-alerts {
		margin-top: 20px;
	}
	
	.qf-newsletter-signup {
		margin-bottom: 20px;
	}
	
	.qf-salesforce-form {
		margin-bottom: 20px;
	}
	
	.qf-commuter-tickets,
	.qf-trustpilot-box {
		display: none;
	}	
	
	.page-coach-hire .coach-hire-main {
		background: none;
		width: auto;
		margin-left: 0;
		padding: 0;
	}
	.page-coach-hire .coach-hire-main .coach-hire-content {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	.page-coach-hire .coach-hire-main .coach-hire-content .node-coach-hire-page {
		padding: 20px;
	}	
	.page-coach-hire .coach-hire-main .coach-hire-sidebar {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	
	.qf-coach-hire-page-image p img {
		height: auto;
	}
}

@media (max-width: 667px)
{
	.qf-menu {
		background: none;
		margin-bottom: 20px;
	}
	
	.qf-menu ul.menu li,
	.qf-menu ul.menu li:nth-child(2) {
		background: #006247;
		width: 100%; height: 40px;
		line-height: 40px;
		
		float: none;
		margin-bottom: 3px;
		text-align: left;
		border: 0;
	}
	
	.qf-menu ul.menu li a {
		display: block;
		text-indent: 40px;
		font-size: 20px;
		background: url(../images/bg-iphone-layout-plus.png) no-repeat 20px 13px;
	}
	.qf-menu ul.menu li a:hover {
		background: url(../images/bg-home-tab-nav-on.jpg) repeat-x 1px 0px;
	}
}