@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/fonts/roboto-v48-latin-regular.woff2) format('woff2');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/fonts/roboto-v48-latin-700.woff2) format('woff2');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/fonts/open-sans-v43-latin-regular.woff2) format('woff2');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/fonts/open-sans-v43-latin-700.woff2) format('woff2');
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	margin: 0 auto;
	font-size: 100%;
	font-family: "Open Sans", Helvetica, sans-serif, sans;
	position: relative;
	line-height: 1.4;
}

a img {
	border: none;
	outline: none;
}

button,
a.button {
	text-decoration: none;
	margin-top: 1em;
	padding: .2em 1em;
	border: 2px solid #00683f;
	border-radius: 2px;
	background: none;
	font-weight: 700;
	letter-spacing: .05%;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .3s;
	color: #00683f;
	position: relative;
	font-size: 110%;
}

button:hover,
a.button:hover,
button:focus,
a.button:focus {
	color: #fff;
	background: #00683f;
}

.hidden {
	position: absolute;
	left: -1000em;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.clearfix {
	overflow: hidden;
	content: "";
	visibility: hidden;
	display: block;
	height: 1px;
	width: 1px;
	clear: both;
}

iframe,
object {
	max-width: 100%;
	display: block;
}

blockquote {
	display: inline-block;
	background-color: rgba(225, 225, 225, .4);
	border-left-width: 10px;
	border-left-style: solid;
	margin: 0 0 1.5em;
	padding: 1em;
	width: 100%;
}

cite {
	display: block;
}

.buttonstyle {
	border: none;
	background: #fff;
	color: #fff !important;
	text-decoration: none;
	text-shadow: 1px 1px 0 #e6e6e6;
	cursor: pointer;
	padding: .5em 1em;
	font-size: 100%;
	font-weight: 400;
	font-family: "Open Sans", Helvetica, sans-serif, sans;
	border-radius: 2px;
}

.buttonstyle:hover,
.buttonstyle:focus {
	background: #e6e6e6;
}

.buttonstyle:active {
	background: #000;
	text-shadow: 1px 1px 0 #000;
}

h1,
h2,
h3,
h4 {
	margin-bottom: .5em;
}

h1 {
	margin-top: 0;
}

h2,
h3,
h4 {
	margin-top: 2em;
}

h2 {
	font-size: 1.25em;
}

p,
ul,
ol {
	margin: 1em 0;
}

ul,
ol {
	padding-left: 1.5em;
}

ul li,
ol li {
	margin-bottom: .5em;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	transition: color .1s;
}

a[href^="tel:"] {
	text-decoration: none;
}

a:active {
	transition: color 2s;
}

table {
	border-collapse: collapse;
	margin: 1em auto;
	padding: 0;
	background: rgba(0, 0, 15, 0.05);
	width: 100%;
	max-width: 100%;
	overflow-x: scroll;
}

table caption {
	font-weight: 600;
	text-align: left;
	font-size: 125%;
	padding-bottom: .25em;
}

table thead,
table tbody {
	max-width: 100%;
}

table thead {
	background: #000;
	color: #fff;
	text-align: left;
}

table thead tr th:first-child {
	border-radius: 2px 0 0 0;
}

table thead tr th:last-child {
	border-radius: 0 2px 0 0;
}

table tr {
	border-bottom: 1px solid #ccc;
}

table tr td,
table tr th {
	padding: .5em;
	padding-right: 1em;
	font-weight: 400;
}

header,
footer,
article,
aside,
section,
main {
	display: block;
}

input {
	-webkit-appearance: none;
	border-radius: 0;
}

.inner {
	display: block;
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}

header {
	position: relative;
	padding: 1.5em 0;
}

header a.skip {
	position: absolute;
	top: 0;
	left: -1000em;
	background: #000;
	color: #fff;
	text-decoration: none;
	border-radius: 0 0 3px 3px;
}

header a.skip:focus,
header a.skip:hover {
	left: 1em;
	top: 0;
	padding: .5em 1em;
}

header img.logo {
	height: auto;
	max-width: 380px;
	margin-top: 1em;
	position: relative;
	left: 1em;
}

header .vcard {
	display: inline-block;
	position: absolute;
	bottom: .4em;
	right: 1em;
	text-align: right;
	font-size: 1.2em;
}

header .vcard p {
	margin: 0;
}

nav {
	background: #f2f2f2;
}

nav button {
	display: none;
}

nav ul {
	display: block;
	margin: 0;
	padding: 0 0 0 .5em;
	font-size: 1.1em;
}

nav ul li {
	list-style: none;
	display: inline-block;
	margin: 0;
	position: relative;
}

nav ul li a {
	display: block;
	text-decoration: none;
	padding: 1em .5em;
	text-align: center;
	border-bottom: 3px solid transparent;
}

nav ul li.current-menu-item a,
nav ul li a.current-menu-item>a,
nav ul li a.current-menu-ancestor>a,
nav ul li a.current_page_parent>a {
	background-color: #fff;
}

nav ul li ul {
	padding-left: 0;
	display: none;
	font-size: 90%;
}

nav ul li.hover a {
	margin: 0;
}

nav ul li.hover ul {
	display: block;
	width: 300px;
	position: absolute;
	z-index: 999;
	margin: 0;
}

nav ul li.hover ul li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

nav ul li.hover ul li a {
	border: none;
	transition: background .2s;
	text-align: left;
	padding: .5em;
}

nav ul li.hover ul li a:hover,
nav ul li.hover ul li a:focus {
	text-decoration: underline;
}

.hero {
	position: relative;
	height: 25em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

main {
	padding: 3em;
}

.galleries {
	padding-left: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.galleries li {
	list-style: none;
	text-align: center;
}

.galleries a {
	color: #000;
}

.galleries img {
	display: block;
	margin-bottom: .5em;
}

.gallery:after {
	display: block;
	content: "";
	height: 1px;
	clear: both;
}

.gallery br {
	display: none;
}

.gallery .gallery-item {
	display: block;
	width: 24%;
	margin: 0;
	padding: 0;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
	position: relative;
	overflow: hidden;
}

.gallery .gallery-item dt,
.gallery .gallery-item dd {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.gallery .gallery-item dt a img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 2px;
}

.gallery .gallery-item dd {
	pointer-events: none;
	font-size: 90%;
	position: absolute;
	bottom: -10em;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: .5em;
	transition: bottom .3s;
}

.gallery .gallery-item:hover dd,
.gallery .gallery-item:focus dd,
.gallery .gallery-item.hover dd {
	bottom: 0;
}

.wp-caption {
	max-width: 100%;
	position: relative;
	display: block;
}

.wp-caption img {
	display: block;
	max-width: 100%;
	height: auto;
}

.wp-caption p.wp-caption-text {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: .5em;
	left: 0;
	bottom: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.85);
	text-align: center;
}

.post-list article {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
}

.post-list article h2 a {
	text-decoration: none;
	font-family: "Open Sans", Helvetica, sans-serif, sans;
	text-transform: none;
}

.post-list article:last-child {
	border: none;
}

.post-list article a.read-more {
	display: block;
}

.content {
	display: inline-block;
	width: 65%;
	vertical-align: top;
}

.content.wide {
	width: 100%;
}

.category-list {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding: 1em;
	background: #f2f2f2;
	margin: 5em 0 2em 5em;
	border-radius: 4px;
}

.category-list h2 {
	font-weight: 400;
}

.category-list ul {
	padding: 0;
	list-style-type: none;
}

.category-list ul li {
	padding: 0;
	margin: 0 0 .4em;
}

.image-text-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5em;
}

.image-text-row .image {
	flex-basis: 25%;
}

.image-text-row .text {
	flex-basis: 75%;
}

.image-text-row h2 {
	margin-top: 0;
}

@supports (display: grid) {
	.image-text-row {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 3fr;
		grid-template-columns: 1fr 3fr;
		grid-gap: 2em;
	}
}

.gallery .item {
	width: 30%;
	display: inline-block;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 25px;
}

.gallery .item img {
	width: 100%;
	height: auto;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter,
img.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

footer {
	width: 100%;
	padding: 3em 0 5em;
	margin-top: 3em;
	border-top: 2em solid #f2f2f2;
	position: relative;
	display: block;
	clear: both;
}

footer .col {
	max-width: 48%;
	display: inline-block;
	vertical-align: bottom;
}

footer .col.one {
	margin-right: 2em;
}

footer .col.two {
	margin-right: 0;
	float: right;
}

footer .social {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

footer .social li {
	display: inline-block;
	margin-right: .5em;
}

footer .social li img {
	border-radius: 24px;
}

footer .social li .twitter:hover img,
footer .social li .twitter:focus img {
	background: #59adeb;
}

footer .social li .facebook:hover img,
footer .social li .facebook:focus img {
	background: #3b5893;
}

footer .social li .linkedin:hover img,
footer .social li .linkedin:focus img {
	background: #1a7db5;
}

footer .social li .instagram:hover img,
footer .social li .instagram:focus img {
	background: #675144;
}

footer .social li .youtube:hover img,
footer .social li .youtube:focus img {
	background: #ca1c26;
}

footer .newsletter p {
	margin: 0 0 1em;
}

footer .newsletter a {
	text-decoration: none;
	padding: .5em 1em;
	text-align: center;
	display: block;
	border-radius: 4px;
}

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

	header,
	main {
		position: static;
		display: block;
		width: 100%;
		float: none;
		padding-left: 1em;
		padding-right: 1em;
	}

	main {
		padding-top: 2em;
		clear: both;
	}

	nav {
		display: block;
		width: 100%;
		padding-top: 0;
	}

	nav ul {
		display: block;
	}

	nav ul li {
		display: inline-block;
		position: relative;
		border: none;
		margin-right: .5em;
	}

	nav ul li:first-child {
		margin-left: .5em;
	}

	nav ul li:last-child {
		margin-right: 0;
	}

	nav ul li a {
		display: block;
		border: none;
		padding: 1em .5em;
		font-size: 100%;
		margin-bottom: 0;
	}

	.gallery .item {
		width: 46%;
	}

	footer .col.one {
		margin: 0 auto;
		display: block;
		text-align: center;
		max-width: none;
		padding: 1em 2em;
	}
}

@media screen and (max-width: 880px) {
	nav ul li {
		margin-right: .2em;
	}

	nav ul li a {
		font-size: 90%;
	}

	.hero {
		height: 250px;
	}
}

@media screen and (max-width: 768px) {
	header {
		opacity: .9;
	}

	header img.logo {
		margin: 0 auto;
		display: block;
		position: static;
		width: auto;
	}

	header .vcard {
		position: static;
		text-align: center;
		margin: 1em auto 0;
		padding: .5em 0;
		display: block;
		font-size: 100%;
	}

	nav button {
		transition: none;
		cursor: pointer;
		text-transform: uppercase;
		display: block;
		width: 90%;
		background: #00683f;
		color: #fff;
		padding: .75em;
		padding-left: .25em;
		font-size: 1.5em;
		text-align: left;
		font-weight: 700;
		text-align: center;
		margin: 0 auto;
		border-radius: 4px;
		padding: .25em 1em;
		text-shadow: 1px 1px 1px #000;
		border: none;
	}

	nav button.open {
		margin-bottom: 1em;
	}

	nav ul {
		font-size: 1.1em;
		height: 0;
		overflow: hidden;
	}

	nav ul li {
		display: block;
		width: 100%;
		float: none;
		margin: 0;
		border: none;
	}

	nav ul li:first-child {
		margin-left: 0;
	}

	nav ul li a {
		border: none !important;
		text-align: left;
	}

	nav ul li a:hover,
	nav ul li a:focus {
		border: none;
		margin: 0;
	}

	nav ul li.hover ul {
		position: static;
		display: block;
		width: 100%;
		padding-left: 0;
	}

	nav ul li.hover ul li {
		padding-left: 0;
	}

	nav ul li.hover ul li a {
		padding-left: 1em;
	}

	nav ul li.hover.current-page-ancestor a {
		border-top: none;
	}

	#menu {
		display: none;
	}

	.content,
	.category-list {
		width: 100%;
		display: block;
	}

	iframe {
		padding: .5em;
		border: 5px solid #f2f2f2;
	}

	footer .col {
		width: 100%;
		min-width: 0;
		margin-right: 0;
		padding: 1em 3em;
		display: block;
	}

	footer .col.two {
		border-bottom: none;
		float: none;
	}

	.image-text-row {
		display: block;
		text-align: center;
	}

	.gallery .item {
		width: 100%;
		margin: 0px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 480px) {
	header img.logo {
		max-width: 100%;
	}

	.hero {
		height: 150px;
	}
}

header,
header a,
nav,
nav ul li a,
#mobile-nav .menu-link {
	color: #333333;
}

header .vcard,
header .vcard a {
	color: #000;
}

header .vcard a:hover,
header .vcard a:focus {
	color: #3f5d2d;
}

header a:hover,
header a:focus,
nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active,
nav ul li.current-menu-item a,
nav ul li a.current-menu-item>a,
nav ul li a.current-menu-ancestor>a,
nav ul li a.current_page_parent>a,
nav ul li:hover a,
nav ul li:focus a {
	color: #333333;
}

nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active,
nav ul li.current-menu-item a,
nav ul li a.current-menu-item>a,
nav ul li a.current-menu-ancestor>a,
nav ul li a.current_page_parent>a,
nav ul li:hover a,
nav ul li:focus a {
	background: #f2eac2;
}

nav ul li:hover ul a {
	color: #333333;
}

nav ul li.hover ul li a:hover,
nav ul li.hover ul li a:focus {
	color: #333333;
	background: #f2eac2;
}

header {
	background: #ffffff;
}

nav {
	background: #deda85;
}

nav button {
	background: #deda85;
	color: #333333;
}

nav button.open,
nav button:hover,
nav button:focus {
	background: #333333;
}

nav ul li.hover ul a {
	background: #deda85;
}

nav ul li a.hover ul li a {
	color: #333333;
	background: #333333;
}

#mobile-nav {
	background: #333333;
}

