/*!
 springmap
 theme starter: https://github.com/webdevsuperfast/bootstrap-for-genesis
 */
/* HTML5 Reset
 --------------------------------------------- */
/* Baseline Normalize
 --------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}
progress, sub, sup {
  vertical-align: baseline;
}
[type="checkbox"], [type="radio"], legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
button, select {
  text-transform: none;
}
[type="button"], [type="reset"], [type="submit"], button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden], template {
  display: none;
}
/* Box Sizing
 --------------------------------------------- */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* Float Clearing
 --------------------------------------------- */
.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .footer-widgets: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 {
  display: table;
  content: " ";
}
.author-box:after, .clearfix:after, .entry:after, .entry-content:after, .footer-widgets: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 {
  display: table;
  clear: both;
  content: " ";
}
/* Defaults
 ----------------------------------------------*/
/* Typographical Elements
 --------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
/* Chrome fix */
body > div {
  font-size: 1.7rem;
}
body {
  margin: 0;
  color: #333;
  background-color: #fff;
  font-family: "Fira sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.625;
}
button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
  transition: all 0.2s ease-in-out;
}
a {
  color: #5c9b59;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
a:focus, a:hover {
  color: #333;
  text-decoration: none;
}
p {
  margin: 0 0 30px;
  padding: 0;
}
ol, ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
hr {
  clear: both;
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-collapse: collapse;
}
b, strong {
  font-weight: 700;
}
blockquote, cite, em, i {
  font-style: italic;
}
mark {
  background: #ddd;
}
blockquote {
  margin: 30px;
}
blockquote:before {
  display: block;
  position: relative;
  top: -10px;
  left: -20px;
  height: 0;
  font-size: 30px;
  font-size: 3rem;
  content: "\201C";
}
/* Headings
 --------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-family: "Fira sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.7rem;
}
.entry-content h3, .entry-content h4 {
  font-weight: 600;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 2rem;
}
.entry-content h4 {
  margin-top: 40px;
}
h5 {
  font-size: 1.8rem;
}
h6 {
  font-size: 1.6rem;
}
/* Objects
 --------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
  max-width: 100%;
}
img {
  height: auto;
  vertical-align: top;
}
figure {
  margin: 0;
}
/* Gallery
 --------------------------------------------- */
.gallery {
  overflow: hidden;
}
.gallery img {
  height: auto;
  padding: 4px;
  border: 1px solid #eee;
}
.gallery img:focus, .gallery img:hover {
  border: 1px solid #999;
  outline: none;
}
.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n + 1), .gallery-columns-3 .gallery-item:nth-child(3n + 1), .gallery-columns-4 .gallery-item:nth-child(4n + 1), .gallery-columns-5 .gallery-item:nth-child(5n + 1), .gallery-columns-6 .gallery-item:nth-child(6n + 1), .gallery-columns-7 .gallery-item:nth-child(7n + 1), .gallery-columns-8 .gallery-item:nth-child(8n + 1), .gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: left;
}
/* Forms
 --------------------------------------------- */
