body { font-size: 16px; font-weight: normal; line-height: 1.5; }

.headerlogo {
	float: left;
	margin-right: 20px;
}
.site-title {
	text-transform: capitalize;
}

.site-description {
	display: block;
	height: auto;
	text-indent: 0;
	font-size: 18px;
	margin-top: 10px;
	color: #000000;
}
.entry-content ol, .entry-content ul {
    margin-bottom: 20px;
    margin-left: 20px;
}
.entry-title { font-family: Arial, Helvetica, sans-serif; margin-bottom: 20px; }
p { margin: 0 0 20px; padding: 0; }
.after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings {
  padding-top: 25px;
}
.genesis-nav-menu a { padding: 5px 10px; }
#menu-main-nav {
	margin-top: 35px;
}

.bulleted {
	list-style: none;
	list-style-image: url(/iss-content/themes/whitespace-pro/images/arrow_16.png);
	margin-left: 0;
	padding-left: 1em;
	margin-bottom: 1em;
	padding-bottom: 0;
}
.diamonds {
	list-style: none;
	list-style-image:url(/iss-content/themes/whitespace-pro/images/diamond.png);
	margin-left: 0;
	padding-left: 1em;
	margin-bottom: 1em;
	padding-bottom: 0;
}
.bordered {
	padding: 10px;
}
.row {
	display: flex;
}

.certs {
	width: 38%;
	float: left;
	position: relative;
}
.cert-image {
	width: 24%;
	float: left;
}
.certs p {
	margin: 0 0 20px 0;
}
.license {
	text-align: center;
}
.page .content .entry-title, .single .content .entry-title {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
}
.site-container { margin-top: 20px; }
.site-header { padding-bottom: 15px; padding-top: 15px; }

.iss-one-half {
	width: 49%;
	float: left;
	display: block;
}
.iss-one-fourth {
	width: 24.5%;
	float: left;
	display: block;
}

@media screen and (min-device-width: 320px) {

}

@media only screen and (min-width: 840px) {
	.after-entry, .archive-description, .author-box, .breadcrumb, .comment-respond, .entry-comments, .entry-content, .entry-footer, .entry-header, .entry-pings, .error404 .entry-title, .search-no-results .entry, .single-podcast .entry-meta, .welcome .widget {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
}
@media only screen and (min-width: 480px) {

}
@media only screen and (max-width: 839px) {
	.row {
		display: block;
	}

	.certs {
		width: 98%;
		position: relative;
		float: center;
		margin: 0 0 15px 0;
	}
	.cert-image {
		width: 100%;
		float: center;
	}
	.certs p {
		margin: 0 0 20px 0;
	}
	.license {
		text-align: center;
	}
	.headerlogo {
		margin-left: 20px;
	}

}

@media only screen and (min-width: 480px) and (max-width: 839px) {

}

@media only screen and (max-width: 479px) {

}

