#logo {
	left: 50%;
	transform: translateX(-50%);
}

#horiz-menu {
	background: none;
}

#header-bar {
	background: none;
	border: none;
}

.home-hero {
	position: relative;
	background: url('/images/sweet-potato-bowl-banner.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	background-size: cover;
}

.home-hero-about {
	position: absolute;
	top: 20px;
	right: 3%;
	width: 400px;
	line-height: 1.1;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 17px;
	text-align: center;
}

.home-hero-about img {
	width: 300px;
	height: 90px;
	padding-bottom: 10px;
}
.home-hero-about p {
	font-size: 18px;
	line-height: 2.25;
}
.home-hero-links {
	text-align: center;
}
.home-hero-links a {
	display: inline-block;
	background: #7fb438;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 6px;
	margin: 0 10px;
	padding: 12px 18px;
	transition: .2s;
}
.home-hero-links a:hover {
	background-color: #55752a;
	text-decoration: none;
}

.home-hero-story {
	position: absolute;
	bottom: 20px;
	left: 3%;
	line-height: 1.1;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 17px;
	text-align: center;
}

.home-hero-story img {
	display: block;
	padding: 0;
	margin: -1px;
}

.home-hero-story .home-hero-links {
	padding: 10px 0;
}

.home-hero-story .home-hero-links a {
	font-size: 17px;
	padding: 6px 12px;
}

ul#horiznav.menutop,
#horiz-menu ul.menutop {
	left: auto;
}

#horiz-menu .link {
	font-size: 15px;
}

#horiz-menu ul.menutop.menuleft {
	right: 57%;
}
#horiz-menu ul.menutop.menuright {
	left: 57%;
}
#horiz-menu ul.menutop.menuright .login-link {
	color: #7fb438;
}
#horiz-menu ul.menutop.menuright .login-link:hover {
	color: #55752a;
}

div.wrapper {
	margin: 0 auto;
	width: 1010px;
	padding: 0 15px 45px;
}
		
#inset-block-left {
	width: 0px;
	padding: 0;
}

#inset-block-right {
	width: 0px;
	padding: 0;
}

#maincontent-block {
	margin-right: 0px;
	margin-left: 0px;
}

a,
.contentheading,
.side-mod h3 span,
.grey .side-mod a,
.componentheading span,
.roktabs-links li.active {
	color: #7fb438;
}

h1.page-title {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	color: #7fb438;
	margin: 0 0 10px;
}

h2.section-title {
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
}

.page-spacer {
	margin-top: 50px;
}

.page-spacer,
.page-spacer p,
.page-spacer li {
	font-size: 16px;
}

#bottom {
	background: #7fb438;
	color: #fff;
	text-align: center;
}

#bottom p {
	font-size: 15px;
	color: #fff;
}


.social-icon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.social-icon a {
	text-decoration: none;
	border: 0;
	width: 36px;
	height: 36px;
	padding: 2px;
	margin: 5px;
	color: #dddddd;
	border-radius: 50%;
	background-color: #444444;
}

#bottom ul li a {
	background: none;
	padding: 0;
	font-size: 15px;
}

#bottom ul {
	padding: 0;
	margin: 0;
	text-align: center;
}

#bottom ul li {
	display: inline-block;
	padding: 10px;
}

.form-row {
	display: block;
	margin-bottom: 10px;
}

.form-row label {
	display: block;
	padding-bottom: 5px;
}

.form-row .form-input {
	padding: 4px;
	width: 400px;
}

.form-row textarea {
	height: 100px;
}

.form-row .form-button {
	display: inline-block;
}