@import url("https://use.typekit.net/wjs4bgw.css");
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box; 
	position: relative;
}
body {
	font-family:  lemonde-courrier, serif;
	font-style: normal;
	font-weight: 400;
	font-size:22px;
	color:#333;
}
img {
	max-width:100%;
	height:auto;
}
.container {
	max-width: 1350px;
	margin:0px auto;
	padding:0px 10px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex .col {
	width: 33%;
	text-align: center;
	margin: 0;
	float: none;
}
.flex .col span,
.flex .col img {
	display: block;
	margin: 0 auto 10px;
	color: #4C721D;
}
.mobile {display: none;}
/* HEADER */
header {
	position:relative;
	z-index:3;
}
header #message {
    width:100%;
    font-size:24px;
    color:#fff;
    background-color:#b62222;
    padding:20px;
    text-align:center;
	-webkit-transition: .5s;
	transition: .5s;
}
header #message a {
	color: #fff;
	text-decoration: underline;
}
#header {
	position:relative;
	z-index:2;
}
#header:after {
	content:'';
	display:block;
	clear:both;
}
#header #logo {
	position: absolute;
	background: #fff;
	border-radius: 10px;
}
#header #logo img {
	padding-top:30px;
}
#header #tag {
	padding-top:35px;
	padding-bottom:15px;
	display:inline-block;
	color:#1f232b;
	font-style: italic;
	float:left;
	margin-left:330px;
}
#header #tag {
	padding-top:35px;
	padding-bottom:15px;
	display:inline-block;
	color:#888764;
	font-style: italic;
	float:left;
	margin-left:330px;
	font-size: 24px;
}
#header #contact {
	text-align:right;
	color:#888764;
	padding: 35px 0px;
	float: right;
	margin-left: 340px;
	font-size: 24px;
}
#header #contact .phone{
	font-weight: bold;
	color: #4C721D;
}
#header #social {
	float: left;
	font-size: 40px;
	color: blue;
	margin: 20px 0 0 40px;
	display:none;
}
.contact-uss #header #social {
	display: block;
}
#header #social a {
	color: blue;
}
footer #social  {
	margin-top: 20px;
}
/* ^ HEADER */
/* NAVIGATION */
header nav {
	background-color:#AFC09E;
	clear:both;
	z-index: 1;
	width: 100%;
}
header #nav > ul {
	list-style:none;
	display:block;
	margin:0px auto;
    font-size: 0px; /*elimiates spacing between li*/
	margin-left: 300px;
	text-align: right;
}
header #nav ul li {
	margin-bottom:0px;
}
header #nav > ul > li {
	display:inline-block;
}
header #nav ul li a {
	text-decoration:none;
	color:#000;
	text-transform:uppercase;
	display:block;
	padding:10px 18px;
	font-size:22px;
	font-weight:400;
}
header #nav ul li:hover a {
	background-color:#000;
	color: #fff;
}
header #nav > ul > li ul  {
	display:none;
	position:absolute;
    text-align:left;
	margin-left:0px;
	white-space: nowrap;
}
header #nav > ul > li ul li {
	display:block;
}
header #nav > ul > li ul li a {
	font-weight:300;
	padding:10px 20px;
}
header #nav > ul > li > ul > li a:hover {
	background-color:#4C721D;
}
/* ^ NAVIGATION */
/* BANNERS */
#banners {
	max-height:450px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
