/* @override
	https://foodinsight.org/wp-content/themes/foodinsight/style.css?* */
/*
	Theme Name: Food Insight
	Theme URI: http://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: http://tinyfrog.com/

	Version: 5.1

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/*
Imports
---------------------------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;900&family=Montserrat:wght@400;700&display=swap");
/*
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;
  -webkit-text-size-adjust: 100%;
  -ms-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: #ffff00;
  color: #000000; }

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'] {
  cursor: pointer;
  -webkit-appearance: button; }

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

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

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,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: ' ';
  display: table; }

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

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */ }

body {
  color: #050c17;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.4; }

::-moz-selection {
  background-color: #333333;
  color: #ffffff; }

::selection {
  background-color: #333333;
  color: #ffffff; }

a {
  color: #333333;
  font-weight: 400;
  text-decoration: none; }

a:hover {
  color: #0ebfe9; }

p {
  margin: 0 0 1.5rem;
  padding: 0; }

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

blockquote,
blockquote::before {
  color: #999999; }

blockquote {
  margin: 4rem; }

blockquote::before {
  content: '\201C';
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

.entry-content code {
  background-color: #333333; }

cite {
  font-style: normal; }

.button {
  transition-duration: 0.3s;
  transition-property: background;
  transition-timing-function: linear; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #500f52;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1.5rem; }

h1 {
  font-size: 50px;
  font-size: 5rem; }

h2 {
  font-size: 40px;
  font-size: 4rem; }

h3 {
  font-size: 30px;
  font-size: 3rem; }

h4 {
  font-size: 26px;
  font-size: 2.6rem; }

h5 {
  font-size: 20px;
  font-size: 2rem; }

h6 {
  font-size: 18px;
  font-size: 1.8rem; }

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

img {
  height: auto; }

.featured-content img,
.gallery img {
  width: auto;
  /* IE8 */ }

/* Forms
--------------------------------------------- */
input {
  width: auto;
  margin-right: 5px; }

select,
textarea {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: #333333;
  padding: 1rem;
  width: 100%; }

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

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

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

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button,
.entry-content .button {
  background-color: #500f52;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding: 1.3rem 2.4rem;
  text-transform: uppercase;
  width: auto; }

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

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: 150%;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  width: 100%; }

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

td,
th {
  text-align: left; }

th {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 150%; }

td {
  border-top: 1px solid #dddddd;
  padding: 0.6rem 0;
  line-height: 150%; }

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.wrap {
  margin: 0 auto;
  max-width: 1170px; }

.site-inner {
  clear: both;
  padding-top: 40px;
  padding-top: 4rem; }

.minimum-landing .site-inner {
  margin: 4rem auto;
  padding: 6rem 6rem 2rem;
  width: 800px; }

/* Site Containers
--------------------------------------------- */
/* Column Widths and Positions
--------------------------------------------- */
/* Content */
.content {
  float: left;
  width: 870px; }

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

.full-width-content .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%; }

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

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

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

.entry-comments .avatar {
  height: 48px;
  width: 48px; }

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

.search-form {
  overflow: hidden;
  padding: 0.3rem;
  width: 100%; }

.aligncenter,
img.centered {
  display: block;
  margin: 0 auto 2.4rem; }

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

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

.wp-caption.alignleft,
a.alignleft,
img.alignleft {
  margin: 0 2.4rem 2.4rem 0; }

.wp-caption.alignright,
a.alignright,
img.alignright {
  margin: 0 0 2.4rem 2.4rem; }

a.alignleft,
a.alignright {
  border: none; }

.wp-caption-text {
  text-align: center; }

.widget-area {
  word-wrap: break-word; }

.widget_calendar table {
  width: 100%; }

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

/* Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.archive-description {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  padding: 4rem 4rem 1.6rem; }

.author-box {
  background-color: white;
  border: 1px solid #c6c6c6;
  /*padding: 40px;*/
  margin-bottom: 4rem;
  padding: 15px 25px 25px; }
  .author-box .author-image {
    float: left;
    max-width: 200px;
    padding-right: 20px;
    padding-top: 15px; }

.single .author-box {
  margin-bottom: 60px;
  margin-bottom: 6rem; }

.author-box-title {
  margin-bottom: 4px;
  margin-bottom: 0.4rem; }

.author-box p {
  margin-bottom: 0;
  padding-top: 10px; }

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

/* Titles
--------------------------------------------- */
.entry-title {
  line-height: 1; }

.entry-title a,
.sidebar .widget-title a {
  border: none; }

.widget-title {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }

.sidebar .widget-title a {
  border: none; }

.archive-title {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }

/*
Widgets
---------------------------------------------------------------------------------------------------- */
/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type='email'],
div.gform_wrapper input[type='text'],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
  padding: 1.6rem; }

div.gform_wrapper .ginput_complex label {
  padding: 0; }

div.gform_wrapper form li,
div.gform_wrapper li {
  margin: 1.6rem 0 0; }

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  z-index: 999; }

@media only screen and (min-width: 735px) {
  .site-header {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 95%; }
    .site-header .wrap {
      display: flex;
      justify-content: space-between;
      margin: 0;
      max-width: 100%;
      width: 100%; } }

/* Title Area
--------------------------------------------- */
header.entry-header {
  clear: both; }

.title-area {
  float: left;
  padding: 5px 0 4px; }
  .title-area #logo {
    min-height: 100px; }
    .title-area #logo img {
      max-width: 80%; }

