/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
Theme Name:		Butler & Baird 2020
Author:			CMS Web Solutions
Author URI:		https://cmswebsolutions.com
*/


@font-face {
	font-family: 'Inter';
	font-style:  normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/Inter-Regular.woff2') format('woff2'),
		url('fonts/Inter-Regular.woff') format('woff');
 }
 
 @font-face {
	font-family: 'Inter';
	font-style:  italic;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/Inter-Italic.woff2') format('woff2'),
	    url('fonts/Inter-Italic.woff') format('woff');
 }
 
 @font-face {
	font-family: 'Inter';
	font-style:  normal;
	font-weight: 600;
	font-display: swap;
	src: url('fonts/Inter-SemiBold.woff2') format('woff2'),
	    url('fonts/Inter-SemiBold.woff') format('woff');
 }
 
 @font-face {
	font-family: 'Inter';
	font-style:  italic;
	font-weight: 600;
	font-display: swap;
	src: url('fonts/Inter-SemiBoldItalic.woff2') format('woff2'),
	    url('fonts/Inter-SemiBoldItalic.woff') format('woff');
 }
 
 @font-face {
	font-family: 'Inter';
	font-style:  normal;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/Inter-Bold.woff2') format('woff2'),
	    url('fonts/Inter-Bold.woff') format('woff');
 }
 
 @font-face {
	font-family: 'Inter';
	font-style:  italic;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/Inter-BoldItalic.woff2') format('woff2'),
	    url('fonts/Inter-BoldItalic.woff') format('woff');
 }

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
    font-size: 110%;
}

body {
	margin: 0 auto;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	position: relative;
	color: #010101;
	background-color: #fffefe;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0.01ms !important;
		        animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		        animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

header, nav, main, footer,
iframe, embed, figcaption, figure, section, summary {
	display: block;
	position: relative;
	margin: 0 auto;
}

figure {
	display: table;
}

figcaption {
    /* display: table-caption; */
	caption-side: bottom;
}

.inner {
	display: block;
	margin: 0 auto;
	padding: 0 1.5em;
	max-width: 68em;
	position: relative;
}

h1 {
	color: #2e7144;
	padding-bottom: .1em;
	font-weight: 600;
	position: relative;
	border-bottom: 2px solid #e8e8e8;
}

h2 {
	color: #222;
	margin: 1.5em 0 .75em;
	font-size: 1.5em;
	font-weight: 600;
}

h2 a {
	color: #222;
	-webkit-text-decoration-color: #aaa;
	text-decoration-color: #aaa;
}

h2 a:hover,
h2 a:focus {
	color: #333;
	-webkit-text-decoration-color: #222;
	text-decoration-color: #222;
}

h3 {
	color: #2e7144;
	margin: 1.5em 0 .75em;
	font-size: 1.2em;
	font-weight: 600;
}

h4 {
	color: #333;
	margin: 1.5em 0 .75em;
	font-size: 1.1em;
	font-weight: 600;
}

li, p + p, p * {
	margin-top: 0;
}

ul[class],
ol[class] {
  padding: 0;
}

ul[class],
ol[class] {
  list-style: none;
}

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

a {
	color: #2e7144;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	        text-decoration-skip-ink: auto;
}

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

a:hover,
a:focus {
	color: #000;
}

a:active {
	transition: color 2s;
	color: blue;
}

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

iframe,embed {
	max-width: 100%;
}

input,
textarea,
select {
	margin: 0;
	font: inherit;
}

button,
.button {
	color: #000;
	background-color: #fff;
	border: 1px solid #2e7144;
	font-family: inherit;
	font-size: inherit;
	line-height: 1.5;
	padding: .25em;
	text-align: center;
	text-decoration: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
	color: #fff;
	background-color: #2e7144;
}

.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;
}

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

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

.logo {
	width: 100%;
	max-width: 280px;
	height: auto;
	margin: 1em auto;
	display: block;
	text-align: center;
}

.utilities {
	display: inline-block;
	text-align: center;
}

.tag {
	margin: .25em 0;
	font-size: 1.705rem;
	font-style: italic;
}

.vcard {
	margin-bottom: .25em;
}

.vcard a {
	text-decoration: none;
	color: #000;
}

.vcard a:hover,
.vcard a:focus {
	color: #2e7144;
}

.tel::before {
	content: '';
	display: inline-block;
	margin-right: .25em;
	width: 1.364em;
	height: 1.364em;
	background: url(img/phone.png) center bottom no-repeat;
}

.email::before {
	content: '';
	display: inline-block;
	margin-right: .25em;
	width: 1.364em;
	height: 1.364em;
	background: url(img/email.png) center bottom no-repeat;
}

.mainnav {
	color: #333;
	background-color: #fff;
	border-top: 3px solid #2e7144;
	border-bottom: 3px solid #2e7144;
}

.mainnav .inner {
	padding: 0;
}

