/*
Theme Name: Agvise
Author: Anchor Marketing
Author URI: http://www.anchorwebsite.com/
Description: Theme created exclusively for Agvise Laboratories.
Version: 2.0
*/
/* SCSS Variables */
/* Fonts */
/* Sans Serif */
/* Serif */
/* Monospace */
/* Other */
/* Font Placement */
/* Colors */
/* Buttons */
/* Inputs */
/* Typography */
/* Links */
/* Headers */
/* h1 */
/* h2 */
/* h3 */
/* h4 */
/* h5 */
/* h6 */
/* p */
/* ul / ol */
/* li */
/* Comments */
/* Pagination */
/* Variables */
/* Alignment */
/* Fluid Columns */
/* SCSS Functions */
/* SCSS Mixin */
/* 1.0 - Normalize to 9.0 - Widgets
 */
/* 1.0 - Normalize to 10.0 - Widgets
 */
/* Extensions */
.pagination .nav-links:before, .pagination .nav-links:after, .pagination .prev:before, .pagination .prev:after, .menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.search-submit:before {
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top; }

button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="reset"], input[type="submit"], input[type="button"][disabled]:hover, input[type="reset"][disabled]:hover, input[type="submit"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"][disabled]:focus, input[type="submit"][disabled]:focus {
  background: #222;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #666;
  padding: 0.625em 0.4375em;
  width: 100%; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
  background-color: #fff;
  border-color: #0a7336;
  color: #222;
  outline: 0; }

/* 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  font-size: 62.5%; }
  html input[type="button"] {
    cursor: pointer; }
  html input[disabled] {
    cursor: default;
    opacity: .5; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

figure {
  margin: 0; }

audio {
  display: inline-block;
  vertical-align: baseline; }
  audio:not([controls]) {
    display: none;
    height: 0; }

canvas {
  display: inline-block;
  vertical-align: baseline; }

progress {
  display: inline-block;
  vertical-align: baseline; }

video {
  display: inline-block;
  vertical-align: baseline; }

[hidden] {
  display: none; }

template {
  display: none; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 1px dotted; }

b {
  font-weight: 700; }

strong {
  font-weight: 700; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

hr {
  box-sizing: content-box;
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em; }

code, kbd, pre, samp {
  font-size: 1em; }

button {
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: visible;
  max-width: 100%;
  cursor: pointer; }

input {
  color: inherit;
  font: inherit;
  margin: 0;
  max-width: 100%; }

optgroup {
  color: inherit;
  font: inherit;
  margin: 0;
  font-weight: bold; }

select {
  color: inherit;
  font: inherit;
  margin: 0;
  text-transform: none;
  max-width: 100%; }

textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  vertical-align: top; }

input[type="reset"] {
  cursor: pointer; }

input[type="submit"] {
  cursor: pointer; }

button[disabled] {
  cursor: default;
  opacity: .5; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"] {
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0; }

input[type="radio"] {
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

fieldset {
  border: 1px solid #ccc;
  margin: 0 0 1.75em;
  padding: 0.875em; }
  fieldset > :last-child {
    margin-bottom: 0; }

legend {
  border: 0;
  padding: 0; }

*, *:before, *:after {
  box-sizing: inherit; }

ul {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
  list-style: disc; }

ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
  list-style: decimal;
  margin-left: 1.5em; }

li > ul {
  margin-bottom: 0; }
li > ol {
  margin-bottom: 0; }

dl {
  margin: 0 0 1.75em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 0 1.75em; }

del {
  opacity: 0.8; }

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
  font-size: 1em; }

th {
  border: none;
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
  font-weight: 700;
  padding: 0.4375em; }

tr {
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray; }

td {
  border: none;
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
  padding: 0.4375em; }

caption {
  font-weight: normal;
  text-align: left; }

::-webkit-input-placeholder {
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }

:-moz-placeholder {
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }

::-moz-placeholder {
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  opacity: 1; }

:-ms-input-placeholder {
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }

svg:not(:root) {
  overflow: hidden; }

/* 2.0 - Genericons
 */
/* 3.0 - Elements
 */
/* 4.0 - Forms
 */
button:hover {
  background: #0a7336; }
button:focus {
  background: #0a7336;
  outline: thin dotted;
  outline-offset: -4px; }

input {
  line-height: normal; }
  input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #0a7336; }
  input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
    background: #0a7336;
    outline: thin dotted;
    outline-offset: -4px; }
  input[type="search"].search-field {
    border-radius: 2px 0 0 2px;
    width: calc(100% - 42px); }

