/*!***************************************************************
Theme Name: ERChamber-2015
Theme URI: http://motorcitymobility.com/
Description: Mobile-first responsive website design for the Eastside Community Chamber.  Built using Foundation by Zurb & BFG 2.0 by Cooper Dukes (https://github.com/cdukes)
Author: Cam Cecchini
Author URI: http://motorcitymobility.com
Version: 2.0
Updated: 5-14-2015
Tags: css3, fluid, hb5, responsive
Template: genesis
******************************************************************/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

body { margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

a { background: transparent; }

a:active, a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.67em 0; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

/******************************************************************
_2-toolkit.scss
******************************************************************/
.site-title { font: 0/0 a; text-shadow: none; color: transparent; }

.archive-pagination, .author-box, .clearfix, .entry, .entry-content, .entry-pagination, .footer-widgets, .nav-primary, .nav-secondary, .site-container, .site-footer, .site-header, .site-inner, .wrap, .content-sidebar-wrap, form#searchform, .widget-wrap, .gform_wrapper ul li.gfield { zoom: 1; }
.archive-pagination:before, .author-box:before, .clearfix:before, .entry:before, .entry-content:before, .entry-pagination:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before, .content-sidebar-wrap:before, form#searchform:before, .widget-wrap:before, .gform_wrapper ul li.gfield:before, .archive-pagination:after, .author-box:after, .clearfix:after, .entry:after, .entry-content:after, .entry-pagination:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after, .content-sidebar-wrap:after, form#searchform:after, .widget-wrap:after, .gform_wrapper ul li.gfield:after { display: table; content: ""; }
.archive-pagination:after, .author-box:after, .clearfix:after, .entry:after, .entry-content:after, .entry-pagination:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after, .content-sidebar-wrap:after, form#searchform:after, .widget-wrap:after, .gform_wrapper ul li.gfield:after { clear: both; }

.is-vishidden { position: absolute; overflow: hidden; clip: rect(0 0 0 0); margin: -1px; padding: 0; width: 1px; height: 1px; border: 0; }

.no-js .hide-no-js { display: none !important; }

.footer_connect::before, .footer_connect::after { position: absolute; content: ''; pointer-events: none; }

.centered { text-align: center; }

.primary-cta, .bm-member--footer, .new-member--entry { text-align: center; }

.primary-cta h2, .more-link--container { margin-bottom: 0; }

.push--bottom { margin-bottom: 20px !important; }

.push-half--bottom { margin-bottom: 10px !important; }

.new-member--content p { margin-bottom: 10px !important; }

.featured-cta { margin-top: 20px !important; }

.featured--widgets .ribbon { margin-top: 10px; }

.new-member--entry { padding-bottom: .75rem !important; padding-top: .75rem !important; }

/******************************************************************
3-clearfix - Clearfix
******************************************************************/
/******************************************************************
4-mixins - Mixins
******************************************************************/
/*
@include hide-text;
@include btn;
@include borderRadius(4px);
@include transition(all 0.2s ease-in-out);
@include box-sizing(border-box);
@include css-gradient(#dfdfdf,#f8f8f8);
@include boxShadow(0 0 4px #444);
@include font-size(16);
@include font(16);
@include center-block;
@include opacity(0.8);
*/
/*
@mixin font-size($sizeValue: 12 ){ font-size: $sizeValue + px; //fallback for old browsers font-size: (0.125 * $sizeValue) + rem;
}
*/
meta.foundation-version { font-family: "/5.3.1/"; }

meta.foundation-mq-small { font-family: "/only screen/"; width: 0em; }

meta.foundation-mq-medium { font-family: "/only screen and (min-width:40.063em)/"; width: 40.063em; }

meta.foundation-mq-large { font-family: "/only screen and (min-width:64.063em)/"; width: 64.063em; }

meta.foundation-mq-xlarge { font-family: "/only screen and (min-width:90.063em)/"; width: 90.063em; }

meta.foundation-mq-xxlarge { font-family: "/only screen and (min-width:120.063em)/"; width: 120.063em; }

meta.foundation-data-attribute-namespace { font-family: false; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] { margin-bottom: 0; margin-left: 0; list-style: none; }
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after { content: " "; display: table; }
.clearing-thumbs:after, [data-clearing]:after { clear: both; }
.clearing-thumbs li, [data-clearing] li { float: left; }
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li { margin-right: 0; }

.clearing-blackout { background: #333333; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 998; }
.clearing-blackout .clearing-close { display: block; }

.clearing-container { position: relative; z-index: 998; height: 100%; overflow: hidden; margin: 0; }

.clearing-touch-label { position: absolute; top: 50%; left: 50%; color: #aaa; font-size: 0.6em; }

.visible-img { height: 95%; position: relative; }
.visible-img img { position: absolute; left: 50%; top: 50%; margin-left: -50%; max-height: 100%; max-width: 100%; }

.clearing-caption { color: #cccccc; font-size: 0.875em; line-height: 1.3; margin-bottom: 0; text-align: center; bottom: 0; background: #333333; width: 100%; padding: 10px 30px 20px; position: absolute; left: 0; }

.clearing-close { z-index: 999; padding-left: 10px; padding-top: 5px; font-size: 50px; line-height: 1; color: white; display: none; }
.clearing-close:hover, .clearing-close:focus { color: #ccc; }

.clearing-assembled .clearing-container { height: 100%; }
.clearing-assembled .clearing-container .carousel > ul { display: none; }

.clearing-feature li { display: none; }
.clearing-feature li.clearing-featured-img { display: block; }

.clearing-main-prev, .clearing-main-next { position: absolute; height: 100%; width: 60px; top: 0; }
.clearing-main-prev > span, .clearing-main-next > span { position: absolute; top: 50%; display: block; width: 0; height: 0; border: solid 12px; }
.clearing-main-prev > span:hover, .clearing-main-next > span:hover { opacity: 0.8; }

.clearing-main-prev { left: 0; }
.clearing-main-prev > span { left: 5px; border-color: transparent; border-right-color: white; }

.clearing-main-next { right: 0; }
.clearing-main-next > span { border-color: transparent; border-left-color: white; }

.clearing-main-prev.disabled, .clearing-main-next.disabled { opacity: 0.3; }

@media only screen and (min-width: 40.063em) { .clearing-main-prev, .clearing-main-next { position: absolute; height: 100%; width: 60px; top: 0; }
  .clearing-main-prev > span, .clearing-main-next > span { position: absolute; top: 50%; display: block; width: 0; height: 0; border: solid 12px; }
  .clearing-main-prev > span:hover, .clearing-main-next > span:hover { opacity: 0.8; }
  .clearing-main-prev { left: 0; }
  .clearing-main-prev > span { left: 5px; border-color: transparent; border-right-color: white; }
  .clearing-main-next { right: 0; }
  .clearing-main-next > span { right: 5px; border-color: transparent; border-left-color: white; }
  .clearing-main-prev.disabled, .clearing-main-next.disabled { opacity: 0.3; }
  .clearing-assembled .clearing-container .carousel { background: rgba(51, 51, 51, 0.8); height: 120px; margin-top: 10px; text-align: center; }
  .clearing-assembled .clearing-container .carousel > ul { display: inline-block; z-index: 999; height: 100%; position: relative; float: none; }
  .clearing-assembled .clearing-container .carousel > ul li { display: block; width: 120px; min-height: inherit; float: left; overflow: hidden; margin-right: 0; padding: 0; position: relative; cursor: pointer; opacity: 0.4; clear: none; }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img { height: 100%; max-width: none; }
  .clearing-assembled .clearing-container .carousel > ul li a.th { border: none; box-shadow: none; display: block; }
  .clearing-assembled .clearing-container .carousel > ul li img { cursor: pointer !important; width: 100% !important; }
  .clearing-assembled .clearing-container .carousel > ul li.visible { opacity: 1; }
  .clearing-assembled .clearing-container .carousel > ul li:hover { opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img { background: #333333; overflow: hidden; height: 85%; }
  .clearing-close { position: absolute; top: 10px; right: 20px; padding-left: 0; padding-top: 0; z-index: 10; } }
/* Image Thumbnails */
.th { line-height: 0; display: inline-block; border: solid 4px white; max-width: 100%; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); transition: all 200ms ease-out; }
.th:hover, .th:focus { box-shadow: 0 0 6px 1px rgba(21, 86, 26, 0.5); }
.th.radius { border-radius: 3px; }

/*********************
BUTTONS
*********************/
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 46.875em) { html { font-size: 105.5%; } }

body { background-color: #f5f5f5; color: #444; font-family: "Source Sans Pro", sans-serif; font-size: 18px; font-size: 1.125rem; font-weight: 300; line-height: 1.625; }

input, select, textarea { background-color: #fff; border-radius: 3px; border: 1px solid #ddd; box-shadow: none; font-size: 18px; font-weight: 300; padding: 14px; width: 100%; -webkit-appearance: none; }

/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-family: "Source Sans Pro", sans-serif; font-weight: 300; line-height: 1.2; margin: 0 0 20px; }

h1 { font-size: 36px; font-size: 2.25rem; }

h2 { font-size: 30px; font-size: 1.875rem; }

h3 { font-size: 24px; font-size: 1.5rem; }

h4 { font-size: 20px; font-size: 1.25rem; }

h5 { font-size: 18px; font-size: 1.125rem; }

h6 { font-size: 16px; font-size: 1rem; }

.entry-content--subtitle { font-family: "Lato", sans-serif; font-weight: 300; font-size: 1.75rem; }
@media screen and (min-width: 43.75em) { .entry-content--subtitle { font-size: 2.125rem; } }

.dull { opacity: 0.25; filter: alpha(opacity=25); }

/*
$row-width: 740px;
.site-inner {
	@extend %clearfix;
	// padding-top: 1.875rem;
	// padding-top: 1.25rem;
	padding: 4% 2.5% 0;
	@include grid-row;
	
	
	@include bp(750up) {
		padding-top: 2.5rem;
	}	
	
	$row-width: 880px;
	@include bp(900up) {
		max-width: 880px;
		padding-top: 3.75rem;
		// @include grid-row;
	}
	
	$row-width: 1000px;
	@include bp(1024up) {
		max-width: 1000px;
		// @include grid-row;
	}

	$row-width: 1140px;	
	@include bp(1200up)	{
		max-width: 1140px;
		// @include grid-row;
	}
}
*/
.content-sidebar-wrap { padding: 4% 2.5% 0; width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 740px; }
.content-sidebar-wrap:before, .content-sidebar-wrap:after { content: " "; display: table; }
.content-sidebar-wrap:after { clear: both; }
@media screen and (min-width: 46.875em) { .content-sidebar-wrap { padding-top: 2.75rem; } }
@media screen and (min-width: 56.25em) { .content-sidebar-wrap { max-width: 880px; padding-top: 3.75rem; } }
@media screen and (min-width: 64em) { .content-sidebar-wrap { max-width: 1000px; } }
@media (min-width: 75em) { .content-sidebar-wrap { max-width: 1140px; } }

.content { padding-left: 0; padding-right: 0; width: 100%; float: left; }
@media screen and (min-width: 64em) { .content { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 66.66667%; float: left; } }
.full-width-content .content { width: 100%; }

.sidebar { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; }
@media screen and (min-width: 64em) { .sidebar { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 33.33333%; float: left; } }

.content-sidebar .content { max-width: 740px; }
@media screen and (max-width: 63.9375em) { .content-sidebar .content { float: none; margin: 0 auto; } }

.wrap { max-width: 1140px; }

.list { margin-bottom: 40px; }

.entry-title.name { font-size: 28px; }

a { color: #15561a; text-decoration: none; -webkit-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.entry-content--div a, .member--details a, .news-article--content a { text-decoration: underline; }
.entry-content--div a:hover, .member--details a:hover, .news-article--content a:hover { text-decoration: none; }
.article--content + a { padding: 2px 6px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; display: inline-block; margin: 0 0.2em; padding: 3px; }
.article--content + a:hover { background-color: #15561a; color: white; }

.home-top--title { font-family: "Source Sans Pro", sans-serif; letter-spacing: 2px; text-transform: uppercase; }

.button--right { float: right; }

.btn--full { font-family: "Montserrat", sans-serif; display: block; line-height: 2; text-align: center; }

.btn--full { color: #3b7840; display: block; margin-top: 1px; padding: .5rem 1.5rem; box-shadow: 3px 3px rgba(70, 70, 70, 0.05); -webkit-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.btn--full:hover { box-shadow: 3px 3px rgba(240, 240, 240, 0.05); }

.btn--right { margin-right: -20px; }
@media screen and (min-width: 46.875em) { .btn--right { margin-right: -30px; } }

.admin-only { display: none; }
.logged-in .admin-only { display: block; }

.sidebar .widget { background-color: #fff; box-shadow: 3px 3px rgba(70, 70, 70, 0.05); padding: 20px; }
@media screen and (min-width: 46.875em) { .sidebar .widget { padding: 30px; } }
.sidebar .widget:last-of-type { margin-bottom: 40px; }

.after-entry .widget-title, .sidebar .widget-title a { letter-spacing: 2px; margin-bottom: 20px; padding-bottom: 10px; }

#directory-search-2.fix { position: fixed; top: 5px; z-index: 1000; width: 326px; margin: 0; max-width: 100%; overflow: visible; }

/* Search Bar
--------------------------------------------- */
.search-bar { background-color: #eee; position: relative; width: 100%; z-index: 11; }
.search-bar input[type="search"] { width: 60%; margin-right: 2.5%; -webkit-appearance: none; }
.search-bar input[type="submit"] { padding: 16px 20px; }
.search-bar button { padding: 14px 24px; }
.search-bar .dashicons { color: #eee; width: 25px; height: 25px; font-size: 25px; }

.search-form { padding: .5rem; }

.inline-form button { height: 50px; width: 50px; padding: 0; top: 8px; right: 8px; border: none; z-index: 1; }

.ribbon--bestcss { display: none; }
@media (min-width: 75em) { .ribbon--bestcss { display: block; width: 106px; height: 92px; position: fixed; top: 0px; left: 0px; z-index: 99999; text-indent: -9999px; background: url(http://erchamber.com/assets/black-left.png) no-repeat; } }

.site-header { background-color: white; }
.site-header a { color: #eee; }
@media screen and (min-width: 50em) { .site-header { border-bottom: 3px solid #15561a; } }
@media screen and (min-width: 71.875em) { .site-header .wrap { position: relative; } }
.site-header .btn--cta { background-color: #eee; color: #15561a; font-family: "Montserrat", sans-serif; text-transform: uppercase; margin: 5px 0 5px 0; padding: .5rem 2rem; display: inline-block; float: right; border-radius: 8px; }

.cta--bg { background-color: #3b7840; display: inline-block; float: right; padding: .25rem 1rem; }
@media screen and (min-width: 46.875em) { .cta--bg { margin-right: 24px; } }
@media screen and (min-width: 62.5em) { .cta--bg { margin-right: 48px; } }

/* Title Area
--------------------------------------------- */
.ecc_title-area,
.title-area {
	background-color: #fff;
	color: #fff;
	position: relative;
	text-align: center;
}

@media screen and (min-width: 64em) {
	.title-area {
		padding: 3px;
		height: 190px;
		width: 190px;
		position: absolute;
		top: 10px;
	}
}

.title-area {
	border: 1px solid rgba(56, 134, 63, 0.5);
	padding: 0px;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 82px;
	height: 82px;
	z-index: 10;
}

.ecc_title-area a,
.title-area a {
	-moz-transition-property: none;
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
	background-image: url(assets/logo-sm.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 80px;
	height: 80px;
}

@media screen and (min-width: 31.25em) {
	.title-area {
		width: 97px;
		height: 97px;
	}

	.title-area a {
		width: 95px;
		height: 95px;
	}
}

@media screen and (min-width: 46.875em) {
	.title-area {
		top: 15px;
		left: 15px;
		padding: 10px;
		height: 145px;
		width: 145px;
		z-index: 10;
	}

	.title-area a {
		background-image: url(assets/ecc-logo.png);
		width: 125px;
		height: 125px;
	}
}

@media screen and (min-width: 64em) {
	.title-area {
		padding: 10px;
		height: 150px;
		width: 150px;
	}
	
	.ecc_title-area {
		width: 450px;
		height: 128px;
	}

	.title-area a {
		width: 130px;
		height: 130px;
	}
}

@media screen and (min-width: 71.875em) {
	.title-area {
		top: -35px;
	}
}

.nav-primary {
	text-align: center;
}

@media screen and (min-width: 50em) {
	.nav-primary .wrap {
		padding: .5rem 0;
	}
}

.nav-primary.active .menu-item-has-children>a [class^="dashicons"] {
	color: #3b7840;
}

@media screen and (min-width: 50em) {
	.nav-primary .menu-primary {
		text-align: right;
	}
}

.nav-primary .menu-item {
	position: relative;
}

@media screen and (min-width: 50em) {
	.nav-primary .menu-item {
		display: inline-block;
		margin-right: .5rem;
	}
}

.nav-primary .menu-item a {
	display: block;
	font-size: 110%;
}

.nav-primary .menu-item .sub-menu a {
	font-size: inherit;
}

.nav-primary .sub-menu a {
	position: relative;
}

@media screen and (min-width: 50em) {
	.nav-primary .sub-menu a {
		background-color: transparent;
		text-align: center;
	}

	.nav-primary .sub-menu a:hover {
		background-color: #1a6a20;
	}
}

.nav-primary .sub-menu .menu-item {
	margin-right: 0;
}

.sub-menu .menu-item {
	display: block;

	@iclude bp(800up) {
		text-align: center;
	}
}

.sub-menu .menu-item.current-menu-item {
	background-color: #38713c;
	color: white;
}

.menu-secondary .dashicons {
	vertical-align: text-top;
}

.nav-header .menu-item {
	display: inline-block;
	text-align: right;
}

.menu-primary a {
	color: #eee;
}

@media screen and (min-width: 71.875em) {
	.menu-primary {
		position: relative;
	}
}

.menu li a {
	-webkit-backface-visibility: hidden;
}

.entry {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	margin-bottom: 30px;
	padding: 30px;
}

@media screen and (min-width: 46.875em) {
	.entry {
		margin-bottom: 40px;
		padding: 40px 60px;
	}
}

.entry-subtitle {
	font-size: 20px;
	font-size: 1.25rem;
}

.ctc-buttons {
	text-align: center;
}

.ctc-buttons>span {
	margin-left: 3px;
	margin-right: 3px;
}

span.ctc-buttons {
	display: block;
}

.entry-content #bcats,
.entry-content .children {
	margin-left: 0;
}

.entry-content ul>li {
	list-style-type: disc;
}

/* Archive Description & Author Box
--------------------------------------------- */
.archive-description, .author-box { background-color: #fff; box-shadow: 0 2px rgba(0, 0, 0, 0.05); font-size: 16px; margin-bottom: 40px; padding: 30px; }
.archive-description p:last-child, .author-box p:last-child { margin-bottom: 0; }

.author-box-title { font-size: 20px; margin-bottom: 4px; }

/* Pagination
--------------------------------------------- */
.pagination { margin: 40px 0; text-align: center; }

.adjacent-entry-pagination { margin-bottom: 0; }

.archive-pagination li { display: inline; margin: 0 2px; }

.archive-pagination li a { background-color: #fff; box-shadow: 3px 3px rgba(70, 70, 70, 0.05); color: #444; cursor: pointer; display: inline-block; font-size: 14px; padding: 12px 20px; }

.archive-pagination li a:hover, .archive-pagination .active a { box-shadow: 3px 3px rgba(70, 70, 70, 0.2); color: #15561a; }

.sidebar .widget { background-color: #fff; box-shadow: 3px 3px rgba(70, 70, 70, 0.05); }
.sidebar li { border-bottom: 1px dotted #ddd; }
.sidebar li.current-menu-item a { background-color: #1f7f26; color: #eee; }
.sidebar .menu a { background-color: transparent; display: block; padding: 8px 10px 8px 20px; }
.sidebar .menu a:hover { background-color: #15561a; color: #eee; }
.sidebar .directory-search--widgettitle, .sidebar .widget-title { background-color: #f5f5f5; font-family: "Source Sans Pro", sans-serif; font-size: 1.25rem; letter-spacing: 2px; /*
		.sidebar & {
			border-left: 6px solid #dbdbdb;
			margin: 0 0 1.25rem -20px;
			padding: 20px 30px 20px 24px;
	
			@include bp(750up) {
				margin-left: -30px;
				padding: 20px 40px 20px 34px;
			}

		}
*/ }
.sidebar .mcm-taxonomy { /*
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0;
color: #777;
font-size: 16px;
font-weight: 300;
line-height: 1;
padding: 20px;
*/ width: 100%; }
.sidebar #searchsubmit { width: 100%; }

.form--banner { background-color: #325E35; color: #eee; padding: 20px; text-align: center; }

.site-footer { background-color: #124616; font-size: 1rem; padding: 0; text-align: center; }
.site-footer .wrap { padding: 20px 20px 40px; }
@media screen and (min-width: 46.875em) { .site-footer .wrap { padding: 25px 0 15px; } }

/*
.nav-toggle {
	background-color: #333;
	color: #eee;
	display: inline-block;
	float: right;
	padding: 1rem 1.5rem;
}
*/
/*
@include bp(800down) {

	.search-bar,
	.nav-primary,
	.nav-secondary {
		@include transition(all .3s ease-in-out);
		max-height: 0;
		overflow: hidden;
		clear: both;
		
		&.active {
			// background: #dcdcdc;
			max-height: 70em;
		}
		
		a {
			// border-top: 1px solid #3b7840;
		}
	}
	
}
*/
.search-bar { -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; max-height: 0; overflow: hidden; clear: both; }
.search-bar.active { max-height: 70em; }

.genesis-nav-menu .sub-menu { display: none; }
.genesis-nav-menu .sub-menu.active { display: block; }
@media screen and (min-width: 50em) { .genesis-nav-menu .sub-menu { background-color: #15561a; position: absolute; top: 100%; left: 0; z-index: 2; line-height: 1.2; min-width: 15em; }
  .genesis-nav-menu .sub-menu a { border-top: 0; } }

.nav-toggle-label { font-size: 90%; position: relative; top: -3px; }

@media screen and (min-width: 50em) { .nav-toggle-menu, .nav-toggle-secondary-menu { display: none; } }

.entry-title { font-weight: 400; }
.entry-title a { color: #124616; display: block; }
.entry-title a:hover { color: #3b7840; }

.article--header .entry-meta { margin-top: -30px; padding-top: 0; }
.article--header .ribbon { background-color: #E0E0E0; color: #333; display: inline-block; margin-right: -30px; padding: 5px 20px 5px 15px; }
@media screen and (min-width: 46.875em) { .article--header .entry-meta { margin: -10px 0 0; }
  .article--header .ribbon { margin-right: -60px; } }
.article--header .entry-title { border-left: 6px solid #222; margin-left: -30px; padding: 14px 0 14px 22px; }
@media screen and (min-width: 46.875em) { .article--header .entry-title { margin-left: -60px; padding: 20px 54px; }
  .article--header .entry-title:hover { border-color: #15561a; } }
.single .article--header .entry-title:hover { border-color: black; }

/*
.page--header {
	margin: -30px -30px 0 -30px;
	padding: 2rem;
	text-align: center;
	
	@include bp(750up) {
		margin: -40px -60px 0 -60px;
	}
}
*/
.article--footer { background-color: rgba(70, 70, 70, 0.05); border-top: 1px solid #ededed; margin: 0 -30px -30px; padding: 20px; }
@media screen and (min-width: 46.875em) { .article--footer { margin: 0 -60px -40px; padding: 20px 40px; } }

.entry-meta { font-size: 14px; font-size: 0.875rem; margin-bottom: 0; text-align: right; }
.entry-meta a:hover { color: #3b7840; }

.search-bar--wrap { display: block; margin: 0px auto; text-align: center; max-width: 700px; }

.search-toggle { -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.search-toggle::before { -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; content: "\f179"; }
.active .search-toggle::before { content: "\f335"; }

@media screen and (min-width: 50em) { .nav-primary .genesis-nav-menu { margin-right: 60px; position: relative; z-index: 10; } }

@media screen and (max-width: 50em) { .nav-header { padding: 8px 0; } }
.nav-header a { padding: .5rem 1rem; }
.nav-header .current-menu-item a { background-color: #4a4a4a; }

.page-image--container img { margin: 0 0 20px; max-width: 100%; }
@media screen and (min-width: 60em) { .page-image--container img { margin: 0 40px 40px -60px; max-width: 690px; } }
@media (min-width: 75em) { .page-image--container img { max-width: 690px; } }

.clearing-thumbs { text-align: center; display: block; padding: 0; margin: 0 -0.625rem; }
.clearing-thumbs:before, .clearing-thumbs:after { content: " "; display: table; }
.clearing-thumbs:after { clear: both; }
.clearing-thumbs > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; }
.clearing-thumbs > li { width: 50%; padding: 0 0.625rem 1.25rem; list-style: none; }
.clearing-thumbs > li:nth-of-type(1n) { clear: none; }
.clearing-thumbs > li:nth-of-type(2n+1) { clear: both; }
@media screen and (min-width: 43.75em) { .clearing-thumbs { display: block; padding: 0; margin: 0 -0.625rem; }
  .clearing-thumbs:before, .clearing-thumbs:after { content: " "; display: table; }
  .clearing-thumbs:after { clear: both; }
  .clearing-thumbs > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; }
  .clearing-thumbs > li { width: 33.33333%; padding: 0 0.625rem 1.25rem; list-style: none; }
  .clearing-thumbs > li:nth-of-type(1n) { clear: none; }
  .clearing-thumbs > li:nth-of-type(3n+1) { clear: both; } }
.clearing-thumbs li { padding-top: 10px; }

.ad-grid > li, .social-menu > li { text-align: center; }

@media screen and (min-width: 43.75em) { .logo-grid { display: block; padding: 0; margin: 0 -0.625rem; }
  .logo-grid:before, .logo-grid:after { content: " "; display: table; }
  .logo-grid:after { clear: both; }
  .logo-grid > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; }
  .logo-grid > li { width: 33.33333%; padding: 0 0.625rem 1.25rem; list-style: none; }
  .logo-grid > li:nth-of-type(1n) { clear: none; }
  .logo-grid > li:nth-of-type(3n+1) { clear: both; } }

/*
.bm--grid {
	text-align: center;
	
	@include bp(750up) {
		@include block-grid(2);
	}

	@include bp(960up) {
		@include block-grid(3);
	}	
}
*/
@media screen and (min-width: 46.875em) { .pod-grid { display: block; padding: 0; margin: 0 -0.625rem; }
  .pod-grid:before, .pod-grid:after { content: " "; display: table; }
  .pod-grid:after { clear: both; }
  .pod-grid > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; }
  .pod-grid > li { width: 50%; padding: 0 0.625rem 1.25rem; list-style: none; }
  .pod-grid > li:nth-of-type(1n) { clear: none; }
  .pod-grid > li:nth-of-type(2n+1) { clear: both; } }
@media screen and (min-width: 64em) { .pod-grid { display: block; padding: 0; margin: 0 -0.625rem; }
  .pod-grid:before, .pod-grid:after { content: " "; display: table; }
  .pod-grid:after { clear: both; }
  .pod-grid > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; }
  .pod-grid > li { width: 25%; padding: 0 0.625rem 1.25rem; list-style: none; }
  .pod-grid > li:nth-of-type(1n) { clear: none; }
  .pod-grid > li:nth-of-type(4n+1) { clear: both; } }

.ad-grid--container { padding: 1.5rem 0; }
.ad-grid--container .wrap { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 71.25rem; }
.ad-grid--container .wrap:before, .ad-grid--container .wrap:after { content: " "; display: table; }
.ad-grid--container .wrap:after { clear: both; }
@media screen and (min-width: 46.875em) { .ad-grid--container .wrap { padding-left: 0.83333rem; padding-right: 0.83333rem; } }

.ad-grid img { max-height: 150px; max-width: 150px; }
@media screen and (min-width: 46.875em) { .ad-grid { display: block; padding: 0; margin: 0 -0.625rem; }
  .ad-grid:before, .ad-grid:after { content: " "; display: table; }
  .ad-grid:after { clear: both; }
  .ad-grid > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; }
  .ad-grid > li { width: 33.33333%; padding: 0 0.625rem 1.25rem; list-style: none; }
  .ad-grid > li:nth-of-type(1n) { clear: none; }
  .ad-grid > li:nth-of-type(3n+1) { clear: both; }
  .ad-grid img { max-height: 200px; max-width: 200px; } }

@media screen and (max-width: 46.875em) { .link--pod { margin-bottom: 32px; } }

.link--pod-wrap { margin: 0 auto; max-width: 360px; }

@media screen and (min-width: 46.875em) { .block-grid--two { display: block; padding: 0; margin: 0 -0.625rem; }
  .block-grid--two:before, .block-grid--two:after { content: " "; display: table; }
  .block-grid--two:after { clear: both; }
  .block-grid--two > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; }
  .block-grid--two > li { width: 50%; padding: 0 0.625rem 1.25rem; list-style: none; }
  .block-grid--two > li:nth-of-type(1n) { clear: none; }
  .block-grid--two > li:nth-of-type(2n+1) { clear: both; } }

@media screen and (min-width: 60em) { .block-grid--three { display: block; padding: 0; margin: 0 -0.625rem; }
  .block-grid--three:before, .block-grid--three:after { content: " "; display: table; }
  .block-grid--three:after { clear: both; }
  .block-grid--three > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; }
  .block-grid--three > li { width: 33.33333%; padding: 0 0.625rem 1.25rem; list-style: none; }
  .block-grid--three > li:nth-of-type(1n) { clear: none; }
  .block-grid--three > li:nth-of-type(3n+1) { clear: both; } }

.home-hero { background-color: #f5f5f5; position: relative; text-align: center; z-index: 9; min-height: 200px; }
@media screen and (min-width: 46.875em) { .home-hero { min-height: 400px; } }
@media screen and (min-width: 62.5em) { .home-hero { min-height: 475px; } }
@media (min-width: 75em) { .home-hero { min-height: 525px; } }
@media (min-width: 81.25em) { .home-hero { min-height: 575px; } }
.home-hero .widget { max-width: 450px; }
.home-hero .more-link { margin: 20px -40px -12px; padding: 20px 40px; text-align: right; }
@media screen and (min-width: 46.875em) { .home-hero .more-link { margin-top: 40px; } }

.home-top .widget_text { color: #1d7724; font-size: 1.5rem; line-height: 1.25; text-align: center; }
@media screen and (min-width: 46.875em) { .home-top .widget_text { font-size: 2rem; } }
@media screen and (min-width: 64em) { .home-top .widget_text { font-size: 2.25rem; } }

.home-top--title { font-family: "Lato", sans-serif; }

section::before, section::after { position: absolute; content: ''; pointer-events: none; }

.home-intro { background-color: #fff; position: relative; text-align: center; }
.home-intro::after { bottom: -25px; background: inherit; left: 50%; width: 50px; height: 50px; -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); z-index: 10; }
@media screen and (min-width: 46.875em) { .home-intro::after { bottom: -40px; width: 80px; height: 80px; } }
.home-intro .wrap { background-color: #fff; border-radius: 3px; border-top: 10px solid #15561a; margin: -40px 5% 0; padding: 40px 5%; position: relative; z-index: 99; }
@media screen and (min-width: 46.875em) { .home-intro .wrap { padding: 60px; max-width: 90%; } }
@media screen and (min-width: 64em) { .home-intro .wrap { margin: -60px auto 0; max-width: 960px; padding-top: 75px; } }
.home-intro .widget-title { color: #3b7840; letter-spacing: 2px; text-transform: uppercase; }

.pod-grid--container { background-color: #15561a; box-shadow: inset 0 10px rgba(0, 0, 0, 0.15); color: #fff; padding: 60px 0; text-align: center; }
@media screen and (min-width: 46.875em) { .pod-grid--container { padding: 60px 10px; } }
.pod-grid--container .wrap { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 71.25rem; }
.pod-grid--container .wrap:before, .pod-grid--container .wrap:after { content: " "; display: table; }
.pod-grid--container .wrap:after { clear: both; }
@media screen and (min-width: 46.875em) { .pod-grid--container .wrap { padding-left: 0.83333rem; padding-right: 0.83333rem; } }
.pod-grid--container .dashicons { font-size: 60px; height: 60px; width: 60px; }
.pod-grid--container a { color: white; }

.link--pod-title { font-family: "Lato", sans-serif; font-weight: 700; -webkit-font-smoothing: antialiased; font-size: 26px; font-size: 1.625rem; }

.logo-grid--container .wrap { padding: 40px 0; }
@media screen and (min-width: 43.75em) { .logo-grid--container .wrap { padding-left: 0.83333rem; padding-right: 0.83333rem; } }

.home--cta { background-color: white; color: #eee; margin-bottom: 1rem; padding: 20px; }
@media screen and (min-width: 43.75em) { .home--cta { padding: 40px; } }

@media screen and (min-width: 46.875em) { .home-feature--wrap { min-height: 345px; } }

.primary-cta { padding-top: 2.5em; padding-bottom: 2.3em; }

.cta-entry { background-color: #fff; border: 1px solid #ddd; margin-bottom: 2.5rem; }

.cta-header { background-color: #15561a; color: #eee; padding: 2.5rem .5rem; text-align: center; }
.cta-header .entry-title { font-size: 2rem; font-weight: 700; margin: 1.25rem 0; -webkit-font-smoothing: antialiased; }
@media screen and (min-width: 46.875em) { .cta-header .entry-title { font-size: 3rem; } }
.cta-header span { display: block; font-size: 60%; font-weight: 300; margin-top: 1rem; }
.cta-header span::before { border-top: 1px solid #ddd; content: ""; display: block; margin: 1.25rem auto; padding-top: 0; width: 50%; }
@media screen and (min-width: 46.875em) { .cta-header span::before { width: 20%; } }

.entry-content--div { border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; }
.entry-content--div ul { margin-left: 0; }
.entry-content--div h4 { font-weight: 400; }

.entry-wrap, .tribe-events-list { padding: 2.5rem 1.5rem 2rem; }
@media screen and (min-width: 46.875em) { .entry-wrap, .tribe-events-list { padding: 4rem 3rem; } }

.benefit-listing > ul { margin-left: 40px; }
.benefit-listing .list li { list-style-type: disc; }

.cta-content { position: relative; }

.cta-footer { background-color: #15561a; color: #eee; padding: .25rem; text-align: center; }

.cta-footer--wrap { border: 2px solid rgba(250, 250, 250, 0.5); padding: 5rem 1.5rem 2.25rem; }
@media screen and (min-width: 46.875em) { .cta-footer--wrap { padding: 5rem 1.5rem 3.5rem; } }

.cta-header::before, .cta-header::after, .cta-content::before, .cta-content::after, .cta-footer::before, .cta-footer::after { position: absolute; content: ''; pointer-events: none; }

.entry-content--div:last-child::after { bottom: -25px; background: white; left: 50%; width: 50px; height: 50px; -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); z-index: 10; box-shadow: 3px 3px rgba(70, 70, 70, 0.05); }

@media screen and (max-width: 46.875em) { .entry-image--container { display: block; margin: 0 auto 24px; text-align: center; } }

/*
.bm-image--img {
	display: block;
	margin: 0 auto 24px;
	text-align: center;
}
*/
@media (orientation: landscape) { .business-categories .children { -moz-column-count: 2; -moz-column-gap: 20px; -webkit-column-count: 2; -webkit-column-gap: 20px; column-count: 2; column-gap: 20px; } }
@media screen and (min-width: 46.875em) { .business-categories .children { -moz-column-count: 2; -moz-column-gap: 20px; -webkit-column-count: 2; -webkit-column-gap: 20px; column-count: 2; column-gap: 20px; margin-left: 20px; } }
.business-categories .children li { list-style-type: none; padding-left: 1rem; }

#bcats > .cat-item { list-style-type: none; margin-bottom: 1.875em; }

.widget .cat-item { margin-bottom: 10px; }

.cat-item a { background-color: #ddd; display: block; padding: 10px 0 10px 20px; }

#bcats > .cat-item > a { border-left: 6px solid #c0c0c0; font-weight: bold; }

.children .cat-item a { background: none; display: block; padding: 5px 0 5px 10px; }

.directory-search input, .directory-search select { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; -webkit-appearance: none; line-height: inherit; margin-bottom: 16px; }

.widget-search { background-color: #eee; margin-bottom: 2.5rem; padding: 20px; }
.widget-search .widgettitle { background-color: #f5f5f5; border-right: 6px solid #dbdbdb; margin: 0 0 1.5rem -60px; padding: 20px 20px 20px 62px; display: inline-block; }
.directory .widget-search .widgettitle { width: 319px; }
.widget-search input#searchsubmit { line-height: inherit; padding: 16.5px 24px; width: 100%; }
@media screen and (min-width: 31.25em) { .widget-search input#searchsubmit { margin: 0 auto; min-width: 150px; width: auto; } }

@media screen and (min-width: 46.875em) { .directory-search br, .keyword-search br { display: none; } }

@media screen and (min-width: 46.875em) { .keyword-search input#s { max-width: 519px; } }

.directory-search select { color: #777; }
@media screen and (min-width: 46.875em) { .entry-content .directory-search select { float: left; width: 49.6%; }
  .entry-content .directory-search select#ofbusiness-location { margin-right: .5%; } }
@media screen and (min-width: 64.0625em) { .directory-search select#business-location { margin-left: 1%; }
  .sidebar .directory-search select#business-location { margin-left: 0; } }
.directory-search input#searchsubmit { float: right; }
@media screen and (max-width: 64.0625em) { .directory-search input#searchsubmit { display: block; float: none; } }

.member-directory .directory-search { background-color: white; }
.archive .member-directory .directory-search { padding: 2rem; }

#directory-search-wrap { -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; max-height: 0; overflow: hidden; clear: both; }
#directory-search-wrap.active { max-height: 70em; }

.entry-content .directory-search { margin-bottom: 1.5rem; }

.directory-search--widgettitle { background-color: #f5f5f5; margin: 0 0 1.5rem -30px; padding: 20px 20px 20px 22px; /*
	@include bp(700) {
		margin-left: -60px;
		min-width: 320px;
		padding-left: 30px;		
	}
*/ }
.entry-content .directory-search--widgettitle { border-right: 6px solid #dbdbdb; display: inline-block; min-width: 270px; }
@media screen and (min-width: 43.75em) { .entry-content .directory-search--widgettitle { margin-left: -60px; min-width: 320px; padding-left: 30px; } }
.sidebar .directory-search--widgettitle { border-left: 6px solid #dbdbdb; margin: 0 0 1.25rem -20px; padding: 20px 30px 20px 24px; }
@media screen and (min-width: 46.875em) { .sidebar .directory-search--widgettitle { margin-left: -30px; padding: 20px 40px 20px 34px; } }

/*
.directory-search select,
.directory-search input {
	display: block;
	width: 100% !important;
	
	@include bp(750up) {
		
	}
}
*/
.block--center { display: block; text-align: center; }

.member--entry, .search .entry { margin-bottom: 20px; padding: 15px; }
@media screen and (min-width: 46.875em) { .member--entry, .search .entry { padding: 25px; } }
.member--entry .entry-title, .search .entry .entry-title { font-weight: 400; font-size: 24px; font-size: 1.5rem; }
@media screen and (min-width: 46.875em) { .member--entry .entry-title, .search .entry .entry-title { font-size: 30px; font-size: 1.875rem; } }

/*
.contactPoint,
.telephone {
	display: block;
	margin-top: .25rem;	
}

.contactPoint {
	font-weight: 400;
}

.member--content {
	margin-bottom: 1rem;
}

.member--footer {
	
	.single & {
		border-top: 1px dotted #ddd;
	}
	
	.entry-meta {
		padding-top: 1rem;
	}
}
*/
.search-term { display: block; font-weight: 400; }

.archive-title { margin-bottom: 0; text-align: center; }

.article--content ol, .article--content ul { margin-bottom: 1.5rem; margin-left: 1.5rem; }
.article--content ol li, .article--content ul li { list-style-type: disc; }
.article--content ol li > a, .article--content ul li > a { background-color: #fafafa; border-bottom: 1px dotted #ddd; padding: 0 2px; }
.article--content ol li > a:hover, .article--content ul li > a:hover { background-color: #eee; border-bottom: 1px dotted #333; }
.article--content p > a { display: inline-block; padding: 2px 4px; background-color: #f5f5f5; }
.article--content p > a:hover { background-color: #3b7840; color: #eee; }
.article--content ul.clearing-thumbs { margin: 0; }
.article--content ul.clearing-thumbs li { list-style-type: none; }

.entry-image--ft { margin-bottom: 20px; }
@media screen and (min-width: 50em) { .entry-image--ft { margin: 0 40px 40px -60px; } }
@media screen and (min-width: 64em) { .entry-image--ft { max-width: 550px; } }
@media (min-width: 75em) { .entry-image--ft { max-width: 600px; } }

.article--gallery { background-color: #fafafa; margin: 0 -30px 0px; padding: 1.25rem; }
@media screen and (min-width: 46.875em) { .article--gallery { margin: 0 -60px 0px; padding: 2rem 2.5rem; } }

#tribe-events-pg-template { padding-top: 4%; }
@media screen and (min-width: 46.875em) { #tribe-events-pg-template { padding-top: 2.5rem; } }
@media screen and (min-width: 62.5em) { #tribe-events-pg-template { padding-top: 3.75rem; } }

.tribe-mini-calendar-nav span { margin: 0 5px !important; }

.tribe-mini-calendar-nav td { background-color: #124616 !important; border-bottom: 1px solid white !important; }

#tribe-events-content.tribe-events-list { padding: 20px 40px !important; }

#tribe-bar-collapse-toggle { background-color: white !important; }

.tribe-bar-filters { background-color: #fff; }

.tribe-events-list { background-color: white; }

#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-gcal, .tribe-events-present > div { color: #124616; }

.sidebar .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present, .sidebar .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today, #tribe-bar-form .tribe-bar-submit input[type=submit] { background-color: #3b7840; }

.tribe-events-read-more { border: 1px solid #3b7840; display: inline-block; padding: .75rem 1.25rem; }
@media screen and (min-width: 37.5em) { .tribe-events-read-more { float: right; } }
.tribe-events-read-more:hover { background-color: #3b7840; color: white; }

.tribe-events-list-event-title { font-weight: 700; }

.widget-area .tribe-mini-calendar-event .list-date, .sidebar .tribe-mini-calendar-event .list-date { background-color: #15561a; }
.widget-area .tribe-mini-calendar-nav .prev-month, .sidebar .tribe-mini-calendar-nav .prev-month { margin-right: 0; }
.widget-area .tribe-mini-calendar-nav .next-month, .sidebar .tribe-mini-calendar-nav .next-month { margin-left: 0; }
.widget-area .tribe-mini-calendar-event .list-info h2, .sidebar .tribe-mini-calendar-event .list-info h2 { font-size: 1.125rem; font-family: "Source Sans Pro", sans-serif; font-weight: normal; line-height: normal; }

.tribe-mini-calendar-event.last { border-bottom: none; }

.tribe-events-read-more { font-family: "Montserrat", sans-serif; font-size: 1rem; }

.promo--ft-img { text-align: center; }
.postid-2193 .promo--ft-img { border-bottom: 1px solid #3b7840; margin-bottom: 3%; margin-top: -3%; }

/*
.nav-secondary,
.nav-toggle-secondary-menu {
	display: none;
}
*/
.nav-primary a { color: #eee; display: block; padding: 0.8em 0.5em; font-size: 110%; }
@media screen and (min-width: 50em) { .nav-primary a { padding: .5rem .7rem; }
  .nav-primary a:hover { background-color: #15561a; color: white; } }
@media (min-width: 75em) { .nav-primary a { padding: .5rem 1rem; } }

.menu-item-has-children .span { position: relative; top: -3px; }
.menu-item-has-children .dashicons { width: 16px; height: 16px; font-size: 16px; position: relative; top: 8px; left: 5px; -webkit-transition: all 0.15s ease-in-out; -ms-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; -transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
.menu-item-has-children a.active { background-color: #15561a; border-bottom: 2px solid #15561a; }
@media screen and (min-width: 50em) { .menu-item-has-children a.active { border-bottom: none; } }
.menu-item-has-children a.active .dashicons { -moz-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); -o-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }

@media screen and (max-width: 50em) { .mobile-toggles { width: 100%; } }
@media screen and (max-width: 50em) { .mobile-toggles { height: 61px; } }

.nav-toggle { background-color: #124616; border: 1px solid #15561a; color: #eee; float: right; display: block; font-size: 22px; padding: 14px; margin: 5.25px 5.25px 0 0; line-height: 1; border-radius: 8px; }
.nav-toggle:hover { color: white; }
.nav-toggle.active { background-color: #3b7840; color: white; }
.nav-toggle [class^="dashicons dashicons-arrow-down-alt2"] { -webkit-transition: all 0.15s ease-in-out; -ms-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; -transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
.nav-toggle.active [class^="dashicons dashicons-arrow-down-alt2"] { -moz-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); -o-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }

@media screen and (max-width: 50em) { .search-bar, .nav-primary { -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; max-height: 0; overflow: hidden; clear: both; }
  .search-bar.active, .nav-primary.active { max-height: 70em; } }
.nav-toggle-search:hover { background-color: #3b7840; }
.nav-toggle-search.active { border-color: white; }
@media screen and (min-width: 50em) { .nav-toggle-search { padding: 10px; } }

@media screen and (min-width: 50em) { .nav-toggle-menu, .nav-toggle-secondary-menu { display: none; } }

.container--join { background-color: #eee; padding: .25rem 1rem; position: absolute; right: 0; top: 65px; z-index: 10; }
@media screen and (min-width: 50em) { .container--join { top: 75px; } }

.nav-primary { background-color: #124616; }
@media screen and (min-width: 50em) { .nav-primary { background-color: transparent; margin-left: 200px; } }
.nav-primary a { border-bottom: 1px solid #3b7840; }
@media screen and (min-width: 50em) { .nav-primary a { color: #15561a; }
  .nav-primary a.active { color: white; } }
@media screen and (min-width: 50em) { .nav-primary a { border-bottom: none; } }
.nav-primary .menu { /*
@include bp(800up) {
	float: right;
	margin-right: 15px;
	position: relative;
	width: auto;
	z-index: 10;
}
*/ }
@media screen and (max-width: 50em) { .nav-primary .sub-menu { background-color: #3b7840; } }
@media screen and (min-width: 50em) { .nav-primary .sub-menu { border-top: 1px solid #124616; box-shadow: 3px 3px rgba(70, 70, 70, 0.2); } }
.nav-primary .sub-menu a { border-bottom: 1px solid #25632A; color: #fff; padding: 14px 16px; }
.nav-primary .sub-menu li:last-child a { border-bottom: 1px solid transparent; }
.nav-primary .current-menu-item a { background-color: #2c5930; color: #fff; }
@media screen and (min-width: 50em) { .nav-primary .current-menu-item a { background-color: #336737; } }

.nav-primary .sub-menu { display: none; }
.nav-primary .sub-menu.active { display: block; }
@media screen and (min-width: 50em) { .nav-primary .sub-menu { background-color: #15561a; position: absolute; top: 100%; left: 0; z-index: 2; line-height: 1.2; min-width: 15em; }
  .nav-primary .sub-menu a { border-top: 0; } }

.nav-action-list { overflow: hidden; padding-bottom: 0.5em; border-bottom: 1px solid #15561a; }

@media screen and (min-width: 50em) { .menu-primary-action-container, .menu-primary-navigation-container { position: relative; width: auto; z-index: 10; } }

.button-join .dashicons { width: 16px; height: 16px; font-size: 16px; position: relative; top: 8px; left: 5px; }

@media screen and (min-width: 50em) { #menu-primary-actions, #menu-primary-navigation { display: inline-block; } }

.menu-primary-action-container a { display: inline-block; }

@media screen and (min-width: 50em) { #menu-primary-navigation .cta a { border: 1px solid #15561a; }
  #menu-primary-actions a { padding: .5rem 1rem; } }
.nav-header { padding: .25rem 0; }
@media (min-width: 75em) { .nav-header .genesis-nav-menu { margin-right: 60px; } }
.nav-header .menu-item a { padding: .5rem 1rem; }

.nav-secondary { background-color: #114615; text-transform: uppercase; font-family: "Montserrat", sans-serif; text-align: right; -webkit-font-smoothing: antialiased; }
.nav-secondary .menu-item { display: block; }
.nav-secondary .menu-item a { color: #ddd; padding: 0.6em 0.35em; font-size: 100%; }
.nav-secondary .menu-item a:hover { color: #fff; }
@media screen and (min-width: 50em) { .nav-secondary { text-align: center; }
  .nav-secondary .menu-item { margin-left: 20%; } }
@media screen and (min-width: 62.5em) { .nav-secondary.fix { position: fixed; top: 0; left: 0; z-index: 1000; width: 100%; margin: 0; max-width: 100%; overflow: visible; } }

.nav-toggle-secondary-menu { background-color: white; color: #333; float: none; margin: 5px 5px 0; text-align: center; border-radius: 0; }
.nav-toggle-secondary-menu .dashicons { -webkit-transition: all 0.15s ease-in-out; -ms-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; -transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
.nav-toggle-secondary-menu.active { background-color: #15561a; }
.nav-toggle-secondary-menu.active .dashicons { -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.menu-item { vertical-align: middle; }

.menu-item--link { display: inline-block; padding: .5rem 1rem; }
.menu-item--link:after { display: block; content: ''; width: 0; margin: 0 auto; border-bottom: 0.125em solid white; -webkit-transition: width 250ms ease-in-out; -moz-transition: width 250ms ease-in-out; -o-transition: width 250ms ease-in-out; transition: width 250ms ease-in-out; -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */ backface-visibility: hidden; }
.menu-item--link:hover:after { width: 100%; -webkit-transition: width 100ms ease-in-out; -moz-transition: width 100ms ease-in-out; -o-transition: width 100ms ease-in-out; transition: width 100ms ease-in-out; }
@media screen and (min-width: 50em) { .menu-item--link { display: inline-block; }
  .menu-item--link:after { border-bottom: 3px solid white; } }

.gform_wrapper .gform_footer { text-align: center; }

.cta-entry .gform_confirmation_wrapper, .cta-entry .gform_body { background-color: #fafafa; margin-bottom: 1.5rem; margin-left: auto; margin-right: auto; max-width: 700px; padding: 1rem; }

.gform_fields { margin: 0 !important; }
.gform_fields li { list-style-type: none !important; }
.gform_fields .gfield { margin-bottom: .75rem; }

ul.gfield_checkbox { margin-left: 1.5rem; }
ul.gfield_checkbox label { padding-left: 1rem; }

input[type="checkbox"] { -webkit-appearance: checkbox; }

.widget-area .entry { background: none; border: none; box-shadow: none; margin-bottom: 10px; padding: 0 0 10px; }

.featured--widgets { margin-bottom: 1.5rem; }
@media screen and (min-width: 46.875em) { .featured--widgets { margin-bottom: 0; display: block; padding: 0; margin: 0 -0.625rem; }
  .featured--widgets:before, .featured--widgets:after { content: " "; display: table; }
  .featured--widgets:after { clear: both; }
  .featured--widgets > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; }
  .featured--widgets > li { width: 50%; padding: 0 0.625rem 1.25rem; list-style: none; }
  .featured--widgets > li:nth-of-type(1n) { clear: none; }
  .featured--widgets > li:nth-of-type(2n+1) { clear: both; } }
.featured--widgets .byline { border-bottom: 1px solid #f5f5f5; font-size: 12px; margin: 0; padding-top: 0; text-align: right; }
@media (min-width: 75em) { .featured--widgets .byline { margin-top: -10px; } }
.featured--widgets .ribbon { background-color: #eee; display: inline-block; padding: 5px 20px 5px 15px; }

.featured--events { margin-top: 1.5rem; }
@media screen and (min-width: 46.875em) { .featured--events { margin-top: 0; } }

.widget-title { font-size: 1.25rem; margin-bottom: 1.25rem; }

.home--featured .entry-title { font-size: 1.5rem; margin-bottom: 0; }

.page--header { margin-bottom: 1rem; text-align: center; }
@media screen and (min-width: 43.75em) { .page--header { margin-bottom: 1.5rem; } }
.page--header .entry-title { padding: 1.5rem 0; margin-bottom: 0; }

.page--title { margin-bottom: 0; }

.cta--entry { background-color: #fff; border: 1px solid #ddd; margin-bottom: 2.5rem; }

.cta--header { background-color: #15561a; color: #eee; padding: 2.5rem .5rem; text-align: center; }
.cta--header .entry-title { font-size: 2rem; font-weight: 700; margin: 0; -webkit-font-smoothing: antialiased; }
@media screen and (min-width: 46.875em) { .cta--header .entry-title { font-size: 3rem; } }
.cta--header span { display: block; font-size: 60%; font-weight: 300; margin-top: 1rem; }
.cta--header span::before { border-top: 1px solid #ddd; content: ""; display: block; margin: .5rem auto; padding-top: 0; width: 50%; }
@media screen and (min-width: 46.875em) { .cta--header span::before { margin: .75rem auto; width: 20%; } }

.promo--ft-img { text-align: center; }

.promo--ft-img { border-bottom: 1px solid #3b7840; margin-bottom: 3%; margin-top: -3%; }

.entry-content--div { border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; }
.entry-content--div ul { margin-left: 0; }
.entry-content--div ul > li { list-style-type: none; }
.entry-content--div h4 { font-weight: 400; }

.entry-wrap, .tribe-events-list { padding: 2.5rem 1.5rem 2rem; }
@media screen and (min-width: 46.875em) { .entry-wrap, .tribe-events-list { padding: 4rem 3rem; } }

.benefit-listing > ul { margin-left: 40px; }
.benefit-listing .list li { list-style-type: disc; }

.cta--content { position: relative; }

.cta--footer { background-color: #15561a; color: #eee; padding: .25rem; text-align: center; }
.cta--footer .cta--wrap { border: 1px solid white; padding: 5rem 1.5rem 2.25rem; }
@media screen and (min-width: 46.875em) { .cta--footer .cta--wrap { padding: 5rem 1.5rem 3.5rem; } }
.cta--footer .btn-big { background-color: transparent; border: 1px solid #fff; clear: both; color: #fff; display: inline-block; font-family: Montserrat, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 3px; margin-top: 20px; padding: 14px 32px; text-transform: uppercase; width: auto; }
.cta--footer .btn-big:hover { background-color: white; color: #124616; }

.cta--header::before, .cta--header::after, .cta--content::before, .cta--content::after, .cta--footer::before, .cta--footer::after { position: absolute; content: ''; pointer-events: none; }

.entry-content--div:last-child::after { bottom: -25px; background: white; left: 50%; width: 50px; height: 50px; -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); z-index: 10; box-shadow: 3px 3px rgba(70, 70, 70, 0.05); }

.bm--entry, .bm-member--entry { background-color: #fff; box-shadow: 3px 3px rgba(70, 70, 70, 0.05); }

.news--entry, .news-article--entry, .bm--entry, .bm-member--entry { margin-bottom: 30px; padding: 30px; }
@media screen and (min-width: 40.625em) { .news--entry, .news-article--entry, .bm--entry, .bm-member--entry { margin-bottom: 40px; padding: 40px 60px; } }

.news--title, .news-article--title { margin-left: -30px; padding: 0 22px 14px; }
@media screen and (min-width: 40.625em) { .news--title, .news-article--title { margin-left: -60px; padding: 0 54px 20px; } }

.directory-member--entry { margin-bottom: 15px; padding: 20px; }
@media screen and (min-width: 40.625em) { .directory-member--entry { margin-bottom: 25px; padding: 20px 30px; } }

.member--entry, .search .entry { margin-bottom: 30px; padding: 30px; }
@media screen and (min-width: 40.625em) { .member--entry, .search .entry { margin-bottom: 40px; padding: 40px 60px; } }
.sidebar .member--entry, .sidebar .search .entry, .search .sidebar .entry { padding: 0 0 5px; }

.member--title { margin: 0 0 30px -30px; padding: 14px 22px; }
@media screen and (min-width: 40.625em) { .member--title { margin-left: -60px; padding: 20px 54px; } }

.site-inner, .wrap { margin: 0 auto; }

ol, ul { margin: 0; padding: 0; }

p { margin: 0 0 28px; padding: 0; }

/* Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption { max-width: 100%; }

img { height: auto; }

.featured-content img { width: auto; }

input:focus, textarea:focus { border: 1px solid #999; outline: none; }

.breadcrumb { background-color: #fafafa; box-shadow: 3px 3px rgba(70, 70, 70, 0.05); font-size: 14px; margin-bottom: 0; padding: 15px 0; }
.breadcrumb a { padding: 8px 20px; }

.breadcrumb--back { border-right: 1px solid #dedede; }

button, input[type="button"], input[type="reset"], input[type="submit"], .button { background-color: #1d7724; border: none; color: #fff; cursor: pointer; font-family: "Montserrat", sans-serif; font-size: 16px; font-weight: 300; padding-top: 14px; padding-bottom: 12px; text-transform: uppercase; width: auto; box-shadow: 0 3px #124616; }
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover { background-color: #124616; color: #fff; }
.entry-content button, .entry-content input[type="button"], .entry-content input[type="reset"], .entry-content input[type="submit"], .entry-content .button { padding: 14px 30px; }

.button_cta { font-family: "Montserrat", sans-serif; padding: 16px 32px; padding: 1rem 2rem; text-transform: uppercase; }

.button_has-icon { font-size: 16px; }
.button_has-icon .dashicons { border-left: 1px solid rgba(0, 0, 0, 0.1); display: inline; font-size: 16px; margin-left: 20px; padding: 20px 0 20px 20px; vertical-align: middle; }

.button_inline { display: inline-block; padding-left: 20px; padding-right: 20px; }

.btn-big { clear: both; color: #fff; text-transform: uppercase; width: auto; }
.btn-big:hover { background-color: white; color: #124616; }

.button_cta { background-color: transparent; border: 1px solid; letter-spacing: 3px; margin-top: 20px; width: auto; }
.cta-wrap .button_cta { border-color: white; }

.primary-cta { background-color: #3b7840; color: #ededed; }
.primary-cta h2 { font-weight: 700; letter-spacing: 2px; }
.primary-cta .button_cta { border-color: #eee; color: #eee; display: inline-block; }
.primary-cta .button_cta:hover { border-color: #124616; background-color: #124616; color: #fff; }

.primary-cta--wrap { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 1000px; }
.primary-cta--wrap:before, .primary-cta--wrap:after { content: " "; display: table; }
.primary-cta--wrap:after { clear: both; }

.primary-cta--lead { font-weight: 700; }

.sidebar .widget { background-color: #fff; margin-bottom: 20px; padding: 20px; box-shadow: 3px 3px rgba(70, 70, 70, 0.05); }
@media screen and (min-width: 46.875em) { .sidebar .widget { padding: 30px; } }
.sidebar .menu-item { list-style-type: none; }

.featured-content-newest-members .entry-title { font-size: 1.25rem; }

.featured--widget-area, .home--featured-members { background-color: #fff; box-shadow: 3px 3px rgba(70, 70, 70, 0.05); padding: 20px; }
@media screen and (min-width: 46.875em) { .featured--widget-area, .home--featured-members { padding: 30px; } }

@media screen and (min-width: 46.875em) { .featured--news, .featured--events { min-height: 400px; } }

.widget-title { background-color: #f5f5f5; border-left: 6px solid #dbdbdb; font-size: 1.25rem; letter-spacing: 2px; margin: 0 0 1.25rem -20px; padding: 20px 30px 20px 24px; }
@media screen and (min-width: 46.875em) { .widget-title { margin-left: -30px; padding: 20px 40px 20px 34px; } }

.site-footer { color: #ddd; }
.site-footer a { color: #eee; }
.site-footer p { margin: 0; }

.cta--form .entry-wrap, .cta--form .tribe-events-list { padding: 1.25rem .75rem 1rem; }

.gform_wrapper { margin-bottom: 1.5rem; }
.gform_wrapper .gfield { margin-bottom: 1.5rem; }

.gform_body { font-family: "Lato", sans-serif; }
@media screen and (min-width: 46.875em) { .cta-entry .gform_body { padding: 2rem; } }
.gform_body .gsection_title { margin-top: 1.25rem; margin-bottom: 0; padding-bottom: 0; }
.gform_body .gfield { border-top: 1px solid #eee; padding-top: 1rem; }
.gform_body .gfield:first-child { border-top: none; padding-top: 1.25rem; }
.gform_body .gfield_label { font-size: 1.25rem; font-weight: 700; }
.gform_body .gfield_description { font-family: "Source Sans Pro", sans-serif; font-size: .875rem; }
.gform_body .qualifications { border-top: none; margin-bottom: 1rem; padding-top: 0; }
.gform_body .qualifications .gfield_label { font-size: 1rem; font-weight: 400; }
.gform_body .textarea, .gform_body input[type=text], .gform_body input[type=email] { padding: 14px 10px; -webkit-appearance: none; }
@media screen and (min-width: 46.875em) { .gform_body .textarea, .gform_body input[type=text], .gform_body input[type=email] { padding: 16px; } }
.gform_body .textarea:focus, .gform_body input[type=text]:focus, .gform_body input[type=email]:focus { border: 1px solid #ddd; }
.gform_body input[type=checkbox]:checked:before, .gform_body input[type=radio]:checked:before { float: left; display: inline-block; vertical-align: middle; width: 10px; font: 400 21px/1 dashicons; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.gform_body input[type=radio] { width: 2em; margin: 0; padding: 0; font-size: 1rem; opacity: 0; border: 1px solid #b4b9be; background: #fff; color: #555; clear: none; cursor: pointer; display: inline-block; line-height: 0; height: 10px; margin: -4px 14px 0 0; outline: 0; opacity: 1; padding: 0 !important; text-align: center; vertical-align: middle; width: 10px; min-width: 10px; -webkit-appearance: none; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -webkit-transition: .05s border-color ease-in-out; transition: .05s border-color ease-in-out; }
.gform_body input[type=radio]:checked:before { content: '\2022'; text-indent: -9999px; -webkit-border-radius: 50px; border-radius: 50px; font-size: 24px; width: 6px; height: 6px; margin: 1px; line-height: 10px; background-color: #15561a; }
.gform_body .textarea { height: 9.375em; }
@media screen and (min-width: 37.5em) { .gform_body .name_first { width: 49%; float: left; }
  .gform_body .name_last { width: 49%; float: right; } }

.cta--form .gform_fields { padding-bottom: 1rem; }
.cta--form .gform_body { padding: 0; }
.cta--form .gfield { margin-bottom: 1rem; padding: 30px 30px 10px; }
.cta--form .gfield.qualifications { padding: 10px 30px; }
.cta--form .gfield.qualifications .gfield_label { background-color: #f5f5f5; border-left: 0; border-right: 6px solid #dbdbdb; color: #15561a; }
.cta--form .gfield.email, .cta--form .gfield.phone { padding-top: 15px; }
.cta--form .gfield.email .gfield_label, .cta--form .gfield.phone .gfield_label { font-size: 1rem; font-weight: 400; margin-bottom: 1rem; }
@media screen and (min-width: 46.875em) { .cta--form .gfield.email .gfield_label, .cta--form .gfield.phone .gfield_label { margin-bottom: 1.5rem; } }
.cta--form .gfield.email .gfield_label, .cta--form .gfield.phone .gfield_label { background-color: #f5f5f5; border-left: 0; border-right: 6px solid #dbdbdb; color: #15561a; }
.cta--form .gfield.gsection { padding: 15px 20px; }
@media screen and (min-width: 46.875em) { .cta--form .gfield { padding: 40px 60px 0; }
  .cta--form .gfield.qualifications { padding: 10px 60px; } }
.cta--form .gfield .ginput_container { margin-bottom: .75rem; }
.cta--form .gfield_label { background-color: #124616; border-left: 6px solid #3b7840; color: #eee; display: block; font-family: "Source Sans Pro", sans-serif; font-weight: 300; margin: 0 0 20px -30px; padding: 14px 22px; }
@media screen and (min-width: 46.875em) { .cta--form .gfield_label { font-size: 1.5rem; margin-left: -60px; padding: 14px 54px; } }
.cta--form .name_first, .cta--form .name_last { font-size: .875rem; }
.cta--form input[type=submit] { min-width: 225px; }
.cta--form .gform_confirmation_message { padding: 1.5rem; }
@media screen and (min-width: 46.875em) { .cta--form .gform_confirmation_message { padding: 2.5rem; } }

.news--entry, .news-article--entry { background-color: #fff; box-shadow: 3px 3px rgba(70, 70, 70, 0.05); }

.news--meta-date, .news-article--meta-date { font-size: 12px; font-size: 0.75rem; margin: -30px -30px 0 0; text-align: right; }
.news--meta-date .ribbon, .news-article--meta-date .ribbon { background-color: #ededed; display: inline-block; padding: 5px 20px 5px 15px; }
@media screen and (min-width: 40.625em) { .news--meta-date, .news-article--meta-date { margin: -20px -60px 0 0; } }

.ribbon { text-transform: uppercase; }
.ribbon .day, .ribbon .month { font-weight: bold; }

/*
.news--meta-tags {
	background-color: rgba(70, 70, 70, 0.05);
	margin: 0 -30px -30px;
	padding: 20px 40px;
	
	@include bp(650up) {
		margin: 0 -60px -60px;
	}
	
}
*/
.news--meta-tags, .news-article--meta-tags { font-size: 14px; font-size: 0.875rem; border-top: 1px dotted #ddd; padding-top: 1.25rem; text-align: right; }

.entry--meta-item { display: block; text-transform: uppercase; /*
.single & {

	&:nth-of-type(1n+3) {
		border-left: 1px dotted #ddd;
	}
}

.archive & {

	&:nth-of-type(1n+2) {
		border-left: 1px dotted #ddd;
	}
}
*/ }
.entry--meta-item .dashicons { margin-right: 10px; }
.entry--meta-item a { border-bottom: 1px dotted transparent; }
.entry--meta-item a::before { content: "\f318"; font-family: "dashicons"; margin-right: 5px; vertical-align: top; text-align: center; opacity: 0.5; filter: alpha(opacity=50); -webkit-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.entry--meta-item a:hover { border-bottom: 1px dotted #ddd; }
.entry--meta-item a:hover::before { opacity: 1; filter: alpha(opacity=100); }
@media screen and (min-width: 31.25em) { .entry--meta-item { display: initial; padding-left: 15px; margin-left: 15px; }
  .entry--meta-item:nth-of-type(1n+2) { border-left: 1px dotted #ddd; } }

.article-list .news--entry { margin-bottom: 0; }

.news-article--content h4 { font-weight: 700; }
.news-article--content ul { margin-bottom: 30px; margin-left: 40px; }

@media screen and (max-width: 37.5em) { .author-box img, .author-box .author-box-title, .author-box a { margin-bottom: .5rem; text-align: center; }
  .author-box img { margin: 0 auto 1.25rem; } }
.author-box a { display: block; margin: .5rem 0 0; text-decoration: underline; }
.author-box a:hover { text-decoration: none; }

.author-box-title { font-family: "Montserrat", sans-serif; text-transform: uppercase; }

.avatar { background-color: #f5f5f5; border-radius: 50%; display: block; padding: 4px; text-align: center; }
@media screen and (min-width: 37.5em) { .avatar { float: left; margin-right: 40px; } }
.author-box .avatar { height: 110px; width: 110px; }

.bm--grid { text-align: center; }
@media screen and (min-width: 46.875em) { .bm--grid { display: block; padding: 0; margin: 0 -0.625rem; }
  .bm--grid:before, .bm--grid:after { content: " "; display: table; }
  .bm--grid:after { clear: both; }
  .bm--grid > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; }
  .bm--grid > li { width: 50%; padding: 0 0.625rem 1.25rem; list-style: none; }
  .bm--grid > li:nth-of-type(1n) { clear: none; }
  .bm--grid > li:nth-of-type(2n+1) { clear: both; } }
@media screen and (min-width: 60em) { .bm--grid { display: block; padding: 0; margin: 0 -0.625rem; }
  .bm--grid:before, .bm--grid:after { content: " "; display: table; }
  .bm--grid:after { clear: both; }
  .bm--grid > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; }
  .bm--grid > li { width: 33.33333%; padding: 0 0.625rem 1.25rem; list-style: none; }
  .bm--grid > li:nth-of-type(1n) { clear: none; }
  .bm--grid > li:nth-of-type(3n+1) { clear: both; } }

.bm--entry { margin-bottom: 25px; margin-left: auto; margin-right: auto; max-width: 350px; padding: 30px 10px; }
@media screen and (min-width: 46.875em) { .bm--entry { margin-bottom: 30px; padding: 35px 15px; } }
.bm--entry:hover { background-color: rgba(0, 111, 9, 0.1); }

.bm-member--entry { padding-top: 15px; }
@media screen and (min-width: 46.875em) { .bm-member--entry { padding-top: 25px; } }

.jobtitle { border-bottom: 2px solid #ddd; font-weight: 400; margin-bottom: 14px; text-transform: uppercase; }

.bm-image--container { width: 175px; height: 175px; display: block; margin: 0 auto 20px; }

.bm-image--img { background-color: #fefefe; border: 2px solid #dedede; padding: 4px; }
@media screen and (min-width: 43.75em) { .bm-member--content .bm-image--img { float: right; margin: 0 0 24px 24px; } }

.bm-member--ctc-links .button { margin-left: 3px; margin-right: 3px; }

.member--entry, .search .entry { background-color: #fff; box-shadow: 3px 3px rgba(70, 70, 70, 0.05); }

.member--title { background-color: #124616; border-left: 6px solid #3b7840; color: #eee; font-size: 1.5rem; margin-top: -30px; }
@media screen and (min-width: 40.625em) { .member--title { font-size: 2rem; margin-top: -10px; } }

.member-image--container { margin-bottom: 1.25rem; }

.member--details { margin-bottom: 1.5rem; }

.member--meta { font-size: 14px; font-size: 0.875rem; border-top: 1px dotted #ddd; padding-top: 1.25rem; text-align: right; }

.contactPoint, .telephone { display: block; margin-top: .25rem; }

.contactPoint { font-weight: 400; }

.directory-member--entry { background-color: #fff; box-shadow: 3px 3px rgba(70, 70, 70, 0.05); }
.directory-member--entry:last-of-type { margin-bottom: 40px; }
.featured-content-newest-members .directory-member--entry { padding: 0; box-shadow: 0 0; }

.directory-member--title { font-size: 1.75rem; }

.directory-member--footer .member--meta { padding-top: .5rem; }

.new-member--entry { border-bottom: 1px dotted #ddd; }
.new-member--entry:last-of-type { border: none; }
@media screen and (min-width: 46.875em) { .new-member--entry { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 33.33333%; float: left; border-bottom: none; border-right: 1px dotted #ddd; }
  .new-member--entry:last-of-type { border: none; } }

.new-member--content { font-size: 13px; font-size: 0.8125rem; }

#tribe-events-footer { padding-left: 2.5%; padding-right: 2.5%; }

.vcalendar .entry { padding: 10px 5px; }

/******************************************************************
DESKTOP STYLES
******************************************************************/
/* end of media query */