.header-image .title-area {
  flex: 1 1 20%;
  padding: 0; }

.site-title {
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.site-title a,
.site-title a:hover {
  border: none; }

.site-description {
  line-height: 1.2;
  margin: 0; }

/* Full width header, no widgets */
.header-full-width .site-title,
.header-full-width .title-area {
  width: 100%; }

#sticky-header.sticky {
  background: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 99999; }

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  color: #507828;
  font-family: 'Lato',sans-serif;
  font-size: 17px;
  height: 100%;
  margin-top: 0; }
  .site-header .widget-area h5 {
    margin: 0; }

@media only screen and (min-width: 735px) {
  .site-header .widget-area {
    display: flex;
    flex: 1 1 80%;
    align-items: center;
    justify-content: flex-end; } }

.site-header .widget-area a {
  color: #507828; }

.site-header .widget_sow-editor {
  margin-left: 25px;
  margin-right: 25px;
  padding-left: 25px;
  padding-right: 25px; }

.site-header .widget_sow-editor:last-child a:first-child {
  border-right: 2px solid #507828;
  margin-right: 6px;
  padding-right: 14px; }

.site-header h5 {
  color: #507828;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 400; }

.site-header h5 strong {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase; }

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.widget.widget_search {
  position: relative; }

@media only screen and (min-width: 735px) {
  .widget.widget_search {
    max-width: 325px;
    width: 30%; } }

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

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left; }

.genesis-nav-menu a {
  border: none;
  color: #ffffff;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  padding: 3.1rem 5.2rem 3.1rem 0;
  position: relative; }

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

.genesis-nav-menu > .menu-item > a {
  text-transform: uppercase; }

.genesis-nav-menu .sub-menu {
  left: -9999px;
  letter-spacing: 0;
  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: 99999; }

.genesis-nav-menu .sub-menu a {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-top: none;
  padding: 1.6rem 2rem;
  position: relative;
  width: 200px; }

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

.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;
  padding: 2rem 0;
  text-transform: uppercase; }

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

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

.genesis-nav-menu > .search {
  padding: 0.6rem 0 0; }

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #507828; }

.nav-primary .wrap {
  padding-left: 7px; }

.nav-primary .genesis-nav-menu .sub-menu a,
.nav-primary a {
  color: #ffffff; }

.nav-primary .genesis-nav-menu .sub-menu a {
  background-color: #333333;
  border: 1px solid #444444;
  border-top: none; }

.nav-primary .sub-menu a:hover {
  color: #ffffff; }

/* Responsive Menu
--------------------------------------------- */
#responsive-menu-icon {
  cursor: pointer;
  display: none; }

#responsive-menu-icon::before {
  color: #333333;
  content: '\e00e MENU';
  font-family: 'Icon';
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin: 0 auto;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  speak: none; }

