/*
	Theme Name: Cornell Botanic Gardens
	Author: Cornell Botanic Gardens
	Author URI:
	Version: 1
	Description: Cornell Botanic Gardens theme for Wordpress
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: cornellbotanicgardens
	Tags: one-column, two-columns
	Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.top-nav .nav-btns, .main-nav ul.navigation, .main-nav ul.navigation > li > .drop-holder ul, .footer-nav, .social-networks, .footer-links, .cycle-gallery .pagination ul, .share-this ul, .section-text ul, .section-text .navigation-sidebar, .section-text .navigation-sidebar li ul, .section-text .navigation-sidebar .sub-menu, .navigation-sidebar, .navigation-sidebar li ul, .navigation-sidebar .sub-menu, .filter-plants ul, .section-donation .gform_wrapper ul.gform_fields, .section-donation .gform_wrapper ul.gform_fields .gfield_radio, #map-container .filter-legends ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .header .holder:after, .top-nav .nav-btns:after, .main-nav ul.navigation:after, .social-networks:after, .footer-links:after, .cycle-gallery .mask:after, .cycle-gallery .pagination ul:after, .share-this ul:after, .section-donation .row.inn:after, .section-donation .row.new:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #6d6e67;
  background: #fff;
  font: 20px/1.3 "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.3em; }

blockquote {
  border-left: 4px solid #6d6e67;
  padding-left: .5em;
  margin-left: 1.3em; }

th, td {
  border: 1px solid #6d6e67;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #6d6e67;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #6d6e67; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #6d6e67; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #6d6e67; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #6d6e67; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #6d6e67; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

@media (min-width: 768px) {
  html,
  body {
    height: 100%; }
  .page-holder {
    height: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%; }
  #wrapper {
    display: table-cell;
    margin: 0 auto; }
  #footer {
    overflow: hidden;
    /*for FF on Windows 7*/
    display: table-footer-group;
    height: 1%; } }

.widget {
  margin-bottom: 1.3em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #333;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.3em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.3em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.3em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.3em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #333;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.3em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #333;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #6d6e67;
  padding: .4em;
  margin-bottom: 1.3em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.3em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 5px 34px 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.3em; }

