/* Ninja Forms Overwrite*/
.nf-add-fieldset{
	background-image: radial-gradient(100% 100% at 100% 0, #249446 0, rgba(39,93,56,1) 100%)!important;
	border: 0!important;
	border-radius: 6px;
	box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(39, 93, 56, 1) 0 -3px 0 inset;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
	color: #fff!important;
	transition: box-shadow .15s,transform .15s!important;
	padding: 12px;
}
.nf-add-fieldset:hover{
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #275d38 0 -3px 0 inset;
    transform: translateY(-2px);
}
/* End Ninja Forms Overwrite*/
.alignfull {
	max-width: 1000%;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	width: auto;
}
.alignwide {
	max-width: 1000%;
	margin-right: calc(25% - 25vw);
	margin-left: calc(25% - 25vw);
	width: auto;
}
*,
*::before,
*::after{
	box-sizing:border-box;
}
body {
    padding: 0;
	margin:0;
	font-family:myriad-pro, sans-serif;
	overflow-x:hidden;
	font-size: 1rem;
    line-height: 1.5;
    max-width: 100%;
    height: 100%;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 0.5rem;
	line-height:1.2;
}
h1,
h2,
.h1,
.h2 {
    color: #275D38;
}
h1, .h1{
	font-size:2.5rem;
	font-weight:bold;
}
h2,.h2{
	font-size:1.8rem;
	font-weight:bold;
}
h3,.h3{
	font-size:26px;
	margin-top: 20px;
	font-weight:bold;
}
h4, .h4 {
    font-size: 22px;
    margin-top: 20px;
	font-weight:bold;
}
h5, .h5{
	font-size:16px;
	margin-top: 20px;
	font-weight:bold;
}
p{
	margin-top:0;
}
figure figcaption{
	font-size:small;
	text-align:center;
}
.mt-0{
	margin-top:0!important;
}
.mb-0{
	margin-bottom:0!important;
}
.mt-1{
	margin-top:0.25rem!important;
}
.mb-1{
	margin-bottom:0.25rem!important;
}
.mt-2{
	margin-top:0.5rem!important;
}
.mb-2{
	margin-bottom:0.5rem!important;
}
.mt-3{
	margin-top:1rem!important;
}
.mb-3{
	margin-bottom:1rem!important;
}
.mt-4{
	margin-top:1.5rem!important;
}
.mb-4{
	margin-bottom:1.5rem!important;
}
.mt-5{
	margin-top:3rem!important;
}
.mb-5{
	margin-bottom:3rem!important;
}
.gap-0{
	gap:0!important;
}
.max-200 img{
	max-width:200px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.max-400 img{
	max-width:400px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.clearfix::after,
.container::after{
  content: "";
  clear: both;
  display: table;
}
hr{
	box-sizing: content-box;
    height: 0;
    overflow: visible;
    display: block;
    background-color: #ffffff;
    width: 80%;
}
noscript {
    text-align: center;
    color: red;
    display: block;
    margin: 20px 0;
}
a:active,
.red {
    color: red;
}
a {
    color: #275D38;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #506070;
    text-decoration: none;
}
input {
    outline: none;
}
.input_width {
    width: 15rem;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}
article{
	padding:20px 10px;
}
.wp-block-pullquote{
	padding:1em 0;
}
.wp-block-buttons .wp-block-button__link {
    background: radial-gradient(100% 100% at 100% 0, #249446 0, rgba(39,93,56,1) 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgb(45 35 66 / 40%) 0 2px 4px, rgb(45 35 66 / 30%) 0 7px 13px -3px, rgb(39 93 56) 0 -3px 0 inset;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 60%);
    color: #fff!important;
    transition: box-shadow .15s,transform .15s;
}
.wp-block-buttons .wp-block-button__link:hover {
    box-shadow: rgb(45 35 66 / 40%) 0 4px 8px, rgb(45 35 66 / 30%) 0 7px 13px -3px, #275d38 0 -3px 0 inset;
    transform: translateY(-2px);
}
.wp-block-buttons.space-evenly {
    justify-content: space-evenly!important;
    gap: 2em;
}
.wp-block-buttons {
    margin-bottom: 25px;
}
.hero-container {
    text-align: center;
    width: 100%;
    height: 0px;
    padding-bottom: 20.8333333%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin: 0;
    font-size: 10vw;
    font-weight: normal;
    font-style: italic;
    text-shadow: 2px 2px 3px #231f20;
    letter-spacing: 2px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}
@media screen and (min-width:500px){
	.overlay h1{
		font-size:8vw;
	}
}
@media screen and (min-width:800px){
	.overlay h1{
		font-size:5vw;
	}
}
.overlay {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 20.8333333%;
	background: rgba(45, 41, 38, 0.4);
}
.container {
    max-width: 1400px;
    margin: 0 auto;
	width: 100%;
    padding: 20px 15px;
}
.narrow-container {
  	max-width: 1200px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}
.sidenav-dropdown {
    margin: 0;
    padding: 0;
}
.sidenav-container {
    z-index: 99999;
    position: absolute;
    width: 0;
    height: 0;
	top:0;
    background: rgba(45, 41, 38, 0);
    transition: background 0.75s ease;
}
body.nav-open {
    width: 100%;
    position: fixed;
}
body.nav-open .sidenav-container {
    width: 100%;
    height: 100%;
    background: rgba(45, 41, 38, 0.6);
}
.sidenav-container .sidenav {
    background-image: url("../../../uploads/2019/03/sidebar.jpg");
	background-repeat: no-repeat;
    background-color: #212121;
    float: right;
    height: 100%;
    width: 300px;
    position: fixed;
    top: 0;
    right: -300px;
    overflow-x: hidden;
    transition: right 0.75s ease;
    padding-top: 60px;
}
body.nav-open .sidenav-container .sidenav {
    right: 0;
}
.sidenav-dropdown .dropdown-menu.collapsing {
    display: block;
}
.sidenav-dropdown .dropdown-menu {
    border: none;
}
.sidenav .closebtn {
    padding: 0;
    width: auto;
    right: 20px;
    position: absolute;
    top: 0;
    font-size: 40px;
    margin: 0;
	color:#fff;
}
.sidenav-menu .sidebar-main-menu{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
	-ms-flex-pack: left;
	justify-content:left;
}
.sidenav-menu .sidebar-main-menu li{
	border-bottom: 2px solid #fff;
}
.sidenav-menu .sidebar-main-menu li:last-of-type{
	border:none;
}
.sidenav-menu .sidebar-main-menu li a{
	padding: 8px 8px 8px 15px;
    font-size: 25px;
    width: 300px;
	text-align:left;
	color:#fff;
    text-transform: uppercase;
    display: block;
}
.sidenav-menu .sidebar-main-menu li a:hover{
	text-decoration:none;
}
.sidenav-menu .sidebar-main-menu .dropdown-menu{
	position:relative;
	float:none;
	border:none;
	padding:0 0 0.5rem 0;
	top:0;
}
.sidenav-menu .sidebar-main-menu .dropdown-menu li{
	border:none;
}
.sidenav-menu .sidebar-main-menu .dropdown-menu li a{
	font-size:15px;
}
.avita-header{
	background:#fff;
}
.custom-logo {
    width: 200px;
    height: 60px;
}
.header-container {
    display: block;
    padding: 0.5rem 1rem;
	border-bottom:2px solid #275d38;
}
.search-container{
	display:none;
}
@media screen and (min-width:600px){
	.search-container{
		display:block;
		float:right;
		padding: 5px 0 6px;
	}
	.mobile-search{
		display:none;
	}
}
.mobile-search{
	padding:0 15px;
}
.sidenav-open {
    margin-left: 50px;
	float:right;
}
.sidenav-open .fa-bars {
    color: #275d38;
    font-size: 36px;
    padding: 6px 0;
}
.sidenav-open,
.search-container {
    margin-top: 10px;
}
.header-menu-container{
	display:none;
}
@media screen and (min-width:1000px){
	.header-container{
		border-bottom:none;
	}
	.header-menu-container {
		display:block;
		text-align:center;
	}
	.header-menu-container ul {
    	list-style-type: none;
    	margin: 0;
    	padding: 0;
		background-color: #275d38;
		background:url('/wp-content/uploads/2023/01/green_bg.jpg');
	}
	.header-menu-container li {
	    display:inline-block;
	}
	.header-menu-container li a {
	    display: block;
	    color: #fff;
	    text-align: center;
		font-size:17px;
	    padding: 8px 3.5rem;
	    text-decoration: none;
		text-transform:uppercase;
	}
	.header-menu-container .dropdown-menu a{
		padding:8px;
	}
	.header-menu-container li a:hover {
	    background: rgba(0, 0, 0, 0.2);
	}
}
.dropdown-menu li{
	width:100%;
}
nav:not(.footer-menu) .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 15rem;
    display: none;
    float: left;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.6);
    border-radius: 4px;
	z-index:1;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown{
	position:relative;
}
.site-footer .footer-green {
	background-color: #275D38;
	background: url('/wp-content/uploads/2023/01/green_bg.jpg');
	height: 100%;
	color: #fff;
	padding-bottom: 32px;
}
.site-footer hr{
	margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
	width:80%;
	background-color: #fff;
}
.social-icons{
	text-align:center;
}
.social-icons img{
	width: 4.5rem;
	margin-top: 0.4rem;
	padding: 1rem;
	transition: transform 0.25s ease;
	vertical-align:middle;
	border-radius:50%;
}
.social-icons img:hover{
	transform:scale(1.25);
}
.footer-menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0;
	padding:0;
	list-style-type:none;
}
.footer-menu > div{
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	text-align:center;
}
.footer-menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	display: inline-block;
    text-align: left;
}
.footer-menu .footer-left-align {
    display: inline-block;
    text-align: left;
}
.footer-menu h2{
	color:#fff;
	font-size:1.25rem;
	margin-top:1.5rem;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom: .5rem;
}
.footer-menu li{
	margin-bottom:5px;
}
.footer-menu a{
	color:#fff;
	text-decoration:none;
}
.footer-menu a:hover{
	color:rgba(255,255,255,0.6);
}
.footer-tagline{
	text-align:center;
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
    justify-content: center;
}
.footer-tagline p{
	position:absolute;
	transform: translateY(-50%);
	background-color: #cecece;
	padding:0 40px;
	font-style: italic;
	font-size: 1.5rem;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 80%;
}
.copyright{
	text-align:center;
	font-size:12px;
	margin:25px 0 10px;
}
.copyright p{
	margin:0;
}
.map-container {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
}
.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media screen and (max-width: 800px){
	.footer-menu > div {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		text-align:left;
		padding-left:10%;
	}
	.footer-tagline p {
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
	}
}
@media screen and (max-width: 781px){
	.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){
		width:100%;
	}
	.wp-block-image .alignright,
	.wp-block-image .alignleft {
		float: none;
		margin: 0.5em auto;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile) {
	    gap: 0;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column ul {
	    margin: 0;
	}
}
@media screen and (max-width: 550px){
	.footer-menu > div {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align:center;
		padding-left:0;
	}
	.footer-menu .footer-left-align,
	.footer-menu ul{
		text-align:center;
	}
}

@media screen and (max-width: 400px){
	.footer-tagline p{
		padding:0 20px;
		font-size:1rem;
	}
}