/*
	Theme Name:  Top Third Ag Marketing
	Description: Custom theme for Top Third Ag Marketing.
	Author:      Bill Erickson
	Author URI:  https://www.billerickson.net
	Version:     1.1.3
	License:     GPL-2.0+
	License URI: https://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize - normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
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: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.clearfix:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
  background-color: #e1dfd4;
  color: #7a7768;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #333;
  color: #fff;
}

::selection {
  background-color: #333;
  color: #fff;
}

a {
  color: #984a23;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

strong {
  font-weight: 700;
}

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

blockquote {
  background: rgba(0, 0, 0, 0.1);
  margin: 40px 40px 24px;
  font-style: italic;
  padding: 15px 20px;
  color: #444;
}

blockquote p:last-of-type {
  margin: 0;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  border: 1px solid #e1e1e8;
  background-color: #f7f7f9;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

hr,
.clear-line {
  overflow: hidden;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  padding: 20px 0 0;
}

.screen-reader-text {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #387a42;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
}

h1 {
  color: #984a23;
  font-family: "Roboto Slab", serif;
  font-size: 42px;
  font-weight: bold;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: bold;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */

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

img {
  height: auto;
}

/* Forms
--------------------------------------------- */

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #e1dfd4;
  border-radius: 5px;
  font-size: 14px;
  padding: 15px;
  width: 100%;
}

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

.input-large {
  font-size: 18px;
  padding: 15px;
}

select.input-large {
  height: 54px;
  line-height: 54px;
  padding-top: 12px;
}

.input-small {
  font-size: 12px;
  padding: 5px 10px;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #999;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button.button-invert:hover {
  background-color: #deaf44;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.button-invert {
  background-color: #984a23;
  color: #fff;
  text-decoration: none;
}

.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.button.button-block {
  display: block;
  text-align: center;
  width: 100%;
}

.button.button-large,
.button.button-invert.button-large {
  font-size: 18px;
  padding: 15px 30px;
}

.button.button-small {
  font-size: 13px;
  padding: 8px;
}

.button.button-mini {
  font-size: 11px;
  padding: 5px 8px;
}

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

/* Tables
--------------------------------------------- */

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
  margin: 0 auto;
  max-width: 1140px;
}

.site-inner {
  clear: both;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
  float: right;
  width: 68.085106383%; /* 768/1128 */
}

.content-sidebar .content {
  float: left;
}

.full-width-content .content {
  width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
  float: right;
  width: 31.914893617%; /* 360/1128 */
}

.sidebar-content .sidebar-primary {
  float: left;
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-fifth {
  width: 17.9487179487179488%;
}

.two-fifths {
  width: 38.4615384615384616%;
}

.three-fifths {
  width: 58.9743589743589744%;
}

.four-fifths {
  width: 79.4871794871794872%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
  float: left;
}

.alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone {
  margin-bottom: 12px;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  color: #c3bbad;
  font-style: italic;
}

.gallery-caption {
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td {
  text-align: center;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
  background: #81c0e4 url(images/bg-wheat-field.jpg) no-repeat center center;
  background-size: cover;
  border-bottom: 4px solid #deaf44;
  padding: 38px 0 152px;
}

.site-inner {
  margin-top: -152px;
}

h1.site-title,
p.site-title {
  margin: 0;
}

.site-header .wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-title a {
  background: url(images/logo.svg) no-repeat;
  display: block;
  height: 100px;
  text-indent: -9999em;
  width: 200px;
}

.header-widget-area {
  text-align: right;
}

.header-widget-area p {
  color: #984a23;
  font-weight: bold;
  font-size: 24px;
}

.header-widget-area .icon-phone {
  vertical-align: middle;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  color: #999;
  line-height: 1.5;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  float: left;
  list-style: none;
}

.genesis-nav-menu a {
  border: none;
  display: block;
  font-size: 18px;
  line-height: 19px;
  padding: 25px 19px;
  position: relative;
}

.genesis-nav-menu li:hover > a,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #deaf44;
  color: #fff;
  font-size: 16px;
  padding: 16px 20px;
  position: relative;
  width: 200px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #387a42;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  float: right;
  list-style-type: none;
  padding: 28px 0;
  text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  padding: 14px 0 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
  background: #387a42;
  border-bottom: 4px solid #deaf44;
}

.nav-primary .genesis-nav-menu a {
  color: #fff;
}

.nav-primary .genesis-nav-menu li:hover > a,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  background: #d7e4d9;
  color: #387a42;
  text-decoration: none;
}

