/*
    Theme Name: Pharmacognosy
    Theme URI: http://www.pharmacognosy.us/
    Description: American Society of Pharmacognosy WordPress theme, requires Genesis 2.0+.
    Author: Peter Grandstaff
    Author URI: http://www.petergrandstaff.com/

    Version: 1.0.1
    
    Tags: custom-header, featured-images, threaded-comments, two-columns
    
    Template: genesis
    Template Version: 2.0

    License: GNU General Public License v2.0
    License URI: http://www.opensource.org/licenses/gpl-license.php
*/
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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

body {
  font-family: GillSansNova, "Gill Sans Nova", "Gill Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 21.333px; }

h1, h2, h3, h4 {
  color: #089547;
  font-weight: bold; }

h5, h6 {
  color: #000000;
  font-weight: bold; }

h1 {
  font-size: 36px;
  line-height: 42px; }

h2 {
  font-size: 24px;
  line-height: 32px; }

h3 {
  font-size: 21.33px;
  line-height: 24px; }

h4 {
  font-size: 21.33px;
  line-height: 24px;
  font-weight: normal; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }

a, a:visited {
  color: #089547;
  text-decoration: none; }

a:hover, a:active {
  color: #1e9e2f; }

article h3, article h2, article h4, article h5, article h6 {
  margin-bottom: .25em;
  margin-top: .62em; }

article h2, article h3 {
  margin-top: 1.33em; }

article ul,
article ol {
  margin-left: 2em;
  margin-bottom: .5em; }

article li {
  margin-bottom: .5em; }

article p {
  margin-bottom: .5em; }

.gform_wrapper input, .gform_wrapper textarea {
  font-size: 115% !important;
  color: #111; }

.genesis-nav-menu {
  clear: both;
  color: #999;
  line-height: 21.333px;
  width: 100%;
  margin-left: 0;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .genesis-nav-menu {
      flex-direction: row;
      justify-content: flex-end; } }

.genesis-nav-menu .menu-item {
  display: block;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .genesis-nav-menu .menu-item {
      display: inline-block; } }

.genesis-nav-menu a {
  border: none;
  color: #000;
  display: block;
  position: relative;
  text-decoration: none; }

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .sub-menu .current-menu-item > a,
.nav-primary .sub-menu .current-menu-item > a:hover {
  background-color: #f4eedd; }

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 220px;
  z-index: 99;
  text-align: left;
  background-color: #dbd4c3;
  border: 1px solid #089547; }
  @media screen and (min-width: 768px) {
    .genesis-nav-menu .sub-menu {
      top: 90%; } }

.genesis-nav-menu .sub-menu li {
  width: 100%; }

.genesis-nav-menu .sub-menu a {
  line-height: 24px;
  border-top: none;
  position: relative;
  padding-top: 6px;
  padding-bottom: 4px; }

.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 {
  display: inline-block;
  float: right;
  list-style-type: none;
  text-transform: uppercase; }

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

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu .sub-menu {
  margin-top: -55px; }

/* Primary Navigation
--------------------------------------------- */
.nav-primary .sub-menu a:hover {
  background-color: #f4eedd;
  border-radius: 0 0 0 0; }

/* Responsive menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

.menu-toggle,
.sub-menu-toggle {
  display: none;
  visibility: hidden;
  font-family: GillSansNova, "Gill Sans Nova", "Gill Sans", Helvetica, Arial, sans-serif; }

@media screen and (max-width: 768px) {
  .genesis-responsive-menu .wrap {
    padding: 0; }

  .genesis-responsive-menu {
    display: none;
    position: relative; }

  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden; }

  .menu-toggle,
  .sub-menu-toggle {
    border-width: 0;
    border-radius: 0px;
    background: transparent;
    color: #089547;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible; }

  .sub-menu-toggle {
    border-width: 1px;
    border-color: #089547;
    border-radius: 8px; }

  .menu-toggle:focus,
  .menu-toggle:hover,
  .sub-menu-toggle:focus,
  .sub-menu-toggle:hover {
    background: transparent;
    color: #089547;
    border-width: 0; }

  .menu-toggle {
    line-height: 20px;
    position: relative;
    z-index: 1000;
    width: 100%; }

  .menu-toggle::before {
    font-size: 1.5em;
    margin-right: 10px;
    text-rendering: auto;
    vertical-align: middle; }

  .sub-menu-toggle {
    float: right;
    padding: 12px;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 100; }

  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform .25s ease-in-out;
    -ms-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out; }

  .sub-menu-toggle.activated::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

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

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

  .genesis-responsive-menu .genesis-nav-menu a:focus,
  .genesis-responsive-menu .genesis-nav-menu a:hover {
    color: #c3251d; }

  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    border: none;
    margin-bottom: 1px;
    padding: 4px 4px;
    box-sizing: border-box;
    width: 100%; }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    border: none; }

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

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

  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
    box-sizing: border-box; }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0; } }
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; }

/* float clears */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table; }

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

blockquote {
  clear: both;
  color: #ffffff;
  margin: 0 0 .5em 0;
  padding: 1.5em 2em .75em 4em; }

blockquote:before {
  content: "\201C";
  color: #e1d1a3;
  display: block;
  font-size: 108px;
  font-weight: bold;
  height: 0;
  left: -60.75px;
  position: relative;
  top: 14.333px; }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #eee inset;
  color: #999;
  padding: 16px;
  padding: 1.6rem;
  width: 100%; }

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
  background-color: #0a0a0a;
  border: none;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  padding: 16px 24px;
  padding: 1.6rem 2.4rem;
  text-transform: uppercase;
  text-decoration: none;
  width: auto; }

.entry-content a.button {
  margin-top: .5em;
  margin-bottom: 1.5em; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
  background-color: #242424; }

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

.button {
  border-radius: 3px;
  display: inline-block; }

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

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  width: 100%; }

tbody {
  border-bottom: 1px solid #ddd; }

th,
td {
  text-align: left; }

th {
  font-weight: bold;
  text-transform: uppercase; }

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
  padding: 0.6rem 0; }

/* Site Containers
--------------------------------------------- */
.site-inner {
  clear: both; }

/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 1200px; }

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right; }

