/* Header */
#btp-head {

}
#btp-head .top,
#btp-head .bot {
  font-weight: 300;
  font-size: 30px;
  line-height: 52px;
  color: #FFF;
  text-transform: uppercase;
}
#btp-head .top {
  background: #cf2630;
  border-bottom: 3px solid #FFF;
}
#btp-head .mid {
	max-height: 250px;
	overflow: hidden;
}
#btp-head .mid img {
	display: block;
	margin: 0 auto;
	max-width: none;
	width: 100%;
}
#btp-head .bot {
  border-top: 3px solid #FFF;
  background: #1b4c81;
  text-align: right;
}

/* Page General Styles */
.node-type-landing-beyond-the-panel #main {
	padding-top: 35px;
}
.node-type-landing-beyond-the-panel .field-name-body p,
.node-type-landing-beyond-the-panel .field-name-body li {
	font-weight: 300;
}
.node-type-landing-beyond-the-panel .field-name-body h2 {
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Extra content buttons */
.btp-img {
	text-align: center;
}
.btp-btn {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 15px;
	border-radius: 15px;
	background: #1b4c81;
	color: #FFF;
}
.btp-btn a {
	color: #FFF;
	font-size: 28px;
	line-height: 1em;
	font-weight: 300;
	text-decoration: none;
	display: inline-block;
	max-width: 311px;
}
.btp-btn:hover {
	background: #a4b6d8;
}
.btp-btn:hover a {
	color: #1b4c81;
}

/* Beyond the panel sections */
.btp-panels {
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 3px solid #1b4c81;
	margin-bottom: 25px;
}
.btp-panels img {
	margin-left: -60px;
	max-width: 200px;
}

.nextlevel {
	text-align: center;
	color: #000;
	font-weight: 700;
	font-size: 18px;
	border-top: 3px solid #1b4c81;
	padding-top: 25px;
	margin-top: 5px;
}


.node-type-landing-beyond-the-panel #product-selector .new {
	padding: 10px 25px;
	font-size: 16px;
	font-weight: 500;
}
.node-type-landing-beyond-the-panel #product-selector .new a {
	color: #1b4c81;
	padding: 0;
}
.view-id-beyond_the_panel_sections .views-row p {
	margin-bottom: 13px;
}
.view-id-beyond_the_panel_sections .views-row p:last-child {
	margin-bottom: 0;
}

/* Contact form */
#block-webform-client-block-818 {
	margin-top: 50px;
	margin-bottom: 25px;
	background: #a4b6d8;
	border-radius: 15px;
	padding: 15px;
}
#block-webform-client-block-818 h2 {
	font-size: 48px;
	font-weight: 300;
	line-height: 1em;
	color: #FFF;
	margin-bottom: 25px;
	text-align: center;
}
#block-webform-client-block-818 .form-item {
	margin-bottom: 0;
}
#block-webform-client-block-818 .form-item label {
	width: 105px;
	font-size: 16px;
	font-weight: 500;
	color: #1b4c81;
}
#block-webform-client-block-818 .form-item label:after {
/*	content: ":" */
}
#block-webform-client-block-818 .form-item input {
	width: 100%;
}
#block-webform-client-block-818 .form-item label + input {
}
#block-webform-client-block-818 .form-actions {
	text-align: center;
}




/* Mobile */
@media screen and (min-width: 768px) {
	.btp-img {
		text-align: inherit;
		float: right;
		margin: 0 0 15px 15px;
	}
	.btp-btn {
		float: right;
		margin: 0 0 15px 15px;
	}
	.btp-btn a {
		width: 281px;
	}

	#block-webform-client-block-818 > div {
		display: table;
		width: 100%;
	}
	#block-webform-client-block-818 .form-item {
		display: inline-table;
		width: 100%;
		margin-top: .5em;
		margin-bottom: .5em;
	}
	#block-webform-client-block-818 .form-item label {
		display: table-cell;
		width: 95px;
	}
	#block-webform-client-block-818 .form-item input {
		display: table-cell;
		margin-bottom: 0;
	}
	#block-webform-client-block-818 .form-item.webform-component--first-name,
	#block-webform-client-block-818 .form-item.webform-component--last-name, 
	#block-webform-client-block-818 .form-item.webform-component--city,
	#block-webform-client-block-818 .form-item.webform-component--state {
		width: 49%;
		float: left;
	}
	#block-webform-client-block-818 .form-item.webform-component--first-name,
	#block-webform-client-block-818 .form-item.webform-component--city {
		margin-right: 2%;
	}
	#block-webform-client-block-818 .form-item.webform-component--last-name label, 
	#block-webform-client-block-818 .form-item.webform-component--state label {
		text-align: right;
		padding-right: 10px;
	}
}
