@media(max-width: 700px) {
	.content .section .measure {
/*		padding-left: 0;
		padding-right: 0;*/
	}
}

.content .section {
	padding-bottom:var(--section-padding);
	border-bottom: 6px solid #fff;
}

.content .section:first-child {
	padding-top: var(--section-padding);
}

.content .section--accent {
	  background:#f2f2f2;
	  padding-top:var(--section-padding);
}

.content .section--accent + .section {
  padding-top:var(--section-padding);
}

.sectionHeader {
	padding-bottom: 49px;
}

.sectionHeader-title {
	color: var(--color-accent);
	margin: 0;
	font-size: 55px;
	padding-right: 30px;
}

@media(max-width:40rem) {
	.sectionHeader-title {
		font-size:34px;
	}
}

.sectionHeader--small {
	padding-bottom: 34px;
}

.sectionHeader--small .sectionHeader-title {
	color: #000;
	margin: 0;
	font-size: 35px;
}

@media(max-width: 700px) {
	.sectionHeader--small .sectionHeader-title {
		font-size: 29px;
		line-height: 1.1;
	}	
}

.sectionHeader--hasButton {
	display: flex;
	justify-content: space-between;
	background:url('/wp-content/themes/westcott/static/images/line.png');
	background-repeat: repeat-x;
	background-position: top 38px left;
}

@media(max-width: 40rem) {
	.sectionHeader--hasButton {
		display: block;
	}
}

.sectionHeader-button {
	margin-top: 16px;
	padding-left: 30px;
}

@media(max-width:40rem) {
	.sectionHeader-button {
		padding-left: 0;
	}
}

.sectionHeader--hasButton .button {
	background: var(--color-accent);
	border:1px solid var(--color-accent);
	color:#fff;
	text-decoration: none;
	display: inline-block;
	font-size:15px;
	text-transform: uppercase;
	padding:12px 34px;
	transition: 0.2s background ease, 0.2s color ease;
	margin-left: 10px;
}

@media(max-width:40rem) {
	.sectionHeader--hasButton .button {
		margin-left: 0;
		margin-right: 10px;
	}
}

.sectionHeader--hasButton .button:hover {
	background:#fff;
	color:var(--color-accent);
}

.sectionHeader--hasButton .sectionHeader-title {
	background:#fff;
}

.sectionHeader--hasButton .sectionHeader-button {
	background:#fff;
}

.section--accent .sectionHeader--hasButton .sectionHeader-title {
	background:#f2f2f2;
}

.section--accent .sectionHeader--hasButton .sectionHeader-button {
	background:#f2f2f2;
}