.mainnav button {
	transition: none;
	cursor: pointer;
	text-transform: uppercase;
	display: block;
	background: transparent;
	width: 100%;
	color: #333;
	margin: 0 auto;
	padding: .25em 0;
	font-size: 1.25em;
	font-weight: 700;
	text-align: center;
	border: none;
	border-radius: 0;
}

.mainnav button:hover,
.mainnav button:focus {
	color: #fff;
	background-color: #2e7144;
}

nav ul {
	width: 100%;
	margin: 0;
	padding-left: 0;
}

.mainnav ul {
	display: none;
}

.mainnav ul [aria-haspopup="true"] + ul[aria-hidden="false"] {
	display: block;
	position: static;
	top: auto;
}

.mainnav ul [aria-haspopup="true"] + ul[aria-hidden="false"] li {
	flex: unset;
	display: block;
	width: 100%;
}

.mainnav ul [aria-haspopup="true"] + ul[aria-hidden="false"] a {
    text-align: center;
}

.mainnav .open + ul {
	display: block;
}

.mainnav .open + ul li {
	padding: .5em;
	text-align: center;
}

.mainnav .open + ul li:last-of-type {
	background-color: #e9c829;
}

.mainnav .open + ul li:hover,
.mainnav .open + ul li:focus {
	background-color: #2e7144;
}


.mainnav .open + ul li:hover a,
.mainnav .open + ul li:focus a {
	color: #fff;
}

nav li {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	border-bottom: 1px solid #2e7144;
}

.mainnav li.current_page_item:not(:last-of-type) a,
.mainnav li.current-page-ancestor a {
	color: #fff;
	background-color: #2e7144;
}

.home .mainnav li.current_page_item a {
	color: #333;
	background-color: #fff;
}

.mainnav li:last-of-type a {
	margin: -8px 0;
	background-color: #e9c829;
	border-top: 6px solid #e9c829;
	border-bottom: 6px solid #e9c829;
}

.home .mainnav li.current_page_item a:hover,
.home .mainnav li.current_page_item a:focus,
.mainnav li a:hover,
.mainnav li a:focus,
.mainnav li a:active {
	background-color: #2e7144;
}

.mainnav li:last-of-type a:hover,
.mainnav li:last-of-type a:focus,
.mainnav li:last-of-type a:active{
	background-color: #2e7144;
	border-top: 4px solid #2e7144;
	border-bottom: 4px solid #2e7144;
}

.mainnav li.current_page_item:last-of-type a {
	background-color: #2e7144;
	border-top: 4px solid #2e7144;
	border-bottom: 4px solid #2e7144;
}

.mainnav li.current_page_item:last-of-type a:hover,
.mainnav li.current_page_item:last-of-type a:focus {
	color: #333;
	background-color: #e9c829;
	border-top: 4px solid #e9c829;
	border-bottom: 4px solid #e9c829;
}

nav a {
	color: #333;
	padding: .25em 0;
	text-decoration: none;
}

.mainnav a {
	text-align: center;
}

.home .mainnav li.current_page_item a:hover,
.home .mainnav li.current_page_item a:focus,
.mainnav a:hover,
.mainnav a:focus,
.mainnav a:active {
	color: #fff;
}

.mainnav li.current_page_item a {
	color: #fff;
}

.home .mainnav li.current_page_item a {
	color: #333;
}

.mainnav ul [aria-haspopup="true"] + ul[aria-hidden="false"] {
	margin-top: 0;
	display: block;
	position: absolute;
	min-width: 16em;
	background-color: rgba(253,253,253,.9);
	z-index: 10;
}

.mainnav ul [aria-haspopup="true"] + ul[aria-hidden="false"] li {
	margin: 0;
}

.mainnav ul [aria-haspopup="true"] + ul[aria-hidden="false"] a {
	padding: .5em .5em .5em 1.25em;
	text-align: left;
}

.mainnav ul [aria-haspopup="true"] + ul li {
	display: block;
	position: relative;
}

.sidebar {
	margin: 1.5em 0;
}

.sectionnav {
	border: 1px solid #f3f3f3;
}

.sectionnav h2 {
	margin: 0;
	padding: .5em 1em;
	color: #2e7144;
	background-color: #f3f3f3;
	border-bottom: 2px solid #2e7144;
	font-size: 1.1em;
}

.sectionnav h2 a {
	padding: 0;
	color: #2e7144;
}

.sectionnav li {
	border-bottom: 1px solid #f3f3f3;
}

.sectionnav li:last-of-type {
	border-bottom: none;
}

.hero {
	display: block;
	position: relative;
	width: 100%;
	min-height: 22em;
}

.hero img {
	width: 100%;
}

.hero_text {
	position: relative;
	text-align: center;
	padding: 1em;
	background-color: #222;
}

.hero_text h1 {
	margin: 0;
	padding-bottom: inherit;
	color: #fff;
	text-shadow: 1px 1px black;
	border-bottom: none;
}

.notice {
	width: 100%;
	color: #000;
	background-color: #f2b52e;
	font-size: 1.25em;
	text-align: center;
	padding: .25em 0;
}

.notice .inner {
	display: inline-block;
	text-align: center;
}

