.page-node-type-page .main-content .page-content--inner.has-sidebar .page-content--sidebar {
	display:none;
}

.main-content .page-content--inner.has-sidebar .page-content--content {
	width:100%;
}

.layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first {
	padding-right:15%;
}

.page-node-type-page #banner h3 {
	background-color:rgba(229,114,0,0.6);
}

.contact-card {
  padding: 10%;
  background: #eee;
  border-radius: 3px;
}

.contact-card h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: 'franklin-gothic-urw-cond';
  width: 123%;
  margin-left: -23%;
  background: white;
  border-bottom:1px solid;
  margin-bottom:15%;
}

.contact-card h3 {
  font-size: 1.5em;
  font-weight: normal;
  font-family: 'franklin-gothic-urw-cond';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-card h4 {
	font-weight:normal;
	color:#666;
}

.contact-card .views-field.views-field-field-email {
	margin-bottom:15px;
}

.contact-card .views-field.views-field-field-email a {
	text-decoration:underline;
}