/*!
Theme Name: Farmer Veteran Coalition
Author: Page Design Group
Author URI: http://pagedesigngroup.com
Description: A custom Wordpress theme for the Farmer Veteran Coalition
Version: 1.0.0
Text Domain: fvc

This theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
/* DUMB
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}*/
p {
  margin-bottom: 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul {
  left: auto;
}
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
/* Small menu */
.menu-toggle {
  display: none;
}
@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }
  .main-navigation ul {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-icon {
  margin: 4px;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* LETS ADD SOME VARIABLES */
/* Colors */
/* Fonts */
@font-face {
  font-family: "socialcircle";
  src: url("_fonts/socialcircle.eot?j2oj6i");
  src: url("_fonts/socialcircle.eot?#iefixj2oj6i") format("embedded-opentype"), url("_fonts/socialcircle.woff?j2oj6i") format("woff"), url("_fonts/socialcircle.ttf?j2oj6i") format("truetype"), url("_fonts/socialcircle.svg?j2oj6i#socialcircle") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "socialcircle";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-linkedin-with-circle:before {
  content: "\e600";
}
.icon-vimeo-with-circle:before {
  content: "\e601";
}
.icon-youtube-with-circle:before {
  content: "\e602";
}
.icon-facebook:before {
  content: "\e603";
}
.icon-twitter:before {
  content: "\e604";
}
.icon-instagram:before {
  content: "\e605";
}
.icon-google:before {
  content: "\e606";
}
.icon-pinterest:before {
  content: "\e607";
}
.icon-tumblr:before {
  content: "\e608";
}
a:link,
a:visited {
  color: #863b37;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  color: #490d0b;
  text-decoration: underline;
}
input[type="submit"],
button,
a.button {
  background-color: #7d914c;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-size: 17px;
  font-size: 1.7rem;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  line-height: 1;
  margin: 0 4px 4px 0;
  font-family: "museo-slab", Arial, Verdana, sans-serif;
  -webkit-appearance: none;
  font-weight: 500;
  white-space: nowrap;
  display: inline-block;
}
input[type="submit"]:hover,
button:hover,
a.button:hover {
  color: #fff;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
input[type="submit"].large,
button.large,
a.button.large {
  font-size: 20px;
  font-size: 2rem;
  padding: 10px 30px;
}
input[type="submit"].small,
button.small,
a.button.small {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px 12px;
}
input[type="submit"].red,
button.red,
a.button.red {
  background-color: #863b37;
}
input[type="submit"].gold,
button.gold,
a.button.gold {
  background-color: #c79337;
}
input[type="submit"].np,
button.np,
a.button.np {
  padding: 0;
}
.btn-group {
  position: relative;
}
.btn-group button {
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
  margin-bottom: 14px;
  display: block;
  outline: 0;
}
.btn-group button[data-toggle="dropdown"]:after {
  content: "\25BC";
  color: #c79337;
  margin-left: 4px;
}
.btn-group .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  border: 1px solid #454545;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  list-style: none;
  z-index: 10;
}
.btn-group .dropdown li {
  border-bottom: 1px solid #f3ebe0;
  padding: 12px;
  display: block;
}
.btn-group .dropdown li:hover {
  text-decoration: none;
  background: #f3ebe0;
}
.btn-group .dropdown li:after {
  content: "\00BB";
  color: #c79337;
  margin-left: 4px;
}
body {
  font-family: "museo-sans", Arial, Verdana, sans-serif;
  line-height: 1.5;
  color: #454545;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.row {
  display: block;
  width: 102.38095238%;
  margin: 0 -1.19047619%;
  *zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
#content {
  *zoom: 1;
  margin-top: 30px;
  margin-bottom: 30px;
}
#content:before,
#content:after {
  content: "";
  display: table;
}
#content:after {
  clear: both;
}
#content.beaver-builder {
  margin: 0;
}
.alignleft {
  margin: 0 30px 30px 0;
}
.alignright {
  margin: 0 0 30px 30px;
}
h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
  color: #863b37;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "museo-slab", Arial, Verdana, sans-serif;
}
h2 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #863b37;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: "museo-slab", Arial, Verdana, sans-serif;
}
h3 {
  font-size: 17px;
  font-size: 1.7rem;
  color: #863b37;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h4 {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #454545;
  line-height: 1;
}
p {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 1.25em;
}
p.wp-caption-text {
  font-size: 13px;
  font-size: 1.3rem;
}
p.note {
  font-size: 13px;
  font-size: 1.3rem;
}
p.intro {
  font-family: "museo-slab", Arial, Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  color: #863b37;
}
p:last-child {
  margin-bottom: 0;
}
strong {
  font-weight: 600;
}
small {
  font-size: 60%;
}
ul,
ol {
  margin: 0 0 1.25em 0;
  padding-left: 36px;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul li,
ol li {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 6px;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul li.two-col,
ol li.two-col {
  list-style: none;
  display: inline-block;
  width: 46%;
  margin-right: 2%;
  box-sizing: box;
  vertical-align: top;
}
#primary ul,
#primary ol {
  padding-left: 30px;
}
hr {
  clear: both;
}
table {
  border-collapse: collapse;
}
thead tr {
  background-color: #a8b587;
}
thead tr * {
  color: #fff;
  margin: 0;
}
tbody tr:nth-of-type(odd) {
  background-color: #f9faf6;
}
tbody tr:nth-of-type(even) {
  background-color: #eff2ea;
}
tbody tr:hover {
  background-color: #e5e9db;
}
td {
  padding: 10px;
  border: 1px solid #a8b587;
}
#masthead {
  background-color: #f3ebe0;
  background: #f3ebe0 url("_images/sacktexture.jpg") repeat-x left top;
  width: 100%;
  z-index: 8;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  /*	margin-bottom: 30px;*/
  position: relative;
}
#menu-trigger {
  display: none;
}
#site-logo {
  padding: 10px 20px;
  background-color: #fff;
  width: 115px;
  position: absolute;
  top: 0;
  left: 0;
}
#hbh-logo {
  width: 60px;
  position: absolute;
  top: 44px;
  right: 20px;
}
.social-links {
  margin: 5px;
  padding-left: 0;
}
.social-links a {
  color: rgba(255, 255, 255, 0.8);
}
.social-links a:hover {
  color: #fff;
  text-decoration: none;
}
.social-links li {
  display: inline-block;
  margin-right: 4px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 6px !important;
}
.social-links li a {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.social-links li a::before {
  font-family: "socialcircle";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 4px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-links li a[href*="twitter.com"]::before {
  content: "\e604";
}
.social-links li a[href*="facebook.com"]::before {
  content: "\e603";
}
.social-links li a[href*="plus.google.com"]::before {
  content: "\e606";
}
.social-links li a[href*="linkedin.com"]::before {
  content: "\e600";
}
.social-links li a[href*="youtube.com"]::before {
  content: "\e602";
}
.social-links li a[href*="instagram.com"]::before {
  content: "\e605";
}
.social-links li a[href*="vimeo.com"]::before {
  content: "\e601";
}
.social-links li a[href*="pinterest.com"]::before {
  content: "\e607";
}
.social-links li a[href*="tumblr.com"]::before {
  content: "\e608";
}
.main-nav {
  margin: 52px 0 0 135px;
  *zoom: 1;
}
.main-nav:before,
.main-nav:after {
  content: "";
  display: table;
}
.main-nav:after {
  clear: both;
}
.main-nav li {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  list-style: none;
  font-weight: 700;
  display: block;
  float: left;
  margin-right: 10px;
}
.main-nav a {
  color: #6e452b;
  text-decoration: none;
  position: relative;
  padding: 10px;
  display: block;
}
.main-nav a:hover {
  color: #863b37;
}
#supporting {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  *zoom: 1;
}
#supporting:before,
#supporting:after {
  content: "";
  display: table;
}
#supporting:after {
  clear: both;
}
#supporting a {
  color: rgba(255, 255, 255, 0.6);
}
#supporting a:hover {
  color: #fff;
}
#supporting ul {
  float: right;
  margin: 6px 20px;
  padding: 0;
}
#supporting ul li {
  list-style: none;
}
#ctas {
  background: #434013;
  width: 100%;
  box-sizing: border-box;
  padding-left: 225px;
  *zoom: 1;
}
#ctas:before,
#ctas:after {
  content: "";
  display: table;
}
#ctas:after {
  clear: both;
}
#ctas .social-links {
  float: left;
  margin: 8px 16px 0px;
}
#ctas .button {
  margin: 0;
}
.button-group .button {
  display: block;
  float: left;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
#crumbs {
  display: none;
}
#partners {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #f3ebe0;
}
#foot-nav {
  background-color: #490d0b;
  color: #863b37;
}
#foot-nav a {
  color: #f3ebe0;
}
#foot-nav a:hover {
  color: #fff;
}
#foot-nav ul {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  *zoom: 1;
  margin: 10px;
  padding-left: 0;
}
#foot-nav ul:before,
#foot-nav ul:after {
  content: "";
  display: table;
}
#foot-nav ul:after {
  clear: both;
}
#foot-nav li {
  list-style: none;
  display: inline-block;
  border-left: 1px solid #863b37;
  margin-left: 10px;
  padding-left: 10px;
}
#foot-nav li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
#colophon {
  background-color: #863b37;
  color: #f3ebe0;
  padding: 30px 0;
}
#colophon h3 {
  color: #f3ebe0;
}
#colophon a {
  color: #f3ebe0;
}
#colophon .site-info p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 10px;
}
#colophon .news-optin {
  clear: both;
  *zoom: 1;
  padding: 10px;
  border-top: 1px solid #f3ebe0;
  border-bottom: 1px solid #f3ebe0;
  margin-bottom: 20px;
}
#colophon .news-optin:before,
#colophon .news-optin:after {
  content: "";
  display: table;
}
#colophon .news-optin:after {
  clear: both;
}
#colophon .news-optin h2 {
  color: #f3ebe0;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 300;
  display: inline-block;
  margin-right: 10px;
}
#colophon .news-optin form {
  display: inline-block;
}
#colophon .news-optin form label {
  display: none;
}
#intro {
  position: relative;
}
#intro.story {
  background-color: #863b37;
}
#intro img {
  display: block;
  margin: 0 auto;
}
#intro h1.no-img {
  margin-top: 80px;
  margin-bottom: 0;
}
#intro .badges img {
  display: inline-block;
  margin-left: 8px;
}
.page-intro {
  width: 100%;
  background-color: #863b37;
  padding: 20px 0;
  color: #fff;
  border-bottom: 8px solid #c79337;
}
.page-intro h1,
.page-intro h2,
.page-intro h3,
.page-intro h4,
.page-intro p {
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}
.page-intro a {
  color: #fff;
}
.page-intro a:hover {
  /*	text-decoration: none;*/
}
.nav-head {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.section-nav {
  margin: 0 0 60px 20px;
  padding-left: 0;
}
.section-nav li {
  list-style: none;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
  margin-bottom: 18px;
  position: relative;
}
.section-nav li.current_page_item > a {
  font-weight: 700;
}
.section-nav li.current_page_item:before {
  content: "\00BB";
  color: #c79337;
  position: absolute;
  left: -14px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 300;
}
.section-nav li ul {
  display: none;
  padding-left: 0;
}
.section-nav li ul li {
  text-transform: none;
}
.section-nav li.current_page_item .children,
.section-nav li.current_page_ancestor .children {
  margin-top: 18px;
  display: block;
}
article.post {
  margin-bottom: 20px;
  padding: 20px 0px;
  border-bottom: 1px solid #f3ebe0;
}
article.post img {
  border: 1px solid #f3ebe0;
  margin: 0 0 30px 30px;
}
article.post .note {
  color: #6e452b;
  text-transform: uppercase;
}
article.post h1.entry-title {
  font-size: 26px;
  font-size: 2.6rem;
}
#comments {
  clear: both;
  margin-top: 60px;
}
#home-wrap {
  background: #f3ebe0 url("_images/sacktexture.jpg") repeat left top;
  padding: 10px 0;
}
#home-intro {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  position: relative;
}
#home-intro img {
  display: block;
}
#hero-message {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 20px;
}
#hero-message h2 {
  font-size: 18px;
  font-size: 1.8rem;
}
#hero-message h1,
#hero-message h2 {
  width: 100%;
  color: #fff;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
}
#home-highlights {
  background-color: #6e452b;
  color: #fff;
}
.highlight {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 10px;
  *zoom: 1;
}
.highlight:before,
.highlight:after {
  content: "";
  display: table;
}
.highlight:after {
  clear: both;
}
.highlight h1,
.highlight h2,
.highlight h3,
.highlight h4,
.highlight p {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.highlight.green {
  background-color: #7d914c;
}
.highlight.gold {
  background-color: #c79337;
}
.highlight.red {
  background-color: #863b37;
}
.highlight img.alignleft {
  margin-right: 10px;
  margin-bottom: 0;
}
#farmer-spotlight {
  padding: 10px 0;
  clear: both;
}
#farmer-stories {
  margin: 0 -0.5%;
}
.farmer {
  position: relative;
  overflow: hidden;
  border: 1px solid #454545;
  /*	float: left;*/
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 0 0.5% 10px;
  box-sizing: border-box;
}
.farmer.mix {
  opacity: 0;
  display: none;
}
.farmer.staff {
  background-color: #863b37;
  min-height: 260px;
}
.farmer img {
  display: block;
}
.farmer .caption {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(125, 145, 76, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.farmer .caption h2 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  padding: 6px;
  border-bottom: 1px solid transparent;
  margin-top: 28%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}
.farmer .caption p {
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  padding: 6px;
  opacity: 0;
  margin-bottom: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.farmer .caption a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
}
.farmer .caption:hover {
  background-color: rgba(125, 145, 76, 0.8);
}
.farmer .caption:hover h2 {
  border-bottom: 1px solid #fff;
  margin-top: 8%;
}
.farmer .caption:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.farmer .badges {
  float: none;
  padding: 0 10px;
}
.farmer .badges img {
  width: 20px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.home-post {
  *zoom: 1;
  margin-bottom: 14px;
}
.home-post:before,
.home-post:after {
  content: "";
  display: table;
}
.home-post:after {
  clear: both;
}
.home-post img {
  width: 60px;
  float: left;
  margin-right: 10px;
  border: 1px solid #454545;
}
.home-post h2 {
  font-family: "museo-sans", Arial, Verdana, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
}
#farmer-spotlight .farmer.mix {
  opacity: 1;
  display: inline-block;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#highlight,
#additional {
  background-color: #f3ebe0;
  background: #f3ebe0 url("_images/sacktexture.jpg") repeat left top;
  padding: 20px 0;
}
.farmer-info {
  *zoom: 1;
}
.farmer-info:before,
.farmer-info:after {
  content: "";
  display: table;
}
.farmer-info:after {
  clear: both;
}
.farmer-info p {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
}
.member-stats {
  padding: 20px;
  margin-bottom: 40px;
  background: #f3ebe0 url("_images/sacktexture.jpg") repeat left top;
  border: 1px solid #454545;
}
.partners {
  margin-top: 100px;
}
.partners .partner-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.partners .partner {
  height: 180px;
  margin: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.partners .partner.three {
  width: 30%;
}
.partners .partner.four {
  width: 22%;
}
.partners .partner img {
  display: block;
  max-height: 180px;
}
.partners .description {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(125, 145, 76, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.partners .description h2 {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  padding: 6px;
  opacity: 0;
  border-bottom: 1px solid transparent;
  margin-top: 28%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.partners .description p {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  padding: 6px;
  opacity: 0;
  margin-bottom: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.partners .description a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
}
.partners .description:hover {
  background-color: rgba(125, 145, 76, 0.8);
}
.partners .description:hover h2 {
  border-bottom: 1px solid #fff;
  margin-top: 8%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.partners .description:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mapboxgl-popup-close-button {
  color: #6e452b;
}
.mapboxgl-popup-close-button:hover {
  color: #6e452b;
}
.farm-template-default #intro h1,
.farm-template-default #intro h3 {
  color: #fff;
}
.farm-template-default #intro h3 {
  margin: 0;
}
.farm-template-default h2 {
  margin: 25px 0;
}
.farm-template-default h3 {
  margin-top: 25px;
  font-family: "museo-slab", Arial, Verdana, sans-serif;
}
.farm-template-default #imageGalleryNav {
  margin-top: 1em;
}
.farm-template-default #secondary .sidebar-section {
  margin-bottom: 1.5em;
}
.farm-template-default #secondary .badges {
  float: none;
  clear: both;
  height: 45px;
  width: 45px;
}
.farm-template-default #secondary .social-links {
  margin: 0;
}
.farm-template-default #secondary .social-links a {
  margin-bottom: 0;
  height: 35px;
  width: 35px;
  color: #dad8d1;
}
.farm-template-default #secondary .social-links a::before {
  font-size: 3rem;
}
.farm-template-default #secondary .sale-icons img {
  width: 70px;
}
.farm-template-default #secondary h2 {
  margin-bottom: 0.5em;
}
.farm-template-default #secondary h3 {
  margin-top: 0;
}
.farm-template-default #secondary p {
  margin-bottom: 0.75em;
}
.farm-template-default #secondary p:last-child {
  margin-bottom: 0;
}
.slick-prev:before,
.slick-next:before {
  color: #490d0b !important;
}
.page-template-page-beaver-builder #content.container {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  float: none;
}
.page-template-page-beaver-builder #content.container #primary {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  float: none;
}
@media only screen and (max-width: 760px) {
  #masthead {
    /*	border-top: 4px solid @drkgreen;*/
    background: #434013;
  }
  #site-logo {
    width: 33%;
    height: 70px;
  }
  #site-navigation {
    background: #434013;
    /*	margin-top: 80px;*/
    max-height: 0;
    clear: both;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #site-navigation.active {
    max-height: 1000px;
  }
  #menu-trigger {
    display: block;
    /*	text-align: center;*/
    text-transform: uppercase;
    background: #7d914c;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 16px;
    border-top: 1px solid #434013;
    font-weight: 700;
  }
  #menu-trigger:after {
    content: "\25BC";
    color: #fff;
    position: relative;
    top: -2px;
    margin-left: 6px;
    font-size: 10px;
    font-size: 1rem;
    display: inline-block;
  }
  #menu-trigger.active:after {
    transform: rotate(180deg);
  }
  #menu-trigger:hover {
    text-decoration: none;
  }
  #ctas {
    background: #434013;
    width: 67%;
    box-sizing: border-box;
    padding-left: 0;
    text-align: center;
  }
  #ctas .social-links {
    float: none;
    display: inline-block;
    text-align: center;
    margin: 8px auto 0;
  }
  .button-group {
    float: right;
    width: 67%;
    padding-left: 0;
    height: 70px;
  }
  .button-group .button {
    display: block;
    width: 50%;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 10.5px 8px;
    border-top: 1px solid #434013;
    border-right: 1px solid #434013;
  }
  #hbh-logo {
    display: block;
    position: static;
    float: right;
    margin: 10px 6px;
  }
  #main {
    clear: both;
    border-top: 1px solid #696642;
  }
  .main-nav {
    margin: 0;
    position: static;
  }
  .main-nav li {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    list-style: none;
    font-weight: 700;
    display: block;
    float: none;
    border-top: 1px solid #56532b;
  }
  .main-nav li ul {
    padding: 0;
    margin: 0;
  }
  .main-nav li ul li {
    border-top: none;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 1%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
  }
  .main-nav li ul li a {
    padding: 6px 18px;
  }
  .main-nav li ul li a:before {
    content: "\00BB";
    color: #c79337;
    display: inline-block;
    margin-left: -10px;
    margin-right: 4px;
  }
  .main-nav a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 10px;
    display: block;
  }
  .main-nav a:hover {
    color: #c79337;
  }
  .page-intro h1 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 0;
  }
  .page-intro h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .page-intro .button {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .highlight {
    margin: 12px 0;
  }
  #hero-message {
    position: static;
    background-color: #7d914c;
    padding-top: 12px;
  }
  #hero-message h1 {
    margin-bottom: 0;
  }
  #hero-message h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #supporting {
    padding: 0;
    position: static;
    background: #2f2d0d;
  }
  #supporting a {
    color: rgba(255, 255, 255, 0.6);
  }
  #supporting a:hover {
    color: #fff;
  }
  #supporting ul {
    float: none;
    margin: 6px 10px;
    padding: 0;
  }
  #supporting ul li {
    list-style: none;
    font-size: 11px;
    font-size: 1.1rem;
  }
  #supporting ul li a {
    display: block;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 761px) {
  html {
    font-size: 50%;
  }
  body {
    padding-top: 104px;
  }
  h1 {
    font-size: 40px;
    font-size: 4rem;
  }
  h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  p.wp-caption-text {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #content.single-post {
    margin-top: 100px;
  }
  #primary {
    display: inline;
    float: left;
    width: 64.28571429%;
    margin: 0 1.19047619%;
  }
  #secondary {
    display: inline;
    float: left;
    width: 22.61904762%;
    margin: 0 1.19047619%;
    margin-left: 9.52380952%;
  }
  .story-archive #secondary {
    display: inline;
    float: left;
    width: 30.95238095%;
    margin: 0 1.19047619%;
    margin-left: 0;
  }
  #main.beaver-builder #primary {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
  }
  #masthead {
    background-color: #f3ebe0;
    background: #f3ebe0 url('_images/sacktexture.jpg') repeat-x left top;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    /*	margin-bottom: 30px;*/
  }
  body.admin-bar #masthead {
    top: 32px;
  }
  #site-logo {
    padding: 14px 20px;
    background-color: #fff;
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .button-group {
    float: left;
  }
  .button-group .button {
    display: block;
    float: left;
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
  }
  #ctas {
    padding-left: 150px;
  }
  #hbh-logo {
    width: 60px;
    position: absolute;
    top: 44px;
    right: 20px;
  }
  #main {
    display: block;
    margin-top: 68px;
  }
  .main-nav {
    margin: 42px 80px 0 170px;
    padding-left: 0;
    *zoom: 1;
  }
  .main-nav:before,
  .main-nav:after {
    content: "";
    display: table;
  }
  .main-nav:after {
    clear: both;
  }
  .main-nav a {
    color: #6e452b;
    text-decoration: none;
    position: relative;
    padding: 6px;
    display: block;
  }
  .main-nav a:hover {
    color: #863b37;
  }
  .main-nav li {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    list-style: none;
    font-weight: 700;
    display: block;
    float: left;
    margin-right: 4px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-top: 5px solid transparent;
  }
  .main-nav li.current-menu-item {
    border-top: 5px solid #863b37;
  }
  .main-nav li a {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .main-nav li a:hover {
    background-color: #863b37;
    color: #f3ebe0;
  }
  .main-nav li:hover {
    background-color: #863b37;
    color: #f3ebe0;
    border-top: 5px solid #c79337;
  }
  .main-nav li:hover a {
    color: #fff;
  }
  .main-nav li ul {
    position: absolute;
    left: 0px;
    top: 31px;
    background: #863b37;
    width: 260px;
    overflow: hidden;
    height: 0;
    list-style: none;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  }
  .main-nav li ul li {
    display: block;
    text-transform: none;
    margin: 0;
    float: none;
    border-top: none;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
  }
  .main-nav li ul li:hover {
    border-top: none;
  }
  .main-nav li ul li a {
    color: #f3ebe0;
    padding: 6px 12px;
    display: block;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
  }
  .main-nav li ul li a:hover {
    color: #fff;
    border-bottom: 1px solid #c79337;
    border-top: 1px solid #c79337;
  }
  .main-nav li ul li a:after {
    content: "\00BB";
    color: #c79337;
    margin-left: 4px;
  }
  .main-nav li:hover ul {
    height: auto;
  }
  #supporting {
    color: #fff;
    *zoom: 1;
  }
  #supporting:before,
  #supporting:after {
    content: "";
    display: table;
  }
  #supporting:after {
    clear: both;
  }
  #supporting a {
    color: rgba(255, 255, 255, 0.6);
  }
  #supporting a:hover {
    color: #fff;
  }
  #supporting ul {
    float: right;
    margin: 6px 20px;
    padding: 0;
  }
  #supporting ul li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
  }
  .button-group {
    float: left;
  }
  .button-group .button {
    display: block;
    float: left;
    color: #fff;
  }
  #crumbs {
    position: absolute;
    width: 100%;
    z-index: 5;
    padding-top: 12px;
    padding-left: 40px;
    color: #863b37;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
  }
  #crumbs a {
    font-weight: 300;
  }
  .has-featured-image #crumbs {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  }
  .has-featured-image #crumbs a {
    color: #fff;
  }
  .has-featured-image.single-post #crumbs,
  .has-featured-image.blog #crumbs {
    color: #863b37;
    text-shadow: none;
  }
  .has-featured-image.single-post #crumbs a,
  .has-featured-image.blog #crumbs a {
    color: #863b37;
  }
  #colophon {
    *zoom: 1;
  }
  #colophon:before,
  #colophon:after {
    content: "";
    display: table;
  }
  #colophon:after {
    clear: both;
  }
  #colophon .widget {
    display: inline;
    float: left;
    width: 30.95238095%;
    margin: 0 1.19047619%;
  }
  #colophon .widget .widget {
    margin: 0;
    width: 100%;
  }
  #colophon .site-info {
    clear: both;
  }
  #intro.story {
    min-height: 220px;
  }
  .page-intro {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    color: #fff;
    border-bottom: 8px solid #c79337;
  }
  .page-intro h1,
  .page-intro h2,
  .page-intro h3,
  .page-intro h4,
  .page-intro p {
    color: #fff;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
  }
  #home-intro h1 {
    font-size: 48px;
    font-size: 4.8rem;
  }
  #home-highlights {
    padding: 20px 0;
  }
  #home-highlights .highlight {
    display: inline;
    float: left;
    width: 30.95238095%;
    margin: 0 1.19047619%;
  }
  #farmer-spotlight {
    padding: 30px 0;
  }
  .farmer {
    /*	width: 24%;
	margin: 0 1% 10px -4px;*/
  }
  .farmer .badges {
    float: none;
  }
  .farmer .badges img {
    width: 40px;
  }
  /*#farmer-stories {
	display: flex;
	flex-wrap: wrap;

	.farmer {
		width: 23%;
		margin: 1%;
	}

}*/
  #farmer-stories .farmer {
    width: 24%;
    margin: 0 0 1% .5%;
  }
  .farmer .caption h2 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px;
    border-bottom: 1px solid transparent;
    margin-top: 48%;
  }
  .farmer .caption p {
    padding: 10px;
  }
  .farmer .caption:hover {
    background-color: rgba(125, 145, 76, 0.8);
  }
  .farmer .caption:hover h2 {
    margin-top: 18%;
  }
  .farmer .caption:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .farmer .badges img {
    width: 36px;
  }
  .farmer-info {
    float: left;
  }
  .badges {
    float: right;
  }
}
@media only screen and (min-width: 1020px) {
  html {
    font-size: 62.5%;
  }
  body {
    padding-top: 140px;
  }
  #site-logo {
    padding: 20px 40px;
    width: 225px;
  }
  #hbh-logo {
    width: 80px;
    position: absolute;
    top: 46px;
    right: 20px;
  }
  #ctas {
    padding-left: 225px;
  }
  #main {
    margin-top: 88px;
  }
  .main-nav {
    margin: 52px 100px 0 245px;
  }
  .main-nav li {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 8px;
  }
  .main-nav li ul {
    top: 46px;
  }
  .main-nav a {
    padding: 10px 6px;
  }
  #supporting {
    padding-left: 225px;
  }
  #hero-message h1,
  #hero-message h2 {
    width: 55%;
    color: #fff;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
  }
}