.notice a {
	color: #000;
}

.notice a:hover,
.notice a:focus {
	color: #ffd700;
	background-color: #000;
}

.lede {
	font-size: 1.1rem;
	font-weight: 600;
}

.primary_content,
.secondary_content {
	padding: .25em 1.5em;
}

.secondary_content {
	background: #ecebeb url(img/building.jpg) center bottom no-repeat;
}

.primary_content h2,
.secondary_content h2 {
	color: #2e7144;
	font-size: 1.1rem;
}

.secondary_content .alignleft {
	display: none;
}

/* Default gallery */
.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery-item {
	margin: 1em;
}

@supports (display: grid) {
	.gallery {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (minmax(260px, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
		grid-gap: 1em;
	}

	.gallery-item {
		margin: 0;
	}
}

.gallery-caption {
	margin: 0;
	text-align: center;
}

.gallery br {
	display: none;
}

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

.post-list article h2 a {
	text-decoration: none;
	text-transform: none;
}

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

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

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

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

.aligncenter,img.aligncenter {
	display: block;
	clear: both;
	margin: 1.5em auto;
}

.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: absolute;
	width: 100%;
	margin: 0;
	padding: .5em;
	left: 0;
	bottom: 0;
	color: #fff;
	background: rgba(0,0,0,0.7);
}

ul.navigation {
	margin: 0;
	padding: 0 !important;
	list-style-type: none;
}

ul.navigation li {
	float: right;
}

ul.navigation li.newer {
	float: left;
}

footer {
	margin-top: 2em;
	padding: 1em;
	width: 100%;
	color: #fff;
	background-color: #333;
}

footer h3 {
	color: #fff;
}

#mc_embed_signup h3 {
	color: #e9c829;
}

#mc_embed_signup input[type=submit] {
	margin-top: .25em;
	color: #fff;
	background-color: transparent;
	border: 1px solid #e9c829;
}

#mc_embed_signup input[type=submit]:hover,
#mc_embed_signup input[type=submit]:focus {
	color: #000;
	background-color: #e9c829;
}

.social {
	display:flex;
	justify-content: center;
}

.social li {
	list-style: none;
	margin: .25em;
}

.social a {
	display: block;
	display: -ms-grid;
	display: grid;
	place-items: center;
	width: 1.75em;
	height: 1.75em;
	padding: .25em;
	color: #000;
	background-color: #fff;
	border-radius: 50% 50%;
}

.social a:hover,
.social a:focus {
	background-color: #e9c829;
}

.social svg {
	display: inline-block;
	width: 20px;
	height: 20px;
	fill: #000;
}

@media screen and (min-width: 48em) {
	.hero_text {
		position: absolute;
		top: 10%;
		background-color: rgba(5,27,12,.5);
	}

	.secondary_content .alignleft {
		display: inline;
	}
}

@media screen and (min-width: 56.25em) {

	header .inner {
		padding: .5em 1em;
		display: flex;
		justify-content: space-between;
	}

	.brand {
		display: flex;
		align-items: flex-end;
	}

	.logo {
		margin: 0 1em 0 0;
		text-align: left;
	}

	.utilities {
		text-align: right;
	}

	.utilities a {
		margin-left: 1em;
	}

	.mainnav {
		flex: 1;
	}

	.mainnav button {
		display: none;
	}

	.mainnav ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.mainnav li {
		width: auto;
		border-bottom: none;
		padding: 0 .25em;
	}

	.mainnav > li:first-of-type a {
		padding-left: 0;
	}

	.mainnav > li:last-of-type a {
		padding-right: 0;
	}

	.mainnav li li {
		padding: 0;
	}

	nav a {
		display: block;
		padding: .5em;
	}

	.sectionnav a {
		padding: .5em 1em;
	}

	.sectionnav a:hover,
	.sectionnav a:focus,
	.sectionnav .current_page_item a {
		color: #2e7144;
		background: #f3f3f3 url(img/arrow.svg) left center no-repeat;
	}

	:not(.home) > main .inner {
		display: inline-block;
		display: flex;
		justify-content: space-between;
	}

	.hero_text {
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}

	main .inner.grid {
		display: inline-block;
		display: flex;
		justify-content: space-between;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 1em;
	}

	.secondary_content .alignright {
		margin: -1.5em 0 .5em .5em;
	}

	.secondary_content .alignleft {
		margin: 0 1.5em 1.5em -1.5em;
	}

	.sidebar {
		margin: 2.25em 2.25em 2.25em 0;
		flex-basis: 25%;
	}

	.content {
		width: 100%;
		flex: 1 1 70%;
	}

	footer .inner {
		padding: 1.5em 0;
		display: flex;
		justify-content: space-between;
	}

	footer .col {
		flex: 0 1 22.5%;
	}

	footer .col:first-of-type {
		padding-left: 2em;
	}

	footer .col:last-of-type {
		text-align: center;
	}

	footer .col > * {
		margin-top: 0;
	}
}

@media screen and (min-width: 70em) {

	main .inner {
		padding: 0;
	}
}