.post-password-form {
  margin-bottom: 1.75em; }
  .post-password-form label {
    color: #666;
    display: block;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase; }
  .post-password-form input[type="password"] {
    margin-top: 0.4375em; }
  .post-password-form > :last-child {
    margin-bottom: 0; }

.search-form {
  position: relative; }

.search-submit {
  border-radius: 0 2px 2px 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px; }
  .search-submit:before {
    content: "\f400";
    font-size: 24px;
    left: 2px;
    line-height: 42px;
    position: relative;
    width: 40px; }

/* 5.0 - Navigation
 */
/* 6.0 - Accessibility
 */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important; }

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f9f9f9;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em; }
  .site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000; }

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif; }

/* 7.0 - Alignments
 */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0; }

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0; }

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em; }

blockquote.aligncenter {
  margin-bottom: 1.473684211em; }

/* 8.0 - Clearings
 */
.clear:before, .clear:after, blockquote:before, blockquote:after, .entry-content:before, .entry-content:after, .entry-summary:before, .entry-summary:after, .comment-content:before, .comment-content:after, .site-content:before, .site-content:after, .site-main > article:before, .site-main > article:after, .primary-menu:before, .primary-menu:after, .social-links-menu:before, .social-links-menu:after, .textwidget:before, .textwidget:after, .content-bottom-widgets:before, .content-bottom-widgets:after {
  content: "";
  display: table; }
.clear:after, blockquote:after, .entry-content:after, .entry-summary:after, .comment-content:after, .site-content:after, .site-main > article:after, .primary-menu:after, .social-links-menu:after, .textwidget:after, .content-bottom-widgets:after {
  clear: both; }

/* 9.0 - Widgets
 */
/* 10.0 - Typography
 */
html {
  font-size: 62.5%; }

body, button, input, select, textarea {
  color: #222;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
  margin: .5em 0 .5em;
  text-rendering: optimizeLegibility;
  font-family: "Monsterrat", "Helvetica Neue", Arial, Helvetica, sans-serif; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.2;
  color: #222;
  font-family: "Monsterrat", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700; }

h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.222;
  color: #222;
  font-family: "Monsterrat", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700; }

h3 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.36;
  color: #222;
  font-family: "Monsterrat", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700; }

h4 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.36;
  color: #666;
  font-family: "Monsterrat", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700; }

h5 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.36;
  color: #666;
  font-family: "Monsterrat", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700; }

h6 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.36;
  color: #666;
  font-family: "Monsterrat", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700; }

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7em;
  margin: 0 0 1.5em; }
  p:last-child {
    margin-bottom: 0; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 4em;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7em; }
  li > ul {
    margin-bottom: 0;
    margin-left: 20px; }
  li > ol {
    margin-bottom: 0;
    margin-left: 24px; }

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