/* Content */
.content {
  width: 100%;
  float: none; }
  @media screen and (min-width: 1024px) {
    .content {
      float: right;
      width: 996px; } }

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 100%;
  float: none; }
  @media screen and (min-width: 1024px) {
    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content {
      width: 588px; } }

@media screen and (min-width: 1024px) {
  .use-alt-sidebar .content {
    width: 1200px; } }

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

/* Primary Sidebar */
.use-alt-sidebar .sidebar-primary {
  width: 384px; }

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

/* Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 384px;
  padding-top: 21.333px; }

.content-sidebar-sidebar .sidebar-secondary {
  float: right; }

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.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-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

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

.genesis-skip-link {
  margin: 0; }

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none; }

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

.more-link {
  position: relative; }

/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* WordPress
--------------------------------------------- */
.avatar {
  float: left; }

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

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

.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

img.centered,
.aligncenter {
  text-align: center;
  display: block;
  margin: 0 auto .5em; }

img.alignnone {
  margin-bottom: .5em; }

.alignleft, .alignright {
  margin: 0 auto .5em;
  display: block;
  float: none; }

@media screen and (min-width: 768px) {
  .alignleft {
    clear: left;
    float: left;
    text-align: left; } }

@media screen and (min-width: 768px) {
  .alignright {
    clear: right;
    float: right;
    text-align: right; } }

@media screen and (min-width: 768px) {
  img.alignleft,
  .wp-caption.alignleft {
    margin: 0 21.333px 1em 0; } }

@media screen and (min-width: 768px) {
  img.alignright,
  .wp-caption.alignright {
    margin: 0 0 1em 21.333px; } }