.c-hamburger {
  border: none;
  border-radius: none;
  box-shadow: none;
  cursor: pointer;
  display: none;
  float: right;
  font-size: 0;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  transition: background 0.3s;
  width: 60px;
  appearance: none; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  background: white;
  display: block;
  height: 5px;
  left: 14px;
  position: absolute;
  right: 14px;
  top: 23px; }

.c-hamburger span::after,
.c-hamburger span::before {
  background-color: #ffffff;
  content: '';
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%; }

.c-hamburger span::before {
  top: -10px; }

.c-hamburger span::after {
  bottom: -10px; }

.c-hamburger--htx {
  background-color: #173c0f; }

.c-hamburger--htx span {
  transition: background 0s 0.3s; }

.c-hamburger--htx span::after,
.c-hamburger--htx span::before {
  transition-delay: 0.3s, 0s;
  transition-duration: 0.3s, 0.3s; }

.c-hamburger--htx span::before {
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #173c0f; }

.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::after,
.c-hamburger--htx.is-active span::before {
  transition-delay: 0s, 0.3s; }

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
  margin-bottom: 4rem; }

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

.entry-content ol,
.entry-content ul {
  list-style-type: none;
  margin-left: 20px;
  margin-left: 2rem; }

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

.entry-content ul li {
  line-height: 1.5;
  list-style-type: none; }

.entry-content ul li::before {
  color: #621864;
  content: '\2022';
  display: inline-block;
  margin-left: -1em;
  width: 1em; }

.entry-content .archive-pagination ul li::before {
  display: none; }

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

.entry-comments-link::before {
  content: '\2014';
  margin: 0 0.6rem 0 0.2rem; }

.entry-categories,
.entry-tags {
  display: block; }

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 4rem 0 12.5rem;
  padding-top: 50px;
  text-align: center; }

.pagination li {
  display: inline; }

.pagination li a {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #050c17;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 0.5rem; }

.pagination li a:hover,
.pagination li.active a {
  color: #500f52; }

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 60px;
  margin-bottom: 6rem; }

.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: 12px;
  margin-right: 1.2rem; }

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

.comment-list li {
  margin-top: 24px;
  margin-top: 2.4rem;
  padding: 3.2rem; }

.comment-list li li {
  margin-right: -32px;
  margin-right: -3.2rem; }

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

.comment .avatar {
  margin: 0 1.6rem 2.4rem 0; }

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

.form-allowed-tags {
  background-color: #f5f5f5;
  padding: 2.4rem; }

/*
Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
  float: right;
  margin-top: 120px;
  margin-top: 12rem;
  width: 270px; }

.error404 .sidebar,
body.page .sidebar {
  margin-top: 10px; }

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

.sidebar img {
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }

.sidebar .featured-content img,
.sidebar p:last-child {
  margin-bottom: 0; }

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

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

.sidebar .widget {
  margin-bottom: 40px;
  margin-bottom: 4rem; }

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #507828;
  color: #ffffff;
  font-size: 16px; }

.footer-widgets .wrap {
  max-width: 820px;
  padding: 83px 0 77px; }

.footer-widgets-1 {
  width: 100%; }

#sow-editor-12 {
  width: 100% !important; }

.footer-left {
  clear: none;
  float: left;
  padding-right: 25px;
  width: 55%; }

.footer-right {
  clear: none;
  float: right;
  width: 40%; }

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #eeeeee;
  color: #40485b;
  font-size: 13px;
  padding: 1.6rem 0 1.5rem;
  text-align: center;
  text-align: center; }

.site-footer a {
  color: #40485b; }

.col-three {
  display: inline-block; }

.col-three:nth-of-type(2) {
  margin: 0 20px; }

.col-three:nth-of-type(2) a {
  border-right: 1px solid #40485b;
  padding: 0 10px; }

.col-three a:last-of-type {
  border-right: 0; }

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

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

.more-link {
  position: relative; }

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

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

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

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

/* Display outline on focus */
:focus {
  color: #333333;
  outline: #cccccc solid 1px; }

/*  CUSTOM STYLING
---------------------------------------------------------------------------------------------------*/
#hero {
  line-height: 0;
  position: relative; }