a {
  color: #0a7336;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #666; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

p {
  margin: 0 0 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  border: 0 solid #222;
  border-left-width: 4px;
  color: #666;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  padding: 0 0 0 1.263157895em;
  quotes: none; }
  blockquote:before, blockquote:after {
    content: ""; }
  blockquote p {
    margin-bottom: 1.4736842105em; }
  blockquote cite, blockquote small {
    color: #222;
    display: block;
    font-size: 1rem;
    line-height: 1.75; }
    blockquote cite:before, blockquote small:before {
      content: "\2014\00a0"; }
  blockquote cite, blockquote em, blockquote i {
    font-style: normal; }
  blockquote strong, blockquote b {
    font-weight: 400; }
  blockquote > :last-child {
    margin-bottom: 0; }

q {
  quotes: none; }
  q:before, q:after {
    content: ""; }

address {
  font-style: italic;
  margin: 0 0 1.75em; }

code {
  background-color: #ccc;
  padding: 0.125em 0.25em; }

code, kbd, tt, var, samp {
  font-family: "Inconsolata", monospace; }

pre {
  font-family: "Inconsolata", monospace;
  border: 1px solid #ccc;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre-wrap;
  word-wrap: break-word; }

abbr, acronym {
  border-bottom: 1px dotted #ccc;
  cursor: help; }

mark, ins {
  background: #0a7336;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none; }

big {
  font-size: 125%; }

/* 11.0 - Layout
 */
.inner-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  position: relative; }
  .page-template-page-smaller .inner-wrapper.content-inner-wrapper {
    max-width: 1024px; }

.entry-header {
  margin-top: 20px; }

.article-wrapper {
  margin-bottom: 20px; }
  .home .article-wrapper {
    margin-bottom: 0; }

/* 12.0 - Header
 */
.site-header {
  position: relative;
  z-index: 9999; }
  .site-header .logo {
    max-width: 270px; }
    .site-header .logo a {
      display: block;
      height: 0;
      padding-bottom: 37%;
      background-image: url("images/agvise_logo.png");
      background-size: 100% auto;
      background-position: bottom center;
      background-repeat: no-repeat; }
  .site-header .seminar-registration {
    position: absolute;
    top: 10px;
    right: 0; }
    .site-header .seminar-registration a {
      display: block;
      padding: 8px 15px;
      background-color: #0a7336;
      color: white;
      font-size: 14px;
      line-height: 1;
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      .site-header .seminar-registration a:hover {
        background-color: #0ea24c; }
  .site-header #swoop {
    background: url("images/swoop.svg") no-repeat top right; }
  .site-header img {
    height: auto;
    margin-bottom: -7px;
    width: 100%; }
  .site-header .soiltemp {
    display: inline-block;
    position: absolute;
    top: 32px;
    left: 280px;
    text-align: center; }
    .site-header .soiltemp img {
      width: auto; }
  .site-header .states {
    margin-top: -6px;
    display: block;
    padding-right: 10px; }
  .site-header .tagline {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 24px;
    font-size: 2.4rem;
    color: #0a7336;
    font-family: "Monsterrat", "Helvetica Neue", Arial, Helvetica, sans-serif; }

.primary-navigation {
  background: #0a7336;
  display: flex;
  font-family: "Monsterrat", "Helvetica Neue", Arial, Helvetica, sans-serif; }
  .primary-navigation ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    list-style: none outside none;
    text-align: left; }
  .primary-navigation li {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative; }
    .primary-navigation li:hover {
      background: #009a49; }
      .primary-navigation li:hover > ul {
        display: block; }
      .primary-navigation li:hover > a {
        color: #fff; }
    .primary-navigation li > ul {
      background: #009a49;
      display: none;
      position: absolute;
      top: 100%;
      min-width: 100%;
      z-index: 10; }
    .primary-navigation li li {
      border-bottom: 1px dotted #ccc;
      line-height: 1.4em;
      display: block; }
      .primary-navigation li li:last-child {
        border-bottom: none; }
      .primary-navigation li li:first-child {
        border-top: 1px dotted #ccc; }
      .primary-navigation li li a {
        color: #fff; }
      .primary-navigation li li:hover {
        background-color: #0a7336; }
    .primary-navigation li a {
      display: block;
      color: #eee;
      line-height: 3.333em;
      padding: 0 1.2125em;
      white-space: nowrap;
      text-decoration: none; }
    .primary-navigation li.current-menu-item > a, .primary-navigation li.current-menu-ancestor > a, .primary-navigation li.current_page_item > a, .primary-navigation li.current_page_ancestor > a {
      font-weight: bold; }
  .primary-navigation .sub-menu .sub-menu {
    display: none; }

.nav-inner-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%; }

.menu-main-navigation-container {
  flex: 1 1 auto; }

.only-search {
  flex: 1 1 auto;
  width: 100%;
  max-width: 200px;
  max-width: 20%; }
  .only-search .search-form {
    margin: 7px 0 7px; }
    .only-search .search-form .search-submit {
      display: none; }
    .only-search .search-form .search-field {
      width: 100%;
      font-size: 14px;
      padding: 5px; }
  .only-search #s {
    background-color: #fff;
    border-color: #000;
    color: #222; }
    .only-search #s:focus {
      background-color: #ccc; }

/* 13.0 - Footer
 */
.site-footer .footer-inner-wrapper {
  border-top: 4px solid #0a7336; }
.site-footer .footer-columns {
  margin: 20px 0;
  display: flex;
  flex-flow: row nowrap; }
  .site-footer .footer-columns .footer-column {
    flex: 1 1 auto;
    max-width: 60%; }
.site-footer .statement p {
  font-size: 14px;
  padding-right: 15px; }
.site-footer .fine-print {
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; }
  .site-footer .fine-print .logo-copyright {
    margin-right: 20px; }
  .site-footer .fine-print .social {
    font-size: 20px;
    margin-top: 3px; }
  .site-footer .fine-print .logo {
    background: url(images/logosm.png) no-repeat center center;
    width: 128px;
    height: 41px; }
  .site-footer .fine-print .copyright {
    font-size: 12px;
    font-weight: bold; }
.site-footer .addresses {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end; }
  .site-footer .addresses .address {
    flex: 0 0 auto;
    width: 100%;
    max-width: 200px;
    font-size: 14px;
    margin-bottom: 20px; }

.footer-menu {
  list-style: none outside none;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .footer-menu li {
    position: relative;
    flex: 0 0 auto;
    display: block;
    width: 100%;
    max-width: 24%; }
    .footer-menu li a {
      display: block;
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold; }
      .footer-menu li a span {
        display: block;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
      .footer-menu li a .image {
        position: relative;
        z-index: 1;
        height: 0;
        padding-bottom: 63.478%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: .6;
        -webkit-filter: grayscale(100%);
        /* Chrome, Safari, Opera */
        filter: grayscale(100%); }
      .footer-menu li a .title {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        z-index: 10;
        width: 100%;
        padding: 0 10px;
        top: 10%;
        color: #0a7336;
        left: 50%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        text-shadow: 0 0 8px white, 0 0 6px white;
        font-size: 1.4em;
        line-height: 1em; }
    .footer-menu li:hover a .image {
      -webkit-filter: grayscale(0%);
      /* Chrome, Safari, Opera */
      filter: grayscale(0%);
      opacity: 1; }
    .footer-menu li:hover a .title {
      color: #fff;
      text-shadow: 0px 0px 4px black; }

/* 14.0 - Sidebar
 */
.has-sidebar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  .has-sidebar .page-sidebar, .has-sidebar .article-wrapper {
    flex: 0 0 auto;
    width: 100%; }
  .has-sidebar .page-sidebar {
    max-width: 20%;
    margin-top: 20px; }
  .has-sidebar .article-wrapper {
    max-width: 76%; }

.page-sidebar {
  font-family: "Monsterrat", "Helvetica Neue", Arial, Helvetica, sans-serif; }
  .page-sidebar ul, .page-sidebar ol {
    margin: 0 0 0 2em;
    padding: 0; }
  .page-sidebar .menu-primary-menu-container li {
    display: none;
    margin: 3px 0; }
    .page-sidebar .menu-primary-menu-container li.current-menu-ancestor, .page-sidebar .menu-primary-menu-container li.current-menu-ancestor > ul > li, .page-sidebar .menu-primary-menu-container li.current-menu-parent, .page-sidebar .menu-primary-menu-container li.current-menu-parent > ul > li, .page-sidebar .menu-primary-menu-container li.current-menu-item, .page-sidebar .menu-primary-menu-container li.current-menu-item > ul > li {
      display: block; }
    .page-sidebar .menu-primary-menu-container li.current-menu-item > a, .page-sidebar .menu-primary-menu-container li.current_page_item > a {
      color: #0a7336; }
  .page-sidebar ul, .page-sidebar ul li {
    font-size: 14px;
    list-style: none outside none; }
  .page-sidebar a {
    display: block;
    padding: 3px 0;
    color: #666;
    border-bottom: 1px solid #ccc; }
    .page-sidebar a:hover {
      color: #222; }

/* 15.0 - Home Slider
 */
.bxslider-wrapper {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  z-index: 1; }

.bxslider .slide {
  height: 0;
  padding-bottom: 32%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none; }
  .bxslider .slide:first-child {
    display: block; }

.bx-controls-direction a {
  position: relative;
  opacity: .2; }
  .bx-controls-direction a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 50px solid transparent; }
  .bx-controls-direction a.bx-prev:before {
    border-right: 25px solid white;
    border-left: none; }
  .bx-controls-direction a.bx-next:before {
    border-left: 25px solid white;
    border-right: none; }
  .bx-controls-direction a:hover {
    opacity: .6; }

/* 16.0 - Staff Page
 */
.employees {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.employee {
  flex: 0 0 auto;
  max-width: 48%;
  font-size: 16px;
  margin: 20px 0;
  width: 100%; }
  .employee .employee-inner-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start; }
  .employee .employee-photo {
    flex: 0 0 auto;
    width: 100%;
    max-width: 30%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat; }
    .employee .employee-photo img {
      max-width: 100%;
      width: auto;
      height: auto; }
    .employee .employee-photo:before {
      content: '';
      display: block;
      padding-bottom: 125%; }
  .employee .employee-info {
    flex: 0 0 auto;
    width: 100%;
    max-width: 65%; }
    .employee .employee-info div {
      margin: 10px 0; }
      .employee .employee-info div:last-child {
        margin-bottom: 0; }
  .employee .staff_name {
    font-size: 22px;
    font-weight: bold;
    margin-top: 0; }
  .employee .title {
    font-weight: bold; }

/* 17.0 - Educational Articles
 */
.educational-articles-list .current-article a {
  padding-left: 10px;
  background: url(images/arrow.png) left 6px no-repeat; }
.educational-articles-list .leftarrow a {
  padding-left: 14px;
  background: url(images/leftarrow.png) left 7px no-repeat; }

.educational-lists {
  float: left;
  width: 48%;
  margin-right: 1%; }

#educational-categories {
  list-style: none outside none;
  margin: 0;
  padding: 0; }
  #educational-categories li {
    display: block;
    padding: 7px 0;
    border-bottom: thin #ccc solid; }

/* 18.0 - Fluid Columns
 */
.full, .one-half, .one_half, .one-third, .one_third, .two-third, .two_third, .one-fourth, .one_fourth, .three-fourth, .three_fourth, .one-fifth, .one_fifth, .two-fifth, .two_fifth, .three-fifth, .three_fifth, .four-fifth, .four_fifth, .one-sixth, .one_sixth, .five-sixth, .five_sixth, .one-seventh, .one_seventh, .two-seventh, .two_seventh, .three-seventh, .three_seventh, .four-seventh, .four_seventh, .five-seventh, .five_seventh, .six-seventh, .six_seventh, .one-eighth, .one_eighth, .three-eighth, .three_eighth, .five-eighth, .five_eighth, .seven-eighth, .seven_eighth, .one-ninth, .one_ninth, .two-ninth, .two_ninth, .four-ninth, .four_ninth, .five-ninth, .five_ninth, .seven-ninth, .seven_ninth, .eight-ninth, .eight_ninth, .one-tenth, .one_tenth, .three-tenth, .three_tenth, .seven-tenth, .seven_tenth, .nine-tenth, .nine_tenth, .one-eleventh, .one_eleventh, .two-eleventh, .two_eleventh, .three-eleventh, .three_eleventh, .four-eleventh, .four_eleventh, .five-eleventh, .five_eleventh, .six-eleventh, .six_eleventh, .seven-eleventh, .seven_eleventh, .eight-eleventh, .eight_eleventh, .nine-eleventh, .nine_eleventh, .ten-eleventh, .ten_eleventh, .one-twelfth, .one_twelfth, .five-twelfth, .five_twelfth, .seven-twelfth, .seven_twelfth, .eleven-twelfth, .eleven_twelfth {
  position: relative;
  margin-right: 4%;
  float: left; }

.full {
  width: 100%; }

.one-half, .one_half {
  width: 48%; }

.one-third, .one_third {
  width: 30.66667%; }

.two-third, .two_third {
  width: 65.33333%; }

.one-fourth, .one_fourth {
  width: 22%; }

.three-fourth, .three_fourth {
  width: 74%; }

.one-fifth, .one_fifth {
  width: 16.8%; }

.two-fifth, .two_fifth {
  width: 37.6%; }

.three-fifth, .three_fifth {
  width: 58.4%; }

.four-fifth, .four_fifth {
  width: 79.2%; }

.one-sixth, .one_sixth {
  width: 13.33333%; }

.five-sixth, .five_sixth {
  width: 82.66667%; }

.one-seventh, .one_seventh {
  width: 10.85714%; }

.two-seventh, .two_seventh {
  width: 25.71429%; }

.three-seventh, .three_seventh {
  width: 40.57143%; }

.four-seventh, .four_seventh {
  width: 55.42857%; }

.five-seventh, .five_seventh {
  width: 70.28571%; }

.six-seventh, .six_seventh {
  width: 85.14286%; }

.one-eighth, .one_eighth {
  width: 9%; }

.three-eighth, .three_eighth {
  width: 35%; }

.five-eighth, .five_eighth {
  width: 61%; }

.seven-eighth, .seven_eighth {
  width: 87%; }

.one-ninth, .one_ninth {
  width: 7.55556%; }

.two-ninth, .two_ninth {
  width: 19.11111%; }

.four-ninth, .four_ninth {
  width: 42.22222%; }

.five-ninth, .five_ninth {
  width: 53.77778%; }

.seven-ninth, .seven_ninth {
  width: 76.88889%; }

.eight-ninth, .eight_ninth {
  width: 88.44444%; }

.one-tenth, .one_tenth {
  width: 6.4%; }

.three-tenth, .three_tenth {
  width: 27.2%; }

.seven-tenth, .seven_tenth {
  width: 68.8%; }

.nine-tenth, .nine_tenth {
  width: 89.6%; }

.one-eleventh, .one_eleventh {
  width: 5.45455%; }

.two-eleventh, .two_eleventh {
  width: 14.90909%; }

.three-eleventh, .three_eleventh {
  width: 24.36364%; }

.four-eleventh, .four_eleventh {
  width: 33.81818%; }

.five-eleventh, .five_eleventh {
  width: 43.27273%; }

.six-eleventh, .six_eleventh {
  width: 52.72727%; }

.seven-eleventh, .seven_eleventh {
  width: 62.18182%; }

.eight-eleventh, .eight_eleventh {
  width: 71.63636%; }

.nine-eleventh, .nine_eleventh {
  width: 81.09091%; }

.ten-eleventh, .ten_eleventh {
  width: 90.54545%; }

.one-twelfth, .one_twelfth {
  width: 4.66667%; }

.five-twelfth, .five_twelfth {
  width: 39.33333%; }

.seven-twelfth, .seven_twelfth {
  width: 56.66667%; }

.eleven-twelfth, .eleven_twelfth {
  width: 91.33333%; }

.last {
  margin-right: 0 !important;
  clear: right; }

.clearboth {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%; }

/* 19.0 - Gravity Forms Styling
 */
.gform_wrapper .gfield {
  margin: 20px 0; }
  .gform_wrapper .gfield input[type], .gform_wrapper .gfield textarea {
    padding: .1em; }
  .gform_wrapper .gfield:not(.gfield_html) br {
    display: none; }
  .gform_wrapper .gfield .ginput_complex.ginput_container_address .ginput_left, .gform_wrapper .gfield .ginput_complex.ginput_container_address .ginput_right {
    width: 31.6%; }
  .gform_wrapper .gfield .ginput_complex.ginput_container_address .address_zip {
    margin-left: 1.6%; }
  .gform_wrapper .gfield .ginput_complex p {
    display: inline; }
.gform_wrapper ul {
  font-size: 0; }
  .gform_wrapper ul li {
    font-size: 18px; }
  .gform_wrapper ul li.gfield.one-half, .gform_wrapper ul li.gfield.one_half, .gform_wrapper ul li.gfield.one-third, .gform_wrapper ul li.gfield.one_third, .gform_wrapper ul li.gfield.two-third, .gform_wrapper ul li.gfield.two_third, .gform_wrapper ul li.gfield.one-fourth, .gform_wrapper ul li.gfield.one_fourth, .gform_wrapper ul li.gfield.three-fourth, .gform_wrapper ul li.gfield.three_fourth, .gform_wrapper ul li.gfield.one-fifth, .gform_wrapper ul li.gfield.one_fifth, .gform_wrapper ul li.gfield.two-fifth, .gform_wrapper ul li.gfield.two_fifth, .gform_wrapper ul li.gfield.three-fifth, .gform_wrapper ul li.gfield.three_fifth, .gform_wrapper ul li.gfield.four-fifth, .gform_wrapper ul li.gfield.four_fifth, .gform_wrapper ul li.gfield.one-sixth, .gform_wrapper ul li.gfield.one_sixth, .gform_wrapper ul li.gfield.five-sixth, .gform_wrapper ul li.gfield.five_sixth, .gform_wrapper ul li.gfield.one-seventh, .gform_wrapper ul li.gfield.one_seventh, .gform_wrapper ul li.gfield.two-seventh, .gform_wrapper ul li.gfield.two_seventh, .gform_wrapper ul li.gfield.three-seventh, .gform_wrapper ul li.gfield.three_seventh, .gform_wrapper ul li.gfield.four-seventh, .gform_wrapper ul li.gfield.four_seventh, .gform_wrapper ul li.gfield.five-seventh, .gform_wrapper ul li.gfield.five_seventh, .gform_wrapper ul li.gfield.six-seventh, .gform_wrapper ul li.gfield.six_seventh, .gform_wrapper ul li.gfield.one-eighth, .gform_wrapper ul li.gfield.one_eighth, .gform_wrapper ul li.gfield.three-eighth, .gform_wrapper ul li.gfield.three_eighth, .gform_wrapper ul li.gfield.five-eighth, .gform_wrapper ul li.gfield.five_eighth, .gform_wrapper ul li.gfield.seven-eighth, .gform_wrapper ul li.gfield.seven_eighth, .gform_wrapper ul li.gfield.one-ninth, .gform_wrapper ul li.gfield.one_ninth, .gform_wrapper ul li.gfield.two-ninth, .gform_wrapper ul li.gfield.two_ninth, .gform_wrapper ul li.gfield.four-ninth, .gform_wrapper ul li.gfield.four_ninth, .gform_wrapper ul li.gfield.five-ninth, .gform_wrapper ul li.gfield.five_ninth, .gform_wrapper ul li.gfield.seven-ninth, .gform_wrapper ul li.gfield.seven_ninth, .gform_wrapper ul li.gfield.eight-ninth, .gform_wrapper ul li.gfield.eight_ninth, .gform_wrapper ul li.gfield.one-tenth, .gform_wrapper ul li.gfield.one_tenth, .gform_wrapper ul li.gfield.three-tenth, .gform_wrapper ul li.gfield.three_tenth, .gform_wrapper ul li.gfield.seven-tenth, .gform_wrapper ul li.gfield.seven_tenth, .gform_wrapper ul li.gfield.nine-tenth, .gform_wrapper ul li.gfield.nine_tenth, .gform_wrapper ul li.gfield.one-eleventh, .gform_wrapper ul li.gfield.one_eleventh, .gform_wrapper ul li.gfield.two-eleventh, .gform_wrapper ul li.gfield.two_eleventh, .gform_wrapper ul li.gfield.three-eleventh, .gform_wrapper ul li.gfield.three_eleventh, .gform_wrapper ul li.gfield.four-eleventh, .gform_wrapper ul li.gfield.four_eleventh, .gform_wrapper ul li.gfield.five-eleventh, .gform_wrapper ul li.gfield.five_eleventh, .gform_wrapper ul li.gfield.six-eleventh, .gform_wrapper ul li.gfield.six_eleventh, .gform_wrapper ul li.gfield.seven-eleventh, .gform_wrapper ul li.gfield.seven_eleventh, .gform_wrapper ul li.gfield.eight-eleventh, .gform_wrapper ul li.gfield.eight_eleventh, .gform_wrapper ul li.gfield.nine-eleventh, .gform_wrapper ul li.gfield.nine_eleventh, .gform_wrapper ul li.gfield.ten-eleventh, .gform_wrapper ul li.gfield.ten_eleventh, .gform_wrapper ul li.gfield.one-twelfth, .gform_wrapper ul li.gfield.one_twelfth, .gform_wrapper ul li.gfield.five-twelfth, .gform_wrapper ul li.gfield.five_twelfth, .gform_wrapper ul li.gfield.seven-twelfth, .gform_wrapper ul li.gfield.seven_twelfth, .gform_wrapper ul li.gfield.eleven-twelfth, .gform_wrapper ul li.gfield.eleven_twelfth {
    padding-right: 2%;
    margin-right: 2%;
    clear: none; }
.gform_wrapper .gform_footer br, .gform_wrapper .gform_footer p:empty {
  display: none; }
.gform_wrapper .gform_footer input[type="submit"].gform_button.button {
  font-size: 20px;
  font-size: 2rem; }
.gform_wrapper .gpnf-add-entry {
  color: white;
  font-weight: bold; }
.gform_wrapper .gpnf-row-actions ul {
  text-align: right; }
  .gform_wrapper .gpnf-row-actions ul li {
    margin: 0 10px; }
.gform_wrapper form .description, .gform_wrapper form .gfield_description, .gform_wrapper form .gsection_description, .gform_wrapper form .instruction {
  font-size: 12px;
  line-height: 1.4; }

.gform_title {
  display: none; }

div#gform_wrapper_10 {
  max-width: 700px; }
  div#gform_wrapper_10 .gfield_html table, div#gform_wrapper_10 .gfield_html table td {
    font-size: 16px;
    line-height: 1.2;
    width: auto; }

#gform_11 #field_11_31 thead tr:before {
  content: '';
  display: block;
  padding: 5px; }
#gform_11 #field_11_31 tbody {
  counter-reset: section 1; }
  #gform_11 #field_11_31 tbody td {
    padding: 5px; }
    #gform_11 #field_11_31 tbody td + td.gfield_list_31_cell2 {
      padding-right: 5px; }
#gform_11 #field_11_31 .gfield_list_group:before {
  counter-increment: section;
  content: counter(section);
  display: block;
  padding: 5px;
  text-align: center; }
#gform_11 #field_11_31 .gfield_list_group:nth-child(2n-1) {
  background-color: #f7f7f7; }
#gform_11 #field_11_31 .gfield_list_icons {
  display: none; }

/* 20.0 - Mobile
 */
.hamburger-wrapper {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #0a7336;
  height: 100%;
  width: 100%;
  max-width: 90px; }
  .hamburger-wrapper #hamburger {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%; }
    .hamburger-wrapper #hamburger span, .hamburger-wrapper #hamburger span:before, .hamburger-wrapper #hamburger span:after {
      cursor: pointer;
      border-radius: 50px;
      height: 6px;
      width: 46px;
      background: white;
      position: absolute;
      display: block;
      content: '';
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .hamburger-wrapper #hamburger span {
      left: calc(50% - 23px);
      top: 50%; }
    .hamburger-wrapper #hamburger span:before {
      top: -13px; }
    .hamburger-wrapper #hamburger span:after {
      bottom: -13px; }