#banner-img {
	overflow:hidden;
}
#banner-img .slide > img {
	display:block;
	width:100%;
	height:auto;
}
#banner-img .slide {
	max-height:670px;
	position:absolute;
	top:0px;
	max-width:100%;
	width:100%;
	opacity:0;
	z-index:0;
}
#banner-img .slide.active {
	position:relative;
	opacity:1;
	z-index:1;
}
#banner-img .slide.active .content {
	opacity:1;
	background: rgba(76,114,29,.8);
	border-radius: 20px;
	text-align: center;
}
#banner-img .slide.getActive {
	z-index:2;
}
#banner-img .slide .content {
	position:absolute;
	top:11%;
	left:10%;
	z-index:2;
	opacity:0;
	color:#fff;
    padding:40px 20px;
	font-size:24px;
}
/* ^ BANNERS */
/* CONTENT */
#notice {
	background: #e8e3d8;
	color: #fff;
	padding: 20px 0;
	text-align: center;
}
#notice h3 {
	margin-bottom: 20px;
	font-size: 30px;
}
#notice a {
	color: #4C721D;
	text-decoration: underline;
}
#banner-header {
	max-height:380px;
	overflow:hidden;
}
#banner-header img {
	width:100%;
}
#banner-content {
	position: absolute;
	width:70%;
	top:40%;
	margin: 0 15%;
	text-align:center;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	text-shadow: 2px 2px 5px #000;
}
main .quote {
	font-size:26px;
	font-weight:normal;
	padding-top: 40px;
}
main .quote h5 {
	margin-bottom: 15px;
	font-size: 28px;
}
main .quote p {
	font-style: italic;
}
main {
	overflow:hidden;
}
#main {
	position: relative;
	z-index:2;
	padding:30px 15px;
	
}
#home #main {
	padding: 0px;
}
#main:after {
	content:'';
	display: block;
	clear:both;
}
#main ul.columns {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
	list-style: none;
}
.highlight {
	background-color:#eff1e8;
	padding-top: 40px;
	padding-bottom: 40px;
}
.highlight.bkg {
	background: #ddf2c9;
}
.left {
	float:left;
	width:70%;
	padding:0px;
	margin-right: 3%;
}
.right {
	float:left;
	width:27%;
	padding:0px 0px 0px 25px;
}
header .left {
	width: 60%;
}
header .right {
	width: 37%;
	text-align: right;
	padding-top: 20px;
}
.contact .left {
	width: 30%;
	float: left;
	margin-right: 3%;
}
.contact .right {
	width: 64%;
	float: left;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.col {
	width: 48%;
	margin: 1%;
	float: left;
}
h1 {
	font-family: franklin-gothic-urw, sans-serif; 
	font-size:40px;
	color:#4C721D;
	margin-bottom:15px;
}
h2 {
	font-family: franklin-gothic-urw, sans-serif; 
	font-size:32px;
	color: #4C721D;
	margin-bottom:15px;
}
h3 {
	font-size:22px;
	color: #4C721D;
}
h4 {
	font-family: franklin-gothic-urw, sans-serif; 
	color:#191713;
	font-size:32px;
	margin-bottom:30px;
}
p {
  margin-bottom:15px;
}
ul {
    list-style-position: inside;
}
a {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
	color:#4C721D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#4C721D;
}
a.button {
	font-family: franklin-gothic-urw, sans-serif;
	color:#fff;
    padding:10px 20px;
	display:inline-block;
	font-size:20px;
	background-color:#60151a;
	border:1px solid #fff;
	text-decoration:none;
}
a.button:hover {
	background-color:#000;
}
a.donate {
	font-family: franklin-gothic-urw, sans-serif;
	color:#fff;
    padding:10px 20px;
	display:inline-block;
	background-color:#4C721D;
	border-radius: 5px;
	border:0px solid #000;
	text-decoration:none;
	vertical-align: middle;
	margin-top: 10px;
}
a.donate.lg {
	padding:10px 20px;
	display:inline-block;
	margin:0px auto;
	font-size:30px;
	border-radius: 10px;
	border:2px solid #fff;
	text-transform:uppercase;
	font-weight: bold;
	float:none;
}
a.donate:hover {
	background-color:#000;
}
.row {
	margin-bottom:20px;
}
.row:after {
	content:'';
	display:block;
	clear:both;
}
.img-left {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	margin-left: 20px;
}
.img-right {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
#home #main .img-right {
	margin-top:20px !important;
	margin-right:-80px !important;
	float:right !important;
	width:auto !important;
}
input, textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
	background-color:#ededed;
	border:0px;
	padding:5px;
	width:100%;
	margin-bottom:10px;
}
input[type="submit"], button {
	background-color:#c60001;
	color:#fff;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
	text-align:center;
	text-transform: uppercase;
}
.buckets {
}
.bucket {
    width: 21%;
    float: left;
    text-align: center;
    margin: 0 2%;
}
.bucket-three {
    width: 29%;
    float: left;
    text-align: center;
    margin: 0 2%;
}
.bucket-three img,
.bucket img {
	width:100%;
	border:2px solid #000;
}
.buckets .left ul {
	list-style: none;
}
.buckets .left ul a {
	text-decoration: underline;
}
.buckets .left ul a:hover {
	text-decoration: none;
}
.buckets .left {
	width: 49%;
	float: left;
	margin-right: 2%;
	text-align: left;
	border-right: 1px solid #999;
}
.buckets .right {
	width: 49%;
	float: left;
}
.buckets .right ul,
.buckets .left ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin: 10px 0;
}