.btn {
  background: #ffffff;
  color: #500f52;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 13px 47px;
  text-transform: uppercase; }

.btn:hover {
  background: #6eb313;
  color: #ffffff; }

#hero img {
  width: 100%; }

#hero .wrap {
  left: 0;
  line-height: 1.4;
  max-width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 9999; }

#hero .wrap img {
  width: auto; }

#hero .wrap h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  margin: 0 auto 30px;
  max-width: 1020px; }

.post-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
  /* display: block; */
  /* float: left; */
  margin-bottom: 45px;
  /* margin-right: 35px; */
  width: calc(33.33% - 35px);
  /* justify-content: flex-end; */ }

.post-item .thumbnail-image img {
  /*min-height:230px;*/
  border: 1px solid #d7d7d7;
  min-width: 365px; }

.post-item h3 {
  font-size: 20px;
  font-weight: 800;
  margin-top: 35px; }

.post-item h3 a {
  color: #500f52;
  font-weight: 800; }

#post-info,
.post-item h5 {
  color: #8f9193;
  font-size: 13px;
  margin-bottom: 15px;
  text-transform: uppercase; }

#post-info {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  margin-bottom: 20px; }

#post-author,
a.entry-author-link,
span.entry-author-name {
  color: #621864 !important;
  font-size: 18px;
  font-weight: 800 !important;
  margin-bottom: 5px; }
  #post-author:hover,
  a.entry-author-link:hover,
  span.entry-author-name:hover {
    text-decoration: underline; }

.post-excerpt {
  position: relative; }

.post-item .btn {
  background: transparent;
  background-image: url("images/plus-icon.png");
  background-position: left center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  margin-top: auto; }

.post-item .btn:hover {
  background-color: transparent;
  color: #500f52; }

.search-social {
  float: right;
  list-style-type: none;
  margin-top: 23px;
  min-width: 330px; }

.search-form {
  padding: 0; }

.search-form input {
  border-radius: 0; }

.search-form input[type='search'] {
  background-image: url("images/search-icon.png");
  background-position: right 15px center;
  background-repeat: no-repeat; }

#category-posts-2-internal .cat-post-item,
#category-posts-2-internal .cat-post-thumbnail {
  margin: 0 !important;
  padding: 0 !important; }

#hero_below_panel {
  margin-top: 50px; }
  #hero_below_panel .wrap {
    border-bottom: 1px solid grey;
    margin-bottom: 30px;
    padding-bottom: 30px; }
  #hero_below_panel section {
    float: left;
    padding: 10px;
    width: calc(50% - 20px); }
    @media all and (max-width: 736px) {
      #hero_below_panel section {
        float: none;
        padding: 0;
        width: 100%; } }
    #hero_below_panel section h6 {
      color: #500f52 !important;
      font-family: 'Montserrat', sans-serif;
      font-size: 1.8rem;
      font-weight: 700 !important;
      line-height: 1.2 !important;
      margin: 0 0 1.5rem; }
      #hero_below_panel section h6 a.btn {
        background-color: #500f52;
        color: white;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        transition: background-color 0.5s ease;
        width: 100%; }
        #hero_below_panel section h6 a.btn:hover {
          background-color: #507828; }
    #hero_below_panel section p {
      list-style-type: none;
      margin: 0; }
    #hero_below_panel section img {
      margin-bottom: 0;
      max-width: 100%; }