.nav-primary .genesis-nav-menu .home > a {
  color: #deaf44;
}

.nav-primary .genesis-nav-menu a[href*="audio-comments"] {
  background-color: #deaf44;
}

.nav-primary .genesis-nav-menu a[href*="audio-comments"]:before {
  font-family: "icomoon";
  color: #fff;
  font-size: 1.25em;
  content: "\ea26";
  position: absolute;
}

.nav-primary
  .genesis-nav-menu
  .current-menu-item
  > a[href*="audio-comments"]:before,
.nav-primary .genesis-nav-menu li:hover > a[href*="audio-comments"]:before {
  color: #387a42;
}

@media only screen and (min-width: 768px) {
  .nav-primary .genesis-nav-menu a[href*="audio-comments"] {
    padding-left: 48px;
  }
  .nav-primary .genesis-nav-menu a[href*="audio-comments"]:before {
    left: 16px;
  }
}

.nav-primary .genesis-nav-menu .icon-twitter {
  color: #deaf44;
  font-size: 32px;
}
li.menu-item.twitter.right {
  padding: 28px 0 0;
}

.nav-primary .genesis-nav-menu .date > span {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 19px;
  padding: 25px 19px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-header {
  overflow: hidden;
  width: 100%;
}

.nav-header .genesis-nav-menu .menu-item {
  float: none;
  display: inline-block;
}

.nav-header .genesis-nav-menu .menu-item:last-child > a {
  padding-right: 0;
}

.nav-header .genesis-nav-menu a {
  color: #387a42;
  font-weight: bold;
  text-transform: uppercase;
}

.nav-header .genesis-nav-menu .menu-item:hover > a,
.nav-header .genesis-nav-menu .current-menu-item > a {
  color: #984a23;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Content Sidebar Wrap */

.content-sidebar-wrap {
  background: #fff;
  border: 6px solid #000;
  border: 6px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
  overflow: hidden;
  width: 100%;
}

.breadcrumb {
  color: #c3bbad;
  padding: 0 0 15px;
  margin-top: -25px;
  text-transform: uppercase;
}

.breadcrumb a {
  color: #387a42;
}

.content {
  padding: 40px;
}

/* Entries
--------------------------------------------- */

.entry {
  margin-bottom: 40px;
}

body.archive main.content .entry,
body.search-results main.content .entry {
  clear: both;
}

.entry-content .attachment a,
.entry-content .gallery a {
  border: none;
}

.entry-content ul,
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 26px;
}

.entry-content ul,
.entry-content ol {
  margin-left: 40px;
}

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

.entry-content ol li {
  list-style-type: decimal;
}

.gform_wrapper ul li {
  list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
  margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
  list-style: none;
}

.entry-content .search-form {
  width: 50%;
}

.entry-meta {
  clear: both;
  color: #999;
  font-size: 14px;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

/* Entry Navigation
--------------------------------------------- */

.pagination {
  clear: both;
  font-size: 14px;
  margin: 40px 0;
}

.pagination li {
  display: inline;
}

.pagination li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
  background-color: #f15123;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-respond label[for="subscribe"] {
  display: inline-block;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
}

.comment-list li {
  margin-top: 24px;
  padding: 32px;
}

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

.entry-pings .reply {
  display: none;
}

.bypostauthor {
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  padding: 24px;
}

/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
  background: #f9f9f6;
}

.sidebar .widget {
  background: url(images/widget-divider.png) repeat-x left bottom;
  padding: 35px;
}

/* Widgets
---------------------------------------------------------------------------------------------------- */

/* Newsletter
--------------------------------------------- */

.sidebar .widget.gform_widget {
  background: #387a42 url(images/newsletter-divider.jpg) repeat-x left bottom;
  color: #ffffff;
}

.sidebar .widget.gform_widget h4 {
  color: #fff;
}

.sidebar .widget.gform_widget .gform_heading {
  color: #d7e4d9;
  font-size: 15px;
  margin-bottom: 30px;
}

.sidebar .widget.gform_widget .gform_wrapper label {
  color: rgba(255, 255, 255, 0.6);
}

.sidebar .widget.gform_widget .gform_wrapper label .gfield_required {
  color: #deaf44;
}