#mobile-nav a:hover,
#mobile-nav a:focus {
	color: #333333;
	border-bottom: 1px solid #333333;
}


main {
	color: #333333;
	background: #fefefe;
}

main a {
	color: #3f5d2d;
}

main a:hover,
main a:focus {
	color: #895e2e;
}

main h1,
main h4,
main h5,
main h6 {
	color: #3f5d2d;
}

main h2 {
	color: #895e2e;
}

main h3 {
	color: #333333;
}

blockquote {
	border-left-color: #deda85;
}

footer {
	color: #3f5d2d;
	background: #deda85;
}

footer a {
	color: #3f5d2d;
}

footer a:hover,
footer a:focus {
	color: #f2eac2;
}

footer .newsletter a {
	color: #3f5d2d;
	border: 1px solid #3f5d2d;
}

footer .newsletter a:hover,
footer .newsletter a:focus {
	color: #f2eac2;
	background: #3f5d2d;
	border: 1px solid #f2eac2;
}

body {
	font-size: 18px;
}

main h1 {
	font-size: 32px;
}

main h2 {
	font-size: 20px;
}

main h3 {
	font-size: 18px;
}

main h4 {
	font-size: 16px;
}

body,
div,
p,
ul,
ol,
a,
h1,
h2,
h3,
h4 {
	font-family: 'Open Sans', sans-serif;
}