#email-sidebar {
  margin-bottom: 35px;
  margin-top: 25px; }
  #email-sidebar h4.widget-title {
    display: none; }
  #email-sidebar a.btn {
    background-color: #500f52;
    color: white;
    float: right;
    margin-top: -12px;
    text-align: center;
    transition: background-color 0.5s ease; }
    @media all and (max-width: 736px) {
      #email-sidebar a.btn {
        clear: both;
        display: block;
        float: none;
        margin: auto;
        width: 50%; } }
  #email-sidebar .email-signup-header {
    background-image: url("images/email-signup-bkrd.png");
    background-position: right 40px center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #d7d7d7;
    margin-bottom: 25px;
    padding: 40px; }
    @media all and (max-width: 736px) {
      #email-sidebar .email-signup-header {
        background-position: top center;
        margin-bottom: 25px;
        padding: 0 0 25px; } }
    #email-sidebar .email-signup-header h1 {
      font-size: 2em;
      margin: 0; }
      @media all and (max-width: 736px) {
        #email-sidebar .email-signup-header h1 {
          margin-top: 225px;
          text-align: center; } }
  #email-sidebar .email-signup-text {
    float: left; }

.no-excerpt .btn {
  display: none; }

#blog_news_panel {
  background: #507828;
  margin-bottom: 55px;
  padding: 47px 0; }

#blog_news_panel .widget {
  display: inline-block; }

#blog_news_panel .widget:first-child {
  width: 60%; }

#blog_news_panel .widget:last-child {
  width: 39%; }

#blog_news_panel h4 {
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
  padding-right: 40px; }

#blog_news_panel h6 {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 0;
  text-transform: uppercase; }

#blog_news_panel p {
  display: inline-block;
  margin: 0; }

#blog_news_panel .btn {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  margin-left: 15px;
  padding: 4px 10px; }

#blog_news_panel .btn:hover {
  background: #ffffff;
  color: #507828; }

.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h6 {
  color: #ffffff; }

.footer-widgets-1 .panel-grid-cell:first-child {
  padding-right: 50px; }

.footer-widgets .footer-social {
  margin-bottom: 15px;
  padding-right: 95px; }

.footer-widgets .footer-social a {
  margin-bottom: 10px; }

.footer-social li {
  display: inline-block;
  margin-right: 10px; }

.footer-social a {
  background: #ffffff;
  border-radius: 100%;
  color: #507828;
  display: block;
  height: 40px;
  padding-top: 9px;
  text-align: center;
  width: 40px; }

.footer-social a:hover {
  background: #6eb313;
  color: #507828; }

.footer-social a i {
  font-size: 0; }

.footer-social a i:before {
  font-size: 19px; }

.footer-widgets .panel-grid-cell .widget-title {
  font-size: 17px;
  margin-bottom: 22px; }

body .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
body #newsletter-widget input[type='text'] {
  border-radius: 0;
  padding: 10px 4px; }

body .footer-widgets .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0; }

body .footer-widgets .gform_wrapper .gform_body {
  float: left;
  width: 70%; }

body .footer-widgets .gform_wrapper .gform_footer {
  clear: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 30%; }

body .footer-widgets .gform_wrapper .top_label div.ginput_container,
body .footer-widgets .gform_wrapper li.hidden_label input,
body .footer-widgets .gform_wrapper ul li.gfield {
  margin-top: 0; }

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type='submit'] {
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%; }

body .gform_wrapper {
  margin: 37px 0 0; }

.single .entry-title {
  font-size: 33px; }

.sidebar,
.sidebar a {
  color: #507828; }

.sidebar li {
  margin-bottom: 20px; }

.sidebar .widget-title {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 31px; }

.sidebar .searchandfilter input {
  margin-right: 8px;
  width: auto; }

.sidebar .searchandfilter label {
  font-size: 15px; }

.sidebar .searchandfilter li {
  margin-bottom: 12px; }

#single-featured-image {
  margin-bottom: 20px; }

.all-posts .btn,
.archive .btn,
.search .btn {
  background: #500f52;
  color: #ffffff;
  margin-top: 15px; }