/* Events
--------------------------------------------- */

.widget_upcoming_events li {
  background: url(images/darker-divider.png) repeat-x left bottom;
  list-style-type: none;
  padding: 20px 0;
}

.widget_upcoming_events ul li:last-child {
  background: transparent;
  padding-bottom: 0;
}

.widget_upcoming_events li .meta {
  font-weight: bold;
  display: block;
}

/* Search
--------------------------------------------- */

.widget_search .search-form input[type="submit"] {
  display: none;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
  margin-bottom: -113px;
  position: relative;
  z-index: 3;
}

.footer-widgets .wrap {
  background: #fff;
  border: 6px solid #000;
  border: 6px solid rgba(0, 0, 0, 0.3);
  padding: 40px;
}

.footer-widgets .widget-area {
  float: left;
  width: 33.3333%;
}
@media only screen and (min-width: 768px) {
  .footer-widgets .widget-area:not(:last-child) {
    padding-right: 20px;
  }
}

.footer-widgets h4 {
  color: #984a23;
}

.footer-widgets a {
  color: #deaf44;
}

.footer-widgets p:last-child {
  margin: 0;
}

.footer-widgets .widget_nav_menu li {
  list-style-type: none;
  float: left;
  width: 50%;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  background: #387a42;
  border-top: 4px solid #deaf44;
  color: #d7e4d9;
  padding: 180px 0 60px;
  position: relative;
  z-index: 2;
}

.site-footer a {
  color: #d7e4d9;
  text-decoration: underline;
}

.site-footer a:hover {
  text-decoration: none;
}

/* Homepage
---------------------------------------------------------------------------------------------------- */

.home-intro h1 {
  border-bottom: 4px solid #deaf44;
  color: #387a42;
  font-family: "Lato", sans-serif;
  font-size: 48px;
  text-align: center;
  padding: 20px;
  margin: 0;
}

.home-intro .team img {
  border-bottom: 4px solid #deaf44;
  display: block;
}

.home-intro .welcome {
  background: transparent;
  border-bottom: 4px solid #deaf44;
  padding: 80px 0 40px;
  position: relative;
}

.home-intro .welcome .button {
  font-size: 21px;
  padding: 22px;
  position: absolute;
  top: -38px;
  margin-left: -253px;
  left: 50%;
  z-index: 3;
}

.home-intro .welcome h2 {
  color: #984a23;
  font-family: "Roboto Slab", serif;
  font-size: 42px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  z-index: 3;
  position: relative;
}

.home-intro .welcome:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/bg-wheat-field.jpg) no-repeat center bottom;
  opacity: 0.2;
  z-index: 2;
}

/* Graivty Forms
---------------------------------------------------------------------------------------------------- */

.gfield {
  clear: both;
}

.ginput_complex::after,
.ginput_full::after {
  display: table;
  clear: both;
  content: "";
}

.gfield_label {
  font-weight: bold;
}

.gfield_required {
  color: #984a23;
}

.name_first,
.name_last,
.ginput_complex .ginput_left,
.ginput_complex .ginput_right {
  float: left;
}

.name_first,
.ginput_complex .ginput_left {
  width: 49%;
  margin-right: 1%;
}

.name_last,
.ginput_complex .ginput_right {
  width: 50%;
}

.ginput_left,
.ginput_right,
.ginput_full::after {
  margin-bottom: 15px;
}

.hidden_sub_label {
  display: none;
}

.gform_wrapper .gfield {
  margin-bottom: 15px;
}

.entry-content .gform_fields {
  margin-left: 0;
}

.gform_wrapper input[type="submit"] {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 15px 30px;
}

/*
 This needed to be added because there is a plugin issue related to
 the [raw] shortcode that is causing the gform validation field that
 should be hidded to display.
 */
body .gform_wrapper .gform_validation_container {
  display: none;
}

/* Quotes and Charts page template styles
---------------------------------------------------------------------------------------------------- */

table.bcDefaultHeaderTable,
table.bcDefaultHeaderTable
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(1) {
  margin: 0;
  padding: 0;
  border: 0 !important;
  text-align: center !important;
}

