/* soybomb.com — merged from neighborly reset + grid + parent theme + child theme.
   WordPress cruft stripped: block-library presets, emoji, dashicons, captcha,
   genericons, sidebar/comment/gallery/media styles unused on these pages. */

/* =Reset (Eric Meyer + normalize) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body { background: #fff; }
article, aside, details, figcaption, figure, footer, header, main, nav, section { display: block; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: 0; outline: 0; }

/* =Base typography */
body {
	color: #474747;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'sans serif';
	font-size: 1.5em;
	background: #f5f5f5;
}
h1 { font-size: 2em; line-height: 1em; margin-bottom: 1em; }
h2 { font-size: 1.5em; line-height: 1.2em; margin-bottom: 1.2em; }
h3 { font-size: 1.4em; line-height: 1.3em; margin-bottom: 1.3em; }
h4 { font-size: 1.2em; line-height: 1.4em; margin-bottom: 1.4em; }
h5 { font-size: 1.2em; line-height: 1.5em; margin-bottom: 1.5em; }
h6 { font-size: 1em; line-height: 1.5em; margin-bottom: 1.5em; }
p { line-height: 1.8em; margin-bottom: 1.5em; }
a { text-decoration: none; padding: 3px; }
a:link, a:visited { color: #a60000; text-decoration: underline; }
a:hover { color: #fff; background: #474747; text-decoration: none; }
a:focus { text-decoration: none; outline: #a60000 dotted thin; background: #a60000; color: #fff; }
a:active { color: #fff; background: #a60000; text-decoration: none; }
strong { font-weight: 700; }

/* =Grid */
.row, .row-half-margin, .row-no-margin { clear: both; margin: 0 0 40px; padding: 0; }
.row-no-margin { margin-bottom: 0; }
.row-half-margin { margin-bottom: 20px; }
.section:before { content: ""; display: table; }
.section:after { clear: both; content: ""; display: table; }
.col { display: block; float: left; margin: 0 0 0 5%; }
.col:first-child { margin-left: 0; }
.grid-12 { width: 100%; }
@media only screen and (max-width: 782px) {
	.row { clear: both; margin: 0; padding: 0; }
	.row-half-margin { margin-bottom: 10px; }
	.col { margin: 0 0 20px; }
	.grid-12 { display: block; width: 100%; }
}

/* =Layout */
.site-wrapper {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}
.skip-links { text-align: center; }
.main-header {
	width: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	height: 170px;
}
.header-image {
	clear: both;
	margin: 0;
	text-align: center;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.site-header img { max-width: 100%; height: auto; display: block; }
a.linked-image { text-decoration: none; background: none; padding: 0; }

/* child-theme margin overrides: collapse all inter-section gaps */
.row, .section, .row-half-margin, .menu, #site-navigation { margin: 0; }
#site-navigation button:hover { background-color: #323532; }
#site-navigation button:focus { background-color: #525552; }

/* =Navigation */
.main-navigation {
	float: left;
	width: 100%;
	background: #474747;
	overflow: hidden;
	position: relative;
}
.main-navigation ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}
.main-navigation ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}
.main-navigation ul li a {
	display: block;
	margin: 0 0 0 1px;
	padding: 10px;
	background: #474747;
	color: #fff;
	text-decoration: none;
	line-height: 1.3em;
}
.main-navigation ul li a:hover { background: #000; color: #fff; }
.main-navigation a:focus, .main-navigation a:active { color: #fff; background: #a60000; }
.main-navigation .current-menu-item > a { background: #000; }
@media only screen and (max-width: 782px) {
	.main-navigation { padding: 0; margin: 0 0 20px 0; background: #fff; }
	.main-navigation ul { margin: 1px 0 0 0; }
	.main-navigation ul li {
		display: block;
		width: 100%;
		background: #fff;
		border-bottom: 2px solid #fff;
	}
	.main-navigation ul li a { background: #fff; color: #000; text-shadow: none; }
	.main-navigation ul li a:hover { background: #f1f1f1; color: #a60000; text-shadow: none; }
	.main-navigation .current-menu-item > a { background: #f1f1f1; color: #000; text-shadow: none; }
}

/* =Content */
.site-main:focus { outline: none; }
.content-area { background: #fff; padding: 40px 100px; }
.content-full, .content-summary { overflow: hidden; margin: 0; padding: 0; }
.content-full img { max-width: 100%; height: auto; }

.page-header {
  margin-bottom: 20px; /* Change 30px to any size you want */
}

.page-header h2 { font-weight: bold; font-size: xx-large; margin: 0; }
div#primary { background-color: #cecfce; }
.site-main { font-size: larger; margin: 0; }
.content-full { font-size: larger; margin: 0; }
.content-full h2 { font-weight: bold; font-size: xx-large; margin-bottom: 32px; }
.content-full ul { font-weight: bold; }
.content-full a:link { color: #0000EF; text-decoration: none; }
.content-full a:visited { color: #52188C; text-decoration: none; }
.content-full a:hover { color: #0000EF; text-decoration: none; }
.content-full a:active { color: #0000EF; text-decoration: none; }
ul, ol { margin: 0 0 20px 30px; }
ul { list-style: disc; }
ol { list-style: decimal; }
li { margin: 0 0 20px 0; line-height: 1.5; }

/* =Footer */
.site-footer {
	padding-top: 20px;
	text-align: center;
	color: #e1e1e1;
	background: #474747;
	overflow: hidden;
	height: 70px;
}
.site-footer .row-half-margin { display: none; }
.site-footer a:link, .site-footer a:visited { color: #fff; text-decoration: underline; }
.site-footer a:hover { color: #fff; text-decoration: none; }
.site-footer a:focus, .site-footer a:active { text-decoration: none; outline: #000 dotted thin; color: #fff; background: #000; }

/* =Accessibility */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute; }
.screen-reader-text:hover, .screen-reader-text:focus, .screen-reader-text:active {
	clip: auto;
	color: #fff;
	display: block;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	background: #a60000;
}
