#cookie-notice {
	background-color: rgba(255,255,255,0.8) !important;
	border-top: solid 5px #6f944b;
}
#cn-accept-cookie {
	background: none;
	background-color: #6f944b;
	color: #fff;
	border: none;
	text-shadow: none;
}
.site-header {
	background-color: #6f944b;
}
.custom-header-image:before {
	background-color: rgba(255,255,255,0.7)!important;
}
.no-brand.custom-header-image {
	height: 70vh;
	padding: 0;
}
.no-brand.custom-header-image:before{
	background-color: rgba(255,255,255,0) !important;
}
.wrap header{
	position: relative;
}
h2 {
	color: #6f944b;
	margin-bottom: 50px !important;
}
.entry-content h3 {
	color: #6f944b;
}
#content h2:after {
	content: "";
	width: 70px;
	height: 5px;
	background-color: #6f944b;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -35px;
}
.grid-inner {
	display:inline-block; 
	width:30%; 
}
.side-button {
	width:100%;
	display: block;
}
.side-button a {
	width: 75%;
	position: relative;
	margin: 0 auto;
	display: block;
}
.text-center {
	text-align:center;
}
.side-button a, .grid-inner a{
	border:solid 1px #6f944b; 
	border-radius: 10px;
	padding:10px 30px;
	color:#6f944b;
	
	transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}
.side-button a:hover, .grid-inner a:hover{
	color: #ffffff;
	background: #6f944b;
}
.has-2-columns > div:nth-child(1) {
	width:70%;
}

.panel-image {
	height: 70vh;
}
#post-47 .panel-image {
	background-position: top right;
}
#post-53 .panel-content .wrap {
	padding: 0 !important;	
}
#post-53 .panel-image {
	height: 60vh;
	z-index: -2;
	position: relative;
}
#post-53 .panel-image:after {
	content:'';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(33,33,33,0.5);
}
.quote {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	top: -53vh;
	padding: 18.5vh 0;
	z-index:-1;
}
.quote h3 {
	color: #fff;
	position: relative;
}
.quote h3:after {
	content:"";
	background-color: #6f944b;
	width: 70px;
	height: 5px;
	position: absolute;
	left: 50%;
	bottom: -45px;
	margin-left: -35px;
}
.quote .cited {
	color: #fff;
	opacity: 0.7;
	margin-top: 60px;
}

.icon {
	margin-bottom: 10px;
	font-size: 17px;
}

.site-footer .widget-column {
	width: 45%;
}
.site-footer .widget-area {
	background-color: #6f944b;
	color: #fff;
}
.site-footer .content {
	margin-left: 20px;
}
.site-footer h2 {
	color: #fff;
}
.site-footer a {
	color: #fff;
}
.site-footer #text-3 {
	padding-bottom: 10px;
}
.site-footer img {
	width: 80px;
}
input, input[type="text"], input[type="tel"], input[type="email"], textarea {
	background-color: rgba(255,255,255,0);
	border-radius: 5px;
}
footer input, footer input[type="text"], footer input[type="tel"], footer input[type="email"], footer textarea {
	border: solid 2px #fff;
	width: 100%;
}
textarea {
	height: 150px;
}
footer input[type="submit"] {
	width: 150px;
	float:right;
	background-color: #fff;
	border-radius: 5px;
	color: #000;
}
#main input[type="submit"] {
	border-radius: 5px;
	background-color: #6f944b;
	float: right;
}
#main form {
	margin-bottom: 50px;
}
.wp-block-spacer {
	background-color: #6f944b;
	height: 5px !important;
	margin-bottom:30px;
}
.site-info {
	background-color: #44280a;
	font-size: 12px;
	text-transform: none;
	padding: 5px 0;
	letter-spacing: 0.01em;
}
.site-info .container {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.site-info .left {
	display: block;
	width: 49%;
	text-align:left;
	float: left;
}
.site-info .right {
	display: block;
	width: 49%;
	text-align:right;
	float: right;
}

.clearfix {
	clear: both;
}

.has-border-left{
	border-left: solid #6f944b 2px;
	padding-left: 30px;
}