.mejs-container {
  margin-bottom: 1.3em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  width: 100%; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #6d6e67; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 48px; }

h2, .h2 {
  font-size: 36px; }

h3, .h3 {
  font-size: 26px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #39f; }
  a:hover, a:focus {
    text-decoration: none; }

@font-face {
  font-family: 'proxima_nova';
  src: url("fonts/proxima_nova_bold-webfont.woff2") format("woff2"), url("fonts/proxima_nova_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova';
  src: url("fonts/proxima_nova_extrabold-webfont.woff2") format("woff2"), url("fonts/proxima_nova_extrabold-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova';
  src: url("fonts/proxima_nova_light-webfont.woff2") format("woff2"), url("fonts/proxima_nova_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova';
  src: url("fonts/proxima_nova_regular-webfont.woff2") format("woff2"), url("fonts/proxima_nova_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova';
  src: url("fonts/proxima_nova_semibold-webfont.woff2") format("woff2"), url("fonts/proxima_nova_semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova';
  src: url("fonts/proxima_nova_thin-webfont.woff2") format("woff2"), url("fonts/proxima_nova_thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?gf59jx");
  src: url("fonts/icomoon.eot?gf59jx#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?gf59jx") format("truetype"), url("fonts/icomoon.woff?gf59jx") format("woff"), url("fonts/icomoon.svg?gf59jx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-down:before {
  content: "\e900"; }

.icon-arrow-up:before {
  content: "\e906"; }

.icon-arrow-left:before {
  content: "\e907"; }

.icon-arrow-right:before {
  content: "\e908"; }

.icon-tripadvisor:before {
  content: "\e901"; }

.icon-redo-arrow:before {
  content: "\e902"; }

.icon-mail:before {
  content: "\e903"; }

.icon-search:before {
  content: "\e904"; }

.icon-users:before {
  content: "\e905"; }

.icon-location:before {
  content: "\e947"; }

.icon-map:before {
  content: "\e94b"; }

.icon-heart:before {
  content: "\e9da"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-twitter:before {
  content: "\ea96"; }

#header {
  position: relative;
  z-index: 100; }

.top-panel {
  padding: 5px 0;
  background: #6d6e67; }

.logo-custom {
  display: inline-block;
  vertical-align: top;
  width: 148px;
  margin-left: 56px; }
  @media (max-width: 1199px) {
    .logo-custom {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .logo-custom {
      width: 123px;
      margin-left: 43px; } }
  .logo-custom a {
    display: block; }

.header {
  padding: 24px 0 27px; }

.logo {
  float: left;
  margin-left: 56px; }
  @media (max-width: 1199px) {
    .logo {
      margin-left: 30px; } }
  @media (max-width: 1023px) {
    .logo {
      width: 118px; } }
  @media (max-width: 1023px) {
    .logo img {
      width: 100%; } }

#nav {
  float: right; }

@media (max-width: 767px) {
  .nav-active .over-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 270px;
    background: #929b3d;
    display: flex;
    flex-direction: column-reverse;
    padding: 14px 30px; } }

.nav-opener {
  display: none;
  width: 44px;
  height: 31px;
  position: relative;
  text-indent: -9999px;
  margin-top: 30px;
  margin-right: 10px; }
  .nav-opener:before, .nav-opener:after, .nav-opener span {
    position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    background: #6d6e67; }
  .nav-opener:before {
    top: 0;
    content: ""; }
  .nav-opener:after {
    top: 13px;
    content: ""; }
  .nav-opener span {
    top: 26px; }
  @media (max-width: 767px) {
    .nav-opener {
      display: block; } }

.over-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  @media (max-width: 767px) {
    .over-nav {
      display: none; } }

.top-nav {
  display: flex;
  align-items: center;
  position: relative;
  margin: 30px 0 16px; }
  @media (max-width: 1023px) {
    .top-nav {
      margin: 0 0 15px; } }
  @media (max-width: 767px) {
    .top-nav {
      margin: 0;
      display: block;
      width: 100%; } }
  .top-nav .nav-btns {
    padding-top: 6px; }
    @media (max-width: 767px) {
      .top-nav .nav-btns {
        padding-top: 0; } }
    .top-nav .nav-btns li {
      float: left;
      display: flex;
      align-items: center;
      margin: 0 16px; }
      @media (max-width: 767px) {
        .top-nav .nav-btns li {
          margin: 0;
          float: none;
          border-bottom: 1px solid #fff; } }
      .top-nav .nav-btns li:before {
        position: static;
        color: #929b3d; }
        @media (max-width: 767px) {
          .top-nav .nav-btns li:before {
            position: absolute;
            right: 0;
            color: #3c482b; } }
      .top-nav .nav-btns li.active a {
        color: #6a5d50; }
    .top-nav .nav-btns a {
      font: 700 22px/22px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      display: block;
      color: #3c482b;
      margin: 0 8px;
      transition: all 0.3s; }
      @media (max-width: 767px) {
        .top-nav .nav-btns a {
          margin: 0;
          padding: 18px 0;
          display: block;
          width: 100%;
          font-size: 24px;
          line-height: 24px; } }
      .top-nav .nav-btns a:hover {
        color: #929b3d; }
        @media (max-width: 767px) {
          .top-nav .nav-btns a:hover {
            color: #28301d; } }

.hold-search.active .open-search {
  background: #f0f0f0;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.hold-search .open-search {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 6px 8px 4px;
  text-decoration: none;
  color: #929b3d;
  font-size: 28px;
  line-height: 1; }
  @media (max-width: 767px) {
    .hold-search .open-search {
      display: none; } }

.hold-search .slide-form {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #f0f0f0;
  padding: 7px;
  position: absolute;
  width: 100%;
  bottom: 100%;
  right: 0; }
  @media (max-width: 767px) {
    .hold-search .slide-form {
      display: block !important;
      position: static !important;
      box-shadow: none;
      background: none;
      padding: 15px 0; } }
  .hold-search .slide-form input[type='search'] {
    width: 100%;
    background: #fff;
    border-radius: 3px;
    color: #28301d;
    border: none;
    font-size: 16px;
    line-height: 18px;
    padding: 6px 40px 5px 10px; }
    @media (max-width: 767px) {
      .hold-search .slide-form input[type='search'] {
        padding: 8px 40px 7px 10px; } }
    .hold-search .slide-form input[type='search']::-webkit-input-placeholder {
      text-transform: capitalize;
      color: #6d6e67; }
    .hold-search .slide-form input[type='search']::-moz-placeholder {
      opacity: 1;
      text-transform: capitalize;
      color: #6d6e67; }
    .hold-search .slide-form input[type='search']:-moz-placeholder {
      text-transform: capitalize;
      color: #6d6e67; }
    .hold-search .slide-form input[type='search']:-ms-input-placeholder {
      text-transform: capitalize;
      color: #6d6e67; }
    .hold-search .slide-form input[type='search'].placeholder {
      text-transform: capitalize;
      color: #6d6e67; }
  .hold-search .slide-form button[type='submit'] {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #fff;
    background: #929b3d;
    border-radius: 0 3px 3px 0;
    border: none;
    padding: 5px 5px 0px; }
    @media (max-width: 767px) {
      .hold-search .slide-form button[type='submit'] {
        top: 0;
        right: 0;
        padding: 6px 6px 1px;
        background: #c1cb30;
        color: #fff; } }
    .hold-search .slide-form button[type='submit']:hover {
      background: #c1cb30; }
      @media (max-width: 767px) {
        .hold-search .slide-form button[type='submit']:hover {
          background: #e9c31e; } }

@media (max-width: 767px) {
  .hold-search form {
    position: relative; } }

@media (max-width: 767px) {
  .main-nav {
    width: 100%; } }

.main-nav ul.navigation > li {
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .main-nav ul.navigation > li {
      float: none;
      margin: 0;
      border-bottom: 1px solid #fff; } }
  .main-nav ul.navigation > li.hover > a {
    background: #f0f0f0; }
    @media (max-width: 767px) {
      .main-nav ul.navigation > li.hover > a {
        color: #000;
        background: none; } }
  .main-nav ul.navigation > li.hover > .drop-holder {
    display: block; }
  .main-nav ul.navigation > li.active > a {
    color: #000; }
  .main-nav ul.navigation > li > a {
    text-transform: uppercase;
    text-decoration: none;
    color: #6d6e67;
    font-size: 30px;
    letter-spacing: 1.3px;
    position: relative;
    padding: 10px 15px; }
    @media (max-width: 1023px) {
      .main-nav ul.navigation > li > a {
        letter-spacing: 0;
        font-size: 22px; } }
    @media (max-width: 767px) {
      .main-nav ul.navigation > li > a {
        display: block;
        color: #3c482b;
        font-size: 24px;
        font-weight: 700;
        padding: 15px 0; } }
    .main-nav ul.navigation > li > a:before {
      font-size: 24px;
      color: #929b3d;
      position: absolute;
      transition: transform 0.3s;
      width: 13px;
      height: 23px;
      font-family: 'icomoon';
      content: "\e908";
      line-height: 1;
      position: relative;
      top: 1px;
      left: 0px; }
      @media (max-width: 1023px) {
        .main-nav ul.navigation > li > a:before {
          font-size: 17px; } }
      @media (max-width: 767px) {
        .main-nav ul.navigation > li > a:before {
          content: "\e900";
          color: #3c482b;
          left: auto;
          position: absolute;
          right: 10px;
          top: 24px; } }
  .main-nav ul.navigation > li:last-child > .drop-holder {
    left: auto;
    right: 0; }
  .main-nav ul.navigation > li.drop-active {
    background: #f0f0f0; }
    @media (max-width: 767px) {
      .main-nav ul.navigation > li.drop-active {
        background: none; } }
    @media (max-width: 767px) {
      .main-nav ul.navigation > li.drop-active .icon {
        top: 15px;
        transform: rotate(180deg); } }
  .main-nav ul.navigation > li > .drop-holder {
    display: none;
    background: #f0f0f0;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 340px;
    z-index: 10; }
    @media (max-width: 1023px) {
      .main-nav ul.navigation > li > .drop-holder {
        width: 280px; } }
    @media (max-width: 767px) {
      .main-nav ul.navigation > li > .drop-holder {
        width: auto;
        position: static;
        background: none;
        padding: 0 0 15px; } }
    .main-nav ul.navigation > li > .drop-holder ul li {
      border-bottom: 1px solid #ddd; }
      @media (max-width: 767px) {
        .main-nav ul.navigation > li > .drop-holder ul li {
          border: none;
          margin: 0 0 5px; } }
      .main-nav ul.navigation > li > .drop-holder ul li:last-child {
        border: none; }
      .main-nav ul.navigation > li > .drop-holder ul li.active > a {
        color: #28301d; }
      .main-nav ul.navigation > li > .drop-holder ul li:hover > a {
        background: #929b3d;
        color: #fff; }
        @media (max-width: 767px) {
          .main-nav ul.navigation > li > .drop-holder ul li:hover > a {
            background: none;
            color: #28301d; } }
      .main-nav ul.navigation > li > .drop-holder ul li.menu-item-has-children {
        position: relative; }
        .main-nav ul.navigation > li > .drop-holder ul li.menu-item-has-children > a {
          position: relative; }
          .main-nav ul.navigation > li > .drop-holder ul li.menu-item-has-children > a:before {
            cursor: pointer;
            position: absolute;
            right: 15px;
            top: 12px;
            font-size: 12px;
            color: #6873fc;
            width: 10px;
            height: 18px;
            transition: transform 0.3s;
            font-family: "icomoon";
            content: "\e908"; }
            @media (max-width: 767px) {
              .main-nav ul.navigation > li > .drop-holder ul li.menu-item-has-children > a:before {
                right: -3px;
                top: 2px;
                color: #fff; } }
        .main-nav ul.navigation > li > .drop-holder ul li.menu-item-has-children .drop-holder {
          display: none;
          padding: 15px 0; }
          .main-nav ul.navigation > li > .drop-holder ul li.menu-item-has-children .drop-holder ul li {
            border: none; }
          .main-nav ul.navigation > li > .drop-holder ul li.menu-item-has-children .drop-holder ul a {
            padding: 5px 10px 5px 25px; }
        .main-nav ul.navigation > li > .drop-holder ul li.menu-item-has-children.hover a:before {
          transform: rotate(90deg); }
        .main-nav ul.navigation > li > .drop-holder ul li.menu-item-has-children.hover .drop-holder {
          display: block; }
    .main-nav ul.navigation > li > .drop-holder ul a {
      color: #6e6e6e;
      display: block;
      font: 700 20px/20px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      text-decoration: none;
      padding: 10px 13px; }
      @media (max-width: 1023px) {
        .main-nav ul.navigation > li > .drop-holder ul a {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .main-nav ul.navigation > li > .drop-holder ul a {
          padding: 0;
          color: #fff; } }

.gform_ajax_spinner {
  display: none !important; }

.over-footer {
  color: #fff;
  background: #28301d;
  padding: 67px 0 75px; }
  @media (max-width: 767px) {
    .over-footer {
      padding: 35px 0 56px; } }
  .over-footer .top-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 72px; }
    @media (max-width: 1199px) {
      .over-footer .top-row {
        align-items: flex-start; } }
    @media (max-width: 767px) {
      .over-footer .top-row {
        flex-direction: column;
        margin-bottom: 40px; } }
    .over-footer .top-row .col:last-child {
      justify-content: space-between; }
      @media (max-width: 1199px) {
        .over-footer .top-row .col:last-child {
          flex-direction: column; } }
    .over-footer .top-row .over-form {
      padding-bottom: 38px;
      width: 55%; }
      @media (max-width: 1199px) {
        .over-footer .top-row .over-form {
          padding-bottom: 18px; } }
      @media (max-width: 767px) {
        .over-footer .top-row .over-form {
          width: 100%; } }
      .over-footer .top-row .over-form h3 {
        margin-bottom: 5px; }
        @media (max-width: 767px) {
          .over-footer .top-row .over-form h3 {
            font-size: 20px;
            cursor: text; } }
        @media (max-width: 767px) {
          .over-footer .top-row .over-form h3:after {
            display: none; } }
  .over-footer .nav-row .col:first-child {
    color: #ddd;
    font: 700 16px/24px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (max-width: 767px) {
    .over-footer .nav-row .col .over-nav-col:last-child {
      border-bottom: 2px solid #ddd; } }
  .over-footer .top-row, .over-footer .nav-row {
    overflow: hidden; }
    .over-footer .top-row .col, .over-footer .nav-row .col {
      float: left;
      padding: 0 44px; }
      @media (max-width: 1023px) {
        .over-footer .top-row .col, .over-footer .nav-row .col {
          padding: 0 15px; } }
      .over-footer .top-row .col:last-child, .over-footer .nav-row .col:last-child {
        width: 65%;
        display: flex; }
        @media (max-width: 767px) {
          .over-footer .top-row .col:last-child, .over-footer .nav-row .col:last-child {
            width: 100%;
            display: block; } }
      .over-footer .top-row .col:first-child, .over-footer .nav-row .col:first-child {
        width: 35%; }
        @media (max-width: 767px) {
          .over-footer .top-row .col:first-child, .over-footer .nav-row .col:first-child {
            width: 100%; } }
  .over-footer h3 {
    font: 700 24px/30px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #929b3d;
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      .over-footer h3 {
        cursor: pointer;
        margin: 0;
        position: relative;
        padding-right: 20px; } }
    @media (max-width: 767px) {
      .over-footer h3:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s;
        right: 0;
        font-family: 'icomoon';
        font-size: 15px;
        color: inherit;
        content: "\e900"; } }
  .over-footer .over-nav-col {
    padding-right: 44px; }
    @media (max-width: 767px) {
      .over-footer .over-nav-col {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 15px 0; } }
    @media (max-width: 767px) {
      .over-footer .over-nav-col.active h3:after {
        transform: translateY(-50%) rotate(-180deg); } }
  @media (max-width: 767px) {
    .over-footer .over-col {
      border-top: 2px solid #ddd;
      border-bottom: 1px solid #ddd;
      padding: 15px 0; } }
  @media (max-width: 767px) {
    .over-footer .over-col .slide {
      padding: 25px 0; } }
  @media (max-width: 767px) {
    .over-footer .over-col.active h3:after {
      transform: translateY(-50%) rotate(-180deg); } }
  .over-footer h4 {
    font: 700 18px/20px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #929b3d;
    margin: 0 0 10px; }
    .over-footer h4 a {
      color: inherit;
      display: inline-flex;
      align-items: center;
      text-decoration: none; }
      .over-footer h4 a i {
        color: #fff; }
      .over-footer h4 a:hover {
        color: #e9c31e; }

.footer-nav {
  font: 700 14px/20px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (max-width: 767px) {
    .footer-nav {
      padding: 22px 0 6px; } }
  .footer-nav li {
    margin: 0 0 7px; }
  .footer-nav a {
    color: #ddd;
    text-decoration: none;
    transition: all 0.3s; }
    .footer-nav a:hover {
      color: #e9c31e; }

.footer .gform_wrapper {
  width: 360px;
  margin: 0 !important; }
  @media (max-width: 767px) {
    .footer .gform_wrapper {
      width: auto; } }
  .footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    width: 100%;
    max-width: none !important; }
  .footer .gform_wrapper form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .footer .gform_wrapper .gform_body {
    width: 250px !important; }
    @media (max-width: 767px) {
      .footer .gform_wrapper .gform_body {
        width: calc(100% - 100px) !important; } }
  .footer .gform_wrapper .validation_message {
    position: absolute; }
  .footer .gform_wrapper .field_description_below .gfield_description {
    padding: 0; }
  .footer .gform_wrapper div.validation_error {
    position: absolute;
    top: 100%;
    margin-bottom: 0 !important;
    border: none !important;
    font-size: 16px;
    text-align: left; }
  .footer .gform_wrapper .gform_heading {
    display: none; }
  .footer .gform_wrapper .top_label div.ginput_container {
    width: 100%;
    margin: 0 !important; }
    .footer .gform_wrapper .top_label div.ginput_container input[type="text"] {
      font-size: 16px !important;
      width: 100%;
      display: inline-block;
      vertical-align: top;
      padding: 6px 10px !important;
      border: none;
      border-radius: 5px 0 0 5px;
      color: #28301d;
      height: 32px; }
      @media (max-width: 767px) {
        .footer .gform_wrapper .top_label div.ginput_container input[type="text"] {
          padding: 1px 10px !important; } }
  .footer .gform_wrapper ul.gform_fields li.gfield {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%; }
    .footer .gform_wrapper ul.gform_fields li.gfield label {
      display: none; }
  .footer .gform_wrapper .gform_footer.top_label {
    width: calc(100% - 250px);
    margin: 0;
    padding: 0; }
    @media (max-width: 767px) {
      .footer .gform_wrapper .gform_footer.top_label {
        width: 100px; } }
    .footer .gform_wrapper .gform_footer.top_label input[type="submit"] {
      text-transform: uppercase;
      font: 700 14px/14px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      letter-spacing: 1px;
      border-radius: 0 5px 5px 0;
      background: #c1cb30;
      color: #28301d;
      border: none;
      display: inline-block;
      vertical-align: top;
      padding: 10px 12px 8px;
      margin: 0 !important;
      height: 32px; }
      @media (max-width: 767px) {
        .footer .gform_wrapper .gform_footer.top_label input[type="submit"] {
          padding: 4px 5px 2px; } }
      .footer .gform_wrapper .gform_footer.top_label input[type="submit"]:hover {
        background: #e9c31e; }

.logo-footer {
  display: inline-block; }
  @media (max-width: 767px) {
    .logo-footer {
      width: 145px;
      margin: 0 0 30px; } }
  .logo-footer a {
    display: block; }

.social-networks {
  padding-top: 20px; }
  @media (max-width: 479px) {
    .social-networks {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .social-networks li {
    float: left;
    margin: 0 9px; }
    @media (max-width: 479px) {
      .social-networks li {
        margin: 0;
        padding: 0 2px;
        width: 100%;
        text-align: center; } }
  .social-networks a {
    display: inline-block;
    padding: 10px 5px;
    width: 57px;
    height: 57px;
    border: 2px solid #929b3d;
    color: #929b3d;
    background: transparent;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    transition: all 0.3s; }
    .social-networks a:hover {
      color: #fff;
      border-color: #fff; }

.bottom-over {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #3c482b;
  text-align: center;
  font: 700 14px/20px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 14px 0; }
  @media (max-width: 767px) {
    .bottom-over {
      padding: 10px 0; } }

.footer-links {
  display: inline-block;
  vertical-align: middle; }
  .footer-links li {
    float: left;
    margin: 0 7px; }
    @media (max-width: 767px) {
      .footer-links li {
        margin: 0 5px; } }
  .footer-links a {
    text-decoration: none;
    color: #c1cb30;
    transition: all 0.3s; }
    .footer-links a:hover {
      color: #6d6e67; }

.copyright {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px; }
  @media (max-width: 767px) {
    .copyright {
      margin: 0 8px; } }

.style-gray {
  background: #ddd; }

.panel {
  color: #28301d;
  background: #c1cb30;
  font: 700 18px/20px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 10px 20px;
  position: relative; }
  .panel.panel-active {
    display: none; }
  @media (max-width: 1023px) {
    .panel {
      font-size: 16px;
      line-height: 19px;
      text-align: center; } }
  .panel .holder {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1023px) {
      .panel .holder {
        flex-direction: column; } }
  .panel .btn {
    padding: 6px 15px;
    min-width: 125px;
    margin-left: 30px; }
    @media (max-width: 1023px) {
      .panel .btn {
        margin: 15px 0 0; } }
  .panel .close {
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    color: #28301d;
    top: 50%;
    transform: translateY(-50%);
    right: 20px; }
    @media (max-width: 1023px) {
      .panel .close {
        transform: translateY(0);
        top: 10px;
        right: 10px; } }

.breadcrumb-wrapper {
  padding: 14px 0; }
  .breadcrumb-wrapper .breadcrumb {
    margin-left: 86px;
    color: #929b3d;
    font: 20px/36px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 1199px) {
      .breadcrumb-wrapper .breadcrumb {
        margin-left: 58px; } }
    @media (max-width: 1023px) {
      .breadcrumb-wrapper .breadcrumb {
        margin-left: 48px; } }
    @media (max-width: 767px) {
      .breadcrumb-wrapper .breadcrumb {
        font-size: 16px;
        line-height: 20px; } }
    .breadcrumb-wrapper .breadcrumb > span {
      position: relative; }
      .breadcrumb-wrapper .breadcrumb > span:before {
        margin: 0 5px;
        content: ">"; }
      .breadcrumb-wrapper .breadcrumb > span:last-child:before, .breadcrumb-wrapper .breadcrumb > span:first-child:before {
        display: none; }
    .breadcrumb-wrapper .breadcrumb a {
      transition: all 0.3s;
      color: #929b3d;
      text-decoration: none; }
      .breadcrumb-wrapper .breadcrumb a:hover {
        color: #28301d; }
    .breadcrumb-wrapper .breadcrumb > span:last-child {
      display: block;
      color: #6d6e67;
      text-transform: uppercase;
      font: 700 44px/44px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      @media (max-width: 767px) {
        .breadcrumb-wrapper .breadcrumb > span:last-child {
          font-size: 36px; } }

.btn {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 16px; }
  @media (max-width: 767px) {
    .btn {
      padding: 9px 15px; } }
  .btn.button-style-photo {
    border: 3px solid #fff;
    background: #fff;
    color: #3c482b; }
    .btn.button-style-photo:hover {
      background: #ddd;
      color: #3c482b;
      border-color: #ddd; }
    .btn.button-style-photo:focus {
      border-color: #d1851d;
      background: #d1851d; }
  .btn.button-style-white {
    border: 3px solid #fff;
    background: #fff;
    color: #3c482b; }
    .btn.button-style-white:hover {
      border-color: #e9c31e;
      background: #e9c31e;
      color: #3c482b; }
    .btn.button-style-white:focus {
      border-color: #e9c31e;
      background: #e9c31e;
      color: #3c482b; }
  .btn.button-style-light-green {
    border: 3px solid #c0c83f;
    background: #c0c83f;
    color: #3c482b; }
    .btn.button-style-light-green:hover {
      border-color: #c0c83f;
      color: #c0c83f;
      background: #fff; }
    .btn.button-style-light-green:focus {
      border-color: #7a9319;
      background: #7a9319; }
  .btn.button-style-orange {
    border: 3px solid #e8c236;
    background: #e8c236;
    color: #3c482b; }
    .btn.button-style-orange:hover {
      border-color: #e9c31e;
      color: #e9c31e;
      background: #fff; }
    .btn.button-style-orange:focus {
      border-color: #d1851d;
      background: #d1851d; }
  .btn.button-style-green {
    border: 3px solid #919944;
    background: #919944;
    color: #3c482b; }
    .btn.button-style-green:hover {
      border-color: #919944;
      color: #919944;
      background: #fff; }
    .btn.button-style-green:focus {
      background: #001d01;
      border-color: #001d01; }
  .btn.button-style-brown {
    border: 3px solid #6a5d51;
    background: #6a5d51;
    color: #fff; }
    .btn.button-style-brown:hover {
      border-color: #6a5d51;
      color: #6a5d51;
      background: #fff; }
    .btn.button-style-brown:focus {
      background: #333;
      border-color: #333; }
  .btn.button-style-white-with-border {
    background: #fff;
    color: #3c482b;
    border: 3px solid #3c482b; }
    .btn.button-style-white-with-border:hover {
      border-color: #e9c31e;
      color: #3c482b;
      background: #e9c31e; }
    .btn.button-style-white-with-border:focus {
      border-color: #d1851d;
      background: #d1851d; }

.link {
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline;
  margin: 0; }
  .link:hover {
    text-decoration: none; }

.cycle-gallery {
  position: relative; }
  .cycle-gallery .mask {
    position: relative;
    width: 100%; }
  .cycle-gallery .slideset {
    width: 99999px;
    float: left; }
  .cycle-gallery .slide {
    width: 100%;
    float: left;
    padding: 30px 0;
    height: 638px;
    position: relative;
    background-size: cover;
    background-position: 50% 50%; }
    @media (max-width: 1023px) {
      .cycle-gallery .slide {
        height: 500px; } }
    @media (max-width: 767px) {
      .cycle-gallery .slide {
        height: 375px; } }
    .cycle-gallery .slide.vertical {
      background-size: contain;
      background-repeat: no-repeat; }
    .cycle-gallery .slide.active {
      z-index: 2; }
    .cycle-gallery .slide .photo-credit {
      position: absolute;
      top: 102%;
      right: 20px; }
  .cycle-gallery .pagination {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 62px;
    transform: translateX(-50%); }
    @media (max-width: 1023px) {
      .cycle-gallery .pagination {
        bottom: 45px; } }
    @media (max-width: 767px) {
      .cycle-gallery .pagination {
        bottom: 32px; } }
    .cycle-gallery .pagination ul li {
      float: left;
      margin: 0 10px; }
      .cycle-gallery .pagination ul li:only-child {
        display: none; }
      .cycle-gallery .pagination ul li.active a {
        border-color: #b7bbc0;
        background: #fff; }
      .cycle-gallery .pagination ul li a {
        overflow: hidden;
        background: #929b3d;
        border-radius: 50%;
        border: 1px solid #929b3d;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        width: 16px;
        height: 16px;
        display: block;
        text-indent: -9999px; }

.banner .over-center {
  max-width: 1000px;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.banner .meta-info {
  font: 700 40px/46px "Yanone Kaffeesatz", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  color: #c1cb30;
  margin: 0 0 50px; }
  @media (max-width: 1023px) {
    .banner .meta-info {
      font-size: 30px;
      line-height: 35px;
      margin: 0 0 35px; } }
  @media (max-width: 767px) {
    .banner .meta-info {
      font-size: 24px;
      line-height: 30px;
      margin: 0 0 22px; } }

.banner h2 {
  font: 700 48px/54px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 2.5px;
  color: #fff;
  margin: 0 0 60px; }
  @media (max-width: 1023px) {
    .banner h2 {
      font-size: 40px;
      line-height: 46px;
      margin: 0 0 44px; } }
  @media (max-width: 767px) {
    .banner h2 {
      font-size: 34px;
      line-height: 39px;
      margin: 0 0 28px; } }

.banner .btn {
  min-width: 300px;
  padding: 15px;
  margin: 0; }
  @media (max-width: 479px) {
    .banner .btn {
      min-width: 280px; } }

.banner-inn {
  padding: 62px 0;
  position: relative; }
  @media (max-width: 767px) {
    .banner-inn {
      padding: 0;
      margin: 0 -10px; } }
  .banner-inn .holder {
    overflow: hidden; }
    .banner-inn .holder .over-img {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      @media (max-width: 767px) {
        .banner-inn .holder .over-img {
          min-height: 375px;
          position: static; } }
  .banner-inn .block-title {
    min-height: 475px;
    padding: 80px 100px;
    float: right;
    width: 600px;
    color: #ddd;
    background: #28301d;
    opacity: 0.95;
    font-size: 24px;
    line-height: 32px; }
    @media (max-width: 1199px) {
      .banner-inn .block-title {
        width: 50%;
        padding: 50px;
        min-height: 375px; } }
    @media (max-width: 767px) {
      .banner-inn .block-title {
        width: 100%;
        padding: 48px 40px;
        font-size: 20px;
        line-height: 28px; } }
  .banner-inn h2 {
    font: 700 40px/48px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 22px;
    color: #c1cb30; }
    @media (max-width: 1023px) {
      .banner-inn h2 {
        font-size: 38px;
        line-height: 46px; } }
    @media (max-width: 767px) {
      .banner-inn h2 {
        font-size: 36px;
        line-height: 44px;
        margin: 0 0 18px; } }

.home .visual {
  margin-top: -130px;
  padding: 305px 0 60px; }
  .home .visual .btn {
    margin-bottom: 36px; }

.visual {
  padding: 60px 0;
  text-align: center;
  background-size: cover;
  background-position: 50% 0%; }
  @media (max-width: 1023px) {
    .visual {
      margin-top: -100px; } }
  @media (max-width: 767px) {
    .visual {
      margin-top: -118px;
      padding: 230px 0 50px; } }
  .visual.poster {
    padding-top: 120px;
    margin-top: 0;
    background: #c1cb30; }
    @media (max-width: 767px) {
      .visual.poster {
        padding-top: 60px; } }
    .visual.poster h1 {
      color: #3c482b; }
    .visual.poster .text {
      color: #3c482b; }
  .visual h1 {
    font: 700 40px/46px "Yanone Kaffeesatz", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    color: #c1cb30;
    margin: 0 0 32px; }
    @media (max-width: 1023px) {
      .visual h1 {
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 35px; } }
    @media (max-width: 767px) {
      .visual h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 22px; } }
  .visual .text {
    font: 700 48px/60px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #fff; }
    @media (max-width: 1023px) {
      .visual .text {
        font-size: 36px;
        line-height: 40px; } }
    @media (max-width: 767px) {
      .visual .text {
        font-size: 24px;
        line-height: 29px; } }
    .visual .text p {
      margin: 0 0 54px; }
  .visual .btn {
    min-width: 300px;
    padding: 12px 15px; }
  .visual .sub-info {
    border-left: 2px solid #fff;
    color: #fff;
    text-align: left;
    padding: 0 15px;
    max-width: 200px;
    margin: 0 auto; }
    .visual .sub-info span {
      display: block; }
    .visual .sub-info .subtitle {
      font: italic 700 24px/24px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      @media (max-width: 767px) {
        .visual .sub-info .subtitle {
          font-size: 20px; } }
    .visual .sub-info .name {
      color: #ddd;
      font: italic 22px/25px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      @media (max-width: 767px) {
        .visual .sub-info .name {
          font-size: 18px; } }

.style-one {
  padding: 75px 0;
  text-align: center; }
  @media (max-width: 1023px) {
    .style-one {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .style-one {
      padding: 48px 0; } }
  .style-one.module-d-style-1 {
    background: #ddd; }
    .style-one.module-d-style-1 h2 {
      text-transform: uppercase; }
  .style-one.module-d-style-2 {
    background: #fff; }
    .style-one.module-d-style-2 h2 {
      text-transform: uppercase; }
  .style-one h2 {
    text-align: center;
    color: #3c482b;
    margin: 0 0 15px;
    padding: 0 20px; }
    @media (max-width: 1023px) {
      .style-one h2 {
        font-size: 30px;
        line-height: 34px; } }
    @media (max-width: 767px) {
      .style-one h2 {
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 18px; } }
  .style-one h2 + p {
    max-width: 900px;
    margin: 0 auto 20px;
    padding: 0 20px;
    font-size: 24px;
    line-height: 30px; }
    @media (max-width: 767px) {
      .style-one h2 + p {
        font-size: 20px;
        line-height: 26px; } }
  .style-one .three-cols {
    overflow: hidden;
    margin: 0 -8px; }
    .style-one .three-cols .col {
      float: left;
      width: 33.333%;
      padding: 8px; }
      @media (max-width: 1023px) {
        .style-one .three-cols .col {
          width: 50%; } }
      @media (max-width: 767px) {
        .style-one .three-cols .col {
          width: 100%;
          padding: 0 38px; } }
  .style-one .four-cols {
    overflow: hidden;
    margin: 0 -8px; }
    .style-one .four-cols .col {
      float: left;
      width: 25%;
      padding: 8px; }
      @media (max-width: 1023px) {
        .style-one .four-cols .col {
          width: 50%; } }
      @media (max-width: 767px) {
        .style-one .four-cols .col {
          width: 100%;
          padding: 0 38px; } }
      .style-one .four-cols .col .box {
        text-align: center; }
  .style-one .over-btns {
    text-align: center; }
    @media (max-width: 767px) {
      .style-one .over-btns {
        display: flex;
        flex-direction: column;
        align-items: center; } }
  .style-one .btn {
    padding: 15px;
    min-width: 300px;
    margin: 0 18px; }
    @media (max-width: 767px) {
      .style-one .btn {
        margin-bottom: 10px; } }

.box {
  text-align: left; }
  .box a {
    text-decoration: none; }
  .box .img-wrap {
    text-align: center; 
	max-height: 280px;
	overflow: hidden;}
    .box .img-wrap a {
      display: block; }
  .box .txt-wrap {
    padding: 24px 18px; }
    @media (max-width: 1023px) {
      .box .txt-wrap {
        padding: 20px 0; } }
  .box .category {
    display: block;
    font: 700 26px/30px "Yanone Kaffeesatz", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 3px;
    color: #929b3d;
    text-transform: uppercase; }
    .box .category a {
      color: inherit; }
      .box .category a:hover {
        opacity: 0.9; }
  .box h4 {
    color: #3c482b;
    line-height: 29px;
    margin: 0 0 8px; }
    .box h4 a {
      color: inherit; }
      .box h4 a:hover {
        color: #6d6e67; }
  .box .btn {
    padding: 10px 15px; }
  .box.inn {
    background: #f1f1f1;
    position: relative;
    padding: 27px 40px; }
    @media (max-width: 479px) {
      .box.inn {
        padding: 10px 15px;
        margin: 0 -25px; } }
    .box.inn h3 {
      text-transform: uppercase;
      font: 700 28px/30px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      padding-right: 80px;
      margin: 0 0 8px; }
      @media (max-width: 479px) {
        .box.inn h3 {
          font-size: 22px; } }
    .box.inn .clear {
      position: absolute;
      top: 30px;
      right: 40px;
      color: #939598;
      text-decoration: underline; }
      @media (max-width: 479px) {
        .box.inn .clear {
          top: 10px;
          right: 10px;
          font-size: 16px; } }
      .box.inn .clear:hover {
        text-decoration: none;
        color: #28301d; }

.style-two {
  position: relative; }
  .style-two.right .holder {
    flex-direction: row-reverse; }
    @media (max-width: 767px) {
      .style-two.right .holder {
        flex-direction: column; } }
  .style-two.right .txt-hold {
    padding: 110px 85px 110px 40px; }
    @media (max-width: 1199px) {
      .style-two.right .txt-hold {
        padding: 80px 40px; } }
    @media (max-width: 767px) {
      .style-two.right .txt-hold {
        padding: 52px 30px; } }
  .style-two.right h2 {
    color: #3c482b; }
  .style-two.left .holder {
    flex-direction: row; }
    @media (max-width: 767px) {
      .style-two.left .holder {
        flex-direction: column; } }
  .style-two.left .txt-hold {
    padding: 110px 75px 110px 110px; }
    @media (max-width: 1199px) {
      .style-two.left .txt-hold {
        padding: 80px 40px; } }
    @media (max-width: 767px) {
      .style-two.left .txt-hold {
        padding: 52px 30px; } }
  .style-two.left h2 {
    color: #3c482b; }
  .style-two .holder {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
  .style-two .col {
    width: 44%; }
    @media (max-width: 1023px) {
      .style-two .col {
        width: 56%; } }
    @media (max-width: 767px) {
      .style-two .col {
        width: 100%; } }
    .style-two .col:first-child {
      width: 56%; }
      @media (max-width: 1023px) {
        .style-two .col:first-child {
          width: 44%; } }
      @media (max-width: 767px) {
        .style-two .col:first-child {
          width: 100%; } }
  .style-two .img-hold {
    height: 100%;
    min-height: 650px;
    background-position: 50% 50%;
    background-size: cover; }
    @media (max-width: 1199px) {
      .style-two .img-hold {
        min-height: 550px; } }
    @media (max-width: 767px) {
      .style-two .img-hold {
        min-height: 305px;
        margin: 0 -10px !important; } }
  .style-two h2 {
    text-transform: uppercase;
    margin: 0 0 24px;
    line-height: 43px; }
    @media (max-width: 767px) {
      .style-two h2 {
        font-size: 26px;
        line-height: 31px;
        margin: 0 0 10px; } }
  .style-two p {
    margin: 0 0 32px; }
    @media (max-width: 767px) {
      .style-two p {
        margin: 0 0 27px; } }
  .style-two .btn {
    padding: 12px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 205px; }
    @media (max-width: 767px) {
      .style-two .btn {
        margin: 0 0 14px;
        display: block; } }

.style-three .holder {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .style-three .holder {
      flex-direction: column; } }

.style-three .col {
  width: calc(100% - 400px);
  padding: 83px 0 83px 100px; }
  @media (max-width: 1199px) {
    .style-three .col {
      padding: 50px 30px; } }
  @media (max-width: 1023px) {
    .style-three .col {
      width: 50%; } }
  @media (max-width: 767px) {
    .style-three .col {
      width: 100%;
      padding: 64px 30px 40px; } }
  .style-three .col:last-child {
    background: #eee;
    position: relative; }
    .style-three .col:last-child:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: -9999px;
      content: "";
      background: inherit;
      z-index: -1; }
      @media (max-width: 767px) {
        .style-three .col:last-child:before {
          right: -20px;
          left: -20px; } }
  .style-three .col:first-child {
    width: 400px;
    padding: 70px 20px;
    background: #c1cb30;
    position: relative; }
    @media (max-width: 1023px) {
      .style-three .col:first-child {
        width: 50%; } }
    @media (max-width: 767px) {
      .style-three .col:first-child {
        width: 100%;
        padding: 54px 30px; } }
    .style-three .col:first-child:before {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: -9999px;
      content: "";
      background: inherit;
      z-index: -1; }
      @media (max-width: 767px) {
        .style-three .col:first-child:before {
          right: -20px;
          left: -20px; } }

.style-three .text {
  font: 24px/32px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (max-width: 1023px) {
    .style-three .text {
      font-size: 20px;
      line-height: 28px; } }
  .style-three .text p {
    margin: 0 0 20px; }

.style-three h2 {
  text-transform: uppercase;
  margin: 0 0 28px;
  color: #3c482b; }
  @media (max-width: 1023px) {
    .style-three h2 {
      font-size: 30px;
      line-height: 34px; } }
  @media (max-width: 767px) {
    .style-three h2 {
      font-size: 26px;
      line-height: 31px;
      margin: 0 0 14px; } }

.style-three .btn {
  padding: 16px;
  min-width: 435px;
  margin: 35px 0; }
  @media (max-width: 1023px) {
    .style-three .btn {
      min-width: 0;
      width: 100%; } }
  @media (max-width: 767px) {
    .style-three .btn {
      margin: 10px 0 20px;
      padding: 9px 15px; } }

.style-four {
  padding: 95px 0 50px; }
  .style-four .over {
    overflow: hidden;
    margin: 0 -47px; }
    @media (max-width: 1199px) {
      .style-four .over {
        margin: 0 -25px; } }
  .style-four .col {
    float: left;
    width: 58%;
    padding: 0 47px; }
    @media (max-width: 1199px) {
      .style-four .col {
        padding: 0 25px; } }
    @media (max-width: 767px) {
      .style-four .col {
        width: 100%; } }
    .style-four .col:last-child {
      width: 42%; }
      @media (max-width: 767px) {
        .style-four .col:last-child {
          width: 100%;
          margin-top: 10px; } }
  .style-four .block {
    padding: 50px;
    text-align: center; }
    @media (max-width: 1023px) {
      .style-four .block {
        padding: 40px 25px; } }
  .style-four h3 {
    font: 700 40px/48px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 16px; }
    @media (max-width: 1023px) {
      .style-four h3 {
        font-size: 30px;
        line-height: 34px; } }
    @media (max-width: 767px) {
      .style-four h3 {
        font-size: 26px;
        line-height: 30px; } }
  .style-four .txt {
    font: 24px/32px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 1023px) {
      .style-four .txt {
        font-size: 20px;
        line-height: 26px; } }
  .style-four .btn {
    min-width: 200px;
    padding: 15px; }

.share-this {
  padding: 45px 0;
  text-align: center; }
  @media (max-width: 767px) {
    .share-this {
      padding: 20px 0; } }
  .share-this .over {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px; }
  .share-this h2 {
    font: 28px/34px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #939598 !important;
    margin: 0 0 27px; }
  .share-this ul {
    display: inline-block;
    margin: 0; }
    .share-this ul li {
      float: left;
      margin: 0 14px !important;
      padding: 0 !important; }
      @media (max-width: 767px) {
        .share-this ul li {
          margin: 0 6px !important; } }
      .share-this ul li:before {
        display: none; }
      .share-this ul li > span {
        cursor: pointer;
        display: block;
        width: 57px;
        height: 57px;
        border: 2px solid #6a5d50;
        border-radius: 50%;
        color: #6a5d50;
        text-align: center;
        font-size: 30px;
        padding: 11px 1px;
        transition: all 0.3s; }
        .share-this ul li > span:hover {
          border-color: #28301d;
          color: #28301d; }

.section-text .holder {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse; }
  @media (max-width: 767px) {
    .section-text .holder {
      flex-direction: column-reverse; } }
  .section-text .holder #content:only-child {
    width: 100%; }
  .section-text .holder p.meta-info {
    color: #3c482b;
    font-size: 24px;
    line-height: 30px;
    text-align: center; }
    .section-text .holder p.meta-info a {
      text-decoration: none;
      color: inherit; }
      .section-text .holder p.meta-info a:hover {
        color: #929b3d; }
    .section-text .holder p.meta-info strong {
      display: block; }
    .section-text .holder p.meta-info span {
      font-weight: 700;
      display: block;
      margin: 0 0 8px; }
      .section-text .holder p.meta-info span + a {
        font-weight: 400; }
  .section-text .holder img.wp-post-image {
    width: 100%; }

.section-text .sidebar {
  width: 400px;
  background: #c1cb30 url(images/flower.png) no-repeat 50% 50%;
  position: relative;
  padding: 70px 30px; }
  @media (max-width: 1199px) {
    .section-text .sidebar {
      padding: 30px 15px; } }
  @media (max-width: 1023px) {
    .section-text .sidebar {
      width: 40%; } }
  @media (max-width: 767px) {
    .section-text .sidebar {
      width: 100%;
      background-size: cover;
      background-image: none; } }
  .section-text .sidebar:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -99999px;
    background: #c1cb30;
    content: "";
    z-index: -1; }
    @media (max-width: 767px) {
      .section-text .sidebar:after {
        right: -999px; } }

.section-text .content {
  width: calc(100% - 400px);
  padding: 0 20px; }
  @media (max-width: 1023px) {
    .section-text .content {
      width: 60%; } }
  @media (max-width: 767px) {
    .section-text .content {
      width: 100%; } }

.section-text .text-wrap {
  padding: 80px 10px 60px 100px;
  font: 24px/32px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (max-width: 1199px) {
    .section-text .text-wrap {
      padding: 35px; } }
  @media (max-width: 767px) {
    .section-text .text-wrap {
      font-size: 18px;
      padding: 25px 0 10px; } }
  .section-text .text-wrap a.btn {
    min-width: 300px;
    padding: 10px 15px; }

.section-text h1 {
  line-height: 1.1; }
  @media (max-width: 1023px) {
    .section-text h1 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .section-text h1 {
      font-size: 32px; } }

.section-text .user-info {
  font: 24px/38px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 57px; }
  @media (max-width: 767px) {
    .section-text .user-info {
      font-size: 18px;
      margin: 0 0 30px; } }
  .section-text .user-info h2 {
    margin: 0 0 10px; }
  .section-text .user-info p {
    margin: 0; }
  @media (max-width: 479px) {
    .section-text .user-info .alignleft {
      margin: 0 0 15px;
      width: 100%; } }

.section-text .share-this {
  padding-bottom: 0; }

.section-text h2 {
  line-height: 1;
  color: #3c482b;
  margin: 0 0 26px; }
  @media (max-width: 767px) {
    .section-text h2 {
      font-size: 28px; } }

.section-text h3 {
  line-height: 1;
  letter-spacing: 1px;
  margin: 0 0 15px;
  color: #3c482b; }
  @media (max-width: 767px) {
    .section-text h3 {
      font-size: 20px; } }

.section-text p {
  margin: 0 0 50px; }
  @media (max-width: 767px) {
    .section-text p {
      margin: 0 0 25px; } }

.section-text ul {
  margin: 0 0 83px; }
  @media (max-width: 767px) {
    .section-text ul {
      line-height: 22px; } }
  .section-text ul li {
    padding-left: 16px;
    position: relative;
    margin: 0 0 8px; }
    @media (max-width: 767px) {
      .section-text ul li {
        margin: 0 0 10px; } }
    .section-text ul li:before {
      position: absolute;
      top: 16px;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      content: "";
      background: #6d6e67; }
      @media (max-width: 767px) {
        .section-text ul li:before {
          top: 9px; } }

.section-text .list-levels {
  margin: 0 0 42px; }
  .section-text .list-levels > li {
    padding: 30px 0 38px;
    border-bottom: 1px solid #939598; }
    .section-text .list-levels > li:first-child {
      padding-top: 0; }
    .section-text .list-levels > li:before {
      display: none; }
  .section-text .list-levels h3 {
    margin: 0 0 12px;
    color: #3c482b; }
  .section-text .list-levels p {
    margin: 0 0 10px; }
  .section-text .list-levels ul {
    margin: 0; }
    .section-text .list-levels ul li {
      border: none; }
  .section-text .list-levels .hold {
    overflow: hidden;
    padding-top: 18px;
    color: #3c482b; }
    .section-text .list-levels .hold span {
      margin: 4px 20px;
      float: left;
      font-size: 20px;
      float: left;
      font-weight: 700; }
      @media (max-width: 1199px) {
        .section-text .list-levels .hold span {
          float: none;
          display: block;
          margin: 0 0 15px; } }
    .section-text .list-levels .hold strong {
      margin: 7px 20px;
      font-size: 20px;
      float: right; }
      @media (max-width: 1199px) {
        .section-text .list-levels .hold strong {
          float: none;
          display: block;
          margin: 0; } }
    .section-text .list-levels .hold .btn {
      min-width: 110px; }
  .section-text .list-levels .btn {
    float: left;
    min-width: 110px;
    padding: 11px 15px;
    background: #c1cb30;
    color: #3c482b; }
    @media (max-width: 1199px) {
      .section-text .list-levels .btn {
        float: none;
        display: inline-block;
        margin: 0 0 15px; } }
    .section-text .list-levels .btn:hover {
      opacity: 0.8; }

.section-text .navigation-sidebar {
  font: 700 24px/32px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .section-text .navigation-sidebar li {
    margin: 0 0 20px; }
    .section-text .navigation-sidebar li:before {
      display: none; }
    .section-text .navigation-sidebar li:last-child {
      margin-bottom: 14px; }
    .section-text .navigation-sidebar li.menu-item-has-children {
      position: relative; }
      .section-text .navigation-sidebar li.menu-item-has-children.current-page-ancestor .drop-holder {
        display: block !important; }
      .section-text .navigation-sidebar li.menu-item-has-children > span.icon {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -4px;
        margin-left: 5px;
        width: 25px;
        height: 25px;
        cursor: pointer; }
        .section-text .navigation-sidebar li.menu-item-has-children > span.icon:before {
          transition: all 0.3s;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          content: "\e908";
          font-family: 'icomoon';
          font-size: 14px;
          color: #3c482b; }
      .section-text .navigation-sidebar li.menu-item-has-children.active-action > span.icon:before {
        transform: translate(-50%, -50%) rotate(90deg); }
    .section-text .navigation-sidebar li ul {
      font-size: 20px;
      padding: 10px 0; }
      .section-text .navigation-sidebar li ul li {
        margin: 0;
        padding-left: 30px; }
        .section-text .navigation-sidebar li ul li.menu-item-has-children a.nav-link-opener:after {
          font-size: 10px;
          top: -3px; }
  .section-text .navigation-sidebar a {
    text-transform: capitalize;
    color: #3c482b;
    text-decoration: none;
    transition: all 0.3s; }
    .section-text .navigation-sidebar a:hover {
      color: #fff; }
  .section-text .navigation-sidebar .sub-menu {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 0 15px 25px; }

@media (max-width: 767px) {
  .section-text .img-hold {
    margin-left: -10px; } }

.section-text .img-hold img {
  width: 100%; }

.section-content {
  padding: 70px 0 0;
  font: 20px/26px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .section-content .holder {
    max-width: 768px;
    padding: 0 12px; }
    .section-content .holder > h2 {
      text-transform: uppercase; }
  .section-content h1 {
    text-align: center;
    color: #3c482b;
    font-size: 64px;
    line-height: 70px;
    margin: 0 0 12px; }
  .section-content h2 {
    color: #3c482b;
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 16px;
    padding-top: 40px; }
  .section-content h4 {
    color: #929b3d;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 6px; }
  .section-content p {
    margin: 0 0 20px; }
  .section-content .top-info {
    text-align: center;
    margin: 0 0 28px; }
    .section-content .top-info span {
      display: block;
      font: 24px/30px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .section-content .top-info .sc-name {
      font-style: italic;
      font-weight: 700;
      color: #929b3d; }
      .section-content .top-info .sc-name .attribute-cultivar {
        display: inline;
        font-style: normal;
        font-weight: 700; }
    .section-content .top-info .f-name {
      color: #3c482b; }

.plant-search-result .sc-name {
  display: block;
  font: 24px/30px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.plant-search-result .sc-name {
  font-style: italic;
  /*font-weight: 700;
		color: $green;*/ }
  .plant-search-result .sc-name .attribute-cultivar {
    display: inline;
    font-style: normal;
    /*font-weight: 700;*/ }

.plant-search-result .f-name {
  /*color: $dark-green;*/ }

.navigation-sidebar {
  font: 700 24px/32px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .navigation-sidebar li {
    margin: 0 0 20px; }
    .navigation-sidebar li:before {
      display: none; }
    .navigation-sidebar li:last-child {
      margin-bottom: 14px; }
    .navigation-sidebar li.menu-item-has-children {
      position: relative; }
      .navigation-sidebar li.menu-item-has-children.current-page-ancestor .drop-holder {
        display: block !important; }
      .navigation-sidebar li.menu-item-has-children > span.icon {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -4px;
        margin-left: 5px;
        width: 25px;
        height: 25px;
        cursor: pointer; }
        .navigation-sidebar li.menu-item-has-children > span.icon:before {
          transition: all 0.3s;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          content: "\e908";
          font-family: 'icomoon';
          font-size: 14px;
          color: #3c482b; }
      .navigation-sidebar li.menu-item-has-children.active-action > span.icon:before {
        transform: translate(-50%, -50%) rotate(90deg); }
    .navigation-sidebar li ul {
      font-size: 20px;
      padding: 10px 0; }
      .navigation-sidebar li ul li {
        margin: 0;
        padding-left: 30px; }
        .navigation-sidebar li ul li.menu-item-has-children a.nav-link-opener:after {
          font-size: 10px;
          top: -3px; }
  .navigation-sidebar a {
    text-transform: capitalize;
    color: #3c482b;
    text-decoration: none;
    transition: all 0.3s; }
    .navigation-sidebar a:hover {
      color: #fff; }
  .navigation-sidebar .sub-menu {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 0 15px 25px; }

.style-five {
  background: #ddd; }
  .style-five .cols {
    overflow: hidden;
    margin: 0 -6px;
    padding: 42px 0 90px; }
    @media (max-width: 1023px) {
      .style-five .cols {
        padding: 20px 0; } }
    @media (max-width: 767px) {
      .style-five .cols {
        padding: 10px 0 30px; } }
    .style-five .cols .col {
      float: left;
      width: 33.333%;
      padding: 6px; }
      @media (max-width: 767px) {
        .style-five .cols .col {
          width: 50%; } }
      @media (max-width: 479px) {
        .style-five .cols .col {
          width: 100%; } }

.item-block {
  background: #fff;
  padding: 27px 17px;
  color: #3c482b;
  font: 700 24px/30px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (max-width: 1023px) {
    .item-block {
      padding: 17px 13px; } }
  .item-block h3 {
    font: 700 26px/26px "Yanone Kaffeesatz", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #929b3d;
    margin: 0 0 5px; }
    .item-block h3 span {
      margin: 0 7px;
      position: relative; }
      .item-block h3 span:before {
        width: 2px;
        content: "";
        position: absolute;
        top: -2px;
        left: -10px;
        height: 26px;
        background: #929b3d; }
      .item-block h3 span:first-child {
        margin-left: 0; }
        .item-block h3 span:first-child:before {
          display: none; }
    .item-block h3 a {
      color: inherit;
      text-decoration: none; }
      .item-block h3 a:hover {
        color: #c1cb30; }
  .item-block p {
    margin: 0 0 6px; }
  .item-block .txt {
    display: block;
    font: 20px/26px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #6d6e67; }

.pagination {
  text-align: center;
  color: #6d6e67;
  padding: 10px 0;
  font: 700 20px/30px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .pagination a {
    color: inherit;
    text-decoration: none; }
    .pagination a:hover {
      color: #28301d; }
  .pagination .current {
    text-decoration: underline; }
  .pagination .page-numbers {
    margin: 0 5px; }
  .pagination .over-center {
    text-transform: uppercase;
    text-align: center;
    padding: 13px 0;
    font-size: 24px;
    font-weight: 700; }
    .pagination .over-center a {
      color: #3c482b; }
    .pagination .over-center .info-results {
      font-size: 20px;
      font-weight: 400;
      display: inline-block;
      text-align: center; }

.filter-research {
  display: flex;
  padding: 110px 0 50px;
  overflow: hidden;
  margin: 0 -11px; }
  @media (max-width: 1023px) {
    .filter-research {
      padding: 75px 0 35px; } }
  @media (max-width: 767px) {
    .filter-research {
      flex-direction: column;
      padding: 50px 0 20px; } }
  .filter-research .col {
    padding: 0 11px;
    width: 28%; }
    @media (max-width: 1023px) {
      .filter-research .col {
        width: 30%; } }
    @media (max-width: 767px) {
      .filter-research .col {
        width: 100%;
        margin: 0 0 20px; } }
    .filter-research .col:first-child {
      width: 54.5%; }
      @media (max-width: 1023px) {
        .filter-research .col:first-child {
          width: 45%; } }
      @media (max-width: 767px) {
        .filter-research .col:first-child {
          width: 100%; } }
    .filter-research .col:last-child {
      width: 17.5%; }
      @media (max-width: 1023px) {
        .filter-research .col:last-child {
          width: 25%; } }
      @media (max-width: 767px) {
        .filter-research .col:last-child {
          width: 100%; } }
  .filter-research input[type='text'] {
    border: none;
    border-radius: 5px;
    width: 100%;
    padding: 13px 20px; }
  .filter-research input[type='submit'] {
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #3c482b;
    background: #c1cb30;
    border: none;
    border-radius: 5px;
    width: 100%;
    padding: 16px 20px 14px; }
    .filter-research input[type='submit']:hover {
      opacity: 0.9; }
  .filter-research .jcf-select {
    width: 100%;
    margin: 0;
    border-radius: 5px;
    border: none; }

.search-section {
  padding: 130px 0;
  text-align: center;
  background: #c1cb30; }
  @media (max-width: 1023px) {
    .search-section {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .search-section {
      padding: 25px 0; } }
  .search-section h1 {
    font: 700 44px/44px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 9px;
    color: #3c482b;
    text-transform: uppercase; }
  .search-section .sub-info {
    display: block;
    margin: 0 0 38px;
    font: 700 24px/30px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .search-section .link {
    color: #3c482b;
    margin-top: 20px; }
    .search-section .link:hover {
      color: #28301d; }

form.search-form fieldset {
  width: 100%; }

form.search-form input[type='search'] {
  border: none;
  border-radius: 5px 0 0 5px;
  width: 74%;
  padding: 13px 20px;
  height: 50px;
  margin: 0; }
  @media (max-width: 479px) {
    form.search-form input[type='search'] {
      width: 100%;
      border-radius: 5px;
      margin: 0 0 10px; } }

form.search-form input[type='submit'] {
  height: 50px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background: #6a5d50;
  border: none;
  border-radius: 0 5px 5px 0;
  width: 26%;
  padding: 16px 20px 14px; }
  @media (max-width: 479px) {
    form.search-form input[type='submit'] {
      border-radius: 5px;
      width: 100%;
      margin: 0; } }
  form.search-form input[type='submit']:hover {
    opacity: 0.9; }

form.search-plants, form.search-form {
  max-width: 800px;
  margin: 0 auto 19px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    form.search-plants, form.search-form {
      margin-bottom: 20px; } }
  @media (max-width: 479px) {
    form.search-plants, form.search-form {
      display: block; } }
  form.search-plants input[type='text'], form.search-form input[type='text'] {
    border: none;
    border-radius: 5px 0 0 5px;
    width: 74%;
    padding: 13px 20px;
    height: 50px; }
    @media (max-width: 479px) {
      form.search-plants input[type='text'], form.search-form input[type='text'] {
        border-radius: 5px;
        width: 100%;
        margin-bottom: 10px; } }
  form.search-plants input[type='submit'], form.search-form input[type='submit'] {
    height: 50px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background: #6a5d50;
    border: none;
    border-radius: 0 5px 5px 0;
    width: 26%;
    padding: 16px 20px 14px; }
    @media (max-width: 479px) {
      form.search-plants input[type='submit'], form.search-form input[type='submit'] {
        border-radius: 5px;
        width: 100%;
        margin-bottom: 0; } }
    form.search-plants input[type='submit']:hover, form.search-form input[type='submit']:hover {
      opacity: 0.9; }

.results-search {
  padding: 73px 0; }
  .results-search h1 {
    text-transform: uppercase;
    color: #3c482b;
    font-size: 36px;
    margin: 0 0 20px; }
  .results-search .title + .item-result {
    border-top: 1px solid #939598; }
  .results-search .item-result {
    padding: 23px 0;
    border-bottom: 1px solid #939598; }
    .results-search .item-result h2 {
      color: #929b3d;
      font-size: 28px;
      text-transform: capitalize;
      margin: 0 0 6px; }
      .results-search .item-result h2 a {
        color: inherit;
        text-decoration: none; }
        .results-search .item-result h2 a:hover {
          color: #3c482b; }
    .results-search .item-result p {
      margin: 0 0 10px; }
    .results-search .item-result + .pagination {
      padding-top: 80px; }

.info-results {
  display: block;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 10px; }

.filter-plants ul {
  margin: 0 0 20px; }
  .filter-plants ul li {
    position: relative;
    border-bottom: 1px solid #939598; }
    .filter-plants ul li .drop {
      padding: 8px 0; }
    .filter-plants ul li.radio label {
      display: block; }
    .filter-plants ul li.radio .selected-value {
      position: absolute;
      top: 11px;
      right: 38px;
      font-size: 18px; }
      @media (max-width: 479px) {
        .filter-plants ul li.radio .selected-value {
          font-size: 14px;
          right: 18px; } }
    .filter-plants ul li.radio .name {
      display: block;
      position: relative; }
      .filter-plants ul li.radio .name:before {
        position: absolute;
        font-size: 20px;
        top: 10px;
        font-weight: 400;
        right: 0;
        font-family: "icomoon";
        content: "\e900";
        color: #929b3d; }
        @media (max-width: 479px) {
          .filter-plants ul li.radio .name:before {
            font-size: 12px; } }
    .filter-plants ul li .name {
      display: inline-block;
      vertical-align: middle;
      padding: 11px 5px 10px 0;
      font: 700 24px/24px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      color: #929b3d;
      margin: 0;
      position: relative;
      z-index: 2; }
      @media (max-width: 479px) {
        .filter-plants ul li .name {
          font-size: 16px; } }

.filter-plants .jcf-select {
  background: transparent;
  border: none;
  position: absolute;
  height: 44px;
  z-index: 1;
  right: 0;
  width: 100%;
  text-align: right; }
  .filter-plants .jcf-select .jcf-select-text {
    line-height: 42px;
    width: 36%;
    float: right;
    margin: 0 20px 0 0; }
    @media (max-width: 479px) {
      .filter-plants .jcf-select .jcf-select-text {
        margin-right: 18px; } }
    @media (max-width: 479px) {
      .filter-plants .jcf-select .jcf-select-text span {
        font-size: 14px; } }
  .filter-plants .jcf-select .jcf-select-opener {
    background: transparent;
    width: 20px; }
    @media (max-width: 479px) {
      .filter-plants .jcf-select .jcf-select-opener {
        font-size: 12px;
        right: -4px; } }
    .filter-plants .jcf-select .jcf-select-opener:after {
      color: #929b3d; }

.filter-plants button[type='submit'], .filter-plants input[type='submit'] {
  width: 100%;
  background: #929b3d;
  color: #3c482b;
  border: none;
  outline: none;
  text-transform: uppercase;
  padding: 10px 10px 8px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px; }
  .filter-plants button[type='submit']:hover, .filter-plants input[type='submit']:hover {
    opacity: 0.9; }

.no-plant-results .btn {
  background: #929b3d;
  color: #3c482b;
  border: none;
  outline: none;
  text-transform: uppercase;
  padding: 10px 10px 8px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px; }
  .no-plant-results .btn:hover {
    opacity: 0.9; }

.page-template-template-plant-database-landing .jcf-select-drop .jcf-select-drop-content {
  box-shadow: none; }

.page-template-template-plant-database-landing .jcf-select-drop .jcf-hover {
  background: #929b3d;
  color: #fff; }

.page-template-template-plant-database-landing .jcf-list-box .jcf-selected {
  background: #929b3d;
  color: #fff; }

.page-template-template-plant-database-landing .jcf-list .jcf-option {
  padding: 5px 20px; }

.section-contact {
  background: #ddd;
  padding: 96px 0; }
  .section-contact .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .section-contact .gform_wrapper li.gfield_error textarea {
    border: none !important; }
  .section-contact .gform_wrapper {
    max-width: 690px;
    margin: 0 auto; }
    .section-contact .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
      max-width: 100% !important;
      background: none !important;
      border: none !important;
      width: 100%; }
    .section-contact .gform_wrapper h3.gform_title {
      font-size: 36px;
      line-height: 40px;
      text-align: center;
      color: #3c482b;
      margin: 0 0 10px; }
    .section-contact .gform_wrapper span.gform_description {
      display: block;
      text-align: center;
      margin: 0 0 34px; }
    .section-contact .gform_wrapper ul.gform_fields {
      overflow: hidden; }
      .section-contact .gform_wrapper ul.gform_fields li.gfield {
        width: 100%;
        padding: 0;
        margin: 0 0 12px;
        float: left; }
        .section-contact .gform_wrapper ul.gform_fields li.gfield:first-child {
          width: 50% !important;
          clear: none;
          padding-right: 10px; }
          @media (max-width: 767px) {
            .section-contact .gform_wrapper ul.gform_fields li.gfield:first-child {
              width: 100% !important;
              padding-right: 0; } }
        .section-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(2) {
          width: 50% !important;
          clear: none;
          padding-left: 10px; }
          @media (max-width: 767px) {
            .section-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(2) {
              width: 100% !important;
              padding-left: 0; } }
        .section-contact .gform_wrapper ul.gform_fields li.gfield input, .section-contact .gform_wrapper ul.gform_fields li.gfield textarea, .section-contact .gform_wrapper ul.gform_fields li.gfield .jcf-select {
          width: 100%;
          border: none;
          margin: 0;
          border-radius: 5px; }
        .section-contact .gform_wrapper ul.gform_fields li.gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
          padding: 15px 15px 14px;
          outline: none; }
      .section-contact .gform_wrapper ul.gform_fields .ginput_container {
        margin: 0; }
      .section-contact .gform_wrapper ul.gform_fields .gfield_label {
        font-size: 20px;
        line-height: 1;
        margin: 0;
        padding-left: 22px;
        color: #3c482b; }
    .section-contact .gform_wrapper .gform_footer {
      text-align: center;
      margin: 30px 0 10px; }
      .section-contact .gform_wrapper .gform_footer input[type='submit'], .section-contact .gform_wrapper .gform_footer .gform_button {
        font: 700 18px/18px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        color: #3c482b;
        background: #c1cb30;
        border: none;
        text-transform: uppercase;
        min-width: 300px;
        padding: 15px;
        border-radius: 5px; }
        .section-contact .gform_wrapper .gform_footer input[type='submit']:hover, .section-contact .gform_wrapper .gform_footer .gform_button:hover {
          opacity: 0.9; }
  .section-contact .info {
    padding: 40px 0;
    text-align: center;
    color: #3c482b; }
    .section-contact .info address {
      font-style: normal; }
    .section-contact .info a {
      color: inherit;
      text-decoration: none; }
      .section-contact .info a:hover {
        color: #929b3d; }

.contact-info address {
  font-style: normal; }

.contact-info a {
  color: inherit;
  text-decoration: none; }
  .contact-info a:hover {
    color: #929b3d; }

.section-donation {
  background: #ddd;
  padding: 96px 0; }
  .section-donation .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .section-donation .gform_wrapper li.gfield_error textarea {
    border: none !important; }
  .section-donation .gform_wrapper {
    max-width: 700px;
    margin: 0 auto; }
    .section-donation .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
      max-width: 100% !important;
      width: 100%;
      background: none !important;
      border: none !important; }
    .section-donation .gform_wrapper h3.gform_title {
      text-transform: uppercase;
      font-size: 36px;
      line-height: 40px;
      text-align: center;
      color: #3c482b;
      margin: 0 0 40px; }
    .section-donation .gform_wrapper ul.gform_fields li.gfield {
      width: 100%;
      padding: 0;
      margin: 0 0 4px; }
      .section-donation .gform_wrapper ul.gform_fields li.gfield:last-child .gfield_label {
        text-align: left;
        font-size: 20px;
        margin-left: 25px; }
      .section-donation .gform_wrapper ul.gform_fields li.gfield:last-child input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
        width: 100%;
        border: none;
        margin: 0;
        border-radius: 5px;
        padding: 15px 15px 14px;
        outline: none; }
      .section-donation .gform_wrapper ul.gform_fields li.gfield:first-child .gfield_radio {
        overflow: hidden; }
        .section-donation .gform_wrapper ul.gform_fields li.gfield:first-child .gfield_radio li {
          float: left;
          width: 50%; }
    .section-donation .gform_wrapper ul.gform_fields .gfield_radio {
      overflow: hidden;
      margin: 0 -8px !important; }
      .section-donation .gform_wrapper ul.gform_fields .gfield_radio li {
        float: left;
        width: 33.333%;
        padding: 0 8px !important;
        position: relative;
        margin: 0 0 16px; }
        @media (max-width: 767px) {
          .section-donation .gform_wrapper ul.gform_fields .gfield_radio li {
            width: 50%; } }
        .section-donation .gform_wrapper ul.gform_fields .gfield_radio li input {
          position: absolute;
          z-index: -2;
          opacity: 0; }
          .section-donation .gform_wrapper ul.gform_fields .gfield_radio li input:checked + label {
            background: #c1cb30; }
        .section-donation .gform_wrapper ul.gform_fields .gfield_radio li label {
          margin: 0;
          max-width: none;
          text-align: center;
          display: block;
          width: 100%;
          color: #3c482b;
          background: #fff;
          text-transform: uppercase;
          font-weight: 700;
          padding: 12px 15px 9px;
          font-size: 18px;
          border-radius: 5px; }
    .section-donation .gform_wrapper ul.gform_fields .gfield_label {
      font-weight: 700;
      color: #3c482b;
      font-size: 24px;
      text-align: center;
      display: block;
      margin-bottom: 15px; }
    .section-donation .gform_wrapper .gform_body + .gform_heading {
      margin-top: 50px; }
    .section-donation .gform_wrapper .gform_description {
      display: block;
      text-align: center;
      color: #3c482b;
      margin-bottom: 15px; }
    .section-donation .gform_wrapper .gform_footer {
      text-align: center;
      margin: 30px 0 10px; }
      .section-donation .gform_wrapper .gform_footer input[type='submit'], .section-donation .gform_wrapper .gform_footer .gform_button {
        font: 700 18px/18px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        color: #3c482b;
        background: #c1cb30;
        border: none;
        text-transform: uppercase;
        min-width: 300px;
        padding: 15px;
        border-radius: 5px; }
        .section-donation .gform_wrapper .gform_footer input[type='submit']:hover, .section-donation .gform_wrapper .gform_footer .gform_button:hover {
          opacity: 0.9; }
  .section-donation .row {
    margin: 0 -8px 8px; }
    .section-donation .row.inn .col {
      float: left;
      width: 50%; }
    .section-donation .row.new label {
      white-space: nowrap; }
    .section-donation .row.new .col {
      float: left;
      width: 25%; }
      @media (max-width: 767px) {
        .section-donation .row.new .col {
          width: 50%; } }
      .section-donation .row.new .col:last-child {
        width: 50%; }
        @media (max-width: 767px) {
          .section-donation .row.new .col:last-child {
            width: 100%; } }
    .section-donation .row.inf {
      padding-top: 24px;
      text-align: center;
      color: #3c482b; }
    .section-donation .row .col {
      padding: 0 8px; }
      .section-donation .row .col.error label {
        color: #f00; }
    .section-donation .row label {
      font-weight: 700;
      margin-left: 25px;
      color: #3c482b; }
    .section-donation .row input, .section-donation .row .jcf-select {
      width: 100%;
      border: none;
      border-radius: 5px; }
    .section-donation .row input {
      padding: 13px 15px; }

.section-location {
  padding: 40px 0;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  z-index: 0; }
  .section-location:after {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    content: ""; }
  .section-location .holder {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .section-location .holder {
        height: 360px; } }
  .section-location .over-center {
    max-width: 768px; }
  .section-location h2 {
    font-size: 48px;
    line-height: 60px;
    margin: 0 0 30px;
    color: #3c482b;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .section-location h2 {
        font-size: 36px;
        line-height: 50px; } }
  .section-location .btn {
    padding: 14px;
    min-width: 300px; }

.social-media-feed {
  padding: 70px 0; }
  .social-media-feed h1 {
    text-transform: uppercase;
    text-align: center;
    font: 700 36px/40px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #6a5d50;
    margin: 0 0 20px; }

.mpfy-tags-list a.mpfy-tl-item .mpfy-tl-i-icon {
  display: inline-block;
  vertical-align: middle; }

.mpfy-tags-list a.mpfy-tl-item em {
  padding: 0 0 0 5px; }

.jcf-select .jcf-select-text {
  font-size: 20px; }

#donate-panel-wrapper {
  opacity: 0; }
  .loaded #donate-panel-wrapper {
    opacity: 1; }

.fts-mashup .fts-jal-fb-message p, .fts-mashup-description-wrap p {
  font-size: 20px; }

.plant-location-link, .plant-status-info-icon {
  color: #6d6e67; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 50px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 18px;
  line-height: 50px;
  margin: 0 40px 0 20px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #fff;
  width: 50px;
  border-radius: 5px;
  bottom: 0;
  right: 0;
  top: 0;
  margin: 0 !important; }
  .jcf-select .jcf-select-opener:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "icomoon";
    content: "\e900";
    color: #6d6e67; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  box-shadow: 0 2px 4px #939598; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 20px;
  font-size: 20px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 10px 20px;
  color: #6d6e67;
  height: 1%; }
  .jcf-list .jcf-option.jcf-option-hidden {
    display: none; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #ddd;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.gform_wrapper {
  width: 100%; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #ddd;
  width: 30px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #ddd;
  height: 15px;
  width: 30px;
  left: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #6d6e67;
  height: 1px;
  width: 12px;
  border-radius: 6px;
  left: 50%;
  transform: translateX(-50%); }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #ddd;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 12px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #ddd;
  height: 0px;
  width: 0px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 12px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #6d6e67;
  border-radius: 6px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%); }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #fafafa; }

#map-container {
  position: relative;
  overflow: hidden;
  padding: 0 0 55px;
  /* .jcf-scrollable-wrapper{
	} */ }
  @media (max-width: 767px) {
    #map-container {
      padding: 0; } }
  #map-container #map {
    height: 610px !important;
    position: relative !important; }
    @media (max-width: 767px) {
      #map-container #map {
        height: 420px !important; } }
    #map-container #map .map-canvas {
      height: 100%; }
  #map-container .hold-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px; }
    #map-container .hold-select .txt {
      display: inline-block;
      width: 85px; }
    #map-container .hold-select .jcf-select {
      margin-bottom: 0; }
    #map-container .hold-select .filter-select {
      width: calc(100% - 85px);
      padding: 0 20px; }
      @media (max-width: 1023px) {
        #map-container .hold-select .filter-select {
          padding-right: 0; } }
  #map-container .info-window {
    position: relative; }
    #map-container .info-window.change-position-top .info-window-preview {
      bottom: auto;
      top: calc(100% + 20px); }
      #map-container .info-window.change-position-top .info-window-preview:before {
        content: "";
        z-index: 1;
        top: auto;
        bottom: 100%;
        position: absolute;
        right: 32px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 18px 19px 18px;
        border-color: transparent transparent #fff transparent; }
    #map-container .info-window.change-position-top .info-window-opener:after {
      bottom: -57px;
      height: 59px;
      right: -12px;
      width: 220px;
      transform: rotate(-16deg); }
    #map-container .info-window.change-position-left .info-window-preview {
      right: auto;
      left: -30px; }
      #map-container .info-window.change-position-left .info-window-preview:before {
        right: auto;
        left: 32px; }
    #map-container .info-window.change-position-left .info-window-opener:after {
      right: auto;
      left: -12px;
      transform: rotate(166deg); }
    #map-container .info-window.change-position-left.change-position-top .info-window-opener:after {
      right: auto;
      left: -12px;
      transform: rotate(16deg); }
    #map-container .info-window.active .info-window-preview {
      display: none !important; }
    #map-container .info-window:hover .info-window-preview, #map-container .info-window.in-over .info-window-preview {
      display: block; }
    #map-container .info-window:hover .info-window-opener:after, #map-container .info-window.in-over .info-window-opener:after {
      display: block; }
    #map-container .info-window .info-window-opener {
      display: block;
      position: relative;
      width: 34px;
      text-align: center; }
      #map-container .info-window .info-window-opener img {
        width: 100%; }
      #map-container .info-window .info-window-opener:after {
        display: none;
        position: absolute;
        content: '';
        z-index: 1;
        bottom: 23px;
        height: 59px;
        right: -12px;
        width: 220px;
        transform: rotate(16deg); }
    #map-container .info-window .info-window-preview {
      display: block;
      position: absolute;
      bottom: calc(100% + 20px);
      right: -30px;
      z-index: 100;
      display: none;
      width: 400px;
      box-shadow: 0 2px 4px #939598;
      background: #fff; }
      @media (max-width: 767px) {
        #map-container .info-window .info-window-preview {
          width: 200px; } }
      #map-container .info-window .info-window-preview:before {
        content: "";
        z-index: 1;
        top: 100%;
        position: absolute;
        right: 32px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 19px 18px 0 18px;
        border-color: #fff transparent transparent transparent; }
      #map-container .info-window .info-window-preview .holder {
        padding: 0;
        background: #fff;
        display: flex;
        justify-content: space-between; }
        @media (max-width: 767px) {
          #map-container .info-window .info-window-preview .holder {
            flex-direction: column; } }
      #map-container .info-window .info-window-preview .img-hold {
        width: 150px;
        min-height: 150px;
        background-size: cover;
        background-position: 50% 50%; }
        @media (max-width: 767px) {
          #map-container .info-window .info-window-preview .img-hold {
            width: 100%; } }
      #map-container .info-window .info-window-preview .txt-hold {
        padding: 17px 20px;
        color: #6d6e67;
        font: 16px/20px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        width: calc(100% - 150px); }
        @media (max-width: 767px) {
          #map-container .info-window .info-window-preview .txt-hold {
            padding: 10px;
            width: 100%;
            font-size: 13px;
            line-height: 16px; } }
      #map-container .info-window .info-window-preview h3 {
        color: #3c482b;
        font: 700 20px/26px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        margin: 0; }
        @media (max-width: 767px) {
          #map-container .info-window .info-window-preview h3 {
            font-size: 16px;
            line-height: 20px; } }
      #map-container .info-window .info-window-preview p {
        margin: 0 0 10px; }
      #map-container .info-window .info-window-preview .more {
        text-decoration: none;
        font-weight: 700;
        color: #929b3d;
        text-transform: capitalize; }
        #map-container .info-window .info-window-preview .more + .more {
          margin-left: 10px; }
        #map-container .info-window .info-window-preview .more:hover {
          color: #3c482b; }
    #map-container .info-window .info-window-content {
      display: none;
      position: absolute; }
  #map-container .popover-holder {
    position: relative; }
    #map-container .popover-holder .popover-close {
      position: absolute;
      top: 18px;
      right: 25px;
      text-decoration: none;
      color: #969696;
      font-size: 14px; }
      @media (max-width: 1023px) {
        #map-container .popover-holder .popover-close {
          right: 10px;
          top: 10px; } }
      @media (max-width: 767px) {
        #map-container .popover-holder .popover-close {
          color: #fff; } }
    #map-container .popover-holder .popover-wrap {
      display: flex;
      background: #fff; }
      @media (max-width: 767px) {
        #map-container .popover-holder .popover-wrap {
          flex-direction: column; } }
      #map-container .popover-holder .popover-wrap .txt-wrap, #map-container .popover-holder .popover-wrap .img-wrap {
        width: 50%; }
        @media (max-width: 767px) {
          #map-container .popover-holder .popover-wrap .txt-wrap, #map-container .popover-holder .popover-wrap .img-wrap {
            width: 100%; } }
      #map-container .popover-holder .popover-wrap .txt-wrap {
        font: 20px/26px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        padding: 42px 21px;
        color: #969696; }
        @media (max-width: 1023px) {
          #map-container .popover-holder .popover-wrap .txt-wrap {
            padding: 20px; } }
      #map-container .popover-holder .popover-wrap h2 {
        color: #3c482b;
        font: 700 36px/36px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        margin: 0 0 8px; }
        @media (max-width: 1023px) {
          #map-container .popover-holder .popover-wrap h2 {
            font-size: 24px;
            line-height: 24px; } }
      #map-container .popover-holder .popover-wrap p {
        margin: 0 0 43px; }
        @media (max-width: 1023px) {
          #map-container .popover-holder .popover-wrap p {
            margin: 0 0 20px; } }
      #map-container .popover-holder .popover-wrap strong, #map-container .popover-holder .popover-wrap span {
        display: block;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px; }
        @media (max-width: 1023px) {
          #map-container .popover-holder .popover-wrap strong, #map-container .popover-holder .popover-wrap span {
            font-size: 14px;
            line-height: 20px; } }
        #map-container .popover-holder .popover-wrap strong p, #map-container .popover-holder .popover-wrap span p {
          margin: 0; }
      #map-container .popover-holder .popover-wrap span {
        margin-bottom: 12px; }
      #map-container .popover-holder .popover-wrap .dd {
        font-size: 16px;
        line-height: 22px;
        color: #6e6e6e; }
        @media (max-width: 1023px) {
          #map-container .popover-holder .popover-wrap .dd {
            font-size: 14px;
            line-height: 20px; } }
      #map-container .popover-holder .popover-wrap .btn {
        padding: 10px 10px 8px;
        border-width: 2px;
        margin: 0 0 10px; }
        @media (max-width: 1023px) {
          #map-container .popover-holder .popover-wrap .btn {
            margin: 0 0 5px;
            min-width: 210px; } }
      #map-container .popover-holder .popover-wrap .over-btn {
        padding-top: 54px; }
        @media (max-width: 1023px) {
          #map-container .popover-holder .popover-wrap .over-btn {
            padding-top: 10px; } }
  #map-container .popover {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 940px;
    display: none; }
    @media (max-width: 1023px) {
      #map-container .popover {
        width: 684px; } }
    @media (max-width: 767px) {
      #map-container .popover {
        width: 300px; } }
    #map-container .popover.active {
      display: block; }
      #map-container .popover.active .popover-close.inn {
        position: absolute;
        top: -9999px;
        left: -9999px;
        right: -9999px;
        bottom: -9999px;
        content: "";
        background: rgba(51, 51, 51, 0.8);
        z-index: -1; }
  #map-container .filter-legends {
    padding: 14px 46px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
    @media (max-width: 1439px) {
      #map-container .filter-legends {
        padding: 14px; } }
    @media (max-width: 1023px) {
      #map-container .filter-legends {
        padding: 10px; } }
    @media (max-width: 767px) {
      #map-container .filter-legends {
        position: relative; } }
    #map-container .filter-legends ul {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      @media (max-width: 767px) {
        #map-container .filter-legends ul {
          flex-direction: column;
          align-items: flex-start; } }
      #map-container .filter-legends ul li {
        margin-right: 28px; }
        @media (max-width: 1439px) {
          #map-container .filter-legends ul li {
            margin-right: 14px; } }
        @media (max-width: 767px) {
          #map-container .filter-legends ul li {
            margin-bottom: 5px; } }
      #map-container .filter-legends ul a {
        display: flex;
        cursor: pointer;
        align-items: center;
        font: 20px/26px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        color: #3c482b; }
        @media (max-width: 1199px) {
          #map-container .filter-legends ul a {
            font-size: 15px;
            line-height: 18px; } }
        #map-container .filter-legends ul a .over-img {
          width: 34px; }
          @media (max-width: 1439px) {
            #map-container .filter-legends ul a .over-img img {
              width: 100%; } }
          @media (max-width: 767px) {
            #map-container .filter-legends ul a .over-img {
              width: 20px; } }
        #map-container .filter-legends ul a span {
          margin: 0 0 0 6px;
          text-transform: capitalize; }
  #map-container .filter-over {
    position: absolute !important;
    top: 50px !important;
    right: 55px !important;
    z-index: 10;
    padding: 34px;
    width: 500px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 4px #939598; }
    @media (max-width: 1023px) {
      #map-container .filter-over {
        right: 20px !important;
        padding: 15px;
        width: 350px; } }
    @media (max-width: 767px) {
      #map-container .filter-over {
        position: static !important;
        width: 100%; } }
    #map-container .filter-over .jcf-scrollable {
      width: 100%; }
    #map-container .filter-over .title-filter {
      font: 700 40px/48px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      color: #3c482b;
      margin: 0 0 10px; }
      @media (max-width: 1023px) {
        #map-container .filter-over .title-filter {
          font-size: 27px;
          line-height: 36px; } }
    #map-container .filter-over .jcf-select {
      height: 40px; }
      #map-container .filter-over .jcf-select .jcf-select-text {
        line-height: 40px; }

.filter-select .jcf-select {
  width: 100%;
  box-shadow: 0 1px 3px rgba(147, 149, 152, 0.8); }

.filter-list {
  overflow-y: scroll;
  height: 320px; }
  @media (max-width: 1023px) {
    .filter-list {
      height: 290px; } }
  @media (max-width: 767px) {
    .filter-list {
      height: 200px; } }
  .filter-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .filter-list ul li {
      margin-bottom: 10px; }
  .filter-list .marker {
    color: #3c482b;
    font: 700 24px/24px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-right: 35px; }
  .filter-list .over-img {
    text-align: center;
    width: 40px;
    margin-right: 20px; }
  .filter-list .over-txt {
    width: calc(100% - 40px); }
  .filter-list span.name {
    display: block;
    color: #3c482b;
    font: 700 24px/26px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: capitalize;
    margin-bottom: 5px; }
    @media (max-width: 1023px) {
      .filter-list span.name {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 0; } }
  .filter-list span.cat {
    display: block;
    color: #6d6e67;
    font: 20px/26px "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 1023px) {
      .filter-list span.cat {
        font-size: 16px;
        line-height: 20px; } }

body > .jcf-select-drop {
  position: absolute;
  margin: 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 18px;
  font-size: 18px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 10px 22px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

/* .jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
} */
#wrapper {
  max-width: 100%;
  position: relative; }

#main {
  overflow: hidden; }

.holder {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px; }

.panel {
  display: none; }

.home .panel {
  display: block; }
  .home .panel.panel-active {
    display: none; }

.home .breadcrumb-wrapper {
  display: none; }

#content.inn-new .banner {
  background: #929b3d; }
  #content.inn-new .banner .over-center {
    padding: 0 20px; }
  #content.inn-new .banner .meta-info {
    color: #3c482b; }
  #content.inn-new .banner .slide {
    height: 535px; }
  @media (max-width: 767px) {
    #content.inn-new .banner h2 {
      font-size: 30px;
      line-height: 36px; } }

#content.inn-new .section-text {
  padding: 90px 0 0;
  font-size: 24px;
  line-height: 32px; }
  @media (max-width: 767px) {
    #content.inn-new .section-text {
      font-size: 20px;
      line-height: 28px; } }
  #content.inn-new .section-text img {
    margin: 0 0 18px; }
    #content.inn-new .section-text img.wp-post-image {
      margin: 0 0 31px; }
  #content.inn-new .section-text .holder {
    max-width: 720px;
    display: block; }
  #content.inn-new .section-text .wp-caption {
    border: 0px solid transparent;
    padding: 0; }
    #content.inn-new .section-text .wp-caption .wp-caption-text {
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 1; }
    #content.inn-new .section-text .wp-caption img {
      margin-bottom: 5px; }

.page-template-template-page-without-navigation .section-text h2 {
  font-size: 28px; }
  @media (max-width: 767px) {
    .page-template-template-page-without-navigation .section-text h2 {
      font-size: 24px; } }

.page-template-template-page-without-navigation .section-text .holder p.meta-info {
  display: none; }

.page-template-template-page-without-navigation .banner h2 {
  margin: 0; }

.search-section form.search-plants, .search-section form.search-form {
  margin-bottom: 0; }

.style-one + .pagination {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .style-one + .pagination {
      padding-bottom: 30px; } }

.single-plant .box h4 {
  text-align: center; }
  .single-plant .box h4 a:after {
    position: relative;
    top: 1px;
    margin: 0 10px;
    content: ">"; }


.fts-fb-large-photo, .fts-jal-fb-vid-picture, .fts-jal-fb-picture, .fts-fluid-videoWrapper-html5 {
  max-width: 100% !important;
}


/* skip navigation css */
.skip {
        position: absolute;
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        text-align: left;
        overflow: hidden;
    }
    
    a.skip:active, 
    a.skip:focus, 
    a.skip:hover {
        left: 0; 
        top: 0;
        width: auto; 
        height: auto; 
        overflow: visible; 
    }