.quotes-charts table {
  border-collapse: separate;
  width: 100%;
}
.quotes-charts table th,
.quotes-charts table td {
  padding: 10px 15px;
}
.quotes-charts table,
.quotes-charts td,
.quotes-charts th,
.quotes-charts tr,
.entry-content .quotes-charts tbody td:last-child {
  border: 0;
  color: #212121 !important;
  background-color: transparent !important;
  text-align: left;
}

.quotes-charts > table:nth-of-type(1) {
  margin: 30px 0;
  padding: 20px 0 0;
  border-top: 1px solid #387a42;
  border-bottom: 1px solid #387a42;
}

.quotes-charts
  > table:nth-of-type(1)
  tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(2),
.quotes-charts
  > table:nth-of-type(1)
  tbody:nth-of-type(1)
  > tr:nth-of-type(2)
  > td:nth-of-type(1) {
  padding: 0;
}

.quotes-charts > table:nth-of-type(3) {
  border-top: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
}

.quotes-charts > table:nth-of-type(3) td,
.quotes-charts > table:nth-of-type(3) th {
  border-right: 1px solid #9e9e9e !important;
  border-bottom: 1px solid #9e9e9e !important;
}

.quotes-charts button,
html .quotes-charts input[type="button"],
.quotes-charts input[type="reset"],
.quotes-charts input[type="submit"] {
  font-size: 16px;
  padding: 0.9em;
}

.quotes-charts input[type="checkbox"],
.quotes-charts input[type="radio"] {
  display: inline;
  margin-right: 0.5em;
  width: auto;
}

.quotes-charts select {
  padding-right: 2em;
  background: url(images/arrow-down-green.png) 95% 60% no-repeat;
  -webkit-appearance: none;
}

.bcQQuotesSearch input[type="button"] {
  margin: 20px 0;
  width: 100%;
}
@media all and (min-width: 871px) {
  .bcQQuotesSearch input[type="button"] {
    display: inline-block;
    margin: 0;
    width: auto;
  }
}

.quotes-charts img[src$="help.gif"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(images/help-green.png) no-repeat;
  width: 15px;
  height: 15px;
  padding-left: 15px;
}

.quotes-charts hr {
  border-bottom: 1px solid #e0e0e0;
  clear: both;
  height: 0;
  margin: 10px 0;
  padding: 0;
}
.quotes-charts > hr:nth-of-type(1) {
  display: none;
}

.quotes-charts > center:nth-of-type(1) > table:nth-of-type(1) {
  margin-top: 20px;
}

.quotes-charts.qc-options-quotes .bcOptionsTable th.bcTH {
  color: #387a42 !important;
  background-color: #d7e4d9 !important;
}

#bc_QuickQuote {
  text-align: right !important;
}

td.bcQuotesCharts {
  padding: 0;
  font-size: 1.5em;
}

td.bcTD {
  padding: 10px;
}

.bcQuoteTable,
.bcExtQuoteData,
.bcExtQuotePeriods,
.bcExtQuoteHighLow,
.bcOptionsTable,
.quotes-charts > center:nth-of-type(1) > table:nth-of-type(1),
.bcLookupExchange,
.bcOptionsHeaders {
  border-top: 1px solid #9e9e9e !important;
  border-left: 1px solid #9e9e9e !important;
}

.bcQuoteTable td,
.bcExtQuoteData td,
.bcExtQuotePeriods td,
.bcExtQuoteHighLow td,
.bcOptionsTable td,
.bcOptionsTable th,
.quotes-charts > center:nth-of-type(1) > table:nth-of-type(1) th,
.quotes-charts > center:nth-of-type(1) > table:nth-of-type(1) td,
.bcLookupExchange td,
.bcLookupExchange th,
.bcOptionsHeaders td,
.bcOptionsHeaders th {
  border-right: 1px solid #9e9e9e !important;
  border-bottom: 1px solid #9e9e9e !important;
}

.qc-futures-quotes.quotes-charts > center:nth-of-type(1) > table:nth-of-type(1),
.qc-futures-quotes.quotes-charts
  > center:nth-of-type(1)
  > table:nth-of-type(1)
  td,
.qc-symbol-lookup.quotes-charts > center:nth-of-type(1) > table:nth-of-type(1),
.qc-symbol-lookup.quotes-charts
  > center:nth-of-type(1)
  > table:nth-of-type(1)
  td,
.qc-options-quotes.quotes-charts > center:nth-of-type(1) > table:nth-of-type(1),
.qc-options-quotes.quotes-charts
  > center:nth-of-type(1)
  > table:nth-of-type(1)
  td,