input, select, textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  color: #333;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
}
input:focus, textarea:focus {
  border: 1px solid #999;
  outline: none;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
  width: auto;
}
::-moz-placeholder {
  opacity: 1;
  color: #333;
}
::-webkit-input-placeholder {
  color: #333;
}
button {
  width: auto;
  padding: 15px 30px;
  border: 0;
  color: #fff;
  background-color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
button:focus, button:hover {
  color: #fff;
  background-color: #5c9b59;
}
button.small {
  padding: 8px 16px;
}
input[type="button"] {
  width: auto;
  padding: 15px 30px;
  border: 0;
  color: #fff;
  background-color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
input[type="button"]:focus, input[type="button"]:hover {
  color: #fff;
  background-color: #5c9b59;
}
input[type="button"].small {
  padding: 8px 16px;
}
input[type="reset"] {
  width: auto;
  padding: 15px 30px;
  border: 0;
  color: #fff;
  background-color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
input[type="reset"]:focus, input[type="reset"]:hover {
  color: #fff;
  background-color: #5c9b59;
}
input[type="reset"].small {
  padding: 8px 16px;
}
input[type="submit"] {
  width: auto;
  padding: 15px 30px;
  border: 0;
  color: #fff;
  background-color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
input[type="submit"]:focus, input[type="submit"]:hover {
  color: #fff;
  background-color: #5c9b59;
}
input[type="submit"].small {
  padding: 8px 16px;
}
.button {
  display: inline-block;
  width: auto;
  padding: 15px 30px;
  border: 0;
  color: #fff;
  background-color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
.button:focus, .button:hover {
  color: #fff;
  background-color: #5c9b59;
}
.entry-content .button:focus, .entry-content .button:hover {
  color: #fff;
}
a.button.small {
  padding: 8px 16px;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
  display: none;
}
/* Tables
 --------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 40px;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 2;
  word-break: break-all;
}
tbody {
  border-bottom: 1px solid #eee;
}
td {
  padding: 6px;
  border-top: 1px solid #eee;
  text-align: left;
}
td:first-child {
  padding-left: 0;
}
th {
  padding: 0 6px;
  font-weight: 400;
  text-align: left;
}
th:first-child {
  padding-left: 0;
}
/* Accessibility
 --------------------------------------------- */
/* Screen Reader Text
 --------------------------------------------- */
.screen-reader-shortcut, .screen-reader-text, .screen-reader-text span {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
}
.screen-reader-shortcut:focus, .screen-reader-text:focus, .widget_search input[type="submit"]:focus {
  display: block;
  clip: auto !important;
  z-index: 100000;
  /* Above WP toolbar. */
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}
.more-link {
  position: relative;
}
/* Skip Links
 ------------------------------------------------ */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}
.genesis-skip-link li {
  width: 0;
  height: 0;
  list-style: none;
}
/* Display outline on focus */
:focus {
  outline: #ccc solid 1px;
  color: #333;
}
/* Structure and Layout
 -------------------------------------- */
/* Site Container
 --------------------------------------------- */
.site-container {
  word-wrap: break-word;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}
.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled, .site-container input:disabled:hover, .site-container input[type="button"]:disabled, .site-container input[type="button"]:disabled:hover, .site-container input[type="reset"]:disabled, .site-container input[type="reset"]:disabled:hover, .site-container input[type="submit"]:disabled, .site-container input[type="submit"]:disabled:hover {
  border-width: 0;
  color: #777;
  background-color: #eee;
  cursor: not-allowed;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Site Inner
 --------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 60px 30px 0;
}
@media only screen and (min-width: 992px) {
  .site-inner {
    max-width: 1140px;
    margin-top: 116px;
  }
}
/* Content
 --------------------------------------------- */
@media only screen and (min-width: 992px) {
  .content {
    float: left;
    width: 65%;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar-content .content {
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  .full-width-content .content, .landing-page .content {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 992px) {
  /* Column Classes
   --------------------------------------------- */
  .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.5641025641%;
  }
  .one-half, .three-sixths, .two-fourths {
    width: 48.7179487179%;
  }
  .one-third, .two-sixths {
    width: 31.6239316239%;
  }
  .four-sixths, .two-thirds {
    width: 65.811965812%;
  }
  .one-fourth {
    width: 23.0769230769%;
  }
  .three-fourths {
    width: 74.358974359%;
  }
  .one-sixth {
    width: 14.5299145299%;
  }
  .five-sixths {
    width: 82.905982906%;
  }
  .first {
    clear: both;
    margin-left: 0;
  }
}
/* Common Classes hi
 ---------------------------------------*/
/* Avatar
 --------------------------------------------- */
.avatar {
  float: left;
  border-radius: 50%;
}
.author-box .avatar, .alignleft .avatar {
  margin-right: 20px;
}
.alignright .avatar {
  margin-left: 20px;
}
.comment .avatar {
  margin: 0 15px 20px 0;
}
/* Genesis
 --------------------------------------------- */
.after-entry {
  margin-bottom: 40px;
  padding: 20px 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) {
  .after-entry {
    margin-bottom: 60px;
    padding: 40px 60px;
  }
}
.after-entry .widget:last-of-type {
  margin-bottom: 0;
}
.breadcrumb {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 1.6rem;
}
.archive-description {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .archive-description {
    margin-bottom: 60px;
  }
}
.archive-description p:last-child {
  margin-bottom: 0;
}
.archive-description .entry-title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
}
.author-box {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .author-box {
    margin-bottom: 60px;
    padding: 30px;
    background-color: #f5f5f5;
  }
}
.author-box p:last-child {
  margin-bottom: 0;
}
/* Search Form
 --------------------------------------------- */
.search-form {
  overflow: hidden;
}
.entry-content .search-form {
  width: 50%;
  margin-bottom: 40px;
}
.post-password-form input[type="submit"], .search-form input[type="submit"] {
  margin-top: 10px;
}
.widget_search input[type="submit"] {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/* Titles
 --------------------------------------------- */
.archive-title, .author-box-title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
}
.entry-title {
  margin-bottom: 10px;
  font-size: 3rem;
}
.entry-title a {
  color: #333;
  text-decoration: none;
}
.entry-title a:focus, .entry-title a:hover {
  color: #5c9b59;
}
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}
.widget-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
}
/* WordPress
 --------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}
a.alignnone {
  display: inline-block;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
a.alignleft, a.alignnone, a.alignright {
  max-width: 100%;
}
img.centered, .aligncenter {
  display: block;
  margin: 0 auto 30px;
}
img.alignnone, .alignnone {
  margin-bottom: 15px;
}
a.alignleft, img.alignleft, .wp-caption.alignleft {
  margin: 0 20px 20px 0;
}
a.alignright, img.alignright, .wp-caption.alignright {
  margin: 0 0 20px 20px;
}
.gallery-caption, .wp-caption-text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
  margin: 0 0 30px;
}
/* Widgets
 ------------------------------------------------------------ */
.widget {
  margin-bottom: 40px;
}
.widget p:last-child, .widget ul > li:last-of-type {
  margin-bottom: 0;
}
.widget ul > li {
  margin-bottom: 10px;
}
.widget ul > li:last-of-type {
  padding-bottom: 0;
}
.widget ol > li {
  padding-left: 20px;
  text-indent: -20px;
  list-style-position: inside;
  list-style-type: decimal;
}
.widget li li {
  margin: 0 0 0 30px;
  padding: 0;
  border: 0;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td, .widget_calendar th {
  text-align: center;
}
/* Featured Content
 --------------------------------------------- */
.featured-content .entry {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.featured-content .entry:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.featured-content .entry-image {
  width: 75px;
  height: 75px;
}
.featured-content .entry-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.6rem;
}
/* Plugins
 --------------------------------------------- */
/* Genesis eNews Extended
 --------------------------------------------- */
.enews form + p {
  margin-top: 20px;
}
.after-entry .enews {
  padding: 10px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .after-entry .enews {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.sidebar .enews {
  padding: 30px;
  background-color: #f5f5f5;
}
.enews-widget input {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.enews-widget input[type="submit"] {
  width: 100%;
  margin: 0;
}
.after-entry .enews-widget input {
  text-align: center;
}
/* Genesis Simple FAQ
 --------------------------------------------- */
.gs-faq__question {
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid #eee;
  color: #333;
  background: transparent;
}
.gs-faq__question:focus, .gs-faq__question:hover {
  color: #5c9b59;
  background: transparent;
}
.gs-faq__question:after {
  float: right;
  font-family: dashicons;
  content: "\f132";
}
.gs-faq__question.gs-faq--expanded:after {
  content: "\f460";
}
/* Jetpack
 --------------------------------------------- */
#wpstats {
  display: none;
}
/* Site Header
 ---------------------------------------------- */
.site-header {
  padding: 0 30px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) {
  .site-header {
    position: fixed;
    z-index: 9999;
    width: 100%;
  }
}
/* Title Area
 --------------------------------------------- */
.title-area {
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
}
.wp-custom-logo .title-area {
  width: 100%;
  max-width: 350px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.wp-custom-logo .title-area img {
  width: auto;
}
.site-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.site-title a, .site-title a:focus, .site-title a:hover {
  color: #333;
  text-decoration: none;
}
.wp-custom-logo .site-title {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
}
.site-description {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
}
/* Site Navigation
 --------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  width: 100%;
  line-height: 1;
}
.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .genesis-nav-menu .menu-item {
    display: inline-block;
  }
}
.genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .genesis-nav-menu .menu-item:focus .sub-menu:focus, .genesis-nav-menu .menu-item:hover .sub-menu:hover {
    z-index: 100;
  }
}
.genesis-nav-menu .menu-item:focus > .sub-menu, .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }
}
@media only screen and (min-width: 992px) {
  .genesis-nav-menu > .menu-highlight > a {
    margin-left: 15px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 3px;
    color: #fff;
    background-color: #333;
    font-weight: 600;
  }
}
@media only screen and (min-width: 992px) {
  .genesis-nav-menu > .menu-highlight > a:focus, .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #5c9b59;
  }
}
.genesis-nav-menu a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  outline-offset: -1px;
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #5c9b59;
  text-decoration: none;
}
.genesis-nav-menu .sub-menu {
  display: block;
  clear: both;
  position: static;
  z-index: 99;
  width: 100%;
  margin: 0;
  padding-left: 15px;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .genesis-nav-menu .sub-menu {
    position: absolute;
    width: 180px;
    padding-left: 0;
    border-top: 1px solid #eee;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
}
.genesis-nav-menu .sub-menu a {
  position: relative;
  width: 100%;
  background-color: #fff;
  font-size: 1.4rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 992px) {
  .genesis-nav-menu .sub-menu a {
    width: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #eee;
    border-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }
}
.genesis-nav-menu .sub-menu:focus-within {
  opacity: 1;
}
/* Avoid flash of desktop menu on mobile devices.
 ----------------------------------------------*/
.js nav {
  display: none;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .js nav {
    display: block;
  }
}
/* 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;
}
.genesis-responsive-menu {
  display: none;
  position: relative;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .genesis-responsive-menu {
    display: block;
  }
}
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu, .genesis-responsive-menu .genesis-nav-menu .menu-item:focus > .sub-menu {
  display: none;
}
.genesis-responsive-menu .genesis-nav-menu .sub-menu {
  display: none;
  clear: both;
  position: static;
  z-index: 99;
  left: -9999px;
  width: 100%;
  margin: 0;
  padding-left: 15px;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    position: absolute;
    width: 180px;
    padding-left: 0;
    border-top: 1px solid #eee;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
}
.menu-toggle {
  display: block;
  visibility: visible;
  float: right;
  overflow: hidden;
  position: relative;
  z-index: 1000;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 0;
  border-width: 0;
  color: #333;
  background-color: transparent;
  line-height: 20px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:focus, .menu-toggle:hover {
  border-width: 0;
  color: #5c9b59;
  background-color: transparent;
}
.menu-toggle.activated:before {
  content: "\f335";
}
.site-header .menu-toggle:before {
  float: left;
  position: relative;
  top: 1px;
  margin-right: 5px;
  text-rendering: auto;
}
.sub-menu-toggle {
  display: block;
  visibility: visible;
  float: right;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  margin: 0 auto;
  padding: 9px 10px;
  border-width: 0;
  color: #333;
  background-color: transparent;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .sub-menu-toggle {
    display: none;
  }
}
.sub-menu-toggle:focus, .sub-menu-toggle:hover {
  border-width: 0;
  color: #5c9b59;
  background-color: transparent;
}
.sub-menu-toggle:before {
  display: inline-block;
  transition: transform 0.25s ease-in-out;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  text-rendering: auto;
}
.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}
.sub-menu-toggle.activated:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Header Menu
 --------------------------------------------- */
.nav-primary {
  clear: left;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .nav-primary {
    float: right;
    clear: none;
    width: auto;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .nav-primary .genesis-nav-menu a {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* Footer Menu
 --------------------------------------------- */
.nav-secondary {
  margin-top: 10px;
}
.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}
.nav-secondary .menu-item {
  display: inline-block;
}
.nav-secondary a {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0;
}
/* Content Area
 --------------------------------------------- */
/* Entry Content
 --------------------------------------------- */
.entry {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .entry {
    margin-bottom: 60px;
  }
}
.entry-content p.has-background {
  padding: 25px 30px;
}
.entry-content p.has-background.box-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.entry-content p.has-background.light-text a {
  color: #fff;
  text-decoration: underline;
}
.entry-content p.has-background.light-text a:focus, .entry-content p.has-background.light-text a:hover {
  text-decoration: none;
}
.entry-content ol, .entry-content ul {
  margin-bottom: 30px;
  margin-left: 40px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ol, .entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: #f5f5f5;
}
.entry-content .caption {
  margin-top: -20px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.content .sticky {
  padding: 30px;
  background-color: #f5f5f5;
}
/* Entry Meta
 --------------------------------------------- */
.entry-meta p {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.entry-header .entry-meta {
  margin-bottom: 20px;
}
.entry-footer .entry-meta {
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.entry-categories, .entry-tags {
  display: block;
}
.entry-comments-link:before {
  margin: 0 6px 0 2px;
  content: "\2014";
}
/* Pagination
 --------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0;
}
.adjacent-entry-pagination {
  margin-bottom: 0;
}
.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  display: inline-block;
  margin-bottom: 4px;
  padding: 8px 12px;
  color: #333;
  background-color: #f5f5f5;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a {
  color: #fff;
  background-color: #333;
}
/* Entry Comments
 --------------------------------------------- */
.entry-comments {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 992px) {
  .entry-comments {
    margin-bottom: 60px;
  }
}
.comment-list li {
  padding: 40px 0 0 30px;
}
.comment-list .depth-1 {
  padding-left: 0;
}
.comment-list .bypostauthor {
  font-size: inherit;
}
.comment-header {
  margin-bottom: 30px;
}
.comment-content {
  clear: both;
}
.comment-content ul > li {
  list-style-type: disc;
}
.comment-respond {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 992px) {
  .comment-respond {
    margin-bottom: 60px;
  }
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
  width: 50%;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.comment-header p {
  margin-bottom: 0;
}
.entry-pings {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 992px) {
  .entry-pings {
    margin-bottom: 60px;
  }
}
.entry-pings .reply {
  display: none;
}
/* Sidebar
 ------------------------------------------------ */
.sidebar {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .sidebar {
    float: right;
    width: 30%;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar-content .sidebar {
    float: left;
  }
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar p {
  margin-bottom: 20px;
}
/* Footer Widgets
 -------------------------------------------------- */
.footer-widgets {
  clear: both;
  padding: 60px 0;
  border-top: 1px solid #eee;
  background-color: #fff;
  font-size: 1.8rem;
}
.footer-widgets .wrap {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 992px) {
  .footer-widgets .wrap {
    max-width: 1140px;
  }
}
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}
.footer-widget-area {
  margin-bottom: 40px;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (min-width: 992px) {
  .footer-widget-area {
    float: left;
    width: 33.33%;
    /* fallback for older browsers */
    width: calc(100% / 3);
    margin-bottom: 0;
  }
}
.footer-widget-area:last-child {
  margin-bottom: 0;
}
/* Site Footer
 --------------------------------------------------- */
.site-footer {
  padding: 30px;
  border-top: 1px solid #eee;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
}
/* Print Styles
 --------------------------------------------------- */
@media print {
  *, *:before, *:after {
    color: #333 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after, .site-title > a:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content, .content-sidebar {
    width: 100%;
  }
  button, input, select, textarea, .breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area, .hidden-print, .home-top, .nav-primary, .nav-secondary, .post-edit-link, .sidebar {
    display: none !important;
  }
  .title-area {
    width: 100%;
    text-align: center;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    position: relative;
    top: -100px;
    padding-top: 0;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote, pre, table {
    page-break-inside: avoid;
  }
  dl, ol, ul {
    page-break-before: avoid;
  }
}
/* Custom Styles
 -------------------------------------------------- */
body {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body > div {
    font-size: 1.5rem;
  }
}
.home, .blog, .archive {
  background-color: #e8f5f7;
}
.small, .author-box-content p {
  font-size: 1.3rem;
}
h1 {
  font-weight: 800;
}
.entry-title, .archive-title {
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (min-width: 992px) {
  .entry-title, .archive-title {
    font-size: 4rem;
  }
}
h2 {
  font-weight: 700;
  font-size: 2.2rem;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 2.7rem;
  }
}
.entry-content h3 {
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  .entry-content h3 {
    font-size: 2.4rem;
  }
}
.entry-content h4 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .entry-content h4 {
    font-size: 2rem;
  }
}
h3 {
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 2.4rem;
  }
}
h4 {
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 2rem;
  }
}
h5 {
  font-size: 1.8rem;
}
h6 {
  font-size: 1.6rem;
}
.site-inner, .archive-header {
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  .site-inner {
    padding: 40px 2% 0;
  }
}
.site-header {
  background-color: #fff;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .site-header {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .site-header {
    position: relative;
    z-index: 2;
  }
}
#genesis-mobile-nav-primary.dashicons, #genesis-mobile-nav-primary.dashicons-before::before {
  font-size: 3rem;
  height: auto;
  width: auto;
}
@media screen and (min-width: 600px) {
  .site-description {
    clip: unset;
    display: inline-block;
    height: auto;
    font-size: 0.7em;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 0;
    padding-left: 10px;
    padding-top: 19px;
    width: 130px;
  }
}
@media screen and (min-width: 768px) {
  .site-description {
    width: 150px;
  }
}
@media screen and (max-width: 500px) {
  .wp-custom-logo .title-area {
    max-width: 150px !important;
  }
  .menu-toggle {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1441px) {
  .wp-custom-logo .title-area {
    max-width: 220px !important;
  }
}
.nav-primary .genesis-nav-menu a {
  font-weight: 700;
}
input.donate {
  background-color: #fff;
  border: 1px solid #ec1f27;
  border-radius: 100px;
  color: #ec1f27;
}
input.donate:hover, input.donate:focus {
  background-color: #fff;
  border-color: #333;
  color: #333;
}
.content {
  width: 100%;
}
.main-ft-post-container {
  margin-bottom: 60px;
}
.main-ft-post-container .main-ft-post {
  background-color: #fff;
  border-bottom: 3px solid #ec1f27;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
}
.main-ft-post-container .main-ft-post .main-ft-post-image {
  background-position: center center;
  background-size: cover;
  height: 300px;
}
@media screen and (min-width: 992px) {
  .main-ft-post-container .main-ft-post .main-ft-post-image {
    float: left;
    width: 67%;
  }
}
.main-ft-post-container .main-ft-post .main-ft-post-text {
  padding: 30px;
}
@media screen and (min-width: 992px) {
  .main-ft-post-container .main-ft-post .main-ft-post-text {
    float: left;
    width: 33%;
  }
}
.main-ft-post-container .main-ft-post .main-ft-post-text h2 {
  font-size: 3.6rem;
  font-weight: 800;
}
.main-ft-post-container .main-ft-post .main-ft-post-text .button {
  padding: 5px 10px;
}
.blog .site-inner, .archive .site-inner {
  padding-top: 0;
}
.blog .archive-description, .archive .archive-description {
  background-color: #fff;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  padding-bottom: 20px;
  padding-top: 30px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .blog .archive-description, .archive .archive-description {
    padding-bottom: 50px;
    padding-top: 60px;
  }
}
.blog .archive-description .archive-header, .archive .archive-description .archive-header {
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .blog-filter {
    text-align: right;
  }
}
.sf-field-category label select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #94d7e1;
  background-image: url('../images/down.png');
  background-size: 15px 15px;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  /*	color: #6D6E71; */
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  outline: none;
  padding: 6px 30px 6px 6px;
}
.sf-field-category label select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #444;
}
.sf-field-category label select::-ms-expand {
  display: none;
}
.sf-field-category label select:before {
  content: '';
  right: 5px;
  top: -7px;
  width: 30px;
  height: 33px;
  background: #f8f8f8;
  position: absolute;
  pointer-events: none;
  display: block;
}
.sf-field-category label {
  position: relative;
}
.post-card {
  position: relative;
}
.post-card .post-inner {
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
  height: 100%;
}
.post-card .post-inner a {
  display: block;
  text-decoration: none;
}
.post-card .post-inner a span {
  color: #777;
}
.post-card .post-inner a h2 {
  color: #333;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 15px;
}
.post-card .post-inner a .cat-date {
  display: inline-block;
  padding: 10px 15px;
}
.post-card .post-inner a:hover img, .post-card .post-inner a:focus img {
  opacity: 0.7;
}
.post-card .post-inner a:hover h2, .post-card .post-inner a:focus h2 {
  color: #3ab54a;
}
.single article {
  margin-bottom: 0;
}
.single .ft-container {
  margin: 30px -30px;
}
@media screen and (max-width: 992px) {
  .single .ft-container {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    position: relative;
  }
}
.single .entry-footer .entry-meta {
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 20px 0 30px;
}
.single .entry-tags a {
  background-color: #98ca3c;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  margin-right: 5px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.single .entry-tags a:hover, .single .entry-tags a:focus {
  background-color: #777;
}
.single .author-box {
  background-color: #fff;
  padding: 0;
}
.subscribe {
  background-color: #3ab54a;
  padding: 40px 0 35px;
}
.subscribe h2 {
  color: #fff;
  font-weight: 800;
  font-size: 2.8rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .subscribe h2 {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .subscribe h2 {
    font-size: 4.6rem;
  }
}
.subscribe input {
  border: 0 !important;
  font-size: 1.4rem;
  margin-bottom: 10px;
  padding: 10px !important;
}
@media screen and (min-width: 1200px) {
  .subscribe input {
    font-size: 1.6rem;
    padding: 15px !important;
  }
}
.subscribe input[type="submit"] {
  background-color: #98ca3c;
  color: #000;
  display: block;
  text-transform: uppercase;
  width: 100%;
}
.subscribe input[type="submit"]:hover, .subscribe input[type="submit"]:focus {
  background-color: #000;
  color: #fff;
}
.social {
  font-size: 3rem;
  margin: 20px 0;
}
.tribe-events-calendar tbody {
  background-color: #fff;
}
.tribe-events-pg-template {
  padding-bottom: 40px;
  padding-top: 0 !important;
}
.tribe-events-list-separator-month {
  background-color: transparent;
  font-size: 2.7rem;
  margin: 0;
  padding: 0;
}
.tribe-events-tooltip {
  padding: 15px 10px;
}
.tribe-events-tooltip h3 {
  font-size: 1.8rem;
}
.tribe-events-tooltip .tribe-events-event-body {
  padding: 0;
}
.tribe-events-tooltip .tribe-events-event-body .tribe-event-duration {
  margin-bottom: 5px;
}
.tribe-events-loop .tribe-events-list-separator-month {
  margin-bottom: 30px;
}
.tribe-events-loop .type-tribe_events {
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
  padding: 30px;
}
.tribe-events-loop .type-tribe_events h3 {
  font-weight: 700;
}
.tribe-events-loop .type-tribe_events .author.location {
  font-weight: 400;
}
.tribe-events-loop .type-tribe_events .author.location .tribe-event-schedule-details {
  font-weight: 700;
}
.tribe-events-loop .type-tribe_events .tribe-events-read-more {
  display: inline-block;
  background-color: #eee;
  color: #666;
  font-size: 1.2rem;
  padding: 5px 10px;
}
.tribe-events-loop .type-tribe_events .tribe-events-read-more:hover, .tribe-events-loop .type-tribe_events .tribe-events-read-more:focus {
  background-color: #666;
  color: #fff;
}
.tribe-events-single-section.tribe-events-event-meta {
  background-color: #e8f5f7;
  border: 0;
}
.tribe-events-back {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.tribe-events-back a {
  color: #666;
}
.tribe-events-back a:hover, .tribe-events-back a:focus {
  color: #3ab54a;
}

/* Header search */
/* Header Search
--------------------------------------------- */

.header-search-wrap {
	display: none;
	background-color: #eee;
}

.js .header-search-wrap {
	height: 100%;
	left: 0;
	padding: 10px 30px;
	position: absolute;
	transform: translate3d(0, -100%, 0);
	transition: none;
	top: 0;
	width: 100%;
	z-index: 1001; /* Show above the menu toggle button */
}

.js .header-search-wrap .search-form,
.js .header-search-wrap input[type="search"] {
	background-color: transparent;
	height: 100%;
	
}

.search-visible .header-search-wrap {
	transform: translate3d(0, 0, 0);
}

.header-search-wrap:target {
	clear: both;
	display: block;
	position: relative;
}

.header-search-wrap input[type="search"] {
	border-width: 0;
	padding-left: 0;
	padding-right: 100px;
}

.header-search-wrap input[type="submit"]:focus {
	border-radius: 3px;
	margin-top: 1px;
	padding: 20px;
	right: 50px;
}

.toggle-header-search {
	background-color: transparent;
}

.js .toggle-header-search.close:focus {
	outline: 0;
}

.toggle-header-search.close {
	border-width: 0;
	color: #666;
	height: 100%;
	padding: 0;
	position: absolute;
	right: -18px;
	top: 0;
	transform: translate3d(-35px, 0, 0);
	transition: transform 0.2s ease-in-out;
	text-decoration: none !important;
	width: 100px;
	z-index: 100;
}

.header-search-wrap:target .toggle-header-search.close {
	transform: none;
}

.toggle-header-search .dashicons {
	margin-top: .5rem;
	font-size: 12px;
	transform: scale(2);
}

.site-header .toggle-header-search.close .dashicons {
	position: absolute;
	right: 50%;
	top: calc(50% - 15px);
	transform: scale(2);
}


.search-results .entry-title {
	font-size: 2rem;
}

.search-results .entry-title a {
	color: #5c9b59;
}

.search-results .entry-title a:hover,
.search-results .entry-title a:focus {
	color: #333;
}

.search-results .entry-content {
	border-bottom: 1px solid #eee;
}

.search-results .entry-meta {
	font-size: .8em;
}