.buckets .right {
	width: 49%;
	float: left;
	margin: 0;
	text-align: left;
}
.gallery-link {
	margin: 15px 0;
	padding-top: 15px;
	border-top: 1px solid #999;
}
.gallery-link h4 {
	color: #000;
	font-size: 30px;
}
.event {
	margin: 15px 0;
	padding-top: 15px;
	border-top: 1px solid #999;
}
.event h4 a,
.event h4 {
	color: #000;
	font-size: 30px;
	margin-bottom: 10px;
}
.event .eventDate {
	font-size: 20px;
	font-style: italic;
	margin-bottom: 10px;
}
#trio-imgs {
	margin-top:-130px;
	font-size:0px;
	margin-bottom:50px;
}
.trio {
    width: 29.3%;
    margin: 0 1%;
	vertical-align: bottom;
	display:inline-block;
}
.trio:nth-last-of-type(3n-1) {
    width: 35.3%;
}
.trio img {
	width:100%;
	border:4px solid #fff;
}
.stat {
	float:left;
	width:33.3%;
	border-right:1px solid #000;
	padding:20px;
}
.stat:first-of-type {
	padding-left:0px;
}
.stat:last-of-type {
	border-right:none;
}
.quote {
	font-style: italic;
	font-weight:normal;
	font-size:22px;
	margin-bottom: 40px;
	
}
.quote h5 {
	margin-bottom: 15px;
}
.spoon {
	float:left;
	width:15%;
	margin-top:-60px;
	margin-bottom:-40px;
	padding-right:10px;
}
.spoon-right {
	float:left;
	width:85%;
}
#news-header {
	text-align:center;
	margin-bottom:20px;
}
#news-header:before {
	border-top: 1px solid #000;
    content:"";
    margin: 0 auto;
	position: absolute;
	top: 50%;
	left:0px;
    width: 100%;
    z-index: -1;
}
#news {
	color:#582e09;
}
#news .item {
	float:left;
	width:50%;
	padding:0px 30px;
}
.hidden-view-container {
	width:48%;
	float:left;
	margin:40px 1%;
	height:240px;
    -webkit-transition: all 0.25s ease;
}
.hidden-view-container:after {
	top: 100%;
	left: 10%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #782018;
	border-width: 20px;
	margin-left: -30px;
	z-index:0;
}

