body {
	background-color: #fff;
	color: #333;
	font-family: "Raleway", "Avenir", "Helvetica", arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.612;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.bg-primary:after {
    background: transparent !important;
}

.before-footer {
    background: #007c84;
    padding: 60px 0;
}

.footer-widgets {
    padding: 60px 0 0;
    background: #007c84;
    color: #fff;
}

.site-footer {
    padding: 40px 0;
    background: #007c84;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.front-page-3 a, .front-page-3 {
    color: #1c5457;
}

.front-page-2 a, .front-page-2 {
    color: #1c5457;
    text-align: center
}


.header-image .site-title > a {
    background-position: center center !important;
    background-size: contain !important;
    float: left;
    min-height: 100px;
    width: 300px;
}

.bg-primary .nav-primary {
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(255,255,255,0.0);
}

h6, .entry-meta, .nav-primary .genesis-nav-menu a, .comment-meta, .widgettitle {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
}

h2,
	.entry-title {
	font-size: 35px;
}

h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;
}

.front-page-4 {
	background-color: #d7e5e4;
	overflow: hidden;
}

h5 {
	font-size: 20px;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #84b85b;
    border-radius: 4px;
    box-shadow: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.612;
    display: inline-block;
    outline: none;
    text-align: center;
    padding: 14px 20px 12px;
    text-decoration: none;
    width: auto;
    white-space: nowrap;
}

h6, .widgettitle {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
}