p {
	margin: 0 0 1rem;
}
b, strong {
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
}
blockquote {
	padding: 6px 0 6px 20px;
  border-left: 4px solid #ff8700;
	background-color: #EDF1F4;
	font-style: normal;
	font-family: inherit;
}
blockquote p:last-child {
	margin-bottom: 0;
}
table {
	max-width: 100%;
	margin: 1rem 0;
	border-collapse: collapse;
	border-style: solid;
	border-color: #ddd;
}
table th {
	text-align:  left;
	font-weight:  bold;
}
table th, table td {
	padding: 5px;
}
.simplebox {
	border-left: 4px solid #ff8700;
	margin: 10px auto;
}
@media (min-width: 600px) {
	.simplebox.align-right,
	.simplebox.align-left {
		max-width: 33%;
	}
}
@media (min-width: 480px) {
	.simplebox {
		max-width: 100%;
	}
	.simplebox.align-right {
		float: right;
		margin: 10px 0 10px 20px;
	}
	.simplebox.align-left {
		float: left;
		margin: 10px 20px 10px 0;
	}
}
.simplebox-content {
	background-color: #EDF1F4;
	padding: 10px 20px;
}
.simplebox-content p:last-child {
	margin-bottom: 0;
}
.textImage {
	max-width: 100% !important;
}
.textImage-caption {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1rem;
}
.textImage-captionBody {
	opacity: 0.75;
	line-height: 1.4;
}
@media (min-width: 601px) {
	.textImage-left,
	.textImage-right {
		max-width: 33% !important;
	}
	.textImage-left {
		margin: 10px 20px 10px 0 !important;
	}
	.textImage-right {
		margin: 10px 0 10px 20px !important;
	}
}
@media (max-width: 600px) {
	.textImage-left,
	.textImage-right {
	  float: none !important;
		margin: 20px auto !important;
	}
}

.main-navigation .primary-menu a:hover,
.main-navigation .primary-menu a:focus,
.cwf-hdr-secondary-nav a:hover,
.cwf-hdr-secondary-nav a:focus {
	text-decoration: none !important;
}

.cwf-hdr-search-container #cwf-hdr-search > label {
	display: none !important;
}