.hidden-view {
	background-color:#eff1e8;
	border:1px solid #782018;
	padding:20px 20px 60px 20px;
	overflow:hidden;
	position: absolute;
	top:0px;
	left:0px;
	z-index:1;
    -webkit-transition: all 0.25s ease;
}
.view-more, .view-less {
	position: absolute;
	bottom:0px;
	left:0px;
	width:100%;
	cursor:pointer;
	padding:20px;
}
.view-more {
	color:#4C721D;
	background-color:#eff1e8;
}
.view-less {
	float:right;
	display:none;
	text-align:right;
}
.view-less img {
	vertical-align: middle;
}
.stories {
	margin-top: 20px;
}
.story { padding: 30px 0px; }
.story:nth-of-type(odd) { background: #efefef; }
.story .left {
	width: 58%;
	padding: 0px;
	margin-right: 2%;
}
.story .right {
	width: 40%;
	text-align: center;
}
.story.odd .left {
	width: 38%;
	text-align: center;
}
.story.odd .right {
	width: 60%;
	padding: 0px;
	text-align: left;
}
.story .title {
	color: #fff;
	padding: 5px 10px;
	background: #4C721D;
	margin-bottom: 20px;
}
/* ^ CONTENT */
/* FOOTER */
#footer-header {
	color:#e8e3d8;
	font-size:72px;
	line-height:50px;
	height:50px;
	font-family: franklin-gothic-urw, sans-serif;
	text-align:right;
	text-transform: uppercase;
	font-weight: bold;
	margin-top:50px;
	margin-bottom:0px;
}
footer {
	background-color:#e8e3d8;
	background-image: url('../../Assets/Images/bkg-footer.png');
	background-size:cover;
}
#footer {
	color:#402f06;
	font-family: franklin-gothic-urw, sans-serif;
	padding-top:20px;
	padding-bottom:40px;
	font-size:20px;
}
#footer .social {
	float:left;
	margin:20px 20px;
	
}
#footer a {
	color:inherit;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
}
#footer-nav {
	list-style:none;
	margin:0px auto;
    font-size: 0px; /*elimiates spacing between li*/
	text-align:right;
}
#footer-nav li {
	margin-bottom:0px;
}
#footer-nav li {
	display:inline-block;
}
#footer-nav li a {
	text-decoration:none;
	color:inherit;
	text-transform:uppercase;
	display:block;
	padding:0px 15px;
	font-size:18px;
}
#footer .left {
	width: 30%;
	margin-right: 3%;
}
#footer .right {
	width: 66%;
	margin:0px;
	text-align: right;
}
.t30,
#footer .right a {
	display: none;
}
.contact-us #footer .right a {
	display: block;
}
#siteby {
	margin-top: 30px;
	display: none;
}
.t30 {margin-top: 30px;}

/* ^ FOOTER */
/* MOBILE */
#mobile-nav {
	display:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:7px 10px;
	height:37px;
	width:120px;
	font-family:Arial;
	margin:0px auto;
}
#mobile-nav > div {
	width:25px;
	float:right;
}
#mobile-nav div.bar {
	height:3px;
	background-color:#fff;
	margin:3px 0px;
}
#mobile-nav span{
	float:right;
	display:block;
	padding:0px 5px;
	font-size:18px;
	line-height:22px;
}
/* GALLERY */
.gallery-wrap {
	margin-top:0px;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	
}
.gallery-title {
	font-family: franklin-gothic-urw, sans-serif; 
	font-size:40px;
	color:#4C721D;
	margin-bottom:15px;
}
.gallery {
	padding-top:20px;
	padding-bottom:20px;
}
.staff:after,
.clear:after,
.gallery:after {
	content:'';
	display:block;
	clear:both;
}
.gallery .photo {
	float:left;
	width:23%;
	padding:5px;
	cursor:pointer;
	text-align:center;
}
.gallery .photo img {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
	width:100%;
}
.gallery .photo img:hover {
	filter:brightness(.6)
}
#gallery-show {
	position:fixed;
	width:100%;
	overflow:hidden;
	background-color:rgba(0,0,0,.9);
    top: 0px;
    left: 0px;
    height: 100%;
	z-index:99999999;
	visibility:hidden;
}
#gallery-img {
	position:relative;
	z-index:1;
	margin:0px auto;
}
#gallery-img .slide {
	position:absolute;
	top:0px;
	bottom:0px;
	max-width:100%;
	width:100%;
	opacity:0;
	z-index:0;
	height:100%;
}
#gallery-img .slide.active {
	position:relative;
	opacity:1;
	z-index:1;
}
#gallery-img .slide.getActive {
	z-index:2;
}
#gallery-img .slide img {
	display:block;
}
#gallery-img .slide > div {
	display:block;
	margin:0px auto;
	max-width:100%;
}
#gallery-show .dir {
	position:absolute;
	top:45%;
	color:#fff;
	font-size:50px;
	z-index:2;
	opacity:.5;
	cursor:pointer;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