.all-posts .btn:hover,
.archive .btn:hover,
.search .btn:hover {
  background: #6eb313; }

.archive h1,
.search h1 {
  font-size: 40px; }

.single .entry-header {
  position: relative; }

.single .entry-header .footer-social {
  position: absolute;
  right: 0;
  top: 50px; }

.single .entry-header .footer-social li {
  list-style-type: none; }

.single .entry-header .footer-social a {
  background: transparent;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  padding-top: 7px;
  width: 40px; }

.single .entry-header .footer-social a:hover {
  background: transparent; }

.single .entry-header .footer-social a i::before {
  font-size: 18px; }

.single .entry-header .footer-social li {
  margin-left: 5px;
  margin-right: 0; }

.single .entry-content .btn {
  background: #507828;
  border-radius: 6px;
  color: #ffffff;
  margin-right: 15px;
  padding: 8px 20px; }

.post-categories .btn {
  margin-bottom: 10px; }

.single .entry-content .btn:hover {
  background: #6eb313; }

.archive .sidebar {
  margin-top: 10px; }

.all-posts .entry-title a,
.archive .entry-title a,
.search .entry-title a {
  color: #500f52; }

.archive .archive-description,
.search .archive-description {
  background: #507828;
  padding: 1.5rem 2rem 0.6rem; }

.archive .archive-description h1,
.search .archive-description h1 {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 13px;
  text-transform: capitalize; }

.all-posts h2.entry-title,
.archive h2.entry-title {
  font-size: 3.6rem; }

li.cat-item-634,
li.cat-item-635,
li.cat-item-638,
li.cat-item-639 {
  display: none !important; }

.entry-content a {
  color: #507828; }

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1179px) {
  .wrap {
    max-width: 960px; }
  .site-header .widget-area {
    font-size: 16px; }
  .content {
    width: 665px; }
  .title-area {
    width: 250px; }
  .site-header h5,
  .site-header h5 strong {
    font-size: 16px; }
  .genesis-nav-menu a {
    font-size: 1.6rem;
    padding: 31px 40px 31px 0; }
  #hero .wrap h1 {
    font-size: 40px;
    max-width: 725px; }
  .btn {
    padding: 11px 38px; }
  #blog_news_panel {
    margin-bottom: 25px;
    margin-top: 55px; }
  #blog_news_panel h4 {
    font-size: 20px;
    padding-right: 20px; }
  #blog_news_panel h6 {
    font-size: 14px; }
  #blog_news_panel .btn {
    font-size: 12px;
    margin-left: 10px;
    padding: 4px 8px; }
  #blog_news_panel .widget:first-child {
    width: 54%; }
  #blog_news_panel .widget:last-child {
    width: 42%; }
  .post-item .thumbnail-image img {
    min-width: auto;
    /*min-height: 182px;*/ }
  .post-item h3 {
    font-size: 17px;
    margin-top: 10px; }
  #post-info,
  .post-item h5 {
    margin-bottom: 12px; }
  .post-excerpt {
    font-size: 15px; }
  .post-item {
    margin-bottom: 15px;
    width: 30.5%; }
  .pagination {
    margin: 4rem 0 5.5rem;
    padding-top: 20px; }
  .single .entry-title {
    font-size: 30px; }
  .sidebar {
    margin-top: 0; }
  .single .entry-content .btn {
    font-size: 12px;
    margin-right: 7px;
    padding: 8px 10px; }
  .sidebar li {
    margin-bottom: 13px; }
  h2 {
    font-size: 3rem; } }