.qc-options-quotes.quotes-charts > table:nth-of-type(3),
.qc-options-quotes.quotes-charts > table:nth-of-type(3) td,
.quotes-charts.qc-futures-quotes > table:nth-of-type(3),
.quotes-charts.qc-futures-quotes > table:nth-of-type(3) td {
  border: 0 !important;
}

table.bcHeaderTable {
  margin: 0;
}

table.bcHeaderTable td {
  padding: 0 0 8px;
}

.quotes-charts.qc-options-quotes
  > table:nth-of-type(2)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(1),
.quotes-charts.qc-options-quotes
  > table:nth-of-type(2)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(2)
  > td:nth-of-type(1) {
  padding: 0;
}

.bcQuoteTable thead td,
.bcQuoteTable thead th {
  color: #fff !important;
  background-color: #deaf44 !important;
}

.bcQuoteTable tbody td:first-child {
  background-color: #d7e4d9 !important;
  color: #387a42;
}

#bc_ChartOptions,
#bc_ChartSettings {
  border: 1px solid #e0e0e0;
}

#bc_ChartOptions table {
  margin: 0;
  border: 0;
}

#bc_ChartOptions
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(1) {
  color: #fff !important;
  background-color: #387a42 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

#bc_ChartOptions
  > tbody:nth-of-type(1)
  > tr:nth-of-type(2)
  > td:nth-of-type(1)
  > table:nth-of-type(2)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(2) {
  text-align: right !important;
}

#bc_ChartOptions
  > tbody:nth-of-type(1)
  > tr:nth-of-type(2)
  > td:nth-of-type(1)
  > table:nth-of-type(4)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(2) {
  text-align: right !important;
}

#bc_ChartOptions
  > tbody:nth-of-type(1)
  > tr:nth-of-type(2)
  > td:nth-of-type(1)
  > table:nth-of-type(5)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(2) {
  width: 40% !important;
  padding: 0;
  text-align: center !important;
}

#bc_ChartOptions
  > tbody:nth-of-type(1)
  > tr:nth-of-type(2)
  > td:nth-of-type(1)
  > table:nth-of-type(5)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(2)
  > table:nth-of-type(1)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(1),
#bc_ChartOptions
  > tbody:nth-of-type(1)
  > tr:nth-of-type(2)
  > td:nth-of-type(1)
  > table:nth-of-type(5)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(2)
  > table:nth-of-type(1)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(2) {
  padding: 0 !important;
  border-spacing: 0 !important;
  text-align: right !important;
}

#bc_ChartOptions
  > tbody:nth-of-type(1)
  > tr:nth-of-type(2)
  > td:nth-of-type(1)
  > table:nth-of-type(5)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(2)
  > table:nth-of-type(1)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(2)
  > table:nth-of-type(1)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(1),
#bc_ChartOptions
  > tbody:nth-of-type(1)
  > tr:nth-of-type(2)
  > td:nth-of-type(1)
  > table:nth-of-type(5)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(2)
  > table:nth-of-type(1)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(2)
  > table:nth-of-type(1)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(2) {
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
}

#bc_ChartOptions
  > tbody:nth-of-type(1)
  > tr:nth-of-type(2)
  > td:nth-of-type(1)
  > table:nth-of-type(1n + 7)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(1) {
  padding-right: 0;
  padding-left: 0;
}

#bc_ChartOptions
  > tbody:nth-of-type(1)
  > tr:nth-of-type(2)
  > td:nth-of-type(1)
  > table:nth-of-type(1n + 7)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(1)
  > table:nth-of-type(1) {
  background-color: #dbdbdb !important;
}

#bc_ChartOptions
  > tbody:nth-of-type(1)
  > tr:nth-of-type(2)
  > td:nth-of-type(1)
  > table:nth-of-type(1n + 7)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(1)
  > table:nth-of-type(1)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(3) {
  text-align: right !important;
}

#bc_ChartOptions
  > tbody:nth-of-type(1)
  > tr:nth-of-type(2)
  > td:nth-of-type(1)
  > table:nth-of-type(6)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(1) {
  padding: 0;
}

#bc_ChartOptions
  > tbody:nth-of-type(1)
  > tr:nth-of-type(2)
  > td:nth-of-type(1)
  > table:nth-of-type(6)
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(2) {
  padding: 0;
  text-align: right !important;
}

#bc_ChartOptions button,
#bc_ChartOptions input[type="button"],
#bc_ChartOptions input[type="reset"],
#bc_ChartOptions input[type="submit"],
#bc_ChartOptions #setName,
#bc_ChartOptions select {
  font-size: 11px;
  padding: 8px;
}