#gallery-show .dir:hover {
	text-shadow:0px 0px 5px rgba(0,0,0,.75);
	opacity:1;
}
#gallery-show #left {
	left:3%;
}
#gallery-show #right {
	right:3%;
}
.close-it {
	font-size:30px;
	cursor:pointer;
	position:absolute;
	top:0px;
	right:0px;
	z-index:9999999;
	padding-top:10px;
	padding-right:10px;
	color:#fff;
}
/* ^ GALLERY */
.staff {
	margin-bottom: 20px;
	padding: 20px;
}
.staff:nth-child(even) {
	background: #efefef;
}
.reviews .left {
	width: 49%;
	margin-right: 2%;
}
.reviews * {
	font-size: 20px;
}
.reviews .right {
	width: 49%;
}
.reviews h3 {
	margin-top: 20px;
	font-size: 26px;
}
.reviews .button {
	padding: 5px 10px;
}
.review {
	margin: 15px 0;
}
.review .image {
	float: left;
	width: 6%;
}
.review .revi {
	float: left;
	width: 88%;
	margin: 0 3%;
}
.review .rev-name a {color: #000; font-weight: bold;}
@media (max-width:1330px) {
header #nav ul li a {
	font-size: 20px;
}
}
@media (max-width:1210px) {
	#banner-img .slide .content {
		font-size:24px;
		top:10%;
		left: 2%;
	}
	header nav {
		background-color: #AFC09E;
	}
	#header #tag {margin-left: 230px;}
	#header #contact {font-size: 18px;}
}
@media (max-width:1070px) {
	#header #tag {font-size: 18px;}
}
@media (max-width:990px) {
	.mobile {display: block;}
	.nomobile {display: none;}
	#mobile-nav {
		display:block;
	}
	header #nav {
		padding:0px;
	}
	header #nav > ul {
		display:none;
		position:absolute;
		background-color:#AFC09E;
		margin-left:0px;
		width:100%;
	}
	header #nav ul  li {
		display:block;
		width:100%;
		border-top:1px solid #ccc;
		text-align:left;
	}
	header #nav > ul > li ul {
		position:relative;
	}

	#main ul.columns {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}

	#banner-img .slide .content {
		font-size:20px;
		top:10%;
		left: 2%;
	}
	#banner-content {
		font-size:26px;
	}
	#header #logo, #header #tag, #header #contact, #header #social {
		clear:both;
		position: relative;
		text-align:center;
		margin:0px auto;
		display:block;
		float:none;
		padding:10px 0px;
	}
	#header #social {
		display: none;
	}
	.contact-us #header #social {
		display: block;
	}
	#header #contact {
		font-size:16px;
	}
	.flex .col,
	.bucket-three,
	.story .left, .story .right,
	.story.odd .left, .story.odd .right,
	.img-left, .img-right {
		float:none;
		width:100%;
		margin:10px 0;
	}
	.highlight {
		padding:20px;
	}
	#home #main {
		padding:0px;
	}
	.buckets .right ul,
	.buckets .left ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	header .left, header .right,
	.buckets .left, .buckets .right,
	.reviews .left, .reviews .right,
	#footer .left, #footer .right,
	.contact .left, .contact .right,
	.left, .right {
		float:none;
		width:100%;
		padding:20px;
		margin: 0px;
		border: 0px;

	}
	header .left, header .right {
		text-align: center;
	}
	.col {
		width: 100%;
		margin: 10px 0;
	}
	.right {
		margin-top:30px;
	}
	.bucket {
		width:46%;
	}
	.stat {
		float: none;
		width: auto;
		border-right: 0;
		border-bottom: 1px solid #000;
		padding: 20px !important;
	}
	#news .item {
		float: none;
		width: auto;
		margin-bottom:30px;
	}
	#trio-imgs {
		margin-top:-50px;
	}
	#siteby a {
		float:none;
		margin-top:30px;
	}
	#footer-contact, #footer-nav {
		margin-bottom:20px;
		text-align:center;
	}
	#footer-nav li {
		display:block;
	}
	#footer-nav {
		  -webkit-columns: 2;
		  -moz-columns: 2;
		  columns: 2;
	}
	.hidden-view-container {
		width:auto;
		float:none;
		margin:60px 0;
	}
	#main img {
		width: 100% !important;
		margin: 10px 0 !important;
		float: none !important;
	}
	h1 {
		font-size: 34px;
	}
	.gallery .photo {
		width: 48%;
		
	}
}
@media (max-width:650px) {
	header #message {
		font-size: 20px;
	}
	#banners {
		display:none;
	}
	#banner-content {
		font-size:18px;
		top:12%;
		width: 90%;
		margin: 0 5%;
	}
	#footer-header {
		font-size: 40px;
		line-height: 28px;
		height: 28px;
	}
}