@media only screen and (max-width: 980px) {
  .footer-widgets .wrap,
  .wrap {
    max-width: 700px; }
  .site-header {
    position: relative; }
  .site-header .search-form,
  .site-header .title-area,
  .site-header .widget-area,
  .site-tagline-left,
  .site-tagline-right {
    text-align: center; }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-tagline-left,
  .site-tagline-right {
    float: none; }
  .minimum-landing .site-inner {
    margin: 0;
    padding: 4rem 4rem 0; }
  .minimum-landing .site-container {
    padding: 5%; }
  .site-header .widget-area {
    font-size: 13px; }
  .site-header .widget_sow-editor:first-child {
    padding-right: 0; }
  .site-header .widget_sow-editor:last-child a:first-child {
    border-right: 1px solid #507828;
    margin-right: 0;
    padding-right: 5px; }
  .genesis-nav-menu a {
    font-size: 1.3rem;
    padding: 15px 20px 15px 0; }
  .genesis-nav-menu li.search-social {
    float: right;
    margin-top: 6px;
    min-width: 260px; }
  .search-form input[type='search'] {
    font-size: 13px; }
  #hero .wrap h1 {
    font-size: 28px;
    max-width: 500px; }
  .btn {
    font-size: 13px;
    padding: 10px 30px; }
  #blog_news_panel h4 {
    font-size: 20px;
    padding-right: 0; }
  #blog_news_panel .widget:first-child,
  #blog_news_panel .widget:last-child {
    text-align: center; }
  #blog_news_panel h4,
  #blog_news_panel p {
    display: block; }
  #blog_news_panel .btn {
    margin-top: 15px; }
  .site-inner {
    padding-top: 2rem; }
  .post-item {
    margin-right: 15px;
    width: calc(33.33% - 13px); }
  .post-item h3 {
    font-size: 14px; }
  .post-excerpt {
    font-size: 14px;
    min-height: 197px; }
  /*.post-item .thumbnail-image img {
    	min-height: 140px;
	}*/
  .col-three:nth-of-type(2) a {
    padding: 0 5px; }
  .col-three:nth-of-type(2) {
    margin: 0 10px; }
  .site-footer {
    font-size: 11px; }
  #post-info,
  .post-item h5 {
    font-size: 11px;
    margin-bottom: 10px; }
  .content {
    width: 470px; }
  .sidebar {
    width: 205px; }
  .sidebar li {
    font-size: 14px;
    margin-bottom: 11px; }
  .single .entry-title {
    font-size: 23px; }
  .single .entry-content .btn {
    margin-bottom: 12px; }
  body {
    font-size: 16px; }
  h2 {
    font-size: 2.5rem; }
  .archive .archive-description h1 {
    font-size: 22px; }
  .archive-description {
    margin-bottom: 20px; } }

@media only screen and (max-width: 730px) {
  .content,
  .footer-widgets-1,
  .minimum-landing .site-inner,
  .sidebar,
  .site-header .widget-area,
  .site-tagline-left,
  .site-tagline-right,
  .title-area {
    float: none;
    width: 100%; }
  .genesis-nav-menu a {
    padding: 0.5rem 1rem; }
  .responsive-menu {
    display: none; }
  #responsive-menu-icon,
  .c-hamburger {
    display: block; }
  .genesis-nav-menu .menu-item {
    display: block;
    padding-left: 10px;
    text-align: left; }
  .genesis-nav-menu .sub-menu {
    left: 0;
    opacity: 1;
    position: relative;
    width: 100%; }
  .genesis-nav-menu .sub-menu a {
    background-color: transparent;
    border: 0;
    padding: 0.6rem 2rem;
    width: 100%; }
  .genesis-nav-menu .sub-menu .sub-menu,
  .site-header .sub-menu .sub-menu {
    margin: 0; }
  .genesis-nav-menu .sub-menu .sub-menu a {
    padding-left: 4rem; }
  #hero .wrap h1 {
    font-size: 19px;
    max-width: 345px; }
  .footer-widgets .wrap,
  .wrap {
    max-width: 95%; }
  .site-header h5,
  .site-header h5 strong {
    font-size: 25px;
    padding: 25px 0; }
  .search-form input[type='search'] {
    height: 50px;
    margin-bottom: 25px; }
  #blog_news_panel .widget:first-child {
    margin-bottom: 30px;
    width: 100%; }
  #blog_news_panel .widget:last-child {
    width: 100%; }
  .post-item {
    float: none;
    margin: 0 auto 25px;
    max-width: 350px;
    min-height: auto;
    width: 100%; }
  .post-item h3 {
    font-size: 16px;
    min-height: auto; }
  .post-excerpt {
    font-size: 16px;
    min-height: auto; }
  .post-item .btn {
    margin-top: 10px;
    position: relative; }
  .post-item:nth-child(3n+3) {
    margin-right: auto; }
  .site-footer {
    font-size: 13px;
    line-height: 2; }
  .genesis-nav-menu li.search-social {
    float: none; }
  .sidebar li {
    font-size: 16px; }
  .sidebar .widget-title {
    font-size: 28px;
    margin-bottom: 10px; }
  .footer-widgets .wrap {
    padding: 40px 0 25px; }
  .nav-primary {
    padding-bottom: 10px; }
  .single .entry-header .footer-social {
    margin-bottom: 20px;
    position: relative;
    right: 0;
    top: inherit; }
  .archive h2.entry-title {
    font-size: 2.2rem; }
  .entry-content img.alignnone {
    display: block;
    margin: 0 auto; }
  .footer-left,
  .footer-right {
    float: none;
    margin-right: 0;
    width: 100%; }
  .footer-left {
    padding-right: 0; }
    .footer-left a.btn {
      text-align: center;
      width: 100%; }
  .footer-right {
    margin-top: 50px;
    text-align: center; }
  .footer-widgets .footer-social {
    padding-right: 0; } }