.mobile-menu-open {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1; }
  .mobile-menu-open .hamburger-wrapper #hamburger span {
    background: transparent; }
    .mobile-menu-open .hamburger-wrapper #hamburger span:before {
      top: 0;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .mobile-menu-open .hamburger-wrapper #hamburger span:after {
      top: 0;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .mobile-menu-open .primary-navigation {
    display: block; }

.mobile-menu {
  display: none; }

/* 21.0 - Media Queries
 */
/* 21.1 - <= 1366px
 */
@media all and (max-width: 1366px) {
  .inner-wrapper {
    padding: 0 20px; }
    .inner-wrapper.header-inner-wrapper, .inner-wrapper.footer-inner-wrapper {
      padding: 0; }

  .site-header .tagline {
    padding-right: 20px; } }
@media all and (max-width: 1024px) {
  .only-search {
    display: none; } }
/* 21.2 - <= 770px
 */
@media all and (max-width: 770px) {
  h1 {
    font-size: 3.2em;
    margin-bottom: 15px;
    line-height: 1.1; }

  h2 {
    font-size: 2.6em;
    margin-bottom: 15px; }

  p {
    margin-bottom: 20px; }

  .entry-content ul {
    margin-top: -10px; }

  .site-header {
    border-bottom: solid 10px #0a7336; }
    .site-header .tagline {
      display: none; }
    .site-header #swoop {
      background-size: cover; }
    .site-header .soiltemp {
      display: none; }
    .site-header .logo {
      max-width: 230px; }

  .primary-navigation {
    display: none;
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    opacity: .95; }
    .primary-navigation .nav-inner-wrapper {
      display: block;
      position: static;
      padding: 0; }
    .primary-navigation .menu-primary-menu-container {
      display: none; }
    .primary-navigation li {
      display: block;
      text-align: center; }
      .primary-navigation li .sub-menu {
        position: static; }
        .primary-navigation li .sub-menu .sub-menu-toggle {
          display: none; }
      .primary-navigation li:hover > .sub-menu {
        display: none; }
      .primary-navigation li.show .sub-menu-toggle a:after {
        content: '\f106'; }
      .primary-navigation li.show > .sub-menu {
        display: block; }
    .primary-navigation .mobile-menu {
      display: block;
      overflow-y: auto;
      overflow-x: hidden;
      position: absolute;
      height: 100%;
      width: 100%; }
    .primary-navigation .sub-menu-toggle {
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      max-width: 46px;
      max-height: 46px; }
      .primary-navigation .sub-menu-toggle a {
        display: block;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.05); }
        .primary-navigation .sub-menu-toggle a:after {
          font-size: 30px;
          font-family: FontAwesome;
          content: '\f107';
          position: absolute;
          top: 50%;
          left: 50%;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          color: white; }

  .footer-menu li {
    min-width: 50%; }

  .has-sidebar {
    display: block; }
    .has-sidebar .page-sidebar {
      max-width: 100%; }
      .has-sidebar .page-sidebar ul {
        margin-left: 0; }
        .has-sidebar .page-sidebar ul li ul {
          margin-left: 1em; }
    .has-sidebar .article-wrapper {
      max-width: 100%; }

  .employees {
    display: block; }
    .employees .employee {
      max-width: 100%; }

  .educational-lists {
    float: none;
    width: 100%;
    margin-right: 0; }

  .hamburger-wrapper {
    display: block; } }
/* 21.3 - <= 450px
 */
@media all and (max-width: 450px) {
  .alignright, .alignleft {
    width: 100%; }

  .gform_wrapper .gform_body .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100%; }

  .employee .employee-inner-wrapper {
    display: block; }
    .employee .employee-inner-wrapper .employee-photo {
      max-width: 100%; }
    .employee .employee-inner-wrapper .employee-info {
      max-width: 100%; }
      .employee .employee-inner-wrapper .employee-info div {
        margin: 5px 0; }

  .footer-menu li {
    min-width: 100%; }

  .site-footer .footer-columns {
    display: block; }
    .site-footer .footer-columns .footer-column {
      max-width: 100%; }
  .site-footer .addresses {
    display: block;
    margin-top: 20px; } }

/*# sourceMappingURL=style.css.map */