#bc_ChartOptions button[disabled],
#bc_ChartOptions input[disabled] {
  background-color: #ddd;
  color: #585858;
}

#setName {
  width: 190px;
  margin: 0 0 10px 0 !important;
  padding: 6px 5px;
}

#settings {
  width: 190px;
  margin: 0 0 10px 20px !important;
}

#bc_ChartSettings {
  padding: 5px;
  background-color: #9e9e9e !important;
}

#bc_ChartSettings td {
  padding: 0 10px;
  text-align: right;
}
#bc_ChartSettings td:first-child {
  text-align: left;
}

#bc_ChartSettings
  > tbody:nth-of-type(1)
  > tr:nth-of-type(1)
  > td:nth-of-type(7) {
  text-align: right !important;
}
#bc_ChartSettings a:first-of-type {
  left: -2px;
  position: relative;
  top: -16px;
}

#bcQuotesSym2,
#bcQuotesOverlay {
  margin: 0 !important;
}

td.bcChartOptions {
  padding: 5px;
}

.quotes-charts-disclaimer,
.quotes-charts-credits,
td.bcDisclaimer {
  text-align: center !important;
}

th.bcTH {
  color: #fff !important;
  background-color: #387a42 !important;
}

.bcCustomQuotesEdit {
  border: 1px solid #e0e0e0;
}

td.bcDisclaimer,
.quotes-charts.qc-custom-quotes > center:nth-of-type(1) > table,
.quotes-charts.qc-custom-quotes > center:nth-of-type(1) > table td {
  border: 0 !important;
}

.quotes-charts.qc-options-quotes .bcOptionsTable th,
.quotes-charts.qc-options-quotes .bcOptionsHeaders th,
.bcTechnicalsData th,
.bcCustomQuotesTable th {
  color: #fff !important;
  background-color: #deaf44 !important;
}

.qb_up {
  color: #0c0;
}

.qb_down {
  color: #c30;
}

.bcQQuotesSearch > .bcQQuotesInputSymbol {
  display: inline-block;
  width: auto;
}

.entry-content table.math {
  width: auto;
  min-width: 300px;
  border: 0 !important;
}

.entry-content .math thead td,
.entry-content .math thead th {
  background-color: #fff !important;
}

.entry-content .math td,
.entry-content .math th {
  border: 0 !important;
}

.entry-content .math tbody td:first-child {
  background-color: #fff;
  font-weight: normal;
  text-align: right;
}

.entry-content .math tbody td:last-child {
  color: #ccc;
  font-weight: bold !important;
}

.entry-content .math tfoot td {
  border-top: 2px solid #9e9e9e !important;
  color: #000;
  background-color: #fff !important;
  font-weight: bold;
}

.entry-content .math tfoot td:first-child {
  text-align: right;
}

table.gsc-table-result,
table.gsc-above-wrapper-area-container,
table.gsc-resultsheader,
table.gcsc-branding {
  border: 0 !important;
}

.gsc-table-result td,
.gsc-above-wrapper-area-container td,
.gsc-resultsheader td,
.gcsc-branding td {
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
}

.gsc-control-cse {
  padding: 0 !important;
}

.gsc-result .gs-title {
  overflow: visible !important;
  height: auto !important;
  padding-bottom: 5px !important;
}

#market-info {
  margin-top: 30px !important;
}