@media only screen and (max-width: 415px) {
  .header-image .site-header .title-area .site-title a {
    background-size: contain !important; } }

div.staff-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: flex-start; }
  div.staff-container div.staff h1 {
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    margin: 25px 0 10px;
    text-decoration: none;
    text-transform: capitalize; }
    div.staff-container div.staff h1 a {
      color: #507828; }
      div.staff-container div.staff h1 a:hover {
        text-decoration: underline; }
  div.staff-container div.staff h2 {
    color: #050c17;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4; }

@media only screen and (min-width: 980px) {
  div.staff {
    margin: 10px 1%;
    width: 23%; }
    div.staff .staff-photo {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 350px;
      min-width: 200px; } }

@media only screen and (max-width: 980px) {
  div.staff {
    margin: 10px 1%;
    width: 31%; }
    div.staff .staff-photo {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 250px;
      min-width: 200px; } }

@media only screen and (max-width: 730px) {
  div.staff {
    margin: 10px 1%;
    width: 48%; }
    div.staff .staff-photo {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 350px; } }

@media only screen and (max-width: 515px) {
  div.staff {
    margin: 10px 0;
    width: 100%; }
    div.staff .staff-photo {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 450px;
      min-width: 200px; } }

.gfield_label .gfield_label_before_complex {
  float: left; }

.menu-item.languages {
  display: flex;
  float: right; }

/** LIGHTBOX MARKUP **/
#email-lightbox {
  background: rgba(0, 0, 0, 0.8);
  /** Default lightbox to hidden */
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  left: 0;
  /** Position and style */
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999; }
  #email-lightbox .lightbox-inner {
    max-width: 50%;
    position: relative; }
    #email-lightbox .lightbox-inner span.close {
      color: black;
      cursor: pointer;
      display: block;
      font-size: 20px;
      height: 35px;
      line-height: 35px;
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      z-index: 99999; }

#email-lightbox.lightbox-open {
  display: flex; }

.ctct-inline-form {
  margin: auto;
  position: relative; }

.btn {
  cursor: pointer; }

#post-author:hover,
a.entry-author-link:hover,
span.entry-author-name:hover {
  text-decoration: none !important; }

@media (max-width: 650px) {
  main.content .mtr-table td[data-mtr-content]:before,
  main.content .mtr-table th[data-mtr-content]:before {
    width: 45% !important;
    padding-right: 7%; }
  main.content .mtr-table .mtr-cell-content {
    width: 45% !important;
    display: inline-block !important;
    text-align: left !important; } }