.wp-caption-text {
  font-size: 18px;
  font-weight: 700;
  text-align: left; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.archive-description,
.author-box {
  background-color: #fff; }

.author-box {
  padding: 40px;
  padding: 4rem;
  margin-bottom: 24px; }

.author-box-title {
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem; }

.author-box a {
  border-bottom: 1px solid #ddd; }

.author-box p {
  margin-bottom: 0; }

.author-box .avatar {
  margin-right: 24px;
  margin-right: 2.4rem; }

/* Pagination
--------------------------------------------- */
.archive-pagination,
.entry-pagination {
  margin: 21.333px 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #089547;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 10.6665px; }

.archive-pagination li a:hover,
.archive-pagination li.active a {
  color: #089547;
  background-color: #f4eedd; }

.entry-pagination a {
  border-bottom: 1px solid #ddd; }

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #ffffff;
  margin-bottom: 21.333px; }

.entry-comments {
  padding: 21.333px; }

.comment-respond,
.entry-pings {
  padding: 21.333px 21.333px 14.22911px; }

.comment-respond a,
.entry-comments a {
  border-bottom: 1px solid #ddd; }

.comment-content {
  clear: both; }

.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: 14.22911px; }

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

.comment-list li {
  margin-top: 31.9995px;
  padding: 21.333px; }

.comment-list li li {
  margin-right: -21.333px; }

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

.comment .avatar {
  margin: 0 9.47185px 14.22911px 0; }

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

.form-allowed-tags {
  background-color: #f5f5f5;
  padding: 14.22911px; }

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar p:last-child {
  margin-bottom: 0; }

.sidebar li {
  list-style-type: none;
  margin-bottom: 5.33325px;
  word-wrap: break-word; }

.sidebar ul > li:last-child {
  margin-bottom: 0; }

.sidebar .widget {
  margin-bottom: 21.333px; }
  @media screen and (min-width: 1024px) {
    .sidebar .widget {
      padding: 0 0 21.333px 21.333px; } }

.sidebar-secondary .widget,
.use-alt-sidebar .sidebar-primary .widget {
  background-color: #f4eedd; }

body {
  background-color: #fff; }

.site-container {
  width: 100%; }

.site-header,
.site-inner,
.site-footer .wrap {
  margin: 0 auto;
  width: 95%; }
  @media screen and (min-width: 1024px) {
    .site-header,
    .site-inner,
    .site-footer .wrap {
      width: 960px; } }
  @media screen and (min-width: 1280px) {
    .site-header,
    .site-inner,
    .site-footer .wrap {
      width: 1200px; } }

.site-inner {
  clear: both;
  margin-bottom: 41px; }
  .site-inner:before, .site-inner:after {
    content: "";
    display: table; }
  .site-inner:after {
    clear: both; }
  .site-inner {
    zoom: 1; }

@media screen and (min-width: 1024px) {
  body.home .site-inner .sidebar-content .fl-col,
  .content-sidebar .content,
  .sidebar-content .content {
    width: 633.6px; } }
@media screen and (min-width: 1280px) {
  body.home .site-inner .sidebar-content .fl-col,
  .content-sidebar .content,
  .sidebar-content .content {
    width: 792px; } }

@media screen and (min-width: 1024px) {
  body.home .site-inner .sidebar-content .fl-col-small,
  .content-sidebar .sidebar,
  .sidebar-content .sidebar {
    width: 307.2px; } }
@media screen and (min-width: 1280px) {
  body.home .site-inner .sidebar-content .fl-col-small,
  .content-sidebar .sidebar,
  .sidebar-content .sidebar {
    width: 384px; } }

@media screen and (min-width: 768px) {
  body.home .site-inner .sidebar-content .fl-col {
    padding-left: 18px; } }
@media screen and (min-width: 1024px) {
  body.home .site-inner .sidebar-content .fl-col {
    padding-left: 0px; } }

body.home .site-inner .sidebar-content .fl-col-small {
  padding-left: 0px; }
  @media screen and (min-width: 1024px) {
    body.home .site-inner .sidebar-content .fl-col-small {
      margin-right: 19.2px; } }
  @media screen and (min-width: 1280px) {
    body.home .site-inner .sidebar-content .fl-col-small {
      margin-right: 24px; } }

body .site-inner .asp-three-col .fl-col {
  box-sizing: border-box;
  margin: 0px; }
  @media screen and (min-width: 1024px) {
    body .site-inner .asp-three-col .fl-col {
      width: 307.2px;
      margin-right: 19.2px; } }
  @media screen and (min-width: 1280px) {
    body .site-inner .asp-three-col .fl-col {
      width: 384px;
      margin-right: 24px; } }

@media screen and (min-width: 1024px) {
  body .site-inner .asp-three-col .fl-col:nth-child(3) {
    margin-right: 0px; } }
@media screen and (min-width: 1280px) {
  body .site-inner .asp-three-col .fl-col:nth-child(3) {
    margin-right: 0px; } }

.site-header {
  background-color: #dbd4c3;
  position: relative;
  box-shadow: inset 0 -4px 4px -4px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .site-header {
      display: block; }
      .site-header:before, .site-header:after {
        content: "";
        display: table; }
      .site-header:after {
        clear: both; }
      .site-header {
        zoom: 1; } }
  @media screen and (min-width: 1280px) {
    .site-header {
      padding-bottom: 3px; } }
  .site-header .title-area {
    z-index: 2000; }
  .site-header .site-logo {
    float: left;
    width: 40px;
    margin: 0px 16px 16px 16px; }
    @media screen and (min-width: 768px) {
      .site-header .site-logo {
        margin: 0px 16px 16px 24px; } }
  .site-header .nav-secondary {
    width: 100%;
    height: 66px;
    order: -10; }
    @media screen and (min-width: 768px) {
      .site-header .nav-secondary {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 400px; } }
    @media screen and (min-width: 1024px) {
      .site-header .nav-secondary {
        width: 480px; } }
    @media screen and (min-width: 1280px) {
      .site-header .nav-secondary {
        width: 600px; } }
    .site-header .nav-secondary ul {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-end; }
    .site-header .nav-secondary li {
      width: 44%;
      margin-left: -11%;
      text-align: center; }
    .site-header .nav-secondary li:nth-child(1) {
      margin-left: 0px; }
      @media screen and (min-width: 768px) {
        .site-header .nav-secondary li:nth-child(1) {
          margin-left: -12%; } }
    .site-header .nav-secondary a, .site-header .nav-secondary a:visited {
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      font-size: 21.33px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 66px;
      color: #ffffff;
      display: inline-block;
      float: left;
      background-position: top right;
      background-repeat: no-repeat; }
      @media screen and (min-width: 768px) {
        .site-header .nav-secondary a, .site-header .nav-secondary a:visited {
          padding-left: 24px; } }
      @media screen and (min-width: 1024px) {
        .site-header .nav-secondary a, .site-header .nav-secondary a:visited {
          font-size: 24px; } }
    .site-header .nav-secondary li:nth-child(1) a {
      background: url("img/top-menu-leaf-left.png");
      background-position: top right;
      z-index: 1030; }
      @media screen and (min-width: 768px) {
        .site-header .nav-secondary li:nth-child(1) a {
          /*background: url('img/menu-curve.svg') no-repeat top left,
                      url('img/top-menu-leaf-left.png') no-repeat top right;*/
          background: url("img/menu-curve.svg") no-repeat top left, url("img/top-menu-leaf-left.png") no-repeat top right, url("img/top-menu-leaf-left.png") no-repeat top right;
          background-blend-mode: normal, normal, normal; } }
    .site-header .nav-secondary li:nth-child(1) a:hover,
    .site-header .nav-secondary li:nth-child(1) a:active {
      background: url("img/top-menu-leaf-left.png") no-repeat top right, url("img/top-menu-leaf-left.png") no-repeat top right;
      background-blend-mode: soft-light, normal; }
      @media screen and (min-width: 768px) {
        .site-header .nav-secondary li:nth-child(1) a:hover,
        .site-header .nav-secondary li:nth-child(1) a:active {
          background: url("img/menu-curve.svg") no-repeat top left, url("img/top-menu-leaf-left.png") no-repeat top right, url("img/top-menu-leaf-left.png") no-repeat top right;
          background-blend-mode: normal, soft-light, normal; } }
    .site-header .nav-secondary li:nth-child(2) a {
      background: url("img/top-menu-leaf-mid.png") no-repeat top right;
      z-index: 1020; }
    .site-header .nav-secondary li:nth-child(2) a:hover,
    .site-header .nav-secondary li:nth-child(2) a:active {
      background: url("img/top-menu-leaf-mid.png") no-repeat top right, url("img/top-menu-leaf-mid.png") no-repeat top right;
      background-blend-mode: soft-light, normal; }
    .site-header .nav-secondary li:nth-child(3) a {
      background: url("img/top-menu-leaf-right.png") no-repeat top right;
      z-index: 1010; }
    .site-header .nav-secondary li:nth-child(3) a:hover,
    .site-header .nav-secondary li:nth-child(3) a:active {
      background: url("img/top-menu-leaf-right.png") no-repeat top right, url("img/top-menu-leaf-right.png") no-repeat top right;
      background-blend-mode: soft-light, normal; }

.title-area {
  width: 100%;
  padding-top: 16px; }
  @media screen and (min-width: 768px) {
    .title-area {
      padding-top: 12px;
      width: 50%;
      float: left; } }
  .title-area .site-title {
    font-size: 24px;
    line-height: 32px;
    color: #089547;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .title-area .site-title {
        width: 83%; } }
    @media screen and (min-width: 1024px) {
      .title-area .site-title {
        width: 100%; } }
  .title-area .asp-tagline {
    font-size: 18px;
    line-height: 21.333px;
    font-weight: bold;
    font-style: italic;
    color: #089547;
    padding-top: 95px;}

.nav-primary {
  width: 100%;
  order: 10; }
  @media screen and (min-width: 1280px) {
    .nav-primary {
      padding-top: 82px;
      position: absolute;
      right: 0px; } }
  .nav-primary ul {
    text-align: right; }
  .nav-primary a, .nav-primary a:visited {
    color: #089547;
    font-weight: bold;
    line-height: 62px;
    padding-left: 12px;
    padding-right: 12px; }
    @media screen and (min-width: 768px) {
      .nav-primary a, .nav-primary a:visited {
        border-radius: 2px 2px 0 0; } }
    @media screen and (min-width: 1024px) {
      .nav-primary a, .nav-primary a:visited {
        padding-left: 16px;
        padding-right: 16px; } }

.site-footer {
  background-color: #dbd4c3; }
  .site-footer .wrap {
    box-sizing: border-box;
    padding: 24px 0px; }
    .site-footer .wrap:before, .site-footer .wrap:after {
      content: "";
      display: table; }
    .site-footer .wrap:after {
      clear: both; }
    .site-footer .wrap {
      zoom: 1; }
  .site-footer .footer-left {
    margin-bottom: 24px; }
    @media screen and (min-width: 768px) {
      .site-footer .footer-left {
        float: left;
        width: 48%; } }
  @media screen and (min-width: 768px) {
    .site-footer .footer-right {
      float: right;
      text-align: right;
      width: 48%; } }
  .site-footer .social {
    margin-bottom: 12px; }
    .site-footer .social a {
      display: inline-block;
      height: 31px;
      margin-right: 14px; }
    .site-footer .social img {
      height: 100%;
      width: auto; }
  .site-footer .copyright {
    clear: both;
    color: #f8f8f8;
    font-size: 18px;
    line-height: 21.333px; }

/*
 * responsive menu
 */
.responsive-menu-icon {
  cursor: pointer;
  display: block; }
  @media screen and (min-width: 768px) {
    .responsive-menu-icon {
      display: none; } }

.responsive-menu-icon::before {
  display: block;
  content: "\f0c9";
  color: #089547;
  font-family: FontAwesome;
  margin: 0 auto;
  padding: 12px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .responsive-menu-icon::before {
      display: none; } }

.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
.genesis-nav-menu.responsive-menu {
  display: none; }
  @media screen and (min-width: 768px) {
    .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
    .genesis-nav-menu.responsive-menu {
      display: block; } }

/*
 * widgets
 */
.asp-subpage-widget,
.asp-link-list {
  background-color: #dbd4c3;
  padding: 24px; }
  .asp-subpage-widget h2, .asp-subpage-widget h3,
  .asp-link-list h2,
  .asp-link-list h3 {
    color: #000000;
    text-transform: uppercase;
    margin-top: 0px; }
  .asp-subpage-widget ul,
  .asp-link-list ul {
    margin-left: 0px;
    margin-bottom: 2em; }
  .asp-subpage-widget li,
  .asp-link-list li {
    margin-bottom: 1em; }
  .asp-subpage-widget li a,
  .asp-link-list li a {
    font-size: 21.33px;
    line-height: 24px;
    font-weight: bold; }
  .asp-subpage-widget .current a,
  .asp-link-list .current a {
    border-bottom: 2px solid #089547; }

.fl-post-feed-header {
  margin-bottom: 0px; }

.fl-post-feed-title {
  font-size: 24px;
  line-height: 32px; }

body .entry-content h2.fl-post-feed-title {
  margin-bottom: 0px; }

.fl-post-feed-post {
  padding-bottom: 0px;
  border-bottom: 0px; }

h2.fl-slide-title {
  font-size: 36px;
  line-height: 42px; }

button,
a.button,
body .entry-content a.fl-button,
.cta.button,
body .gform_wrapper .button,
body .entry-content .fl-slide-cta-button a {
  background-color: #f8f8f8;
  color: #089547;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-transform: none;
  padding: 20px 24px 18px;
  border-radius: 10px;
  border: 2.667px solid #089547; }

body .gform_wrapper .button {
  background-color: #dbd4c3; }

body .gform_body input {
  width: 100%;
  box-sizing: border-box; }

body .entry-content .fl-slide-cta-button a span.fl-button-text,
body .entry-content .fl-slide-cta-button a i.fl-button-icon {
  color: #089547; }

.fa-before::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body .fl-module-content-slider .bx-wrapper {
  margin-bottom: 0px; }

.staff-container img {
	height:120px;
}

.site-logo { /* main menu can overlap site logo and block link - added 2/28/21 jevans */
	position:relative;
	z-index:9999;
}

/*# sourceMappingURL=style.css.map */