td.gsc-orderby-container,
div.gsc-orderby {
  text-align: right;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

/* Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 1139px) {
  .wrap {
    max-width: 960px;
  }

  .genesis-nav-menu a {
    padding: 20px 12px;
  }

  .nav-primary .genesis-nav-menu .date > span {
    font-size: 12px;
    padding: 20px 12px;
  }

  .nav-header .genesis-nav-menu a {
    font-size: 16px;
  }

  .sidebar .widget {
    padding: 30px;
  }
}

@media only screen and (max-width: 959px) {
  .wrap {
    max-width: 767px;
  }

  .title-area {
    float: none;
    margin: 0 auto;
  }

  .header-widget-area {
    float: none;
    text-align: center;
    width: 100%;
  }

  .home-intro h1,
  .home-intro .welcome h2,
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  h3,
  h4 {
    font-size: 21px;
  }

  .genesis-nav-menu a {
    font-size: 14px;
  }

  .genesis-nav-menu .date {
    display: none;
  }

  .gform_wrapper input[type="submit"] {
    font-size: 14px;
    padding: 15px 10px;
  }

  .sidebar .widget {
    padding: 30px 15px;
  }

  .footer-widgets .widget_nav_menu li {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .genesis-nav-menu .menu-item.date {
    display: none;
  }

  .nav-primary .genesis-nav-menu a[href*="audio-comments"]:before {
    right: 16px;
  }

  .content,
  .sidebar,
  .footer-widgets .widget-area,
  .five-sixths,
  .four-fifths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-fifth,
  .one-sixth,
  .one-third,
  .three-fifths,
  .three-fourths,
  .three-sixths,
  .two-fifths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  .nav-primary,
  .nav-header {
    display: none;
  }

  .header-widget-area {
    padding-top: 20px;
  }

  .home-intro .welcome .button {
    display: block;
    font-size: 14px;
    padding: 15px 10px;
    position: relative;
    text-align: center;
    top: auto;
    left: auto;
    margin: 0 0 20px;
  }

  .home-intro .welcome {
    padding: 30px 15px;
  }

  .content {
    padding: 20px 10px;
  }

  .breadcrumb {
    margin-top: 0;
  }

  .site-header .wrap,
  .site-footer .wrap {
    padding: 0 10px;
  }

  .sidebar-primary {
    min-height: 0 !important;
  }

  .footer-widgets .widget-area {
    margin-bottom: 40px;
  }

  /* # Responsive Navigation
	----------------------------------------------------------------- */
  nav {
    display: none;
    position: relative;
  }

  nav .wrap {
    padding: 0;
  }

  nav.pagination {
    display: block;
  }

  .menu-toggle,
  .sub-menu-toggle {
    display: block;
    visibility: visible;
    overflow: hidden;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background-color: transparent;
  }

  .menu-toggle {
    background-color: #387a42;
    border-radius: 0;
    position: relative;
    padding: 20px 12px;
    right: 0;
    z-index: 1000;
    color: white;
    width: 100%;
  }
  .menu-toggle:hover,
  .menu-toggle:focus {
    background-color: #d7e4d9;
    color: #387a42;
  }

  .sub-menu-toggle {
    background: transparent;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 18px;
    z-index: 100;
  }
  .sub-menu-toggle:hover,
  .sub-menu-toggle:focus {
    background-color: #deaf44;
  }

  .sub-menu-toggle:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "+";
  }

  .sub-menu-toggle.activated:before {
    content: "\2013";
  }

  .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: left;
  }

  .genesis-nav-menu .menu-item a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 20px;
  }

  .nav-primary .genesis-nav-menu .current-menu-item:not(.menu-item-hover) > a {
    background-color: transparent;
    color: #fff;
  }

  .genesis-nav-menu .menu-item-hover,
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .genesis-nav-menu .menu-item-hover > a,
  .genesis-nav-menu .sub-menu .menu-item.menu-item-hover > a,
  .genesis-nav-menu .menu-item:hover > a {
    background: #d7e4d9;
    color: #387a42;
    text-decoration: none;
  }

  .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }

  .genesis-nav-menu > .menu-item-has-children > a:after {
    content: none;
  }

  .genesis-nav-menu .sub-menu {
    display: none;
    clear: both;
    margin: 0;
    position: static;
    width: 100%;
    opacity: 1;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }

  .genesis-nav-menu .sub-menu a {
    border-left: none;
    border-right: none;
    padding-left: 40px;
    color: #eee;
  }

  .nav-primary .genesis-nav-menu .sub-menu a,
  .nav-primary
    .genesis-nav-menu
    .sub-menu
    .current-menu-item:not(.menu-item-hover)
    > a {
    background-color: #333;
    color: #eee;
  }
}

@media only screen and (max-width: 460px) {
  img.alignleft,
  img.alignright {
    display: block;
    float: none;
    margin: 0 auto 24px;
  }
}

@media \0screen {
  img {
    width: auto; /* for ie 8 */
  }
}
