/* ~~ theme classes ~~ */
body.responsive #masthead .container {
	max-width: none;
}
ul#primary-menu li a {
	font-size: 1.25em;
	letter-spacing: 1px;
}
div#topbar, div.container {
	max-width: none;
}
div#topbar, div.container p {
	text-align: left;
}
article#post-12 header h1 {
	display:none;
}
body.page-id-12 div#content {
	margin-top:-45px;
}
aside#sow-social-media-buttons-3 {
	float: right;
	margin-left: 8px;
}
#colophon, #colophon.footer-active-sidebar {
	margin-top:0;
	border:none;
}
#colophon .widgets .widget-wrapper, #colophon .site-info {
	border:none;
}
#colophon .widgets aside {
	padding: 40px 40px 0 40px;
}
a.button:link, a.button:visited, div#email #mc_embed_signup .button, .sowb-button {
	background-color:#fcd404;
	color:#2a479d;
	display: inline-block;
	font-size: 16px;
	font-weight:bold;
	margin:15px 0 0;
	padding:10px 15px;
	text-align: center;
	text-decoration: none;
	border-color: #2a479d;
	border-radius: 8px 8px 8px 8px;
	border-style: solid;
	border-width: 2px;
	height: auto;
	line-height: 1em;
}
a.button:hover, a.button:active, div#email #mc_embed_signup .button:hover, div#email #mc_embed_signup .button:active {
	background-color: #2a479d;
	color: #fcd404;
	border-color: #fcd404;
}
h1.entry-title {
	width:100%;
	text-align:center;
}
h2.homecolnhd, .eighty h2, .eighty h1 {
	color:#2a479d;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a  or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.disclaimer {
    font-size:8pt;
    line-height: 1em;
}
.underline {
    text-decoration:underline;
}
.center	{
    width:100%;
    text-align:center;
}
.full {
	width:100%;
}
.half, .quarter, .quarterpad, .threequarters, .third, .thirdpad, .twothirds, .fifth, .twofifths {
	margin:0 auto;
	padding: 0;
	float: left;
}
.ninety {
	width:90%;
	margin:0 auto;
	padding:5%;
}
.eighty {
	width:80%;
	margin:0 auto;
	padding:3% 10% 1%;
}
.eighty h2	{
	padding:0;
	margin: 0;
}
.eighty h3	{
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-size: 20px;
}
.eighty h4	{
	font-family: "Arial", sans-serif;
  font-weight: bold;
	font-size: 16px;
	padding:0 0 50px;
	margin: 0;
}
.half {
	width:50%;
}
.half p, .half h2, .half h3 {
	padding: 0 1%;
}
.halfheight {
	min-height:425px;
}
.third {
	width:33%;
}
.thirdpad {
	width:32%;
	padding: 0 1%;
	min-height:300px;
}
.twothirds {
	width:66%;
}
.quarter {
	width:25%;
}
.quarterpad {
	width:23%;
	padding: 0 1%;
}
.threequarters {
	width:75%;
}
.fifth {
	width:20%;
	float: left;
}
.twofifths {
	width:40%;
}
.fifthwithpad {
	width:18%;
	float: left;
	padding: 0 2%;
}
.imgpad	{
	padding: 0 10%;
}
ul.nobull li {
	list-style:none;
}
@media only screen and (max-width: 800px) {
	.half, .quarter, .threequarters, .third, .twothirds, .fifth, .fifthwithpad, .twofifths {
		width:100%;
		margin:0 auto;
		padding: 0;
		float: none;
	}
	.fltrt, .fltlft {
		margin:0;
		padding: 0;
		float: none;
	}
	#headertxt {
		font-size: 18pt;
	}
	.homecolna {
		width:100%;
   	text-align:center;
	}
	aside#sow-social-media-buttons-3 {
		float:none;
		width:100%;
   	text-align:center;
	}
	div.social-media-button-container {
		width:100%;
		text-align: center !important;
	}
	div.social-media-button-container a {
		float: none !important;
		display: inline-block !important;
	}
	body.responsive footer#colophon .widgets .widget-wrapper {
		border:none;
	}
	.widget-area .widget ul {
		padding-left:0;
	}
	.eighty {
		width:100%;
		padding: 0;
	}
}